@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (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)
 */
@import "../themes/elter/assets/vendor/fullcalendar-5.5.1/main.min.css";
@import "../themes/elter/assets/vendor/normalize/normalize.css";
: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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@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: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.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: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  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-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1680px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1600px;
  }
}
.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) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-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 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;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.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;
  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;
  outline: 0;
  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::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  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;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%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;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.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: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.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,%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 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%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,%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;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.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;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%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, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%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,%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, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle: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-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle: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-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.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:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show: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;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  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%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 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[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.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-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  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-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.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, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}
.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;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  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;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  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;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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") center / 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;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1679.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1680px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !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;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !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-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !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-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !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;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
* font-family: 'Helvetica Neue'
*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("../themes/elter/assets/fonts/helveticaNeue/HelveticaNeueLTPro-Lt.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue Italic";
  src: url("../themes/elter/assets/fonts/helveticaNeue/HelveticaNeueLTPro-LtIt.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../themes/elter/assets/fonts/helveticaNeue/HelveticaNeueLTPro-Bd.otf") format("opentype");
  font-weight: 800;
}
/**
* font-family: 'Montserrat' 
*/
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttc") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Italic";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../themes/elter/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
}
.wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.content {
  flex: 1;
  padding: 2rem;
}
/*
@import "components/"
*/
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .timeline.vertical {
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: space-between;
    align-items: baseline;
  }
  .timeline.vertical::after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
  }
  .timeline.vertical .timeline-item:nth-child(even) {
    left: 0;
  }
  .timeline.vertical .timeline-item:nth-child(even)::after {
    left: unset;
  }
  .timeline.vertical .timeline-item:nth-child(even) .timeline-header {
    left: auto;
    right: 0;
  }
  .timeline.vertical .timeline-item {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .timeline.vertical .timeline-item .timeline-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    top: 0;
    height: 50%;
    left: 0;
    padding: 60px 0;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    color: #95C5E5 !important;
    font-size: 16px;
  }
  .timeline.vertical .timeline-item .timeline-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    word-break: unset;
    font-family: "Helvetica Neue";
    color: #ffffff;
    font-size: 18px;
  }
  .timeline.vertical .timeline-item::after {
    left: calc(~ "50% - ${cycle-width} + ${timeline-cycle-border-width} * 2");
    top: 135px;
    right: unset;
  }
}
.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  background-color: #ffffff;
}
.timeline .timeline-item:nth-child(even) {
  left: 50%;
}
.timeline .timeline-item:nth-child(even)::after {
  left: -12.6666666667px;
}
.timeline .timeline-item:nth-child(even) .timeline-header {
  left: -70%;
  right: calc(~"100% + ${timeline-item-padding-x} + ${timeline-body-padding}" + 250px);
}
.timeline .timeline-item {
  width: 50%;
  padding: 26px 27px;
  box-sizing: border-box;
  position: relative;
  text-align: right;
}
.timeline .timeline-item .timeline-header {
  text-align: left;
  top: unset;
  position: absolute;
  left: 130%;
  width: 50%;
  color: #95C5E5 !important;
  font-size: 0.8em;
}
.timeline .timeline-item .timeline-body {
  background-color: transparent;
  padding: 60px 10px;
  color: #ffffff;
  /*word-break: break-all;*/
  box-sizing: border-box;
}
.timeline .timeline-item::after {
  top: 50px;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #95C5E5;
  border-radius: 50%;
  border-color: #0A2033;
  border-width: 3px;
  border-style: solid;
  box-shadow: 0 0 0 1px #ffffff;
  z-index: 998;
  right: -12.6666666667px;
}
.container-fluid:has(.ta-ra-label), .container-sm:has(.ta-ra-label), .container-md:has(.ta-ra-label), .container-lg:has(.ta-ra-label), .container-xl:has(.ta-ra-label), .container-xxl:has(.ta-ra-label) {
  padding: 0;
}
.container-fluid:has(.ta-ra-label) .col-md-5.col-xs-10, .container-sm:has(.ta-ra-label) .col-md-5.col-xs-10, .container-md:has(.ta-ra-label) .col-md-5.col-xs-10, .container-lg:has(.ta-ra-label) .col-md-5.col-xs-10, .container-xl:has(.ta-ra-label) .col-md-5.col-xs-10, .container-xxl:has(.ta-ra-label) .col-md-5.col-xs-10 {
  padding-left: 0 !important;
}
.ta-ra-label {
  width: 100%;
  background: #ED9633;
  color: white;
  font-size: 30px;
  line-height: 42px;
  padding: 15px 20px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 40px;
  text-align: center;
}
.ta-ra-timeline sup {
  top: -1.5em;
}
.ta-ra-timeline .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .ta-ra-timeline .timeline.vertical {
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: space-between;
    align-items: baseline;
  }
  .ta-ra-timeline .timeline.vertical::after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item:nth-child(even) {
    left: 0;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item:nth-child(even)::after {
    left: unset;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item:nth-child(even) .timeline-header {
    left: auto;
    right: 0;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item .timeline-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    top: 0;
    height: 50%;
    left: 0;
    padding: 60px 0;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    color: #40907A !important;
    font-size: 20px;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item .timeline-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    word-break: unset;
    font-family: "Helvetica Neue";
    color: #0A2033;
    font-size: 18px;
  }
  .ta-ra-timeline .timeline.vertical .timeline-item::after {
    left: calc(~ "50% - ${cycle-width} + ${timeline-cycle-border-width} * 2");
    top: 135px;
    right: unset;
    z-index: 1;
  }
}
.ta-ra-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  background-color: #0A2033;
}
.ta-ra-timeline .timeline .timeline-item:nth-child(even) {
  left: 50%;
}
.ta-ra-timeline .timeline .timeline-item:nth-child(even)::after {
  left: -12.6666666667px;
}
.ta-ra-timeline .timeline .timeline-item:nth-child(even) .timeline-header {
  left: -70%;
  right: calc(~"100% + ${timeline-item-padding-x} + ${timeline-body-padding}" + 250px);
}
.ta-ra-timeline .timeline .timeline-item {
  width: 50%;
  padding: 26px 27px;
  box-sizing: border-box;
  position: relative;
  text-align: right;
}
.ta-ra-timeline .timeline .timeline-item .timeline-header {
  text-align: left;
  top: unset;
  position: absolute;
  left: 130%;
  width: 50%;
  color: #40907A !important;
  font-size: 20px;
}
.ta-ra-timeline .timeline .timeline-item .timeline-body {
  background-color: transparent;
  padding: 40px 60px;
  color: #0A2033;
  /*word-break: break-all;*/
  box-sizing: border-box;
}
.ta-ra-timeline .timeline .timeline-item::after {
  top: 50px;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: #40907A;
  border-radius: 50%;
  border-color: white;
  border-width: 3px;
  border-style: solid;
  box-shadow: 0 0 0 1px #0A2033;
  z-index: 998;
  margin-left: -13px;
  right: -12.6666666667px;
}
.timeline1, .timeline2, .timeline3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 0 !important;
}
/* NEW */
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.timeline__item {
  font-size: 1rem;
  padding: 10px 40px 10px 0;
  position: relative;
  width: 20%;
  z-index: 2;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}
.timeline__item--right::after {
  left: -10px;
}
.timeline__content {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal a:hover {
  opacity: 1 !important;
}
.timeline--horizontal .timeline-divider {
  background: #0A2033;
  display: block;
  height: 2px;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
  min-height: 400px;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  top: 99px;
  padding: 0 0 40px;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content {
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timeline--horizontal .timeline__item .timeline__content .timeline-body {
  color: #0A2033;
  font-size: 18px;
  padding: 0 20px;
}
.timeline--horizontal .timeline__item .timeline__content .timeline-desc {
  background: #EBFAFF;
  border-radius: 20px;
  padding: 20px;
  margin-top: -25px;
  margin-right: 10px;
  margin-left: 10px;
}
.timeline--horizontal .timeline__item .timeline__content .date_and_place {
  font-family: "Helvetica Neue Bold";
  font-size: 15px;
  color: white;
  background: #0C79BF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
  border: 11px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.timeline--horizontal .timeline__item .timeline__content .date_and_place:hover {
  opacity: 1;
  border: 0px solid #f0f0f0;
  width: 127px;
  height: 127px;
  padding: 10px;
}
.timeline--horizontal .timeline__item .timeline__content .date_and_place::after {
  content: " ";
  width: 127px;
  height: 127px;
  position: absolute;
  border: 1px solid #0C79BF;
  border-radius: 50%;
}
.timeline--horizontal .timeline__item .timeline__content .title_and_desc {
  top: 130px;
  color: #005494 !important;
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
.timeline--horizontal .timeline__item .timeline__content .title_and_desc p {
  margin-bottom: 0;
  color: #005494 !important;
  font-weight: 100;
}
.timeline--horizontal .timeline__item--bottom::after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content .date_and_place {
  justify-content: start;
}
.timeline--horizontal .timeline__item--bottom .timeline__content .title_and_desc {
  top: -387px;
  color: red !important;
}
.timeline--horizontal .timeline__item--bottom .timeline__content .cover::after {
  bottom: -80px;
}
.timeline--horizontal .timeline__item--bottom .timeline__content img {
  bottom: -30px;
  top: unset;
}
.timeline-nav-button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 70px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 13px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev::before {
  background-image: url("../themes/elter/assets/images/arrow-left.svg");
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next::before {
  background-image: url("../themes/elter/assets/images/arrow-right.svg");
}
.container {
  padding: 10px 10px !important;
}
.timeline--mobile {
  padding: 0 !important;
}
.timeline--mobile .timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: 0px;
  max-height: 720px;
  margin-bottom: 54px;
}
.timeline--mobile .timeline-nav-button--prev, .timeline--mobile .timeline-nav-button--next {
  left: 55px;
  height: 0px;
  width: 0px;
  outline: none;
  transform: rotate(90deg) !important;
}
.timeline--mobile .timeline-nav-button--prev {
  top: -7px !important;
}
.timeline--mobile .timeline-nav-button--next {
  top: 750px !important;
}
.timeline--mobile .timeline-divider {
  background: #0A2033;
  transform: none !important;
  display: block;
  width: 2px;
  top: 0px;
  position: absolute;
  left: 60px;
  bottom: 0px;
  z-index: 1;
  height: 755px;
}
.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  width: calc(100%);
  height: 100%;
}
.timeline--mobile .timeline__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.timeline--mobile .timeline__content .date_and_place {
  font-family: "Helvetica Neue Bold";
  font-size: 15px;
  color: white;
  background: #0C79BF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
  border: 11px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.timeline--mobile .timeline__content .date_and_place:hover {
  opacity: 1;
  border: 0px solid #f0f0f0;
  width: 127px;
  height: 127px;
  padding: 10px;
}
.timeline--mobile .timeline__content .date_and_place::after {
  content: " ";
  width: 127px;
  height: 127px;
  position: absolute;
  border: 1px solid #0C79BF;
  border-radius: 50%;
}
.timeline--mobile .timeline__content .title_and_desc {
  top: 130px;
  color: #005494 !important;
  width: 100%;
  height: 100%;
  display: flex;
  margin-left: 40px;
  flex-direction: column;
}
.timeline--mobile .timeline__content .title_and_desc p {
  margin-bottom: 0;
  color: #005494 !important;
  font-weight: 100;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
.fc-time {
  display: none;
}
.fc .fc-button, .fc .fc-button-primary:disabled, .fc .fc-button-active, .fc button:disabled {
  background: #003972 !important;
  border: 1px solid #003972 !important;
  border-color: #003972 !important;
  border-radius: 20px !important;
  text-align: center !important;
  padding: 7px 35px !important;
  font-family: "Helvetica Neue Bold";
  box-shadow: transparent !important;
}
.fc .fc-button.fc-prev-button, .fc .fc-button.fc-next-button, .fc .fc-button-primary:disabled.fc-prev-button, .fc .fc-button-primary:disabled.fc-next-button, .fc .fc-button-active.fc-prev-button, .fc .fc-button-active.fc-next-button, .fc button:disabled.fc-prev-button, .fc button:disabled.fc-next-button {
  border-radius: 50% !important;
  width: 43px !important;
  height: 43px !important;
  padding: 0px !important;
}
.fc button:disabled {
  opacity: 0.7;
}
.fc-left button {
  margin-right: 20px !important;
}
.fc-right button {
  margin-left: 20px !important;
}
.fc h2, .fc .h2, .fc-toolbar h2, .fc-toolbar .h2 {
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  color: #003972 !important;
  float: left !important;
  display: inline !important;
  font-family: "Helvetica Neue Bold";
  margin-right: 20px !important;
}
.fc-h-event {
  border: none !important;
}
.fc-event, .fc-event-dot {
  background: #003972;
  border: 1px solid #003972;
  border-radius: 20px !important;
  padding: 5px 20px !important;
  text-align: center !important;
}
.fc-event:hover, .fc-event-dot:hover {
  min-width: fit-content;
}
.image_copyright {
  color: #c1c1c1;
  opacity: 0.7;
  position: absolute;
  margin-top: -8em;
  font-size: 0.7em;
  display: none;
}
.image_copyright:hover {
  display: block;
}
.block-img:hover {
  opacity: 1;
}
.block-img:hover > .image_copyright {
  display: block;
}
.strategic_goals ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 82px;
}
.strategic_goals ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 40px;
}
.strategic_goals ol li strong {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100% !important;
  display: block !important;
}
.strategic_goals ol li::before {
  content: counter(my-awesome-counter);
  color: #0A2033;
  font-weight: bold;
  font-size: 1.3em;
  border: 2px solid #0a2033;
  position: absolute;
  --size: 62px;
  left: calc(-1 * var(--size) - 20px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  border-radius: 50%;
  text-align: center;
}
.apply-form {
  /* Ensuring the disabled option has the desired color within the dropdown */
}
.apply-form .general-section, .apply-form .applicants-section, .apply-form .description-section {
  padding-bottom: 100px;
}
.apply-form .general-section {
  background-color: #e5f2ff;
  margin-top: 300px !important;
}
.apply-form .applicants-section {
  background-color: #FFF4E8;
}
.apply-form .regulation-consent {
  padding-top: 100px;
}
.apply-form .description-section {
  background-color: #dbf3b7;
}
.apply-form h2, .apply-form .h2 {
  padding-top: 80px;
}
.apply-form label {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.apply-form textarea {
  padding-bottom: 20px;
}
.apply-form #access_modes + .selectize-control .selectize-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.apply-form #access_modes + .selectize-control .selectize-dropdown {
  background-color: #fff !important;
}
.apply-form #access_modes + .selectize-control .selectize-dropdown .selected {
  background-color: #0879C0 !important;
}
.apply-form .applicants-select option {
  color: black !important;
}
.apply-form .applicants-select:invalid {
  color: #959595 !important;
}
.apply-form .applicants-select .placeholder-option {
  color: #959595 !important;
}
.apply-form .form-control {
  font-family: inherit;
  color: #303030;
  font-size: 13px;
  margin-bottom: 10px;
}
.apply-form .label-disclaimer {
  font-size: 13px;
}
.apply-form .btn-add {
  padding: 10px !important;
  width: 160px;
}
.apply-form .btn-submit {
  padding: 10px 15px 10px 15px !important;
  width: 160px;
  margin-top: 20px;
}
.apply-form .btn-submit:hover {
  opacity: 0.8;
}
.apply-form #keywords {
  padding-bottom: 5px;
}
.apply-form .text-cost span {
  font-size: 15px;
  font-weight: 900;
  font-weight: 600;
  cursor: pointer;
}
.apply-form .text-cost span::before {
  content: url("/themes/elter/assets/images/icons8-info-16.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: 4px;
}
.apply-form .text-cost .hidden-text {
  position: absolute;
  z-index: 2;
  padding: 20px;
  max-width: 800px;
  left: 33%;
  background: white;
  box-shadow: 0px 6px 60px #00595729;
  border-radius: 4px;
  display: none;
  font-size: 12px;
  font-style: italic;
}
.apply-form .text-cost:hover .hidden-text {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .regulation-consent button {
    margin-bottom: 120px;
  }
}
.carousel-caption {
  text-align: left !important;
  left: 5% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  font-size: 70px !important;
  text-shadow: none !important;
}
.carousel-caption h3, .carousel-caption .h3 {
  font-size: 70px !important;
  font-weight: bold !important;
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
}
.carousel-caption .letter {
  box-shadow: none !important;
  text-shadow: none !important;
}
.carousel-inner > .item {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
}
.carousel-inner > .item > img {
  width: 100% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
}
.carousel-indicators {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 50px !important;
  width: unset !important;
  left: 90% !important;
}
.carousel-indicators li {
  width: 18px !important;
  height: 18px !important;
  margin: 6px !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px;
  opacity: 0.5;
}
.carousel-indicators li.active {
  border: none !important;
}
.card-carousel .card-img-top {
  width: 100%;
  object-fit: cover;
  height: 245px;
}
/* DEIMS */
.deims-carousel {
  width: 70% !important;
}
.deims-carousel .carousel-inner {
  box-shadow: 0 0px 37px #0A203326;
}
.deims-carousel .carousel-inner > .item {
  width: 100%;
  height: 606px;
  overflow: hidden;
}
.deims-carousel .carousel-inner > .item > img {
  width: 100% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 606px;
}
.deims-carousel .carousel-indicators {
  display: none;
}
.deims-carousel .carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 64px;
  font-size: 25px !important;
  color: #2B2B2B;
  text-align: center;
  text-shadow: unset;
  filter: none;
  opacity: 1;
}
.deims-carousel .carousel-control.left {
  margin-left: -84px;
  background-image: none;
}
.deims-carousel .carousel-control.right {
  margin-right: -84px;
  background-image: none;
}
.deims-carousel .carousel-control .icon {
  margin-top: -18px;
}
.layout-home .wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.layout-home .wrapper .navbar-transparent {
  background-color: transparent !important;
}
.layout-home .wrapper .nav-link {
  color: #fff !important;
}
.layout-home .carousel {
  height: 100vh;
}
.homepage-mission-vision {
  text-align: center;
  color: #ffffff;
}
.homepage-mission-vision h3, .homepage-mission-vision .h3 {
  color: #95C5E5;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: "Montserrat Bold";
}
.homepage-community, .homepage-ri {
  color: #0A2033;
}
.homepage-community h3, .homepage-community .h3, .homepage-ri h3, .homepage-ri .h3 {
  color: #0A2033;
  font-size: 36px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.homepage-community a.button.font-bold:first-of-type {
  margin-right: 20px;
}
.homepage-community a.button.font-bold:nth-of-type(2) {
  text-align: center;
  padding: 15px 87px !important;
}
.numbers {
  border: 1px solid #0879c0;
  padding: 15px;
  width: 180px !important;
  height: 180px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 auto;
}
.numbers p {
  color: #0A2033;
  font-weight: bold !important;
  white-space: nowrap !important;
  text-align: center;
}
.count {
  display: block;
  width: 100%;
  height: 100%;
  padding: 31px 0;
  font-size: 70px;
  background: #0A2033;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
/*.carousel{
  position:relative;
  height: calc(100vh - 200px);
}*/
.carousel-caption p {
  margin: 0 !important;
}
/* highlits news */
.highlights-news h3, .highlights-news .h3 {
  color: #0A2033;
  font-size: 35px;
  margin-top: 1em !important;
  font-family: "Montserrat";
  letter-spacing: 0 !important;
  text-align: center;
}
.card {
  background: #0A2033;
  border: none;
  padding: 20px;
  height: 465px !important;
  font-family: Montserrat;
  letter-spacing: 0 !important;
  margin: 0 30px !important;
}
.card .card-date {
  color: #95C5E5 !important;
  font-size: 14px;
  margin-bottom: 20px !important;
}
.card .card-title {
  color: #ffffff;
  width: 100%;
}
.card a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.card .card-body {
  padding: 20px 0 !important;
}
.card .card-body .position {
  margin-bottom: 20px;
}
.card .card-body .email {
  margin-bottom: 20px;
}
.card .card-img-top {
  border-radius: 5px;
}
.card.card-new-item {
  background: #e1e1e1;
  margin-top: 0px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.card.card-new-item .card-title {
  color: #003972;
}
.card.card-new-item .card-date {
  color: #0879C0 !important;
}
.card.card-new-item:hover {
  box-shadow: 0 3px 33px rgba(0, 0, 0, 0.4);
  margin-top: -20px !important;
  margin-bottom: 20px !important;
}
.page-contact .card-profiles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-contact .card-profiles .card {
  height: 200px !important;
  margin: 0 0 16px 0px !important;
  width: 48% !important;
  background: #F0F0F0;
  font-weight: normal;
  font-size: 18px;
  color: #0A2033;
  font-family: "Helvetica Neue" !important;
  flex-basis: 48%;
  max-width: 48%;
  position: relative;
}
.page-contact .card-profiles .card img.card-img-top {
  position: absolute;
  left: 20px;
  top: 20px;
}
.page-contact .card-profiles .card .card-header {
  position: absolute;
  left: 150px;
  top: 20px;
}
.page-contact .card-profiles .card .card-body {
  position: absolute;
  left: 150px;
  top: 70px;
  width: 70%;
}
.page-contact .card-profiles .card .card-body .position {
  float: left;
  margin-right: 20px;
}
/* end of highlits news */
.timeline-events h3, .timeline-events .h3 {
  color: #ffffff;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: "Montserrat";
  letter-spacing: 0 !important;
  text-align: center;
}
/* ****** */
/* ****** */
/* *** NEW HOMAPAGE *** */
/* ****** */
/* ****** */
.carousel-caption {
  text-align: left !important;
  left: 5% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  font-size: 70px !important;
  text-shadow: none !important;
}
.carousel-caption h3, .carousel-caption .h3 {
  font-size: 70px !important;
  font-weight: bold !important;
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
}
.carousel-caption .letter {
  box-shadow: none !important;
  text-shadow: none !important;
}
.carousel-inner > .item {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
}
.carousel-inner > .item > img {
  width: 100% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
}
.carousel-indicators {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 50px !important;
  width: unset !important;
  left: 90% !important;
}
.carousel-indicators li {
  width: 18px !important;
  height: 18px !important;
  margin: 6px !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px;
  opacity: 0.5;
}
.carousel-indicators li.active {
  border: none !important;
}
/* Zoom carousel animations **/
.page-home body *, .page-home html *, .page-new-hidden-landing-page body *, .page-new-hidden-landing-page html * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-home body, .page-new-hidden-landing-page body {
  overflow: hidden;
}
.page-home .full, .page-new-hidden-landing-page .full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.page-home .zoom, .page-new-hidden-landing-page .zoom {
  animation: scale 30s linear infinite;
}
@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* DEIMS */
.deims-carousel {
  width: 70% !important;
}
.deims-carousel .carousel-inner {
  box-shadow: 0 0px 37px #0A203326;
}
.deims-carousel .carousel-inner > .item {
  width: 100%;
  height: 606px;
  overflow: hidden;
}
.deims-carousel .carousel-inner > .item > img {
  width: 100% !important;
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 606px;
}
.deims-carousel .carousel-indicators {
  display: none;
}
.deims-carousel .carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 64px;
  font-size: 25px !important;
  color: #2B2B2B;
  text-align: center;
  text-shadow: unset;
  filter: none;
  opacity: 1;
}
.deims-carousel .carousel-control.left {
  margin-left: -84px;
  background-image: none;
}
.deims-carousel .carousel-control.right {
  margin-right: -84px;
  background-image: none;
}
.deims-carousel .carousel-control .icon {
  margin-top: -18px;
}
.page-home .left.carousel-control, .page-home .right.carousel-control, .page-new-hidden-landing-page .left.carousel-control, .page-new-hidden-landing-page .right.carousel-control {
  display: none !important;
}
.layout-home .wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.layout-home .wrapper .navbar-transparent {
  background-color: transparent !important;
}
.layout-home .wrapper .nav-link {
  color: #fff !important;
}
.layout-home .carousel {
  height: 100vh;
}
/* Ensure the container allows for some overflow due to larger center slide */
.homepage-slider {
  overflow: visible;
}
.homepage-mission-bg {
  background: transparent linear-gradient(180deg, #0A2033 0%, #0A2033 100%) 0% 0% no-repeat padding-box;
}
.homepage-mission-bg .homepage-mission-vision {
  position: relative;
}
.homepage-mission-bg .homepage-mission-vision .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-mission-bg .homepage-mission-vision .arrow-prev, .homepage-mission-bg .homepage-mission-vision .arrow-next {
  position: absolute;
  cursor: pointer;
  background: url("../themes/elter/assets/images/new-arrow-mission.svg") center no-repeat;
  background-size: 180px;
  width: 180px;
  height: 180px;
  top: 33%;
  transition: background-color 0.6s ease-out;
}
.homepage-mission-bg .homepage-mission-vision .arrow-prev::before, .homepage-mission-bg .homepage-mission-vision .arrow-next::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40px;
  left: 40px;
  background-color: transparent;
  transition: background-color 0.6s ease-out, filter 0.6s ease-out;
}
.homepage-mission-bg .homepage-mission-vision .arrow-prev:hover::before, .homepage-mission-bg .homepage-mission-vision .arrow-next:hover::before {
  background-color: rgba(255, 255, 255, 0.38);
  filter: blur(18px);
}
.homepage-mission-bg .homepage-mission-vision .arrow-prev {
  left: 11%;
  transform: rotate(180deg);
}
.homepage-mission-bg .homepage-mission-vision .arrow-next {
  right: 11%;
}
.homepage-mission-bg .display-1 {
  color: #95C5E5 !important;
  font-family: "Montserrat Bold" !important;
}
/* Slick-slide standard size */
.homepage-slider .slick-slide {
  transition: all 0.8s ease-in-out;
  transform: scale(0.5);
  opacity: 0.6;
}
.homepage-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}
.homepage-slider .slick-slide:not(.slick-center) {
  filter: blur(1px);
}
.homepage-mission-vision {
  text-align: center;
  color: #ffffff;
}
.homepage-mission-vision h3, .homepage-mission-vision .h3 {
  color: #95C5E5;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.carousel-caption p {
  margin: 0 !important;
}
.research-infrastructure {
  font-family: "Helvetica Neue";
  position: relative;
  overflow: hidden;
}
.research-infrastructure:before {
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 0%;
  transform: translate(-40%, -50%);
  background: url("../themes/elter/assets/images/background-cirle-left.jpg") center no-repeat;
  background-size: 280px;
  width: 280px;
  height: 280px;
}
.research-infrastructure:after {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
  background: url("../themes/elter/assets/images/background-cirle-right.jpg") center no-repeat;
  background-size: 280px;
  width: 280px;
  height: 280px;
}
.research-infrastructure .block-img {
  display: none;
}
.research-infrastructure h1, .research-infrastructure .h1 {
  font-size: 36px;
  color: #0A2033;
}
.research-infrastructure p {
  font-size: 20px;
  color: #0A2033;
}
.research-infrastructure .triangle-content p {
  margin-bottom: 0 !important;
}
.research-infrastructure .triangle-content .col-md-4 {
  display: flex;
  justify-content: center;
}
.research-infrastructure .intro {
  margin-bottom: 20px;
}
.research-infrastructure .intro h1, .research-infrastructure .intro .h1, .research-infrastructure .intro p {
  display: flex;
  justify-content: center;
  line-height: 1.4em;
}
.research-infrastructure .intro h1, .research-infrastructure .intro .h1 {
  text-align: center;
}
.ri-progress {
  font-family: "Helvetica Neue";
  background: transparent linear-gradient(0deg, #0A2033 0%, #243849AC 52%, #35485776 70%, #5B6A7600 100%) 0% 0% no-repeat padding-box;
}
.ri-progress .ri-progress-info {
  font-size: 20px;
  color: #0A2033;
  line-height: 1.4em;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ri-progress .ri-progress-bg {
  margin-bottom: 20px;
  position: relative;
  border: none;
}
.ri-progress .ri-progress-bg .card {
  background: transparent !important;
  border: none !important;
  height: 230px !important;
  border-radius: 10px;
  padding: 0;
}
.ri-progress .ri-progress-bg .card .card-title {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  color: #FFFFFF !important;
  font-size: 24px !important;
  line-height: 1.4em !important;
}
.ri-progress .ri-progress-bg .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.ri-progress .ri-progress-bg .card-body {
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: fit-content;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ri-progress .ri-progress-bg .card-body .col-xs-12 {
  padding: 0 10px !important;
}
.ri-progress .ri-progress-h1 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A2033 !important;
  font-size: 40px;
  font-weight: 400;
}
.ri-progress .ri-progress-buttons {
  display: flex;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  text-align: center;
}
.ri-progress .ri-progress-buttons .btn-ri-progress {
  color: #fff !important;
  border-radius: 22px !important;
  background-color: #0A2033;
  padding: 10px 18px;
  opacity: 0.6;
}
.ri-progress .ri-progress-buttons .btn-ri-progress:hover {
  opacity: 0.9;
}
.ri-progress .card-row > .col-lg-3.col-xs-12:nth-of-type(1) .card-body, .ri-progress .card-row > .col-md-3.col-xs-12:nth-of-type(1) .card-body {
  background-color: #3F907ABF;
}
.ri-progress .card-row > .col-lg-3.col-xs-12:nth-of-type(2) .card-body, .ri-progress .card-row > .col-md-3.col-xs-12:nth-of-type(2) .card-body {
  background-color: #96CA58BF;
}
.ri-progress .card-row > .col-lg-3.col-xs-12:nth-of-type(3) .card-body, .ri-progress .card-row > .col-md-3.col-xs-12:nth-of-type(3) .card-body {
  background-color: #003972BF;
}
.ri-progress .card-row > .col-lg-3.col-xs-12:nth-of-type(4) .card-body, .ri-progress .card-row > .col-md-3.col-xs-12:nth-of-type(4) .card-body {
  background-color: #94C4E4BF;
}
.article_highlights_homepage .card-img-top {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
/* highlits news */
.news-events-highlight {
  font-family: "Helvetica Neue";
}
.news-events-highlight .home-news-carousel, .news-events-highlight .home-events-carousel {
  width: 60%;
}
.news-events-highlight .home-events-carousel, .news-events-highlight .home-news-carousel {
  position: relative;
  overflow: hidden;
  /* This ensures the overlay is contained within the carousel bounds */
}
.news-events-highlight .news-highlight-link, .news-events-highlight .events-highlight-link {
  color: unset;
  outline: none !important;
  opacity: unset;
}
.news-events-highlight .home-events-carousel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 162px;
  background: transparent linear-gradient(180deg, #FFFFFF52 0%, #F2F7FA 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
.news-events-highlight .home-news-carousel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 162px;
  background: transparent linear-gradient(180deg, #FFFFFF52 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}
.news-events-highlight .view-all-button {
  font-family: "Helvetica Neue";
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 45px;
  padding: 15px 30px;
  background-color: transparent;
  border: 1px solid #003972;
  color: #003972;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}
.news-events-highlight .view-all-button:hover {
  color: #fff;
  border: none;
  background-color: #003972;
}
.news-events-highlight .highlights-title {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: "Montserrat Bold";
  color: #0A2033;
  font-weight: bold;
  font-size: 40px;
}
.news-events-highlight .home-news-description {
  font-size: 80%;
}
.news-events-highlight .arrow-prev, .news-events-highlight .arrow-next {
  cursor: pointer;
  background: url("../themes/elter/assets/images/news-events-home-arrow.svg") center no-repeat;
  background-size: 41px;
  width: 41px;
  height: 41px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.news-events-highlight .arrow-prev:hover::before, .news-events-highlight .arrow-next:hover::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0A20339F;
  opacity: 0.33;
  filter: blur(7px);
}
.news-events-highlight .arrow-next {
  transform: rotate(180deg);
}
.news-events-highlight .home-news-container {
  padding-bottom: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
  flex-direction: column;
}
.news-events-highlight .home-news-container .home-news-item {
  border-radius: 10px;
  box-shadow: 0px 0px 30px #FFFFFF4D;
  background-color: #F2F7FA;
  margin-bottom: 20px;
  display: flex;
}
.news-events-highlight .home-news-container .home-news-item .home-news-img {
  width: 176px;
}
.news-events-highlight .home-news-container .home-news-item .home-news-img img {
  width: 100%;
  height: auto;
  border-radius: 10px 0px 0px 10px;
}
.news-events-highlight .home-news-container .home-news-item .home-news-details {
  width: 50%;
  padding: 10px;
}
.news-events-highlight .home-news-container .home-news-item .home-news-details .home-news-date {
  text-align: start;
  font-size: 18px;
  color: #0879C0;
}
.news-events-highlight .home-news-container .home-news-item:hover {
  transform: scale(0.95);
  justify-content: start;
}
.news-events-highlight .home-events-container {
  padding-bottom: 60px;
  background-color: #F2F7FA;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
  flex-direction: column;
}
.news-events-highlight .home-events-container .home-events-item {
  background-color: #fff;
  box-shadow: 0px 7px 26px #E9E9E94D;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.news-events-highlight .home-events-container .home-events-item .highlight-events-content {
  width: 50%;
}
.news-events-highlight .home-events-container .home-events-item .home-events-title {
  color: #5D5D5D;
  font-size: 20px;
}
.news-events-highlight .home-events-container .home-events-item .home-events-title {
  font-size: 80%;
}
.news-events-highlight .home-events-container .home-events-item .start-end-date {
  margin-right: 14px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 7px 26px #0C79BF52;
  background-color: #0C79BF;
  padding: 50px 0;
  max-width: 176px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-events-highlight .home-events-container .home-events-item .start-end-date .date-text {
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.news-events-highlight .home-events-container .home-events-item:hover {
  transform: scale(0.95);
  justify-content: start;
}
/* end of highlits news */
.content-news {
  margin-top: 200px !important;
  font-family: "Montserrat" !important;
  letter-spacing: 0 !important;
}
.content-news b, .content-news strong {
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
}
.content-news i, .content-news em {
  font-family: "Montserrat Italic";
  letter-spacing: 0 !important;
}
.page-news {
  font-family: "Montserrat" !important;
  letter-spacing: 0 !important;
}
.page-news b, .page-news strong {
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
}
.page-news i, .page-news em {
  font-family: "Montserrat Italic";
  letter-spacing: 0 !important;
}
.page-news .news_share {
  color: #2b7ac2;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.page-news .news_share .icons a {
  font-size: 31px !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px 0 10px;
}
.page-news .news_share .icons a.p-twitter:before {
  font-size: 0.85em;
}
.page-news .news_share .icons a.p-bluesky:before {
  font-size: 0.7em;
}
.news {
  font-family: "Montserrat" !important;
  letter-spacing: 0 !important;
}
.news b, .news strong {
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
}
.news i, .news em {
  font-family: "Montserrat Italic";
  letter-spacing: 0 !important;
}
.news .body {
  font-size: 16px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  color: #0A2033 !important;
}
.news-item {
  margin-bottom: 50px;
  display: flex;
  max-width: 94%;
}
.news-item div:first-child {
  min-width: 250px;
}
.page-press-releases .news-item {
  margin-bottom: 50px;
  display: flex;
  max-width: 94%;
}
.page-press-releases .news-item div:first-child {
  min-width: unset;
}
.text-published {
  font-size: 16px;
  color: #40907A;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-img-left {
  border-radius: 50%;
}
.news-tabs {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.news-tabs li {
  float: left;
}
.news-tabs li:before {
  content: none !important;
}
.news-tabs li a {
  background: #0c79bf;
  color: #ffffff !important;
  border-radius: 20px;
  text-align: center;
  margin-right: 20px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.news-tabs li.active a {
  opacity: 0.7;
  text-decoration: none;
}
.share-btn {
  text-align: end;
  color: #337ab7;
  font-size: 1.2em;
  cursor: pointer;
}
.news-image img {
  border-radius: 10px;
  margin-top: 23px;
  width: 220px;
  height: 146px;
  object-fit: cover;
}
.pagination li:before {
  content: none !important;
}
img.modal-content {
  /* height: 80vh; */
  /* width: auto; */
  width: 80%;
  height: 80%;
  object-fit: contain;
}
/**/
.tabwrapper .tabmenu .nav li.active a, .tabwrapper .tabmenu .nav li.hover a {
  padding-bottom: 1px;
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px groove #000;
  border-bottom-color: transparent;
}
.tabwrapper .tabcontent .tabs {
  display: none;
}
.tabwrapper .tabcontent .tabs:first-child {
  display: block;
}
/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}
/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}
.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width: unset;
  height: unset;
}
#myImg:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1);
  /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close_modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff !important;
  font-size: 40px !important;
  font-weight: bold;
  transition: 0.3s;
}
.close_modal:hover, .close_modal:focus {
  color: #f1f1f1;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.article_highlights_homepage .slick-list {
  padding: 50px 0 !important;
}
.news-container {
  margin-left: 20px;
}
/* news categories */
.category-tabs-container {
  display: flex;
  justify-content: start;
  align-items: center;
}
.category-tabs-container a {
  font-family: "Montserrat Bold";
  border-radius: 20px;
  text-align: center;
  width: fit-content !important;
  position: relative;
  padding: 10px 20px !important;
  color: #fff;
  background-color: #4d6c9c;
  border-radius: 20px;
  margin-bottom: 16px;
  font-weight: bold !important;
  font-size: 18px;
}
.category-tabs-container a.active, .category-tabs-container a:hover {
  opacity: 0.69;
  color: #fff;
}
.category-tabs-container a:not(:last-child) {
  margin-right: 20px;
}
.new_members {
  display: flex;
  align-items: center;
  background: linear-gradient(#ed9633, #ed9633) bottom no-repeat;
  background-size: 20% 2px;
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
}
.new_members img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.new_members p {
  font-size: 0.8em;
}
.about-mission {
  color: #ffffff;
}
.about-mission h3, .about-mission .h3 {
  color: #95C5E5;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.about-vision {
  color: #0A2033;
}
.about-vision h3, .about-vision .h3 {
  color: #0A2033;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.content-projects {
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
.content-projects .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.projects-content-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 180px;
}
.projects-content {
  color: #0A2033 !important;
}
.projects-content .col-md-6 {
  padding-left: 0 !important;
}
.dark-background.projects-content {
  color: #ffffff !important;
}
.projects-content-wrapper h3, .projects-content-wrapper .h3, .light-background h3, .light-background .h3, .projects-content h3, .projects-content .h3 {
  color: #0A2033;
  font-size: 36px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: "Montserrat";
  letter-spacing: 0 !important;
}
.dark-background.projects-content h3, .dark-background.projects-content .h3 {
  color: #ffffff !important;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.themes-ppp {
  padding: 40px;
}
.themes-ppp img {
  margin-bottom: 20px;
}
.light-background img.fr-fic.fr-dii {
  height: 20px;
  margin-right: 6px;
  float: left;
  margin-bottom: 10px;
}
.themes-shema {
  height: 600px !important;
}
.themes-shema img {
  max-width: unset !important;
  height: 70% !important;
}
.themes-shema .description {
  display: inline-table;
  width: 65%;
  margin-left: 90px;
  margin-top: 26px;
}
.projects-timeline-immage .button:first-of-type {
  margin-right: 40px !important;
}
.card-profiles {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: left;
}
.card-profiles .card {
  margin: 0 16px 16px 0px !important;
  width: 301px;
  height: 304px !important;
  background: #F0F0F0;
  font-weight: normal;
  font-size: 18px;
  color: #0A2033;
  font-family: "Helvetica Neue" !important;
}
.card-profiles .card-img-top {
  width: 99px;
  height: 99px;
  margin: 0 auto !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.card-profiles .card-img-top.no-avatar {
  border: 1px solid #003972;
  padding: 20px;
}
.card-profiles .card-header {
  padding: 0;
  font-size: 1em;
  font-weight: bold !important;
  border: none;
  background: none;
  color: #0A2033;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.card-profiles .body {
  font-weight: normal !important;
  font-size: 18px !important;
  font-family: "Helvetica Neue" !important;
}
.card-profiles .body p {
  padding: 0;
  margin: 0 !important;
}
.sab-category {
  float: left;
}
.contact-mail {
  line-height: 35px;
  font-weight: 600;
}
.contact-mail i {
  font-style: normal;
  font-size: 35px;
  margin-right: 5px;
  float: left;
}
.projects-main-content-wrapper {
  font-family: "Helvetica Neue";
}
.projects-main-content-wrapper .light-background {
  background: white !important;
}
.projects-main-content-wrapper .block-img img {
  height: auto !important;
  opacity: 1;
  margin: 0px auto;
  display: block;
}
.projects-main-content-wrapper h3.display-1, .projects-main-content-wrapper .display-1.h3, .projects-main-content-wrapper .dark-background h3.display-1, .projects-main-content-wrapper .dark-background .display-1.h3 {
  font-size: 40px;
  font-family: "Helvetica Neue Bold" !important;
}
.projects-main-content-wrapper .dark-background h3.display-1, .projects-main-content-wrapper .dark-background .display-1.h3 {
  color: white !important;
}
.projects-main-content-wrapper h5, .projects-main-content-wrapper .h5 {
  font-size: 24px;
  font-family: "Helvetica Neue Bold";
  margin-bottom: 20px;
}
.projects-main-content-wrapper h2, .projects-main-content-wrapper .h2 {
  font-size: 24px;
  font-family: "Helvetica Neue Bold";
}
.projects-main-content-wrapper .new_circle-container {
  width: 560px;
  height: 560px;
  background: url("../themes/elter/assets/images/tara/menu.svg") center no-repeat;
  position: relative;
  display: inline-block;
  margin: 0 105px;
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child) {
  margin: calc(-145px / 2);
  width: 145px;
  height: 145px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff !important;
  justify-content: space-around;
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child) a {
  color: white;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  transition: all 0.3s ease-in-out;
  justify-content: space-around;
  font-family: "Helvetica Neue Bold";
  font-size: 0.9em;
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child) a:hover {
  width: 165px;
  height: 165px;
  opacity: 1;
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(2) a {
  background: #40907a;
  transform: rotate(113.63deg) translate(220px) rotate(-113.63deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(3) a {
  background: #96ce58;
  transform: rotate(164.6deg) translate(217px) rotate(-164.6deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(4) a {
  background: #ed9633;
  transform: rotate(217.6deg) translate(213px) rotate(-217.6deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(5) a {
  background: #95c5e5;
  transform: rotate(269.9deg) translate(203px) rotate(-269.9deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(6) a {
  background: #0879c0;
  transform: rotate(324.6deg) translate(207px) rotate(-324.6deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(7) a {
  background: #095a98;
  transform: rotate(375.2deg) translate(217px) rotate(-375.2deg);
}
.projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(8) a {
  background: #003972;
  transform: rotate(424.3deg) translate(223px) rotate(-424.3deg);
}
.projects-main-content-wrapper .new_circle-container div:first-child {
  position: absolute;
  width: 144px;
  height: 155px;
  text-align: center;
  top: 45%;
  left: 36.5%;
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica Neue Bold";
}
.projects-main-content-wrapper .ta-ra-scheme-ul {
  font-size: 24px !important;
  font-family: "Helvetica Neue Bold" !important;
  color: #0A2033;
}
.projects-main-content-wrapper .ta-ra-scheme-ul div:first-child {
  background: url("../themes/elter/assets/images/tara/_question_1.svg") top left no-repeat;
  background-size: 61px auto;
  padding-left: 80px;
  margin-bottom: 20px;
}
.projects-main-content-wrapper .ta-ra-scheme-ul div:nth-child(2) {
  background: url("../themes/elter/assets/images/tara/_question_2.svg") top left no-repeat;
  background-size: 61px auto;
  padding-left: 80px;
  margin-bottom: 20px;
}
.projects-main-content-wrapper .ta-ra-scheme-ul span {
  color: #40907A;
}
.projects-main-content-wrapper .how_to_apply ol {
  margin: 0 0 0 0.5em;
  padding: 0;
  counter-reset: item;
}
.projects-main-content-wrapper .how_to_apply ol > li {
  margin: 0 0 15px -19px;
  padding: 0 0 0 2em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
}
.projects-main-content-wrapper .how_to_apply ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-family: "Helvetica Neue Bold";
  text-align: right;
  content: counter(item) ".";
}
.projects-main-content-wrapper .steps .col-md-4 {
  text-align: center;
  padding: 0 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.projects-main-content-wrapper .steps .col-md-4:first-of-type .icon {
  background: url("../themes/elter/assets/images/tara/_Eligibility_Check.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .steps .col-md-4:nth-of-type(2) .icon {
  background: url("../themes/elter/assets/images/tara/_Plausibility_Check.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .steps .col-md-4:nth-of-type(3) .icon {
  background: url("../themes/elter/assets/images/tara/_Scientific_Evaluation.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .blog_webinar .col-md-4 {
  text-align: center;
  padding: 0 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.projects-main-content-wrapper .blog_webinar .col-md-4:first-of-type .icon {
  background: url("../themes/elter/assets/images/tara/_blog.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .blog_webinar .col-md-4:nth-of-type(2) .icon {
  background: url("../themes/elter/assets/images/tara/_Webinar_video.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .blog_webinar .col-md-4:nth-of-type(3) .icon {
  background: url("../themes/elter/assets/images/tara/_Past_reports.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .main_documents_files .col-md-3 {
  text-align: center;
  padding: 0 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.projects-main-content-wrapper .main_documents_files .col-md-3:first-of-type .icon {
  background: url("../storage/app/media/tara/documents_1.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .main_documents_files .col-md-3:nth-of-type(2) .icon {
  background: url("../storage/app/media/tara/documents_2.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .main_documents_files .col-md-3:nth-of-type(3) .icon {
  background: url("../storage/app/media/tara/documents_3.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .main_documents_files .col-md-3:nth-of-type(4) .icon {
  background: url("../storage/app/media/tara/documents_4.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .funded .col-md-4 {
  text-align: center;
  padding: 0 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.projects-main-content-wrapper .funded .col-md-4:first-of-type .icon {
  background: url("../themes/elter/assets/images/tara/_Background_Information_1.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .funded .col-md-4:nth-of-type(2) .icon {
  background: url("../themes/elter/assets/images/tara/_Background_Information_2.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .funded .col-md-4:nth-of-type(3) .icon {
  background: url("../themes/elter/assets/images/tara/_Background_Information_3.svg") center no-repeat;
  background-size: 100%;
  width: 170px;
  height: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.projects-main-content-wrapper .topics .block-img img {
  margin: -60px auto;
}
.projects-main-content-wrapper .topics ul {
  list-style: none;
  /* Remove default bullets */
  color: white;
  padding: 0 0 0 37px;
}
.projects-main-content-wrapper .topics ul li {
  color: white;
  margin-bottom: 25px;
}
.projects-main-content-wrapper .topics ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.projects-main-content-wrapper .what_before ol, .projects-main-content-wrapper .what_after ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 60px;
  margin-top: 50px;
}
.projects-main-content-wrapper .what_before ol li, .projects-main-content-wrapper .what_after ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 40px;
}
.projects-main-content-wrapper .what_before ol li strong, .projects-main-content-wrapper .what_after ol li strong {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100% !important;
  display: block !important;
}
.projects-main-content-wrapper .what_before ol li::before, .projects-main-content-wrapper .what_after ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  /* border: 2px solid #40907a; */
  background: #40907a;
  position: absolute;
  --size: 37px;
  left: calc(-1 * var(--size) - 20px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  border-radius: 50%;
  text-align: center;
}
.projects-main-content-wrapper .ta_ra_table table {
  border: 1px solid #ACACAC;
  border-collapse: separate;
  border-left: 0;
  border-radius: 20px;
  border-spacing: 0px;
  font-size: 16px;
}
.projects-main-content-wrapper .ta_ra_table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.projects-main-content-wrapper .ta_ra_table th, .projects-main-content-wrapper .ta_ra_table td {
  padding: 5px 4px 6px 4px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #ACACAC;
}
.projects-main-content-wrapper .ta_ra_table td {
  border-top: 1px solid #ACACAC;
  padding: 10px;
}
.projects-main-content-wrapper .ta_ra_table td:first-child {
  background: #0a2033;
  font-family: "Helvetica Neue Bold";
  color: white;
  font-size: 18px;
}
.projects-main-content-wrapper .ta_ra_table td p {
  margin: 0 !important;
}
.projects-main-content-wrapper .ta_ra_table tr:first-of-type {
  font-family: "Helvetica Neue Bold";
  color: white;
  background: #40907a;
  border-top-right-radius: 20px;
}
.projects-main-content-wrapper .ta_ra_table tr:first-of-type td {
  border-top: 0;
  font-size: 18px;
}
.projects-main-content-wrapper .ta_ra_table tr:first-of-type td:last-child {
  border-top-right-radius: 20px;
}
.projects-main-content-wrapper .ta_ra_table tr:first-of-type td:first-child {
  background: #40907a;
}
.projects-main-content-wrapper .ta_ra_table thead:first-child tr:first-child th:first-child, .projects-main-content-wrapper .ta_ra_table tbody:first-child tr:first-child td:first-child {
  border-radius: 20px 0 0 0;
}
.projects-main-content-wrapper .ta_ra_table thead:last-child tr:last-child th:first-child, .projects-main-content-wrapper .ta_ra_table tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.faq_container .block-img img {
  width: 240px;
  height: 240px;
  opacity: 1;
  margin: 50px auto;
  display: block;
}
.faq_container .faq_paragraphs p {
  position: relative;
}
.faq_container .faq_paragraphs p:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
  /* so the text is still selectable */
}
.faq_container .sidebar-box {
  max-height: 460px;
  position: relative;
  overflow: hidden;
}
.faq_container .sidebar-box:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  /* so the text is still selectable */
}
.faq_container .sidebar-box.changed:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: unset;
  pointer-events: none;
  /* so the text is still selectable */
}
.faq_container .sidebar-box .read-more {
  position: absolute;
  top: 315px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  /* background: red; */
  display: flex;
  z-index: 9;
  justify-content: space-around;
}
.faq_container .dark-background .sidebar-box {
  max-height: 460px;
  position: relative;
  overflow: hidden;
}
.faq_container .dark-background .sidebar-box:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #113a74 20%, rgba(17, 58, 116, 0) 80%);
  pointer-events: none;
  /* so the text is still selectable */
}
.faq_container .dark-background .sidebar-box.changed:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: unset;
  pointer-events: none;
  /* so the text is still selectable */
}
.faq_container .dark-background .sidebar-box .read-more {
  position: absolute;
  top: 315px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  /* background: red; */
  display: flex;
  z-index: 9;
  justify-content: space-around;
}
.ta-ra-numbers .col-md {
  display: inline;
  width: 10%;
}
.ta-ra-numbers .col-md .numbers {
  width: 170px !important;
  height: 170px !important;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  color: #40907A;
  border: 1px solid white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.ta-ra-numbers .col-md .numbers .count {
  font-size: 32px !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_container {
  padding: 0 !important;
  overflow: hidden;
}
.map_container p {
  margin: 0 !important;
}
.map_container iframe {
  margin-top: -86px;
}
.map_container .map_agenda {
  width: 100%;
  height: 90px;
  background: #0A2033;
  display: block;
  margin-top: -6px;
}
.map_container .map_agenda ul {
  list-style-type: none;
  color: white;
  font-size: 16px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
}
.map_container .map_agenda ul li {
  display: inline;
  padding-left: 25px;
}
.map_container .map_agenda ul li:first-of-type {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(2) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(3) {
  background: url("../themes/elter/assets/images/tara/map-18.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(4) {
  background: url("../themes/elter/assets/images/tara/map-14.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(5) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(6) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(7) {
  background: url("../themes/elter/assets/images/tara/cactus.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(8) {
  background: url("../themes/elter/assets/images/tara/map-16.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(9) {
  background: url("../themes/elter/assets/images/tara/map-12.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(10) {
  background: url("../themes/elter/assets/images/tara/map-13.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(11) {
  background: url("../themes/elter/assets/images/tara/map-17.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .map_agenda ul li:nth-of-type(12) {
  background: url("../themes/elter/assets/images/tara/map-07.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container .legend {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.map_container .legend ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-type: none;
}
.map_container .legend ul li::before {
  content: none;
}
.map_container .legend ul li {
  font-size: 20px;
  font-family: "Helvetica Neue Bold";
  color: #40907A !important;
  padding-left: 25px;
}
.map_container .legend ul li a {
  color: #40907A !important;
}
.map_container .legend ul li:first-of-type {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(2) {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(3) {
  background: url("../themes/elter/assets/images/tara/map-14.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(4) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(5) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(6) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(7) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(8) {
  background: url("../themes/elter/assets/images/tara/map-07.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(9) {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(10) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(11) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(12) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(13) {
  background: url("../themes/elter/assets/images/tara/map-16.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(14) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(15) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(16) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(17) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(18) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(19) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(20) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(21) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(22) {
  background: url("../themes/elter/assets/images/tara/map-20.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(23) {
  background: url("../themes/elter/assets/images/tara/map-20.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(24) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(25) {
  background: url("../themes/elter/assets/images/tara/map-12.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(26) {
  background: url("../themes/elter/assets/images/tara/map-13.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(27) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(28) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(29) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(30) {
  background: url("../themes/elter/assets/images/tara/map-14.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(31) {
  background: url("../themes/elter/assets/images/tara/map-16.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(32) {
  background: url("../themes/elter/assets/images/tara/map-12.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(33) {
  background: url("../themes/elter/assets/images/tara/map-17.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(34) {
  background: url("../themes/elter/assets/images/tara/map-17.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(35) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(36) {
  background: url("../themes/elter/assets/images/tara/map-18.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(37) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(38) {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(39) {
  background: url("../themes/elter/assets/images/tara/map-05.svg") left no-repeat;
  background-size: 20px 25px;
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(39) a {
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(40) {
  background: url("../themes/elter/assets/images/tara/map-09.svg") left no-repeat;
  background-size: 20px 25px;
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(40) a {
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(41) {
  background: url("../themes/elter/assets/images/tara/map-19.svg") left no-repeat;
  background-size: 20px 25px;
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(41) a {
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(42) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 25px;
}
.map_container .legend ul li:nth-of-type(43) {
  background: url("../themes/elter/assets/images/tara/map-03.svg") left no-repeat;
  background-size: 20px 25px;
  color: #8D8D8D !important;
}
.map_container .legend ul li:nth-of-type(43) a {
  color: #8D8D8D !important;
}
.hover_read_more {
  cursor: pointer;
}
.page-library-enrich .projects-main-content-wrapper, .page-partners-enrich .projects-main-content-wrapper, .page-work-packages-enrich .projects-main-content-wrapper, .page-elter-enrich .projects-main-content-wrapper {
  margin-top: 288px;
}
.page-library-enrich h3.display-1, .page-library-enrich .display-1.h3, .page-library-enrich h1, .page-library-enrich .h1, .page-partners-enrich h3.display-1, .page-partners-enrich .display-1.h3, .page-partners-enrich h1, .page-partners-enrich .h1, .page-work-packages-enrich h3.display-1, .page-work-packages-enrich .display-1.h3, .page-work-packages-enrich h1, .page-work-packages-enrich .h1, .page-elter-enrich h3.display-1, .page-elter-enrich .display-1.h3, .page-elter-enrich h1, .page-elter-enrich .h1 {
  text-align: center;
}
.page-library-enrich .light-background, .page-partners-enrich .light-background, .page-work-packages-enrich .light-background, .page-elter-enrich .light-background {
  background: #F2F7FA !important;
}
.page-elter-enrich .key-facts {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 80px auto 40px auto;
  justify-content: space-around;
}
.page-elter-enrich .key-facts li {
  padding: 50px 0 0 0;
  margin: 0;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  max-width: 250px;
}
.page-elter-enrich .key-facts li:nth-of-type(1) {
  background: url("../themes/elter/assets/images/lead-institution.svg") top center no-repeat;
  background-size: 40px;
}
.page-elter-enrich .key-facts li:nth-of-type(2) {
  background: url("../themes/elter/assets/images/coordinator.svg") top center no-repeat;
  background-size: 30px;
}
.page-elter-enrich .key-facts li:nth-of-type(3) {
  background: url("../themes/elter/assets/images/consortium.svg") top center no-repeat;
  background-size: 50px;
}
.page-elter-enrich .key-facts li:nth-of-type(4) {
  background: url("../themes/elter/assets/images/budget.svg") top center no-repeat;
  background-size: 40px;
}
.page-elter-enrich .key-facts li:nth-of-type(5) {
  background: url("../themes/elter/assets/images/duration.svg") top center no-repeat;
  background-size: 30px;
}
.page-elter-enrich .key-facts li::before {
  display: none;
}
.page-elter-enrich .enrich_objectives {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 80px auto 40px auto;
  justify-content: space-around;
}
.page-elter-enrich .enrich_objectives li {
  padding: 120px 0 0 0;
  margin: 50px 10px;
  display: flex;
  flex-basis: 28%;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  background: url("../themes/elter/assets/images/objectives.svg") top center no-repeat;
  background-size: 90px;
}
.page-elter-enrich .enrich_objectives li::before {
  display: none;
}
.page-elter-enrich .card-profiles .card-profile {
  background: white;
  text-align: center;
}
/* eLTER enRich accordion in worck packages */
.accordion_14 .accordion-wrapper {
  padding: 0;
  width: 100%;
}
.accordion_14 .accordion-content {
  display: none;
  color: #0A2033;
  padding: 20px;
}
.accordion_14 .accordion-toggle {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  color: #0A2033;
  font-family: "Helvetica Neue Bold";
  cursor: pointer;
}
.accordion_14 .accordion-toggle .title-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.accordion_14 .accordion-toggle .plusminus-container {
  display: flex;
  justify-content: end;
}
.accordion_14 .item-prefix {
  width: 77px;
  min-width: 77px;
  height: 77px;
  background: #94C4E4;
  border-radius: 10px 40px 40px 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  margin-right: 20px;
}
.accordion_14 .plus, .accordion_14 .minus {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  background: none;
  color: #0A2033;
  border-radius: 50%;
  padding: 0px 11px;
  font-size: 33px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
}
.page-partners-enrich .row > * {
  padding-left: 10px !important;
}
.page-partners-enrich .partners {
  border: none;
  padding: 0px;
  border-radius: 0px;
  display: flex;
}
.page-partners-enrich .partners .partners-item {
  background: #F2F7FA;
  padding: 10px;
  border-radius: 10px;
  width: 18%;
  margin: 10px;
}
.page-partners-enrich .partners .partners-item .partners-container {
  font-family: "Helvetica Neue Bold";
  border-bottom: none;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: #0A2033;
}
.page-partners-enrich .partners .partners-item .partners-container .col-md-1.col-xs-12:nth-of-type(1) {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-partners-enrich .partners .partners-item .partners-container h3, .page-partners-enrich .partners .partners-item .partners-container .h3, .page-partners-enrich .partners .partners-item .partners-container h3 a, .page-partners-enrich .partners .partners-item .partners-container .h3 a {
  font-size: 16px;
  color: #0A2033;
  min-height: 72px;
}
.page-partners-enrich .partners .partners-item .partners-container img {
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
.page-partners-enrich .partners .partners-item .partners-container .text-place {
  color: #0A2033;
  font-family: "Helvetica Neue";
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  height: 25px;
  line-height: 25px;
  background: url(../themes/elter/assets/images/location.svg) left no-repeat;
  background-size: contain;
  padding-left: 25px !important;
  padding-top: 2px !important;
  margin-left: 10px;
}
.page-library-enrich .category-title {
  display: none;
}
.page-library-enrich .library-item {
  background: #F2F7FA;
  border-radius: 10px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none !important;
}
.page-library-enrich .library-item.ppp .library-title {
  height: 77px;
  font-size: 18px;
  font-family: "Helvetica Neue Bold";
}
.page-library-enrich .library-item.ppp .library-title a {
  color: #0A2033;
}
.page-library-enrich .library-item.ppp .library-prefix {
  width: 77px;
  min-width: 77px;
  height: 77px;
  background: #94C4E4;
  border-radius: 10px 40px 40px 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  margin-right: 20px;
}
.page-library-enrich .library-item.ppp .library-date {
  color: #0A2033;
  font-family: "Helvetica Neue";
  font-size: 16px;
  background: url(../themes/elter/assets/images/calendar.svg) left no-repeat;
  background-size: 19px;
  padding-left: 31px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  height: 77px;
}
.projects-tabs {
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-tabs li:before {
  content: none !important;
}
.projects-tabs li a {
  background: white;
  color: #0C79BF !important;
  border-radius: 22px;
  text-align: center;
  margin-right: 20px;
  font-family: "Helvetica Neue Bold";
  border: 1px solid #0C79BF;
}
.projects-tabs li a:hover, .projects-tabs li a.active {
  opacity: 1;
  text-decoration: none;
  background: #EDF8FF;
  border: 1px solid #EDF8FF;
}
.page-other-projects-and-collaborations g:has(.st000) {
  position: relative;
  z-index: 9;
}
.page-other-projects-and-collaborations image {
  position: relative;
  z-index: 8;
}
.page-other-projects-and-collaborations g:has(.st000):hover {
  cursor: pointer;
  fill: white;
  border: none;
}
.page-other-projects-and-collaborations .removeBorder:hover, .page-other-projects-and-collaborations .removeBorder:focus, .page-other-projects-and-collaborations .removeBorder:active, .page-other-projects-and-collaborations .removeBorder:visited, .page-other-projects-and-collaborations .removeBorder:link, .page-other-projects-and-collaborations .removeBorder > *, .page-other-projects-and-collaborations .removeBorder:hover > *, .page-other-projects-and-collaborations .removeBorder:focus > *, .page-other-projects-and-collaborations .removeBorder:active > * {
  border: none !important;
  stroke: transparent !important;
  stroke-width: 0px !important;
  cursor: pointer;
  outline: none !important;
}
.page-other-projects-and-collaborations .modal {
  background-color: rgba(0, 0, 0, 0.1);
}
.page-other-projects-and-collaborations .modal .modal-dialog {
  width: 50vw;
  max-width: 95%;
  margin: 30px auto;
}
.page-other-projects-and-collaborations .modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: 10% auto;
  padding: 0;
  width: 100%;
  background: white;
  border: none;
  border-radius: 30px;
}
.page-other-projects-and-collaborations .modal .modal-content .image_and_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.page-other-projects-and-collaborations .modal .modal-content .image_and_title img {
  max-height: 106px;
  max-width: 161px;
  height: auto;
  object-fit: contain;
}
.page-other-projects-and-collaborations .modal .modal-content .image_and_title h2, .page-other-projects-and-collaborations .modal .modal-content .image_and_title .h2 {
  color: #0A2033;
  font-size: 27px;
  font-family: "Helvetica Neue Bold";
}
.page-other-projects-and-collaborations .modal .modal-content .btn-primary {
  background-color: #003972;
  border-color: #003972;
  padding: 20px 40px;
  font-family: "Helvetica Neue Bold";
  font-size: 19px;
  margin-top: 20px;
}
.page-other-projects-and-collaborations .modal .modal-header {
  padding: 20px 20px;
  color: #0A2033;
  background-color: transparent;
}
.page-other-projects-and-collaborations .modal .close-modal {
  float: right;
  font-size: 40px;
  border: none;
  background: none;
  color: #0A2033;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  right: 11px;
}
.page-other-projects-and-collaborations .modal .close-modal:hover, .page-other-projects-and-collaborations .modal .close-modal:focus {
  text-decoration: none;
  cursor: pointer;
}
.page-other-projects-and-collaborations .modal .modal-body {
  padding: 45px;
}
.enrich-footer {
  background: #F2F7FA;
  color: #0A2033;
  font-size: 20px;
}
.page-logo .container, .page-flyer .container, .page-newsletters .container, .page-press-releases .container, .page-videos .container, .page-impact-sheets .container, .page-media-center .container, .page-info-sheets .container {
  margin: 50px auto;
}
.page-logo .btn, .page-flyer .btn, .page-newsletters .btn, .page-press-releases .btn, .page-videos .btn, .page-impact-sheets .btn, .page-media-center .btn, .page-info-sheets .btn {
  padding: 15px 25px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
.media-center .card-container {
  text-align: center;
  margin-top: 50px;
}
.media-center .card-container a {
  text-align: center;
  display: inline-block;
  color: #0a2033 !important;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.media-center .card-container a .card_image_container {
  border-radius: 50%;
  width: 173px !important;
  height: 173px !important;
  display: inline-block;
}
.media-center .card-container a .card_image_container.logo {
  background: #095A98 url("../storage/app/media/media-center/media_center_logo.svg") center no-repeat;
  background-size: 60%;
}
.media-center .card-container a .card_image_container.promotional_materials {
  background: #095A98 url("../storage/app/media/media-center/media_center_promotional_materials.svg") center no-repeat;
  background-size: 50%;
}
.media-center .card-container a .card_image_container.press_releases {
  background: #095A98 url("../storage/app/media/media-center/media_center_press_releases.svg") center no-repeat;
  background-size: 45%;
}
.media-center .card-container a .card_image_container.presentations {
  background: #095A98 url("../storage/app/media/media-center/media_center_press_releases.svg") center no-repeat;
  background-size: 50%;
}
.media-center .card-container a .card_image_container.newsletters {
  background: #095A98 url("../storage/app/media/media-center/media_center_newsletters.svg") center no-repeat;
  background-size: 50%;
}
.media-center .card-container a .card_image_container.videos {
  background: #095A98 url("../storage/app/media/media-center/media_center_videos.svg") center no-repeat;
  background-size: 50%;
}
.media-center .card-container a .card_image_container.impact-sheets {
  background: #095A98 url("../storage/app/media/media-center/impact-sheets.svg") center no-repeat;
  background-size: 35%;
}
.media-center .card-container a .card_image_container.info-sheets {
  background: #095A98 url("../storage/app/media/media-center/info-sheets.svg") center no-repeat;
  background-size: 40%;
}
.media-center .card-container .media-label {
  margin-top: 20px !important;
}
.video_title {
  height: 50px;
}
.circle-container {
  width: 225px;
  height: 225px;
  background: #0A2033 url("../themes/elter/assets/images/logo.svg") center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 105px;
}
.circle-container div:not(:first-child) {
  margin: calc(-123px / 2);
  width: 123px;
  height: 123px;
  background: #0A2033;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #fff !important;
  padding: 20px;
}
.circle-container div:not(:first-child) .btn {
  padding: 8px 0;
  width: 33px;
  height: 33px;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}
.circle-container div:first-child {
  position: absolute;
  top: 22%;
  left: 40%;
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.circle-container.circle-container-2019, .circle-container.circle-container-single {
  width: 225px;
  height: 225px;
  background: #0A2033;
  background-size: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 105px;
}
.circle-container.circle-container-2019 img, .circle-container.circle-container-single img {
  margin-left: -27px;
}
.circle-container.circle-container-2019 .btn, .circle-container.circle-container-single .btn {
  padding: 8px 0;
  width: 33px;
  height: 33px;
  line-height: 1em;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}
.page-info-sheets h3, .page-info-sheets .h3, .page-flyer h3, .page-flyer .h3, .page-newsletters h3, .page-newsletters .h3 {
  font-size: 18px;
  color: #003972;
  font-family: "Helvetica Neue Bold";
  text-align: center;
  min-height: 50px;
}
.page-info-sheets .subtitle, .page-flyer .subtitle, .page-newsletters .subtitle {
  color: #095A98A6;
  font-size: 16px;
  font-family: "Helvetica Neue Bold";
  text-align: center;
}
.page-info-sheets .btn, .page-flyer .btn, .page-newsletters .btn {
  background: #095A98;
  border-radius: 45px;
  width: 50%;
  min-width: 166px;
}
.page-info-sheets .col-xs-12.col-lg-3, .page-flyer .col-xs-12.col-lg-3, .page-newsletters .col-xs-12.col-lg-3 {
  margin-bottom: 40px !important;
  padding-right: 0 !important;
}
.page-info-sheets .newsletters_tabs, .page-flyer .newsletters_tabs, .page-newsletters .newsletters_tabs {
  margin-bottom: 50px;
}
.page-info-sheets .newsletters_tabs a, .page-flyer .newsletters_tabs a, .page-newsletters .newsletters_tabs a {
  color: #0A20337D;
  font-size: 19px;
  font-family: "Helvetica Neue Bold";
  margin-right: 30px;
}
.page-info-sheets .newsletters_tabs a:hover, .page-info-sheets .newsletters_tabs a.active, .page-flyer .newsletters_tabs a:hover, .page-flyer .newsletters_tabs a.active, .page-newsletters .newsletters_tabs a:hover, .page-newsletters .newsletters_tabs a.active {
  color: #0A2033;
  border-bottom: 5px solid #0C79BF;
}
.page-newsletters .btn {
  width: unset;
}
.page-info-sheets h3, .page-info-sheets .h3 {
  min-height: 80px;
  padding-right: 20px;
}
.page-info-sheets img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: top;
}
.page-newsletters img {
  width: 217px;
  height: 217px;
  object-fit: cover;
  object-position: top;
}
.page-logo .logo_image_container {
  width: 100%;
  height: 217px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.page-logo .logo_image_container img {
  width: 164px;
  height: auto;
  object-fit: cover;
}
.page-logo .btn {
  background: #095A98;
  margin-top: 0px;
  width: 95%;
  padding: 10px;
}
.page-logo .col-xs-12 {
  padding: 0 20px !important;
  margin-bottom: 20px;
}
.page-logo .media-btn_broshure_and_poster {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.page-flyer img {
  border-radius: 20px;
}
.page-flyer .flexible {
  display: flex;
  justify-content: space-between;
}
.page-flyer .flexible .col-xs-12 {
  padding: 0 !important;
  margin-bottom: 60px;
}
.page-press-releases h3, .page-press-releases .h3 {
  font-size: 18px;
  color: #003972;
  font-family: "Helvetica Neue Bold";
  text-align: left;
}
.page-press-releases .btn {
  width: fit-content;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  padding: 15px !important;
  background: #095A98;
}
.page-impact-sheets ul {
  padding: 0;
}
.page-impact-sheets ul li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #0A20331F;
  border-radius: 4px;
  width: 100%;
  padding: 40px;
  list-style-type: none;
  margin-bottom: 40px;
  margin-top: 20px;
}
.events-tabs {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.events-tabs li {
  float: right;
}
.events-tabs li:before {
  content: none !important;
}
.events-tabs li a {
  background: #0c79bf;
  color: #ffffff !important;
  border-radius: 20px;
  width: 120px !important;
  text-align: center;
  margin-left: 20px;
  font-family: "Helvetica Neue Bold";
}
.events-tabs li.active a {
  opacity: 0.7;
  text-decoration: none;
}
.events-container {
  font-family: "Helvetica Neue";
  border-bottom: 2px solid #E0E0E0;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.events-container div {
  padding: 0 !important;
}
.events-container .text-published, .events-container .text-place {
  font-family: "Helvetica Neue Bold";
  font-size: 16px;
  color: #40907A;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  text-align: end;
}
.event-info-box {
  background: #0A2033;
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 20px;
}
.event-info-box span {
  font-size: 1.2em;
}
.events .row {
  margin: 0 !important;
}
.events-item h3.category_2 a, .events-item .category_2.h3 a {
  color: #40907A !important;
}
.events-item h3.category_1 a, .events-item .category_1.h3 a {
  color: #003972 !important;
}
ul.event_materials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
}
ul.event_materials li {
  display: inline;
}
ul.event_materials li a {
  border-radius: 50px !important;
  padding: 15px 50px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  background: #0c79bf;
  color: #ffffff !important;
}
.page-events h2, .page-events .h2 {
  font-size: 24px !important;
  width: 190px;
}
.page-events .tabs {
  margin-bottom: 40px;
  width: 100%;
  display: block;
  text-align: right;
}
.page-events .tabs a {
  background: #0c79bf;
  color: #ffffff !important;
  border-radius: 20px;
  width: 127px !important;
  height: 43px !important;
  line-height: 43px !important;
  text-align: center;
  margin-left: 20px;
  font-family: "Helvetica Neue Bold";
  display: inline-block;
}
.page-events .tabs a.active {
  opacity: 0.7;
  text-decoration: none;
}
.training_events_list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.training_events_list::before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #0A2033;
  position: absolute;
  top: 63px;
}
.training_events_list .training_event {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  width: 18%;
  margin: 0 1%;
}
.training_events_list .training_event h3, .training_events_list .training_event .h3 {
  font-size: 18px;
  color: #0A2033;
}
.training_events_list .training_event a {
  font-family: "Helvetica Neue Bold";
  font-size: 15px;
  color: white;
  background: #0C79BF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 23;
  border: 11px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
}
.training_events_list .training_event a:hover {
  opacity: 1;
  border: 0px solid #f0f0f0;
  width: 127px;
  height: 127px;
  padding: 10px;
}
.training_events_list .training_event a::after {
  content: " ";
  width: 127px;
  height: 127px;
  position: absolute;
  border: 1px solid #0C79BF;
  border-radius: 50%;
}
.training_jobs {
  position: relative;
}
.training_jobs .training_job_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.training_jobs .training_job_item img {
  border-radius: 10px;
  width: 90%;
  height: 200px;
  object-fit: cover;
}
.training_jobs .training_job_item a {
  position: absolute;
  top: 109px;
  width: 87.5%;
  height: 91px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  color: white;
  font-size: 24px;
  background: #003972BF;
  border-radius: 10px;
  font-family: "Helvetica Neue Bold";
  padding: 18px 20px;
}
.training_jobs .training_job_item a span.read_more {
  font-size: 18px !important;
  font-family: "Helvetica Neue";
}
.training_contacts .col-xs-12 {
  justify-content: center;
  display: flex;
}
.training_contacts .white-header {
  font-family: "Montserrat Bold", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 40px !important;
  color: #ffffff !important;
  margin-bottom: 40px !important;
}
.training_contacts .training_contact_item {
  border-radius: 10px;
  background: #F0F0F0;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0A2345;
  padding: 40px 0;
  margin-bottom: 50px;
  margin-top: 50px;
}
.training_contacts .training_contact_item h3, .training_contacts .training_contact_item .h3 {
  font-family: "Helvetica Neue Bold";
  color: #0A2033;
  font-size: 22px;
}
.training_contacts .training_contact_item .card-address {
  color: #727272;
  margin: 8px 0 5px 0;
}
.training_contacts .training_contact_item .card-email a {
  font-family: "Helvetica Neue Bold";
}
.training_schema svg {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: visible !important;
}
.training_schema a:hover {
  opacity: 1;
}
.training_schema a.orange:hover {
  filter: drop-shadow(0px 0px 30px #ed9656);
}
.training_schema a.dark_green:hover {
  filter: drop-shadow(0px 0px 30px #3f90cf);
}
.training_schema a.light_green:hover {
  filter: drop-shadow(0px 0px 30px #96ca95);
}
.training_schema a.dark_blue:hover {
  filter: drop-shadow(0px 0px 30px #0c79ff);
}
.training_schema a.light_blue:hover {
  filter: drop-shadow(0px 0px 30px #94c4ff);
}
#mapid {
  height: 500px;
}
.partners {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 20px;
}
.partners-container {
  font-family: "Helvetica Neue Bold";
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.partners-container div {
  padding: 0 !important;
}
.partners-container .text-place {
  font-size: 16px;
  color: #40907A;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  background: url(../themes/elter/assets/images/events_icons_where.svg) left no-repeat;
  background-size: 30px;
  padding-left: 35px !important;
}
.partners-item:last-child .partners-container {
  border-bottom: none;
}
.countries-list, .years-list {
  margin-top: 40px;
  display: inline-block;
}
.countries-list .btn-secondary, .years-list .btn-secondary {
  background: #ffffff;
  color: #0A2033 !important;
  padding: 0px;
  text-align: center;
  -webkit-box-shadow: 0px -1px 11px 0px #c1c1c1;
  -moz-box-shadow: 0px -1px 11px 0px #c1c1c1;
  box-shadow: 0px -1px 11px 0px #c1c1c1;
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 37px;
  border: none !important;
}
.countries-list .btn-secondary:nth-of-type(5n), .years-list .btn-secondary:nth-of-type(5n) {
  margin-right: 0px;
  opacity: 1 !important;
}
.countries-list .btn-secondary:hover, .countries-list .btn-secondary:focus, .countries-list .btn-secondary:active, .countries-list .btn-secondary.btn-active, .years-list .btn-secondary:hover, .years-list .btn-secondary:focus, .years-list .btn-secondary:active, .years-list .btn-secondary.btn-active {
  box-shadow: unset;
  border: none;
}
.legend ul {
  list-style: none;
  /* Remove default bullets */
  color: #0A2033;
  padding: 0 0 0 37px;
  margin-top: 20px;
}
.legend ul li {
  color: #0A2033;
  margin-bottom: 10px !important;
}
.legend ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 5em !important;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 5em !important;
  /* Also needed for space (tweak if needed) */
  margin: 8px 0 0 -0.4em !important;
  position: absolute;
}
.legend ul li.dark-green::before {
  color: #40907A;
}
.legend ul li.green::before {
  color: #96CE58;
}
.legend ul li.orange::before {
  color: #ED9633;
}
.legend ul li.blue::before {
  color: #95C5E5;
}
.legend ul li.dark-blue::before {
  color: #0879C0;
}
/**
	SVG map
*/
.st0:hover, .st0.on {
  cursor: pointer;
  fill: #ED9633;
}
.tooltiptext {
  display: none;
  width: 120px;
  background-color: #FFF;
  color: #000000;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  z-index: 1;
  padding: 10px 15px;
  -webkit-box-shadow: 0px -1px 11px 0px #c1c1c1;
  -moz-box-shadow: 0px -1px 11px 0px #c1c1c1;
  box-shadow: 0px -1px 11px 0px #c1c1c1;
  font-weight: bold;
}
.tooltiptext.active {
  display: initial;
}
.networks-map {
  margin-top: 40px;
}
.deims .block-img img {
  max-width: 30% !important;
}
.elter-network h3, .elter-network .h3 {
  color: #95C5E5;
  font-size: 35px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.data-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
.data-container h2, .data-container .h2, .data-container p {
  color: #fff !important;
}
.data-container p {
  font-weight: normal !important;
}
.carousel_services {
  position: relative;
  min-height: 400px;
  top: 50%;
  width: 73%;
  margin: 0 auto;
}
.carousel_services .item_container {
  position: absolute;
  transition: all 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 369px;
  height: 313px;
  background: #003972;
  border-radius: 18px;
  border: 1px solid white;
  padding: 0 21px;
  color: white;
  font-size: 14px;
  box-shadow: 0 30px 50px #00397233;
}
.carousel_services .item_container .service-desc {
  position: relative;
  overflow: hidden;
  max-height: 80px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.carousel_services .item_container .service-desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(to bottom, rgba(0, 57, 114, 0) 0%, #003972 100%);
  pointer-events: none;
}
.carousel_services .item_container .service-read {
  color: #94C4E4;
  font-size: 17px;
  font-weight: 400;
  font-family: "Helvetica Neue Bold";
}
.carousel_services .item_container h3, .carousel_services .item_container .h3, .carousel_services .item_container h3 a, .carousel_services .item_container .h3 a {
  font-size: 19px;
  color: white;
  font-family: "Helvetica Neue Bold";
  margin: 20px 0 20px 0 !important;
}
.carousel_services .item_container img {
  width: 80px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.carousel_services .item_container.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(7deg);
}
.carousel_services .item_container.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(-7deg);
  height: 282px;
  font-size: 12px;
}
.carousel_services .item_container.prev {
  z-index: 5;
  left: 30%;
  height: 282px;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(7deg);
  font-size: 12px;
}
.carousel_services .item_container.prevLeftSecond {
  z-index: 4;
  left: 15%;
  height: 282px;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(5deg);
  font-size: 12px;
}
.carousel_services .item_container:not(.selected) .service-read {
  display: none;
}
.carousel_services .item_container.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(25px) translateX(-50%);
}
.carousel_services .item_container.selected .service-read {
  display: unset;
}
.carousel_services .item_container.next {
  z-index: 5;
  left: 70%;
  height: 282px;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(-7deg);
  font-size: 12px;
}
.carousel_services .item_container.nextRightSecond {
  z-index: 4;
  left: 85%;
  height: 282px;
  transform: translateY(40px) translateX(-50%) perspective(400px) rotateY(-5deg);
  font-size: 12px;
}
.carousel_services .item_container:hover {
  background: #0C79BF;
  box-shadow: 0px 30px 50px #00397233;
  border: 1px solid #FFFFFF;
  scale: 1.05;
}
.carousel_services .item_container:hover .service-desc::after {
  height: 0;
}
.carousel_services .prev_group {
  position: absolute;
  left: -112px;
  top: 160px;
  width: 32px;
  height: 32px;
  background: url("../themes/elter/assets/images/arrow-left.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 99;
}
.carousel_services .next_group {
  transform: rotate(180deg);
  position: absolute;
  right: -112px;
  top: 160px;
  width: 32px;
  height: 32px;
  background: url("../themes/elter/assets/images/arrow-left.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 99;
}
.carousel_tabs.tabs {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.carousel_tabs.tabs a {
  color: #2b7ac2 !important;
  width: fit-content !important;
  height: 50px !important;
  line-height: 25px !important;
  font-size: 19px;
  margin-left: 20px;
  font-family: "Helvetica Neue Bold";
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 5px solid white;
  padding: 30px;
}
.carousel_tabs.tabs a.active, .carousel_tabs.tabs a:hover {
  border-bottom: 5px solid #2b7ac2;
  opacity: 1;
}
.carousel_tabs.tabs a:nth-of-type(2) {
  color: #3F907A !important;
}
.carousel_tabs.tabs a:nth-of-type(2).active, .carousel_tabs.tabs a:nth-of-type(2):hover {
  border-bottom: 5px solid #3F907A;
}
.carousel_tabs.tabs a:nth-of-type(3) {
  color: #96CA58 !important;
}
.carousel_tabs.tabs a:nth-of-type(3).active, .carousel_tabs.tabs a:nth-of-type(3):hover {
  border-bottom: 5px solid #96CA58;
}
.carousel_tabs.tabs a:nth-of-type(4) {
  color: #003972 !important;
}
.carousel_tabs.tabs a:nth-of-type(4).active, .carousel_tabs.tabs a:nth-of-type(4):hover {
  border-bottom: 5px solid #003972;
}
.carousel_tabs.tabs a:nth-of-type(5) {
  color: #94C4E4 !important;
}
.carousel_tabs.tabs a:nth-of-type(5).active, .carousel_tabs.tabs a:nth-of-type(5):hover {
  border-bottom: 5px solid #94C4E4;
}
.services_data_content {
  font-family: "Helvetica Neue";
}
.services_data_content h1, .services_data_content .h1 {
  padding-top: 20px !important;
}
.services_data_content .sub-content {
  background-color: #F0F0F0;
  margin-top: 50px;
}
.services_data_content h2, .services_data_content .h2 {
  font-size: 26px;
  font-family: "Helvetica Neue Bold";
  margin: 50px 0 30px 0;
}
.services_data_content h3, .services_data_content .h3 {
  font-size: 22px;
  font-family: "Helvetica Neue Bold";
  margin: 50px 0 20px 0;
}
.services_data_content .service_card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 18px;
  box-shadow: 0 0 4px #00000029;
  margin: 22px;
  height: 220px;
  position: relative;
  cursor: pointer;
  font-family: "Helvetica Neue";
}
.services_data_content .service_card .s_label {
  font-family: "Helvetica Neue Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 20px;
  font-weight: bold;
  font-size: 19px;
}
.services_data_content .service_card .service_card_footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #003972 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 0px 0px 18px 18px;
  padding: 8px 0;
}
.services_data_content .service_card .service_card_footer .service_read_more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.services_data_content .service_card .service_card_footer .service_read_more::after {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../themes/elter/assets/images/arr-dwn.svg") center no-repeat;
  background-size: 10px;
  width: 10px;
  height: 10px;
  content: " ";
  margin-right: -20px;
  margin-top: -2px;
  right: 0;
  position: absolute;
  transform: rotate(180deg);
}
.services_data_content .service_card .subtitle {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #474747;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 4px 20px;
  width: 100%;
}
.services_data_content .service_card .subtitle a {
  color: #474747;
}
.services_data_content .service_card .read_more {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  background-color: #0C79BF;
  border-radius: 50%;
  bottom: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services_data_content .service_card .read_more::after {
  background: url("../themes/elter/assets/images/arr-dwn.svg") center no-repeat;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  background-size: contain;
  transform: rotate(180deg);
}
.services_data_content .service_card:hover {
  color: #fff;
  background: #003972 0% 0% no-repeat padding-box;
}
.services_data_content .service_card:hover .service_card_footer {
  box-shadow: unset;
}
.services_data_content .service_card:hover a {
  color: #fff;
}
.services_data_content .service_card:hover.full-service {
  background: #003972 0% 0% no-repeat padding-box;
}
.services_data_content .service_card:hover.initial-service {
  background: #0C79BF 0% 0% no-repeat padding-box;
}
.services_data_content .service_card:hover.in-development {
  background: #94C4E4 0% 0% no-repeat padding-box;
}
.services_data_content .full-service .service_card_footer {
  background: #003972 0% 0% no-repeat padding-box;
}
.services_data_content .initial-service .service_card_footer {
  background: #0C79BF 0% 0% no-repeat padding-box;
}
.services_data_content .in-development .service_card_footer {
  background: #94C4E4 0% 0% no-repeat padding-box;
}
.back_to_top {
  position: relative;
  color: #A8A8A8;
  cursor: pointer;
  margin: 150px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back_to_top:before {
  background-color: #003972;
  position: absolute;
  border-radius: 50%;
  padding: 32px;
  content: " ";
  background: url("../themes/elter/assets/images/arr-dwn.svg") center no-repeat #94C4E4;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  margin-bottom: 112px;
}
.back_to_top:before:hover, .back_to_top:before.active {
  background-color: #003972;
}
.services_portfolio_content {
  background: url("../themes/elter/assets/images/Ellipse-1062.png") left no-repeat;
  background-position-x: -200px;
  background-size: contain;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fluid:has(.slick-slider), .container-sm:has(.slick-slider), .container-md:has(.slick-slider), .container-lg:has(.slick-slider), .container-xl:has(.slick-slider), .container-xxl:has(.slick-slider) {
  padding: 0;
}
/* bootstrap 3 multi-col carousel */
#slick {
  display: none;
  /* .slick-slide emulates .col- */
  /* slick arrows */
}
#slick.slick-initialized {
  display: block;
}
#slick .slick-list {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  margin-bottom: 170px;
}
#slick .slick-list::before {
  position: absolute;
  z-index: 1;
  top: 0;
  /* left: 0; */
  right: 0;
  bottom: 0;
  content: "";
  width: 17%;
  background: linear-gradient(to left, currentColor 0%, transparent 100%);
}
#slick .slick-list::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to right, currentColor 0%, transparent 17%);
}
#slick .slick-prev::before, #slick .slick-next::before {
  font-family: "Montserrat Bold" !important;
  letter-spacing: 0 !important;
  font-style: normal;
  opacity: 1 !important;
}
#slick .slick-prev::before:hover, #slick .slick-next::before:hover {
  background: #0C79BF !important;
}
#slick .slick-track {
  left: -40px;
  position: relative;
  display: flex;
}
#slick .slick-track::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to left, currentColor 0%, transparent 17%);
}
#slick .slick-slide {
  cursor: initial;
  text-align: center;
  justify-content: center;
  width: 398px;
  max-width: 100%;
  height: 100%;
  display: block;
  padding: 0 20px;
}
#slick .slick-slide .services_slide_container {
  width: 100%;
  height: 540px;
  display: flex;
  background: white;
  border-radius: 28px;
  padding: 37px;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
#slick .slick-slide .services_slide_container h3, #slick .slick-slide .services_slide_container .h3 {
  font-size: 28px;
  color: #003972;
  margin-top: 40px;
}
#slick .slick-slide .services_slide_container img {
  width: 235px;
  height: 113px;
  object-fit: cover;
  margin: 0 auto;
}
#slick .slick-slide .services_slide_container .service_description {
  font-size: 17px;
  color: #0E0E0E;
  margin-top: 20px;
  margin-bottom: 20px;
}
#slick .slick-slide .services_slide_container .read_more {
  color: #0C79BF;
  font-size: 19px;
  font-family: "Helvetica Neue Bold";
  margin-top: 20px;
}
#slick .slick-slide:focus {
  outline: none;
}
#slick .slick-arrow {
  position: absolute;
  top: 600px;
  z-index: 1;
  background: #6b7782 !important;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 0;
}
#slick .slick-arrow:hover {
  background: #0C79BF !important;
}
#slick .slick-arrow:before {
  font-size: 22px;
  color: #212529;
}
#slick .slick-arrow.slick-prev {
  right: 120px;
  left: unset;
  background: url("../themes/elter/assets/images/slider-left.svg");
  background-size: 45px;
}
#slick .slick-arrow.slick-next {
  right: 70px;
  background: url("../themes/elter/assets/images/slider-right.svg");
  background-size: 45px;
}
.service-portal-container {
  margin: 50px 0;
}
.service-portal-container h1, .service-portal-container .h1, .service-portal-container p {
  color: #0A2033 !important;
}
.service-portal-container .col-md-6:first-of-type {
  width: 100% !important;
}
.service-portal-container .row {
  align-items: center;
}
.service-portal-container .bg-spehere {
  position: relative;
  width: 547px;
  height: 547px;
}
.service-portal-container .bg-spehere:after {
  position: absolute;
  content: "";
  width: 547px;
  height: 547px;
  background: url("../themes/elter/assets/images/service-portfolio.jpg") center no-repeat;
  background-size: cover;
  display: inline-block;
  border-radius: 50%;
  left: -140px;
}
.service-bg-color {
  padding: 40px 0;
}
.btn-services {
  font-family: "Helvetica Neue";
  background-color: #0C79BF !important;
}
.blog_posts_container {
  display: flex;
  justify-content: space-between;
}
.blog_posts_container .news_share {
  color: #2b7ac2;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog_posts_container .news_share .icons a {
  font-size: 31px !important;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px 0 10px;
}
.blog_posts_container .news_share .icons a.p-twitter:before {
  font-size: 0.85em;
}
.blog_lates_item {
  font-size: 20px;
  color: #7E7E7E;
  margin-bottom: 100px;
}
.blog_lates_item img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog_lates_item h3, .blog_lates_item .h3, .blog_lates_item h3 a, .blog_lates_item .h3 a {
  font-size: 28px;
  color: #474747;
  font-family: "Helvetica Neue Bold";
}
.blog_lates_item .date {
  color: #0C79BF;
}
.blog_intro {
  margin-bottom: 100px;
}
.blog_intro .col-md-6.col-xs-12 {
  align-items: center;
  display: flex;
  color: #474747;
  font-size: 25px;
}
.all_posts_item {
  box-shadow: 0 0 4px #00000029;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.all_posts_item img {
  border-radius: 10px;
  width: 167px;
  height: 156px;
  object-fit: cover;
  max-width: 100%;
}
.all_posts_item .date {
  color: #0C79BF;
}
.all_posts_item h3, .all_posts_item .h3, .all_posts_item h3 a, .all_posts_item .h3 a {
  color: #474747;
  font-family: "Helvetica Neue Bold";
  font-size: 16px;
  min-height: 80px;
  line-height: 20px;
}
.all_posts_item a {
  color: #0C79BF;
  font-family: "Helvetica Neue Bold";
}
.blog_posts_container .col-md-6 {
  justify-content: start;
}
.col-md-4 {
  padding: 5px 10px;
}
.call-open {
  color: #ED9633 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 30px !important;
  font-weight: bold !important;
}
.save-date-main .intro {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 120px !important;
}
.save-date-main .intro .img-cover {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.save-date-main .intro .img-cover img {
  width: 100%;
  height: auto;
}
.save-date-main .intro .mt-4 .row {
  display: flex;
  justify-content: center;
}
.save-date-main .intro .mt-4 .save-date-intro {
  width: 80%;
  font-size: 22px;
  color: #707070;
}
.save-date-menu a:hover {
  opacity: unset;
}
.save-date-menu a .img-card img {
  height: 297px;
  object-fit: cover;
}
.programme .m-auto {
  max-width: 100% !important;
  margin: 0 !important;
}
.img-card {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 !important;
}
.img-card img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.img-card .card-text {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
}
.img-card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #226654;
  opacity: 0.73;
  width: 275px;
  height: 130px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease, height 0.5s ease;
}
.img-card:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.img-card:hover {
  cursor: pointer;
}
.programme-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px !important;
}
.programme-intro .row {
  align-items: center;
}
.programme-intro .programme-logo {
  background: url("../themes/elter/assets/images/eLTER-SC-2025-final.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 8vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-banner {
  background: url("../themes/elter/assets/images/SC-banner-2.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-banner-registration {
  background: url("../themes/elter/assets/images/registration-banner.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-banner-exhibitors {
  background: url("../themes/elter/assets/images/exhibitors-banner.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-banner-faq {
  background: url("../themes/elter/assets/images/faq-banner.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-banner-as {
  background: url("../themes/elter/assets/images/abstract-submission-banner.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: flex;
  align-items: center;
}
.programme-intro .programme-logo-date {
  background: url("../themes/elter/assets/images/eLTER-SC-2025-final.svg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 8vw;
  display: flex;
  align-items: center;
}
.programme-intro a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
h1.programme-head, .programme-head.h1 {
  font-size: 26px !important;
  color: #0A2033 !important;
  text-transform: uppercase !important;
  text-align: center;
}
h1.programme-subheader, .programme-subheader.h1 {
  color: #525252 !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}
.back {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.back:hover {
  background: #3F907A39 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 7%;
  cursor: pointer;
}
.back a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  position: relative;
  font-size: 16px;
  color: #3F907A;
}
.back a:hover {
  color: #3F907A;
}
.back a:before {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/back-arrow.svg") center center no-repeat;
  background-size: 9px;
  width: 9px;
  height: 9px;
  left: -14px;
  top: 5px;
}
.goto {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.goto:hover {
  background: #3F907A39 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 15%;
  cursor: pointer;
}
.goto a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  position: relative;
  font-size: 16px;
  color: #3F907A;
}
.goto a:hover {
  color: #3F907A;
}
.goto a:after {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/back-arrow.svg") center center no-repeat;
  transform: rotate(180deg);
  background-size: 9px;
  width: 9px;
  height: 9px;
  right: -14px;
  top: 5px;
}
.backbtn {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
}
.backbtn:hover {
  border-radius: 15px;
  cursor: pointer;
}
.backbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  position: relative;
  font-size: 16px;
  color: #3F907A;
}
.backbtn a:hover {
  color: #3F907A;
}
.backbtn a:before {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/back-arrow.svg") center center no-repeat;
  background-size: 9px;
  width: 9px;
  height: 9px;
  left: -14px;
  top: 5px;
}
.programme .programme-header {
  display: flex;
  align-items: center;
}
.programme .programme-card {
  margin-bottom: 40px;
  padding-left: 0 !important;
  background: #F2F7FA 0% 0% no-repeat padding-box;
}
.programme .programme-card .programme-img {
  position: relative;
  padding: 0;
}
.programme .programme-card .programme-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.programme .programme-card .programme-img .img-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #3F907A 0% 0% no-repeat padding-box;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
}
.programme .programme-card .programme-content, .programme .programme-card .programme-hidden {
  font-size: 18px;
  color: #707070;
  padding: 22px !important;
}
.programme .programme-card .programme-content {
  display: flex;
  flex-direction: column;
}
.programme .programme-card .programme-content h1, .programme .programme-card .programme-content .h1 {
  font-size: 22px !important;
  padding-left: 34px;
}
.programme .programme-card .programme-content li {
  list-style: none;
  position: relative;
  color: #707070;
  padding-left: 20px;
}
.programme .programme-card .programme-content li::before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.programme .programme-card .programme-hidden ul {
  padding-left: 20px;
  color: #707070;
}
.programme .programme-card .programme-hidden li {
  color: #707070;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.programme .programme-card .programme-hidden li:before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: -16px;
}
.programme .programme-card .programme-hidden .hidden-content {
  padding: 20px;
}
.programme .programme-card .rotate {
  transform: rotate(180deg);
}
.programme .programme-card .programme-togle {
  position: absolute;
  right: 40px;
  justify-content: end;
  display: block;
  align-items: center;
  width: 103px;
  height: 103px;
}
.programme .programme-card .programme-togle:after {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/arrow-save-date.svg") center center no-repeat;
  background-size: cover;
  width: 103px;
  height: 103px;
}
.programme .programme-card .programme-togle .toggler {
  display: none;
}
.programme .preliminary-program {
  background: #F2F7FA 0% 0% no-repeat padding-box;
  padding: 40px;
}
.programme .preliminary-program .container {
  line-height: 1.2em;
  font-size: 22px;
  color: #707070;
  width: 60% !important;
}
.programme .social-program .programme-card {
  cursor: pointer;
}
.scientific-programme .record-search {
  display: flex;
  justify-content: start;
  align-items: center;
}
.scientific-programme .record-search .search-field .selectize-input {
  height: 44px;
  /* UI Properties */
  border: 1px solid #D1D1D1 !important;
  border-radius: 26px !important;
}
.scientific-programme .record-search .sort-field .selectize-input {
  height: 44px;
  /* UI Properties */
  border: 1px solid #D1D1D1 !important;
  border-radius: 26px !important;
}
.scientific-programme .programme-header {
  display: flex;
  padding-right: 0;
}
.scientific-programme .programme-header .title {
  color: #0A2033;
  font-size: 20px;
  font-family: "Helvetica Neue Bold";
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.scientific-programme .programme-row {
  position: relative;
  padding: 21px;
}
.scientific-programme .programme-row .label_type {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #0A2033;
  border-radius: 6px 6px 0px 0px;
  width: 120px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0;
}
.scientific-programme .programme-row .label_category {
  position: absolute;
  bottom: 0;
  right: 168px;
  border-radius: 6px 6px 0px 0px;
  min-width: 120px;
  max-width: fit-content;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 10px 0 10px !important;
}
.scientific-programme .programme-card {
  margin-bottom: 40px;
  padding-left: 0 !important;
  background: #F2F7FA 0% 0% no-repeat padding-box;
}
.scientific-programme .programme-card .programme-img {
  position: relative;
  padding: 0;
}
.scientific-programme .programme-card .programme-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.scientific-programme .programme-card .programme-img .img-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #3F907A 0% 0% no-repeat padding-box;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
}
.scientific-programme .programme-card .programme-content, .scientific-programme .programme-card .programme-hidden {
  font-size: 18px;
  color: #707070;
}
.scientific-programme .programme-card .programme-content {
  display: flex;
  flex-direction: column;
}
.scientific-programme .programme-card .programme-content li {
  list-style: none;
  position: relative;
  margin-bottom: 8px;
  color: #707070;
}
.scientific-programme .programme-card .programme-content li::before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.scientific-programme .programme-card .programme-hidden ul {
  padding-left: 20px;
  color: #707070;
}
.scientific-programme .programme-card .programme-hidden li {
  color: #707070;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.scientific-programme .programme-card .programme-hidden li:before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: -16px;
}
.scientific-programme .programme-card .programme-hidden .hidden-content {
  padding: 20px;
}
.scientific-programme .programme-card .rotate {
  transform: rotate(180deg);
}
.scientific-programme .programme-card .programme-togle {
  position: absolute;
  right: 40px;
  justify-content: end;
  display: block;
  align-items: center;
  width: 68px;
  height: 68px;
  background: #C5CECC;
  cursor: pointer;
}
.scientific-programme .programme-card .programme-togle:after {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/arrow-dwn-white.svg") center center no-repeat;
  background-size: 15px;
  width: 68px;
  height: 68px;
}
.scientific-programme .programme-card .programme-togle .toggler {
  display: none;
}
.scientific-programme .preliminary-program {
  background: #F2F7FA 0% 0% no-repeat padding-box;
  padding: 40px;
}
.scientific-programme .preliminary-program .container {
  line-height: 1.2em;
  font-size: 22px;
  color: #707070;
  width: 60% !important;
}
.keynote_speakers .record-search {
  display: flex;
  justify-content: start;
  align-items: center;
}
.keynote_speakers .record-search .search-field .selectize-input {
  height: 44px;
  /* UI Properties */
  border: 1px solid #D1D1D1 !important;
  border-radius: 26px !important;
}
.keynote_speakers .record-search .sort-field .selectize-input {
  height: 44px;
  /* UI Properties */
  border: 1px solid #D1D1D1 !important;
  border-radius: 26px !important;
}
.keynote_speakers .programme-header {
  display: flex;
  padding-right: 0;
}
.keynote_speakers .programme-header .title {
  color: #0A2033;
  font-size: 20px;
  font-family: "Helvetica Neue Bold";
  padding-left: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.keynote_speakers .programme-row {
  position: relative;
  padding: 21px;
}
.keynote_speakers .programme-row .label_type {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #0A2033;
  border-radius: 6px 6px 0px 0px;
  width: 120px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0;
}
.keynote_speakers .programme-row .label_category {
  position: absolute;
  bottom: 0;
  right: 168px;
  border-radius: 6px 6px 0px 0px;
  min-width: 120px;
  max-width: fit-content;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 10px 0 10px !important;
}
.keynote_speakers .programme-card {
  margin-bottom: 40px;
  padding-left: 0 !important;
  background: #F2F7FA 0% 0% no-repeat padding-box;
}
.keynote_speakers .programme-card .programme-img {
  position: relative;
  padding: 0;
}
.keynote_speakers .programme-card .programme-img img {
  width: 163px;
  height: 166px;
  object-fit: cover;
}
.keynote_speakers .programme-card .programme-img .img-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #3F907A 0% 0% no-repeat padding-box;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
}
.keynote_speakers .programme-card .keynote_name {
  font-family: "Helvetica Neue Bold";
  margin-bottom: 10px;
}
.keynote_speakers .programme-card .keynote_institution {
  display: inline-flex;
}
.keynote_speakers .programme-card .keynote_email {
  background: url("../themes/elter/assets/images/Icon-zocial-email-blue.svg") left no-repeat;
  background-position-y: 4px;
  background-size: 20px;
  padding-left: 27px;
  margin-left: 20px;
}
.keynote_speakers .programme-card .programme-content, .keynote_speakers .programme-card .programme-hidden {
  font-size: 18px;
  color: #707070;
}
.keynote_speakers .programme-card .programme-content {
  display: flex;
  flex-direction: column;
}
.keynote_speakers .programme-card .programme-content li {
  list-style: none;
  position: relative;
  margin-bottom: 8px;
  color: #707070;
}
.keynote_speakers .programme-card .programme-content li::before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.keynote_speakers .programme-card .programme-hidden {
  height: 65px;
  overflow: hidden;
}
.keynote_speakers .programme-card .programme-hidden ul {
  padding-left: 20px;
  color: #707070;
}
.keynote_speakers .programme-card .programme-hidden li {
  color: #707070;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.keynote_speakers .programme-card .programme-hidden li:before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: -16px;
}
.keynote_speakers .programme-card .programme-hidden:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #f2f7fa 2%, rgba(255, 255, 255, 0) 98%);
  pointer-events: none;
}
.keynote_speakers .programme-card .programme-hidden.changed {
  height: unset;
  overflow: unset;
}
.keynote_speakers .programme-card .programme-hidden.changed:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: unset;
  pointer-events: none;
  /* so the text is still selectable */
}
.keynote_speakers .programme-card .programme-hidden .hidden-content {
  padding: 20px;
}
.keynote_speakers .programme-card .rotate {
  transform: rotate(180deg);
}
.keynote_speakers .programme-card .programme-togle {
  position: absolute;
  right: 40px;
  justify-content: end;
  display: block;
  align-items: center;
  width: 68px;
  height: 68px;
  background: #C5CECC;
  cursor: pointer;
}
.keynote_speakers .programme-card .programme-togle:after {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/arrow-dwn-white.svg") center center no-repeat;
  background-size: 15px;
  width: 68px;
  height: 68px;
  cursor: pointer;
}
.keynote_speakers .programme-card .programme-togle .toggler {
  display: none;
}
.keynote_speakers .preliminary-program {
  background: #F2F7FA 0% 0% no-repeat padding-box;
  padding: 40px;
}
.keynote_speakers .preliminary-program .container {
  line-height: 1.2em;
  font-size: 22px;
  color: #707070;
  width: 60% !important;
}
.social-program {
  position: relative;
}
.keynotes_link {
  position: absolute;
  background: #3F907A;
  top: 0px;
  right: 0;
  color: white !important;
  width: 130px;
  padding-right: 10px;
  height: 44px;
  border: 1px solid #D1D1D1;
  border-radius: 26px;
  text-align: center;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.keynotes_link.active {
  opacity: 0.7;
  text-decoration: none;
}
.keynotes_link:after {
  content: " ";
  background: url("../themes/elter/assets/images/arrow-right-grey.svg") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  width: 13px;
  height: 13px;
  right: 10px;
  top: 12px;
  position: absolute;
}
.page-test-hidden-page .tabs, .page-programme .tabs, .page-social-programme .tabs {
  width: 100%;
  display: block;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 15px;
  /* new design list*/
}
.page-test-hidden-page .tabs a, .page-programme .tabs a, .page-social-programme .tabs a {
  color: #3F907A !important;
  width: 130px;
  height: 44px;
  border: 1px solid #D1D1D1;
  border-radius: 26px;
  text-align: center;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-test-hidden-page .tabs a.active, .page-programme .tabs a.active, .page-social-programme .tabs a.active {
  opacity: 0.7;
  text-decoration: none;
}
.page-programme .tabs {
  right: 150px;
}
.practicalities .how-to-get-here .row {
  justify-content: space-between;
  align-items: start;
  display: flex;
}
.practicalities .get-there-header {
  margin-bottom: 20px;
  padding: 0 !important;
}
.practicalities .get-there-header .header-content {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
.practicalities .get-there-header .title {
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
  width: 65%;
  height: 47px;
  background: #3F907A 0% 0% no-repeat padding-box;
  border-radius: 0px 24px 24px 0px;
}
.practicalities .get-there-header .practicalities-icon {
  display: flex;
  justify-content: flex-end;
  width: 12%;
  height: 47px;
  background: #3F907A 0% 0% no-repeat padding-box;
  border-radius: 24px 0px 0px 24px;
}
.practicalities .get-there-header .practicalities-icon .icon {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.practicalities .get-there-header .practicalities-icon .icon:after {
  display: flex;
  justify-content: center;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
}
.practicalities .get-there-header .practicalities-icon .icon-boat::after {
  background: url("../themes/elter/assets/images/boat-icon.svg") center center no-repeat;
}
.practicalities .get-there-header .practicalities-icon .icon-bus::after {
  background: url("../themes/elter/assets/images/bus-icon.svg") center center no-repeat;
}
.practicalities .get-there-header .practicalities-icon .icon-train::after {
  background: url("../themes/elter/assets/images/train-icon.svg") center center no-repeat;
}
.practicalities .get-there-header .practicalities-icon .icon-plane::after {
  background: url("../themes/elter/assets/images/plane-icon.svg") center center no-repeat;
}
.practicalities .get-there-content {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 30px;
}
.practicalities .get-there-card {
  margin-bottom: 20px;
}
.practicalities .get-there-card .card-content {
  background: #F2F7FA 0% 0% no-repeat padding-box;
  padding: 0 !important;
}
.practicalities .get-there-card .card-content .txt {
  font-size: 16px;
  line-height: 1.6em;
  color: #707070;
  padding: 10px 20px;
}
.practicalities .hotel-img {
  padding: 0 !important;
}
.practicalities .hotel-img img {
  padding: 0 !important;
  width: 100%;
  height: auto;
}
.practicalities .title-holder {
  background: #F2F7FA 0% 0% no-repeat padding-box;
  min-height: 74px;
  display: flex;
  justify-content: space-between;
}
.practicalities .title-holder .row {
  position: relative;
  width: 100%;
}
.practicalities .title-holder .row .txt {
  display: flex;
  align-items: center;
  color: #3F907A;
  font-size: 18px;
  font-weight: bolder;
  padding-right: 0 !important;
}
.practicalities .title-holder .row .txt a {
  color: #3F907A;
  font-size: 18px;
  line-height: 1.6em;
}
.practicalities .title-holder .row .link {
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: end;
}
.practicalities .title-holder .row .link .link-image {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/ext-link.svg") center center no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
}
.practicalities .content {
  padding-left: 0 !important;
  color: #707070;
}
.practicalities .content ul {
  padding-left: 20px;
}
.practicalities .content li {
  color: #707070;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.practicalities .content li:before {
  content: "•";
  color: #3F907A;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.practicalities .other-options .option {
  margin-bottom: 14px;
}
.venue-content {
  background-color: #F2F7FA;
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: 400;
  color: #707070 !important;
  font-size: 20px !important;
}
.venue-content h1, .venue-content .h1 {
  color: #0C79BF !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
.venue-content img {
  width: 600px;
  height: auto;
}
.venue-content .venue-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: start;
}
.venue-content .venue-img {
  display: flex;
  justify-content: start;
}
.venue-content .venue-img img {
  width: 100%;
  height: auto;
}
.call-for-session .session-workshops {
  display: flex;
  flex-direction: column;
  background: #F2F7FA;
  line-height: 1.4em;
}
.call-for-session .session-workshops .header {
  padding: 20px !important;
  background: #3F907A;
  border-radius: 0px 24px 24px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold !important;
}
.call-for-session .session-workshops .content {
  padding: 26px !important;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #707070;
}
.abstract-submission h3:has(strong), .abstract-submission .h3:has(strong) {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
}
.abstract-submission .submission {
  overflow: hidden;
  color: #707070 !important;
  background: #F2F7FA;
  border-radius: 76px;
}
.abstract-submission .content {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 120px !important;
  position: relative;
}
.abstract-submission .content strong {
  position: relative;
  display: flex;
  align-items: center;
}
.abstract-submission .content strong:before {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/msg-green.svg") center center no-repeat;
  background-size: cover;
  width: 33px;
  height: 38px;
  left: -60px;
}
.abstract-submission .content strong.registration:before {
  background: url("../themes/elter/assets/images/registration-green.svg") center center no-repeat;
  width: 44px;
  height: 32px;
}
.abstract-submission .date {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #3F907A;
  padding-left: 10px;
  padding-right: 10px;
}
.organisers .green-txt {
  font-size: 20px !important;
  font-weight: 700;
  color: #3F907A !important;
}
.organisers .intro {
  font-size: 16px;
  color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.organisers .scientific-comittee h1, .organisers .scientific-comittee .h1 {
  display: flex;
  justify-content: center !important;
}
.organisers .scientific-comittee .members-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.organisers .scientific-comittee .organizer-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
.organisers .scientific-comittee .organizer-card .body {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #707070;
  font-family: "Helvetica Neue";
}
.organisers .scientific-comittee .organizer-card .names-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  color: #0A2033;
  font-family: "Helvetica Neue Bold";
}
.organisers .scientific-comittee .organizer-card .avatar-container {
  margin-bottom: 15px;
  padding: 0 !important;
  width: 125px;
  height: 125px;
}
.organisers .scientific-comittee .organizer-card .avatar-container img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 50%;
}
.page-faq #divselector {
  padding: 10px;
  border: 2px solid #DEDEDE;
  border-radius: 15px;
  outline: none;
  width: 99%;
}
.page-registration .registration_fee_item {
  background: #F2F7FA;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #707070;
  min-height: 256px;
  padding: 35px;
}
.page-registration .registration_fee_item p {
  font-size: 16px;
}
.who-involved p, .sites-and-platforms-intro p {
  margin-top: 0 !important;
  font-size: 15px !important;
}
.who-involved img, .sites-and-platforms-intro img {
  border-radius: 7px;
}
.who-involved {
  margin-top: 40px;
  margin-bottom: 40px;
}
.who-involved h3, .who-involved .h3 {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.who-involved .who-involved-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
.who-involved .content-hidden {
  display: none;
  margin-bottom: 20px;
}
.who-involved .content-hidden ul {
  font-family: "Helvetica Neue" !important;
  font-size: 15px !important;
  list-style: none;
  padding-left: 0;
}
.who-involved .content-hidden ul > li {
  font-family: "Helvetica Neue" !important;
  font-size: 15px !important;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.who-involved .content-hidden ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #40907A;
  border-radius: 50%;
}
.who-involved .content-hidden ul > li ul {
  font-size: 15px !important;
  margin-top: 10px;
}
.who-involved .content-hidden ul > li ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.who-involved .content-hidden ul > li ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #40907A;
  border-radius: 50%;
}
.who-involved .read-more-spf {
  font-family: "Helvetica Neue Bold" !important;
  font-size: 16px;
  color: #0879C0;
}
.sites-and-platforms-intro .intro-text {
  font-family: "Helvetica Neue Bold" !important;
}
.sites-and-platforms-intro .intro-text h3, .sites-and-platforms-intro .intro-text .h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sites-and-platforms-intro .intro-text p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-weight: 400;
}
.SPF-activities, .SPF-activities-mobile {
  padding-top: 120px;
  background-color: #0A2033;
}
.SPF-activities svg .cls-29, .SPF-activities-mobile svg .cls-29 {
  font-size: 15px;
}
.SPF-activities-mobile p, .SPF-activities-mobile div {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
}
.SPF-activities-mobile .container {
  padding: 0 20px;
}
.SPF-activities-mobile svg {
  width: 100%;
  height: auto;
  max-width: 328px;
  margin: 0 auto;
  display: block;
}
.SPF-activities-mobile svg text {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.co-design-elter {
  background-color: #F0F0F0;
}
.co-design-elter .container {
  max-width: 1200px !important;
}
.co-design-elter .co-design-intro h3, .co-design-elter .co-design-intro .h3 {
  font-family: "Helvetica Neue Bold" !important;
  font-size: 24px;
}
.co-design-elter .co-design-intro p {
  font-size: 18px;
  font-weight: 400;
}
.co-design-elter .co-design-buttons {
  margin: 30px 0;
}
.co-design-elter .co-design-buttons .btn-primary {
  font-family: "Helvetica Neue Bold" !important;
  display: flex;
  text-align: center;
  padding: 4px 20px;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  background-color: #40907A;
  color: #fff;
  border-radius: 45px;
}
.co-design-elter .co-design-buttons .btn-primary:hover {
  background-color: #337A67;
}
.events-and-activities {
  font-family: "Helvetica Neue Bold" !important;
}
.events-and-activities h3, .events-and-activities .h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.events-and-activities .event {
  padding: 40px 0;
  border-bottom: 1px solid #E0E0E0;
}
.events-and-activities .event .title {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #003972 !important;
}
.events-and-activities .event .title a {
  color: #003972 !important;
}
.events-and-activities .event .title a:hover {
  opacity: 0.8;
}
.events-and-activities .event .date {
  color: #40907A !important;
  display: flex;
  justify-content: start;
  align-items: center;
}
.events-and-activities .event .date:before {
  content: "";
  display: inline-block;
  background-image: url("/themes/elter/assets/images/events_icons_when.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
.events-and-activities .event .place {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #40907A !important;
}
.events-and-activities .event .place:before {
  content: "";
  display: inline-block;
  background-image: url("/themes/elter/assets/images/events_icons_where.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-right: 6px;
}
.get-in-touch {
  margin-top: 40px;
  background-color: #F0F0F0;
}
.get-in-touch .row {
  display: flex;
  justify-content: space-between;
}
.get-in-touch .img-elter-logo {
  background: url("/themes/elter/assets/images/elter-logo-round.svg") no-repeat center center;
  width: 138px;
  height: 138px;
  object-fit: cover;
}
.get-in-touch h3, .get-in-touch .h3 {
  font-family: "Helvetica Neue Bold" !important;
  font-size: 24px !important;
}
.get-in-touch p {
  font-family: "Helvetica Neue" !important;
}
.sites-contact {
  background-color: #0a2033;
}
.sites-contact .mt-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.sites-contact h3, .sites-contact .h3 {
  padding: 10px 0 40px 0;
  font-family: "Helvetica Neue Bold" !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold !important;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}
.sites-contact .contact-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 310px;
}
.sites-contact .contact-card .contact-card-image, .sites-contact .contact-card .contact-card-name {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.sites-contact .contact-card .contact-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sites-contact .contact-card .contact-card-image img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.sites-contact .contact-card .contact-card-name h4, .sites-contact .contact-card .contact-card-name .h4 {
  width: 100%;
  font-family: "Helvetica Neue" !important;
  color: #0A2033 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
.sites-contact .contact-card .contact-card-name p {
  margin-top: 0 !important;
  padding: 0 !important;
  color: #727272 !important;
  font-family: "Helvetica Neue" !important;
  font-size: 15px !important;
}
.events-and-activities .activities-upcoming .view-all-events, .events-and-activities .activities-past .view-all-events {
  font-family: "Helvetica Neue Bold" !important;
  font-size: 18px !important;
  color: #0879C0 !important;
}
.events-and-activities .activities-upcoming .view-all-events:after, .events-and-activities .activities-past .view-all-events:after {
  content: "";
  display: inline-block;
  background-image: url("/themes/elter/assets/images/arrrow-spf.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  margin-top: -2px;
}
.events-and-activities .activities-upcoming h3, .events-and-activities .activities-upcoming .h3, .events-and-activities .activities-past h3, .events-and-activities .activities-past .h3 {
  font-family: "Helvetica Neue Bold" !important;
  font-size: 24px !important;
  color: #0A2033;
}
.events-and-activities .activities-past h3, .events-and-activities .activities-past .h3 {
  padding-bottom: 20px;
}
.events-and-activities .activities-past .video-container {
  width: 100%;
  height: 100%;
}
.events-and-activities .activities-past .video-container iframe {
  width: 100%;
  height: 315px;
}
.events-and-activities .activities-past .video-container video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .co-design-elter .container {
    max-width: 100% !important;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .who-involved img, .sites-and-platforms-intro img {
    margin-bottom: 20px;
  }
  .who-involved .who-involved-content {
    flex-direction: column;
  }
  .sites-and-platforms-intro .intro-text h3, .sites-and-platforms-intro .intro-text .h3 {
    font-size: 32px;
  }
  .sites-and-platforms-intro .intro-text p {
    font-size: 18px;
  }
  .sites-contact .contact-card {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .get-in-touch .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .who-involved p, .sites-and-platforms-intro p {
    font-size: 16px !important;
  }
  .sites-and-platforms-intro .intro-text h3, .sites-and-platforms-intro .intro-text .h3 {
    font-size: 28px;
  }
  .events-and-activities .event {
    padding: 20px 0;
  }
  .events-and-activities .event .title, .events-and-activities .event .date, .events-and-activities .event .place {
    justify-content: center;
    text-align: center;
  }
  .sites-contact h3, .sites-contact .h3 {
    font-size: 20px !important;
    padding: 10px 0 20px 0;
  }
  .SPF-activities-mobile {
    padding-top: 60px;
  }
  .SPF-activities-mobile p, .SPF-activities-mobile div {
    font-size: 14px;
    line-height: 1.4;
  }
  .SPF-activities-mobile svg {
    max-width: 300px;
  }
  .SPF-activities-mobile svg text {
    font-size: 7px !important;
  }
}
@media screen and (max-width: 576px) {
  .SPF-activities, .SPF-activities-mobile {
    padding-top: 80px;
  }
  .sites-and-platforms-intro .intro-text h3, .sites-and-platforms-intro .intro-text .h3 {
    font-size: 24px;
  }
  .sites-and-platforms-intro .intro-text p {
    font-size: 16px;
  }
  .events-and-activities .activities-past .video-container iframe {
    height: 200px;
  }
  .SPF-activities-mobile .container {
    padding: 0 15px;
  }
  .SPF-activities-mobile svg {
    max-width: 280px;
  }
  .SPF-activities-mobile svg text {
    font-size: 6px !important;
  }
}
html, body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px !important;
  letter-spacing: 1px;
  color: #0A2033 !important;
  background: #ffffff;
  height: 100%;
  margin: 0;
}
.body {
  font-size: 16px;
  font-family: "Helvetica Neue Bold";
  color: #0A2033 !important;
}
b, strong {
  font-family: "Helvetica Neue Bold";
}
i, em {
  font-family: "Helvetica Neue Italic";
}
.row {
  display: flex;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row .col-md-6.col-xs-12 {
  padding-right: 20px;
}
.row > * {
  padding-left: 0 !important;
}
.content ul {
  list-style: none;
  /* Remove default bullets */
  color: #0A2033;
  padding: 0 0 0 37px;
}
.content ul li {
  color: #0A2033;
  margin-bottom: 25px;
}
.content ul li ul {
  margin-top: 25px;
}
.content ul li ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E5F1FA;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 1.8em;
  text-shadow: -1px 0 #0879C0, 0 1px #0879C0, 1px 0 #0879C0, 0 -1px #0879C0;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.content ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0879C0;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.content ul li.light_blue_bullet::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #beddf6;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.page-events ul {
  list-style: none;
  /* Remove default bullets */
  color: #0A2033;
  padding: 0 0 0 37px;
}
.page-events ul li {
  color: #0A2033;
  margin-bottom: 25px;
}
.page-events ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ED9633;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.page-events .event-info-box ul {
  list-style: none;
  /* Remove default bullets */
  color: white;
  padding: 0 0 0 30px;
}
.page-events .event-info-box ul li {
  color: white;
  margin-bottom: 25px;
}
.page-events .event-info-box ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ED9633;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 9px;
  /* Also needed for space (tweak if needed) */
  margin: 13px 0 0 -1em;
  position: absolute;
}
h1, .h1 {
  font-family: "Montserrat Bold", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 40px !important;
  color: #0A2033 !important;
  margin-bottom: 40px !important;
}
h3.display-1, .display-1.h3 {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 40px !important;
  color: #0A2033 !important;
  margin-bottom: 40px !important;
}
.deims h3.display-1, .deims .display-1.h3 {
  font-family: "Montserrat Bold", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 58px !important;
  color: #2A2A2A !important;
  margin-bottom: 40px !important;
}
.sab-row h3.display-1, .sab-row .display-1.h3 {
  font-family: "Montserrat Bold", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 24px !important;
  color: #0A2033 !important;
  margin-bottom: 40px !important;
}
.dark-background h1, .dark-background .h1, .dark-background h3.display-1, .dark-background .display-1.h3 {
  color: #95C5E5 !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
  font-size: 40px !important;
  margin-bottom: 40px !important;
}
h2, .h2 {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0 !important;
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
a {
  color: #0879C0;
}
a:hover, a:active, a:focus {
  color: #0879C0;
  text-decoration: none !important;
  opacity: 0.7;
}
p {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
p.paragraph {
  margin-top: 4em !important;
  margin-bottom: 3em !important;
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  transition: background-color 0.3s;
}
header.scrolled {
  background-color: #0A2033;
}
header.full-width {
  height: 280px;
  background-color: #0A2033;
}
header .navbar-brand {
  background-size: cover;
  min-width: 171px;
  height: 76px;
  background-position: top left;
  margin: 0 !important;
}
.content {
  flex: 1;
  padding: 2rem 0 !important;
}
.slogan_text {
  color: #ffffff;
  max-width: 450px;
  font-size: 20px;
  margin-left: 2.5%;
  font-family: Montserrat;
  letter-spacing: 0 !important;
  position: absolute;
  top: 100px;
  line-height: 1.7em;
}
.content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.content.width1200 {
  max-width: 1200px;
}
.dark-background {
  background: #013972;
  color: #ffffff;
}
.light-background {
  background: #F0F0F0;
}
.footer-background {
  background: #095A98;
}
button.btn.search.focus, button.btn.search:focus, button.btn.focus, button.btn.search:active, button.btn:active:focus, button.btn:focus {
  outline: none !important;
  outline-offset: -2px;
  box-shadow: none !important;
}
.button {
  color: #ffffff;
  border-radius: 50px !important;
  padding: 15px 50px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  background: #0c79bf;
  color: #ffffff !important;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
}
.btn {
  color: #ffffff;
  border-radius: 50px !important;
  background: #0c79bf;
  color: #ffffff !important;
}
.font-bold {
  font-family: "Helvetica Neue Bold";
}
footer {
  background: #095A98;
  color: #ffffff;
  font-size: 14px !important;
}
footer a, footer a:hover {
  color: #ffffff;
}
footer .button {
  color: #ffffff;
  border-radius: 50px !important;
  padding: 5px 21px !important;
  margin-top: 0em !important;
  margin-bottom: 0.6em !important;
  width: 102px !important;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
footer .members img {
  border-radius: 3px;
  background: #ffffff;
  padding: 3px;
  height: 45px;
  margin-top: 10px;
  margin-right: 5px;
}
footer .members .col-xs-6 {
  display: flex;
  align-items: center;
}
footer .icons {
  font-family: "Helvetica Neue";
  font-size: 14px;
  line-height: 33px;
  height: 33px;
}
footer .icons a {
  color: #ffffff;
  background: #0879C0;
  border-radius: 50%;
  font-size: 20px;
  width: 33px;
  height: 33px;
  text-align: center;
  margin-left: 10px;
  padding: 2px 0;
}
footer .icons a:hover {
  color: #ffffff;
}
footer .designed_and_powered {
  line-height: 33px;
  height: 33px;
  text-align: end;
}
footer .designed_and_powered img {
  height: 27px;
  margin-left: 10px;
}
#menuToggle {
  display: none;
}
.search {
  position: absolute;
  top: 55px;
  width: 100%;
  max-width: 1600px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.search-btn {
  color: #ffffff !important;
  font-size: 35px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 20px;
}
.search input {
  border-radius: 50px !important;
  height: 45px;
  margin-top: 20px;
}
.search .input-group .form-control {
  position: relative;
  z-index: 2;
  float: right !important;
  width: 98% !important;
  margin-bottom: 0;
}
.search form {
  position: relative;
}
.search .btn.search {
  text-decoration: none !important;
  position: absolute;
  top: 75px;
  z-index: 3;
  height: 0px;
  padding: 0;
  margin: 0;
}
.search .btn.search:before {
  color: #afafaf;
  text-decoration: none !important;
  font-size: 39px;
  position: absolute;
  top: -6px;
  right: 6px;
}
.header-image-bar {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: top left;
}
/* stick footer to the bottom */
#page-container {
  position: relative;
  min-height: 100vh;
}
#footer {
  position: absolute;
  width: 100%;
  height: 297px;
  /* Footer height */
}
.edit-link, .edit-link:focus, .edit-link:active {
  color: red;
  font-size: 14px;
  margin-top: 20px;
}
.page-how-cite-elter img {
  max-width: 376px;
  max-height: 251px;
}
.page-how-cite-elter .col-md-6:first-of-type {
  width: 25%;
}
.page-how-cite-elter .col-md-6:nth-of-type(2) {
  width: 75%;
}
.category-container {
  margin-top: 100px;
  position: relative;
}
.category-container .anchor {
  position: absolute;
  left: 0;
  top: -160px;
}
/*  pages */
.page-evolution-elements .button.font-bold {
  width: 100% !important;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  padding: 15px 20px !important;
}
.european-elter-white {
  color: #0A2033;
}
.european-elter-white h3, .european-elter-white .h3 {
  color: #95C5E5;
  font-size: 24px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center;
}
.european-elter-white h4, .european-elter-white .h4 {
  color: #0879C0;
  font-size: 24px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center;
}
.european-elter-white .block-img img {
  max-width: 189px !important;
}
.european-elter-blue {
  color: #f0f0f0;
}
.european-elter-blue h3, .european-elter-blue .h3 {
  color: #ffffff !important;
  font-size: 24px !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center;
  font-family: Montserrat;
  letter-spacing: 0 !important;
}
.european-elter-blue .block-img img {
  width: 100% !important;
  max-width: 100% !important;
}
.european-elter-blue p {
  margin: 0 !important;
}
.category-title {
  font-family: Montserrat !important;
  letter-spacing: 0 !important;
  margin-top: 80px !important;
}
.category-title:first-of-type {
  margin-top: 40px !important;
}
/* library PPP */
.library-item.ppp {
  margin-bottom: 20px;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #ADADAD;
}
.library-item.ppp:last-of-type {
  border-bottom: none;
}
.library-item.ppp .library-prefix {
  width: 84px;
  height: 84px;
  background: #003972;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 84px;
  font-size: 25px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
  border-radius: 50%;
}
.library-item.ppp .library-title {
  font-family: Montserrat;
  letter-spacing: 0 !important;
  font-size: 24px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-item.ppp .library-subtitle {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-item.ppp .library-date {
  color: #40907A;
  font-family: "Helvetica Neue";
  font-size: 18px;
  background: url("../themes/elter/assets/images/events_icons_when.svg") left no-repeat;
  background-size: 30px;
  padding-left: 35px;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
/* library PLUS */
.library-item.lplus {
  margin-bottom: 20px;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #ADADAD;
}
.library-item.lplus:last-of-type {
  border-bottom: none;
}
.library-item.lplus .library-prefix {
  width: 84px;
  height: 84px;
  background: #40907A;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 84px;
  font-size: 25px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
  border-radius: 50%;
}
.library-item.lplus .library-prefix.doc_icon {
  background: url(../storage/app/media/article_icon-01.svg) no-repeat;
  background-size: 84px;
  object-fit: contain;
  margin-top: 27px;
}
.library-item.lplus .library-title {
  font-family: Montserrat;
  letter-spacing: 0 !important;
  font-size: 24px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-item.lplus .library-subtitle {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-item.lplus .library-date {
  color: #40907A;
  font-family: "Helvetica Neue";
  font-size: 18px;
  background: url("../themes/elter/assets/images/events_icons_when.svg") left no-repeat;
  background-size: 30px;
  padding-left: 35px;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
/* library PLUS text */
.library-item.plus-text {
  margin-bottom: 20px;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #ADADAD;
}
.library-item.plus-text:last-of-type {
  border-bottom: none;
}
.library-item.plus-text .library-title {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-item.plus-text .library-subtitle {
  font-family: "Helvetica Neue";
  font-size: 18px;
  color: #0A2033;
  display: table-cell;
  vertical-align: middle;
  height: 84px;
}
.library-tabs, .library-plus-tabs {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0px !important;
}
.library-tabs li, .library-plus-tabs li {
  float: left;
}
.library-tabs li:before, .library-plus-tabs li:before {
  content: none !important;
}
.library-tabs li a, .library-plus-tabs li a {
  background: #0879C0;
  color: #ffffff !important;
  border-radius: 20px;
  text-align: center;
  margin-right: 20px;
  font-family: "Helvetica Neue Bold";
}
.library-tabs li a.active, .library-plus-tabs li a.active {
  opacity: 0.7;
  text-decoration: none;
}
.library-plus-tabs li a {
  background: #226654;
}
.page-elter-ppp-app img {
  max-width: 100% !important;
}
.page-all-projects img {
  max-width: 100% !important;
}
.projects-main-content-wrapper {
  margin-top: 220px;
}
.info-toggle {
  display: none;
}
.read_more_plus {
  cursor: pointer;
}
.page-ltser-platforms p {
  margin: 0 0 10px !important;
}
.bg-people-ri {
  background: url(../storage/app/media/eLTER_RI_people.jpg) no-repeat;
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.rudolph {
  background: url(../storage/app/media/rudolph.jpg) no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.relative-position {
  position: relative;
  margin-left: 0 !important;
  text-align: left !important;
}
.absolute-position {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.career-friends h3, .career-friends .h3 {
  color: #ED9632;
}
.career-friends h3.display-1, .career-friends .display-1.h3 {
  margin-top: 0 !important;
}
.ecf-what .display-1, .diversity .display-1 {
  color: #ffffff !important;
}
.ecf-what h3, .ecf-what .h3, .diversity h3, .diversity .h3 {
  color: #ffffff !important;
  text-align: center;
}
.ecf-images {
  position: relative;
}
.ecf-images .col-md-3 {
  padding: 0 !important;
}
.ecf-images img {
  border: 10px solid white;
}
.ecf-images .blue_field {
  position: absolute;
  background: #0879c0;
  color: white;
  padding: 0px 30px;
  border: 20px solid white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 40%;
  display: flex;
  align-items: center;
  text-align: center;
}
.hide_mobile {
  display: flex;
  justify-content: space-around;
}
.hide_mobile svg {
  width: 75%;
}
.hide_desktop {
  display: none;
}
.training_child, .networking_child, .communication_child, .onboarding_child, .career_child, .capacity_child, .mobile_training_child, .mobile_networking_child, .mobile_communication_child, .mobile_onboarding_child, .mobile_career_child, .mobile_capacity_child {
  display: none;
}
.training_main, .networking_main, .communication_main, .onboarding_main, .career_main, .capacity_main {
  cursor: pointer;
}
.fill_default:hover {
  cursor: pointer;
}
.fill_default:hover .st0 {
  fill: #e69524 !important;
  cursor: pointer;
}
.save_the_date .save_the_date_bg {
  background: url("../themes/elter/assets/images/science-conf.png") top center no-repeat;
  background-size: contain;
  width: 75%;
  margin: 0 auto;
  min-height: 70vh;
  color: white !important;
  text-align: center;
  padding: 80px 0 0 0px !important;
}
.save_the_date .save_the_date_bg .blurred_bg {
  backdrop-filter: blur(14px);
  padding: 120px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.save_the_date .save_the_date_bg .blurred_bg .white-mark {
  display: flex;
  justify-content: center;
  position: absolute;
  content: "";
  background-color: #fff;
  background-size: contain;
  width: 376px;
  height: 180px;
  border-radius: 38px;
  padding: 50px 0;
  top: -130px;
}
.save_the_date .save_the_date_bg .blurred_bg .white-mark:before {
  position: absolute;
  content: "";
  background: url("../themes/elter/assets/images/elter-sc-logo.svg") center center no-repeat;
  background-size: 70%;
  width: 100%;
  height: 80%;
  z-index: 99;
  left: 0;
  top: 0;
}
.save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
  font-size: 46px;
  line-height: 56px;
  font-family: "Helvetica Neue Bold" !important;
  color: white !important;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.save_the_date p {
  margin: 40px auto;
  padding: 0 15% 50px 15%;
  font-size: 22px;
  color: #707070;
}
.save_the_date strong {
  font-family: "Helvetica Neue Bold";
  color: #ed9633;
}
.save_the_date ul {
  list-style-type: none;
  color: white !important;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.save_the_date ul li {
  display: inline-flex;
  align-items: center;
  color: white;
  padding: 0px 6px;
  margin: 0;
}
.save_the_date ul li::before {
  display: none;
}
.top_news {
  position: absolute;
  top: 250px;
  right: 250px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  text-align: center;
}
.need_help a {
  position: fixed;
  top: 80vh;
  right: 0;
  color: white;
  z-index: 20;
  width: 100px;
  height: 51px;
  background: rgba(237, 150, 51, 0.81) url("../themes/elter/assets/images/leaf.svg") center no-repeat;
  background-position: 6px center;
  background-size: 28%;
  border-radius: 29px 0 0 29px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 38px;
  line-height: 1em;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Helvetica Neue Bold";
  cursor: pointer;
}
.need_help a:hover {
  color: white;
}
.slogan {
  width: 288px;
  height: 288px;
  overflow: hidden;
  position: relative;
}
.slogan span {
  position: absolute;
  background: rgba(8, 121, 192, 0.7);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  margin: 15px;
}
.slogan span:hover {
  margin: 0;
  padding: 35px;
  color: white;
  width: 100%;
  height: 100%;
}
.slogan span a {
  position: absolute;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 260px;
  height: 260px;
  transition: all 0.5s ease-in-out;
}
.slogan span a:hover {
  margin: 0;
  color: white;
  width: 100%;
  height: 100%;
}
.slogan.down a {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.slogan.down a:nth-child(1) {
  animation: down-one 5s ease infinite;
  -moz-animation: down-one 5s ease infinite;
  -webkit-animation: down-one 5s ease infinite;
}
.slogan.down a:nth-child(2) {
  animation: down-two 5s ease infinite;
  -moz-animation: down-two 5s ease infinite;
  -webkit-animation: down-two 5s ease infinite;
}
/*================================
	Move the slogan Downwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
  0% {
    -webkit-transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes down-two {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
  }
  55% {
    -webkit-transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
/** Webkit Keyframes **/
@-webkit-keyframes down-one {
  0% {
    -webkit-transform: translateY(-100%);
  }
  5% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  55% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
@-webkit-keyframes down-two {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
  }
  55% {
    -webkit-transform: translateY(0);
  }
  95% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
.video_categories_list {
  margin-bottom: 40px;
  margin-top: 40px;
}
.video_categories_list .video_item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #f0f0f0;
  color: white;
  font-size: 18px;
  padding: 30px 28px !important;
  width: 95%;
  height: 94%;
  margin-bottom: 40px;
  justify-content: space-between;
}
.video_categories_list .video_item h3, .video_categories_list .video_item .h3 {
  font-size: 21px;
  line-height: 30px;
  font-family: "Helvetica Neue Bold";
  margin-bottom: 20px;
}
.video_categories_list .video_item .folder {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.video_categories_list .video_item .folder .col-xs-3:not(.plusminus) {
  padding-right: 10px;
  width: fit-content;
}
.video_categories_list .video_item .folder .col-xs-3:not(.plusminus):hover {
  cursor: pointer !important;
}
.video_categories_list .video_item .plusminus {
  max-width: 25px;
  height: 25px;
  text-align: right;
  vertical-align: middle;
  color: white;
  font-size: 1em;
  cursor: pointer;
  position: relative;
}
.video_categories_list .video_item .plusminus .plus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  border-radius: 0 !important;
  background-position-y: 3px;
  background-size: 18px;
}
.video_categories_list .video_item .plusminus .minus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1) !important;
  border-radius: 0 !important;
  background-position-y: 16px;
  background-size: 18px;
}
.video_categories_list .video_item .plus::before {
  display: none;
}
.video_categories_list .video_item .minus::before {
  display: none;
}
.video_categories_list .video_item .view_link a {
  cursor: pointer;
  font-size: 21px;
  font-family: "Helvetica Neue Bold";
  color: white;
  margin: 7px 0 0 0;
  display: list-item;
  /* This has to be "list-item"                                          */
  margin-left: 1em;
}
.video_categories_list .video_item.category_item_orange {
  background: #ED9633;
}
.video_categories_list .video_item.category_item_light_green {
  background: #96CA58;
  color: #000000;
}
.video_categories_list .video_item.category_item_light_green .view_link a {
  color: #000000;
}
.video_categories_list .video_item.category_item_light_green .plusminus .plus {
  background: url(../themes/elter/assets/images/arrow-black.svg) top left no-repeat;
  background-size: contain;
}
.video_categories_list .video_item.category_item_light_green .plusminus .minus {
  background: url(../themes/elter/assets/images/arrow-black.svg) top left no-repeat;
  background-size: contain;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.video_categories_list .video_item.category_item_light_green .plusminus .plus, .video_categories_list .video_item.category_item_light_green .plusminus .minus {
  display: block;
  height: 12px !important;
  margin-top: 3px;
}
.video_categories_list .video_item.category_item_dark_green {
  background: #3F907A;
}
.video_categories_list .video_item.category_item_light_blue {
  background: #94C4E4;
  color: #000000;
}
.video_categories_list .video_item.category_item_light_blue .view_link a {
  color: #000000;
}
.video_categories_list .video_item.category_item_light_blue .plusminus {
  max-width: 25px !important;
  height: 25px !important;
}
.video_categories_list .video_item.category_item_light_blue .plusminus .plus {
  background: url(../themes/elter/assets/images/arrow-black.svg) top left no-repeat;
  background-size: contain;
}
.video_categories_list .video_item.category_item_light_blue .plusminus .minus {
  background: url(../themes/elter/assets/images/arrow-black.svg) top left no-repeat;
  background-size: contain;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.video_categories_list .video_item.category_item_light_blue .plusminus .plus, .video_categories_list .video_item.category_item_light_blue .plusminus .minus {
  display: block;
  height: 12px !important;
  margin-top: 3px;
}
.video_categories_list .video_item.category_item_dark_blue {
  background: #0C79BF;
}
.video_categories_list .video_item.category_item_dark_blue a {
  color: white !important;
}
.video_categories_list .modal-content {
  box-shadow: none;
  background: white;
  border: none;
}
.video_categories_list .modal-content h1, .video_categories_list .modal-content .h1 {
  color: #0A2033;
  font-family: "Helvetica Neue Bold";
  font-size: 32px;
  text-align: center;
}
.video_categories_list .modal-content .close {
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  top: 0px;
  right: -67px;
  color: #003972;
  opacity: 1;
  font-family: "Helvetica Neue Bold";
}
.video_categories_list .modal-dialog {
  width: 883px;
  height: 650px;
  max-width: 80vw;
  max-height: 80vh;
  margin: 10vh auto;
  overflow-y: auto;
  border-radius: 30px;
  box-shadow: none;
  background: white;
  padding: 20px;
}
.video_categories_list .modal {
  background-color: rgba(0, 0, 0, 0.2);
}
.peer_learning {
  margin-bottom: 40px;
  margin-top: 40px;
}
.peer_learning .peer_learning_item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #013972;
  color: white;
  font-size: 18px;
  padding: 30px 28px !important;
  width: 95%;
  margin-bottom: 40px;
  min-height: 350px;
}
.peer_learning .peer_learning_item h3, .peer_learning .peer_learning_item .h3 {
  font-size: 21px;
  line-height: 30px;
  font-family: "Helvetica Neue Bold";
  margin-bottom: 20px;
}
.peer_learning .peer_learning_item .folder {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.peer_learning .peer_learning_item .folder .col-xs-3:not(.plusminus) {
  padding-right: 10px;
  width: fit-content;
}
.peer_learning .peer_learning_item .folder .col-xs-3:not(.plusminus):hover {
  cursor: pointer !important;
}
.peer_learning .peer_learning_item .plusminus {
  max-width: 25px;
  height: 25px;
  text-align: right;
  vertical-align: middle;
  color: white;
  font-size: 1em;
  cursor: pointer;
  position: relative;
}
.peer_learning .peer_learning_item .plusminus .plus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  border-radius: 0 !important;
  background-position-y: 3px;
  background-size: 18px;
}
.peer_learning .peer_learning_item .plusminus .minus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1) !important;
  border-radius: 0 !important;
  background-position-y: 16px;
  background-size: 18px;
}
.peer_learning .peer_learning_item .plus::before {
  display: none;
}
.peer_learning .peer_learning_item .minus::before {
  display: none;
}
.peer_learning .peer_learning_item .view_link {
  margin-top: 40px;
}
.peer_learning .peer_learning_item .view_link a {
  cursor: pointer;
  font-size: 21px;
  font-family: "Helvetica Neue Bold";
  color: white;
  display: block;
  margin: 7px 0 0 0;
}
.map_container_peer {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 80px;
}
.map_container_peer .col-xs-12 {
  padding-right: 0;
}
.map_container_peer p {
  margin: 0 !important;
}
.map_container_peer iframe {
  margin-top: -86px;
}
.map_container_peer .map_agenda {
  width: 100%;
  height: 90px;
  background: #0A2033;
  display: block;
  margin-top: -6px;
}
.map_container_peer .map_agenda ul {
  list-style-type: none !important;
  color: white;
  font-size: 16px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px;
}
.map_container_peer .map_agenda ul li {
  display: inline;
  padding-left: 25px;
  color: white;
  font-size: 14px;
}
.map_container_peer .map_agenda ul li:first-of-type {
  background: url("../themes/elter/assets/images/tara/map-01.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(2) {
  background: url("../themes/elter/assets/images/tara/map-04.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(3) {
  background: url("../themes/elter/assets/images/tara/map-18.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(4) {
  background: url("../themes/elter/assets/images/tara/map-14.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(5) {
  background: url("../themes/elter/assets/images/tara/map-06.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(6) {
  background: url("../themes/elter/assets/images/tara/map-08.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(7) {
  background: url("../themes/elter/assets/images/tara/cactus.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(8) {
  background: url("../themes/elter/assets/images/tara/map-16.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(9) {
  background: url("../themes/elter/assets/images/tara/map-12.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(10) {
  background: url("../themes/elter/assets/images/tara/map-13.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(11) {
  background: url("../themes/elter/assets/images/tara/map-17.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li:nth-of-type(12) {
  background: url("../themes/elter/assets/images/tara/map-07.svg") left no-repeat;
  background-size: 20px 20px;
}
.map_container_peer .map_agenda ul li::before {
  display: none;
}
.peer_topics .row {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.peer_topics .row .peer_topic_item {
  border-radius: 20px;
  background: #3F907A;
  color: white;
  font-family: "Helvetica Neue Bold";
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 222px;
  height: 136px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.peer_topics .row .peer_topic_item::before {
  content: " ";
  background: #003972;
  width: 105px;
  height: 96px;
  border-radius: 20px;
  top: -68px;
  position: absolute;
}
.peer_topics .row .col-md-2:nth-of-type(1) .peer_topic_item::before {
  background: #003972 url("../themes/elter/assets/images/SO-methods.svg") center no-repeat;
  background-size: 49%;
}
.peer_topics .row .col-md-2:nth-of-type(2) .peer_topic_item::before {
  background: #003972 url("../themes/elter/assets/images/Data-tools.svg") center no-repeat;
  background-size: 49%;
}
.peer_topics .row .col-md-2:nth-of-type(3) .peer_topic_item::before {
  background: #003972 url("../themes/elter/assets/images/Whole-systems.svg") center no-repeat;
  background-size: 49%;
}
.peer_topics .row .col-md-2:nth-of-type(4) .peer_topic_item::before {
  background: #003972 url("../themes/elter/assets/images/Social-ecology.svg") center no-repeat;
  background-size: 49%;
}
.peer_topics .row .col-md-2:nth-of-type(5) .peer_topic_item::before {
  background: #003972 url("../themes/elter/assets/images/Citizen-science.svg") center no-repeat;
  background-size: 49%;
}
.peer_learning_jobs {
  background: #003972;
  border-radius: 45px;
  padding: 10px 40px;
  width: 288px;
  max-width: 100%;
  color: white;
  margin-top: 40px;
}
.peer_learning_jobs .folder {
  display: flex;
  align-items: center;
  margin-top: 6px;
  text-align: center;
  justify-content: center;
  font-family: "Helvetica Neue Bold";
  padding: 10px 0;
}
.peer_learning_jobs .folder .col-xs-3:not(.plusminus) {
  padding-right: 10px;
  width: fit-content;
}
.peer_learning_jobs .folder .col-xs-3:not(.plusminus):hover {
  cursor: pointer !important;
}
.peer_learning_jobs .accordion-content {
  border-top: 2px solid #3F907A;
}
.peer_learning_jobs .plusminus {
  max-width: 25px;
  height: 25px;
  text-align: right;
  vertical-align: middle;
  color: white;
  font-size: 1em;
  cursor: pointer;
  position: relative;
}
.peer_learning_jobs .plusminus .plus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  border-radius: 0 !important;
  background-position-y: 3px;
  background-size: 18px;
}
.peer_learning_jobs .plusminus .minus {
  background: url(../themes/elter/assets/images/arrow.svg) top left no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1) !important;
  border-radius: 0 !important;
  background-position-y: 16px;
  background-size: 18px;
}
.peer_learning_jobs .plus::before {
  display: none;
}
.peer_learning_jobs .minus::before {
  display: none;
}
.training_events .library-tabs {
  display: flex;
  justify-content: center;
}
.training_events .library-tabs a {
  background: #003972;
  padding-top: 13px;
  margin: 0 10px;
}
.contact-profile .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact-profile .card-body .email {
  margin-bottom: 10px !important;
}
.contact-profile .card-body .position {
  margin-bottom: 0px !important;
}
.page-standard-observations-so .habitat_item {
  width: 100%;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 18px;
  padding: 20px 18px 19px 18px;
  font-size: 16px;
  line-height: 1.3em;
  color: #535353;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-standard-observations-so .habitat_item .justify-content-end {
  justify-content: end;
  margin-bottom: 30px;
  min-height: 42px;
  display: flex;
  align-items: center;
}
.page-standard-observations-so .habitat_item .justify-content-end img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
  margin-left: 10px;
}
.page-standard-observations-so .habitat_item .protocol_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-standard-observations-so .habitat_item .protocol_btns .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C79BF;
  border-radius: 21px;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  color: #0C79BF;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.page-standard-observations-so .habitat_item .protocol_btns .btn-white:hover {
  color: #ffffff;
  background: #0C79BF;
  opacity: 1;
}
.page-standard-observations-so .habitat_item .habitat_image img {
  max-width: 100%;
  border-radius: 11px;
}
.page-standard-observations-so .habitat_item h3, .page-standard-observations-so .habitat_item .h3 {
  font-size: 23px;
  font-family: "Helvetica Neue Bold";
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
  color: #0A2033;
}
.page-standard-observations-so .habitat_item .relevant {
  margin: 14px 0;
}
.page-standard-observations-so .habitat_item .project_call_label {
  position: absolute;
  top: 20px;
  left: 0;
  background: #0C79BF;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 42px;
  border-radius: 0px 21px 21px 0px;
}
.page-standard-observations-so .habitat_item .col-md-2.col-xs-12 {
  width: 15%;
}
.page-standard-observations-so .habitat_item .justify-content-start {
  justify-content: start;
  display: flex;
  margin-bottom: 30px;
}
.page-standard-observations-so .habitat_item .justify-content-start .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C79BF;
  border-radius: 21px;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  color: #0C79BF;
  margin-right: 10px;
}
.page-standard-observations-so .habitat_item .justify-content-start .btn-white:hover {
  color: #ffffff;
  background: #0C79BF;
  opacity: 1;
}
.page-standard-observations-so .habitats {
  color: #707070;
}
.page-standard-observations-so .habitats .btn-secondary.sign-up {
  background: #3F907A url("../themes/elter/assets/images/Icon-awesome-bell.svg") center no-repeat;
  background-position-x: 67px;
  padding: 28px 61px 23px 101px !important;
  border-radius: 12px !important;
  font-family: "Helvetica Neue Bold";
  position: relative;
}
.pr-list {
  min-height: 780px;
}
.record-search {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
    * Search input
    **/
  /*
    * Sort fields
    **/
  /*
    * Filter fields
    **/
}
.record-search .search-field {
  /* Pseudo-element for the icon */
}
.record-search .search-field input {
  font-size: 15px !important;
}
.record-search .search-field .selectize-control .selectize-input {
  position: relative;
}
.record-search .search-field .selectize-control .selectize-input::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #B4B4B4;
  font-weight: 500;
  pointer-events: none;
}
.record-search .search-field .selectize-control.multi .selectize-input.has-items::after, .record-search .search-field .selectize-control.single .selectize-input.input-active::after {
  content: none;
}
.record-search .search-field .selectize-input {
  box-shadow: none !important;
  padding: 11px 12px !important;
  border-radius: 15px !important;
  background-image: linear-gradient(to bottom, #fefefe, white);
  border: 2px solid #DEDEDE !important;
}
.record-search .search-field .selectize-control .selectize-input {
  box-shadow: none !important;
  background: url("../themes/elter/assets/images/projects-search.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 60px !important;
}
.record-search .search-field .selectize-input.focus {
  box-shadow: none !important;
  border-color: #0C79BF !important;
}
.record-search .search-field .selectize-dropdown {
  box-shadow: none !important;
  padding: 12px 10px !important;
  border-radius: 15px !important;
}
.record-search .search-field .selectize-dropdown-content .active {
  box-shadow: none !important;
  border-radius: 12px !important;
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .search-field .highlight {
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .search-field .item {
  background-color: #0C79BF !important;
  background-image: linear-gradient(to bottom, #0C79BF, #0C79BF) !important;
  color: white !important;
  padding: 4px 6px !important;
  border-radius: 6px !important;
}
.record-search .search-field .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.record-search .search-field a.clear {
  position: absolute;
  font-size: 32px !important;
  right: 10px !important;
}
.record-search .search-field .selectize-control.plugin-remove_button .item .remove {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  border: none !important;
  font-size: 28px !important;
  padding: 3px 6px !important;
}
.record-search .sort-field {
  padding-left: 0 !important;
}
.record-search .sort-field:nth-of-type(3) {
  padding-right: 0 !important;
}
.record-search .sort-field input {
  box-shadow: none !important;
  font-size: 15px !important;
  color: #B4B4B4 !important;
}
.record-search .sort-field .selectize-input {
  border-radius: 15px !important;
  border: 2px solid #DEDEDE !important;
  padding: 10px 12px !important;
}
.record-search .sort-field .selectize-control.single .selectize-input {
  background-color: white !important;
  background-image: linear-gradient(to bottom, #fefefe, white);
}
.record-search .sort-field .selectize-dropdown {
  border-radius: 15px !important;
}
.record-search .sort-field .dropdown-active {
  border-bottom: none !important;
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}
.record-search .sort-field .selectize-dropdown-content {
  border-top: none !important;
  border-bottom: 2px solid #DEDEDE !important;
  border-left: 2px solid #DEDEDE !important;
  border-right: 2px solid #DEDEDE !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.record-search .sort-field .selectize-dropdown-content .active, .record-search .sort-field .selectize-dropdown-content .selected {
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .sort-field .selectize-dropdown {
  border: none !important;
}
.record-search .sort-field .selectize-dropdown .selected {
  background-color: #0C79BF !important;
  color: black;
}
.record-search .filter-field {
  font-style: 15px !important;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.record-search .filter-field #startDate, .record-search .filter-field #endDate {
  box-shadow: none !important;
  outline: none !important;
  background: url("../themes/elter/assets/images/projects-calendar.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.record-search .filter-field input {
  cursor: pointer;
  color: #303030 !important;
  padding: 10px 12px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  background-image: linear-gradient(to bottom, #fefefe, white) !important;
  border-radius: 15px !important;
  border: 2px solid #DEDEDE !important;
}
.record-search .filter-field .yearpicker-container .yearpicker-header .yearpicker-prev, .record-search .filter-field .yearpicker-container .yearpicker-next {
  color: black !important;
  font-weight: bold;
}
.record-search .filter-field .yearpicker-container .yearpicker-header .yearpicker-prev:hover, .record-search .filter-field .yearpicker-container .yearpicker-next:hover {
  color: #0C79BF !important;
}
.record-search .filter-field .yearpicker-container .yearpicker-year .selected {
  color: black !important;
}
.record-search .filter-field .clear-dates {
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
}
.record-search .filter-field .clear-dates a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #707070;
  position: relative !important;
}
.record-search .filter-field .clear-dates a:before {
  content: "";
  position: absolute !important;
  background: url("../themes/elter/assets/images/bin-results.svg") no-repeat center center !important;
  background-size: 24px;
  left: -27px;
  width: 24px;
  height: 24px;
}
.record-search .filter-field .clear-dates:hover {
  opacity: 0.65;
}
.feedback {
  background: #0A2033;
  color: #ffffff;
}
.feedback h2, .feedback .h2 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: "Helvetica Neue Bold";
}
.subscribe_form_container {
  background: #F2F7FA;
  border-radius: 10px;
  padding: 40px;
  width: 70%;
  margin: 0 auto;
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.subscribe_form_container input {
  background: white;
  border: 2px solid #DEDEDE;
  border-radius: 15px;
  width: 50%;
  padding: 10px 20px;
}
.subscribe_form_container button {
  border: none;
}
.subscribe_form_container .red {
  color: red;
}
.subscribe_form_container .field + .field {
  margin-top: 1rem;
}
.subscribe_form_container .fields {
  display: flex;
  margin: 0 -0.5rem;
  flex-direction: column;
}
.subscribe_form_container .fields .field + .field {
  margin-top: 1rem;
}
.subscribe_form_container .fields.inline {
  flex-direction: row;
}
.subscribe_form_container .fields.inline .field {
  margin-top: 0;
}
.subscribe_form_container .fields .field {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  clear: both;
  margin: 0;
}
.subscribe_form_container .field {
  display: flex;
  flex-direction: column;
}
.subscribe_form_container .field.inline {
  flex-direction: row;
  width: auto;
}
.subscribe_form_container .field.inline input, .subscribe_form_container .field.inline textarea {
  width: auto;
}
.subscribe_form_container .field > label {
  display: block;
  margin: 0 0 0.3rem 0;
}
.subscribe_form_container .field > input, .subscribe_form_container .field textarea, .subscribe_form_container .field select {
  display: block;
  width: 100%;
  font-size: 1em;
  box-sizing: border-box;
  padding: 0.555rem 1rem;
  height: 47px;
}
.subscribe_form_container .field > input:focus, .subscribe_form_container .field textarea:focus, .subscribe_form_container .field select:focus {
  outline: none;
}
.subscribe_form_container .field, .subscribe_form_container .group-holder label {
  position: relative;
}
.subscribe_form_container input[type="checkbox"] {
  visibility: hidden;
  cursor: pointer;
  margin-right: 17px;
  height: 15px;
}
.subscribe_form_container .mark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #337ab7;
  cursor: pointer;
}
.subscribe_form_container .field:hover input ~ .mark {
  background-color: #337ab7;
  opacity: 0.3;
}
.subscribe_form_container input:checked ~ .mark {
  background-color: #337ab7 !important;
  background-image: none;
}
.subscribe_form_container .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.subscribe_form_container input:checked ~ .mark:after {
  display: block;
}
.subscribe_form_container .mark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.subscribe_form_container .align-items-baseline {
  position: relative;
}
.subscribe_form_container .align-items-baseline label {
  padding-left: 30px;
}
.page-elter-market-place .habitat_item {
  width: 100%;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 18px;
  padding: 20px 18px 19px 18px;
  font-size: 16px;
  line-height: 1.3em;
  color: #535353;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-elter-market-place .habitat_item .justify-content-end {
  justify-content: end;
  display: flex;
  margin-bottom: 30px;
}
.page-elter-market-place .habitat_item .habitat_image {
  width: 15%;
}
.page-elter-market-place .habitat_item h3, .page-elter-market-place .habitat_item .h3 {
  font-size: 23px;
  font-family: "Helvetica Neue Bold";
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.page-elter-market-place .habitat_item img {
  border-radius: 11px;
}
.page-elter-market-place .habitat_item .project span, .page-elter-market-place .habitat_item .relevant span, .page-elter-market-place .habitat_item .habitat_data span {
  color: #0C79BF;
}
.page-elter-market-place .habitat_item .project p span, .page-elter-market-place .habitat_item .relevant p span, .page-elter-market-place .habitat_item .habitat_data p span {
  color: #535353 !important;
}
.page-elter-market-place .habitat_item .habitat_closed, .page-elter-market-place .habitat_item .habitat_deadline, .page-elter-market-place .habitat_item .habitat_incentive {
  background: #0C79BF33;
  color: #0C79BF;
  height: 42px;
  padding: 0 20px;
  border-radius: 21px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  white-space: nowrap;
}
.page-elter-market-place .habitat_item .habitat_closed {
  background: #FFC7C7;
  color: #DE5151;
}
.page-elter-market-place .habitat_item .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C79BF;
  border-radius: 21px;
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  color: #0C79BF;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.page-elter-market-place .habitat_item .btn-white:hover {
  color: #ffffff;
  background: #0C79BF;
  opacity: 1;
}
.page-elter-market-place .habitat_item .habitat_data.expand-box {
  height: 160px;
  position: relative;
  overflow: hidden;
}
.page-elter-market-place .habitat_item .habitat_data.expand-box:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}
.page-elter-market-place .habitat_item .habitat_data.changed:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: unset;
  pointer-events: none;
  /* so the text is still selectable */
}
.page-elter-market-place .habitat_item .habitat_data .read-more {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 9;
  margin-top: 0 !important;
  font-family: "Helvetica Neue Bold";
}
.page-elter-market-place .habitat_item .habitat_data .read-more:after {
  position: relative;
  top: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #0C79BF;
  border-top: 3px solid #0C79BF;
  transform: rotate(135deg);
  margin-left: 6px;
  margin-top: 1px;
}
.page-elter-market-place .habitat_item .habitat_data .read-more.down::after {
  transform: rotate(-45deg);
  margin-top: 4px;
}
.page-elter-market-place .habitat_item .habitat_data p:not(.read-more) a {
  text-decoration: underline;
}
.page-elter-market-place .habitat_item .project_call_label {
  position: absolute;
  top: 25px;
  left: 0;
  background: #0C79BF;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 42px;
  border-radius: 0px 21px 21px 0px;
}
.pr-list {
  min-height: 780px;
}
.record-search {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
    * Search input
    **/
  /*
    * Sort fields
    **/
  /*
    * Filter fields
    **/
}
.record-search .search-field {
  /* Pseudo-element for the icon */
}
.record-search .search-field input {
  font-size: 15px !important;
}
.record-search .search-field .selectize-control .selectize-input {
  position: relative;
}
.record-search .search-field .selectize-control .selectize-input::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #B4B4B4;
  font-weight: 500;
  pointer-events: none;
}
.record-search .search-field .selectize-control.multi .selectize-input.has-items::after, .record-search .search-field .selectize-control.single .selectize-input.input-active::after {
  content: none;
}
.record-search .search-field .selectize-input {
  box-shadow: none !important;
  padding: 11px 12px !important;
  border-radius: 15px !important;
  background-image: linear-gradient(to bottom, #fefefe, white);
  border: 2px solid #DEDEDE !important;
}
.record-search .search-field .selectize-control .selectize-input {
  box-shadow: none !important;
  background: url("../themes/elter/assets/images/projects-search.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 60px !important;
}
.record-search .search-field .selectize-input.focus {
  box-shadow: none !important;
  border-color: #0C79BF !important;
}
.record-search .search-field .selectize-dropdown {
  box-shadow: none !important;
  padding: 12px 10px !important;
  border-radius: 15px !important;
}
.record-search .search-field .selectize-dropdown-content .active {
  box-shadow: none !important;
  border-radius: 12px !important;
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .search-field .highlight {
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .search-field .item {
  background-color: #0C79BF !important;
  background-image: linear-gradient(to bottom, #0C79BF, #0C79BF) !important;
  color: white !important;
  padding: 4px 6px !important;
  border-radius: 6px !important;
}
.record-search .search-field .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.record-search .search-field a.clear {
  position: absolute;
  font-size: 32px !important;
  right: 10px !important;
}
.record-search .search-field .selectize-control.plugin-remove_button .item .remove {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  border: none !important;
  font-size: 28px !important;
  padding: 3px 6px !important;
}
.record-search .sort-field {
  padding-left: 0 !important;
}
.record-search .sort-field:nth-of-type(3) {
  padding-right: 0 !important;
}
.record-search .sort-field input {
  box-shadow: none !important;
  font-size: 15px !important;
  color: #B4B4B4 !important;
}
.record-search .sort-field .selectize-input {
  border-radius: 15px !important;
  border: 2px solid #DEDEDE !important;
  padding: 10px 12px !important;
}
.record-search .sort-field .selectize-control.single .selectize-input {
  background-color: white !important;
  background-image: linear-gradient(to bottom, #fefefe, white);
}
.record-search .sort-field .selectize-dropdown {
  border-radius: 15px !important;
}
.record-search .sort-field .dropdown-active {
  border-bottom: none !important;
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}
.record-search .sort-field .selectize-dropdown-content {
  border-top: none !important;
  border-bottom: 2px solid #DEDEDE !important;
  border-left: 2px solid #DEDEDE !important;
  border-right: 2px solid #DEDEDE !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.record-search .sort-field .selectize-dropdown-content .active, .record-search .sort-field .selectize-dropdown-content .selected {
  background-color: #0C79BF !important;
  color: white !important;
}
.record-search .sort-field .selectize-dropdown {
  border: none !important;
}
.record-search .sort-field .selectize-dropdown .selected {
  background-color: #0C79BF !important;
  color: black;
}
.record-search .filter-field {
  font-style: 15px !important;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.record-search .filter-field #startDate, .record-search .filter-field #endDate {
  box-shadow: none !important;
  outline: none !important;
  background: url("../themes/elter/assets/images/projects-calendar.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.record-search .filter-field input {
  cursor: pointer;
  color: #303030 !important;
  padding: 10px 12px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  background-image: linear-gradient(to bottom, #fefefe, white) !important;
  border-radius: 15px !important;
  border: 2px solid #DEDEDE !important;
}
.record-search .filter-field .yearpicker-container .yearpicker-header .yearpicker-prev, .record-search .filter-field .yearpicker-container .yearpicker-next {
  color: black !important;
  font-weight: bold;
}
.record-search .filter-field .yearpicker-container .yearpicker-header .yearpicker-prev:hover, .record-search .filter-field .yearpicker-container .yearpicker-next:hover {
  color: #0C79BF !important;
}
.record-search .filter-field .yearpicker-container .yearpicker-year .selected {
  color: black !important;
}
.record-search .filter-field .clear-dates {
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
}
.record-search .filter-field .clear-dates a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #707070;
  position: relative !important;
}
.record-search .filter-field .clear-dates a:before {
  content: "";
  position: absolute !important;
  background: url("../themes/elter/assets/images/bin-results.svg") no-repeat center center !important;
  background-size: 24px;
  left: -27px;
  width: 24px;
  height: 24px;
}
.record-search .filter-field .clear-dates:hover {
  opacity: 0.65;
}
.feedback {
  background: #0A2033;
  color: #ffffff;
}
.feedback h2, .feedback .h2 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: "Helvetica Neue Bold";
}
.feedback .btn-secondary.email {
  background: #40907a url("../themes/elter/assets/images/Icon-zocial-email.svg") center no-repeat;
  background-size: 25px;
  background-position-x: 50px;
  font-family: "Helvetica Neue Bold";
  padding-left: 86px !important;
  padding-top: 20px !important;
}
.subscribe_form_container {
  background: #F2F7FA;
  border-radius: 10px;
  padding: 40px;
  width: 70%;
  margin: 0 auto;
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.subscribe_form_container input {
  background: white;
  border: 2px solid #DEDEDE;
  border-radius: 15px;
  width: 50%;
  padding: 10px 20px;
}
.subscribe_form_container button {
  border: none;
}
.subscribe_form_container .red {
  color: red;
}
.subscribe_form_container .field + .field {
  margin-top: 1rem;
}
.subscribe_form_container .fields {
  display: flex;
  margin: 0 -0.5rem;
  flex-direction: column;
}
.subscribe_form_container .fields .field + .field {
  margin-top: 1rem;
}
.subscribe_form_container .fields.inline {
  flex-direction: row;
}
.subscribe_form_container .fields.inline .field {
  margin-top: 0;
}
.subscribe_form_container .fields .field {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  clear: both;
  margin: 0;
}
.subscribe_form_container .field {
  display: flex;
  flex-direction: column;
}
.subscribe_form_container .field.inline {
  flex-direction: row;
  width: auto;
}
.subscribe_form_container .field.inline input, .subscribe_form_container .field.inline textarea {
  width: auto;
}
.subscribe_form_container .field > label {
  display: block;
  margin: 0 0 0.3rem 0;
}
.subscribe_form_container .field > input, .subscribe_form_container .field textarea, .subscribe_form_container .field select {
  display: block;
  width: 100%;
  font-size: 1em;
  box-sizing: border-box;
  padding: 0.555rem 1rem;
  height: 47px;
}
.subscribe_form_container .field > input:focus, .subscribe_form_container .field textarea:focus, .subscribe_form_container .field select:focus {
  outline: none;
}
.subscribe_form_container .field, .subscribe_form_container .group-holder label {
  position: relative;
}
.subscribe_form_container input[type="checkbox"] {
  visibility: hidden;
  cursor: pointer;
  margin-right: 17px;
  height: 15px;
}
.subscribe_form_container .mark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #337ab7;
  cursor: pointer;
}
.subscribe_form_container .field:hover input ~ .mark {
  background-color: #337ab7;
  opacity: 0.3;
}
.subscribe_form_container input:checked ~ .mark {
  background-color: #337ab7 !important;
  background-image: none;
}
.subscribe_form_container .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.subscribe_form_container input:checked ~ .mark:after {
  display: block;
}
.subscribe_form_container .mark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.subscribe_form_container .align-items-baseline {
  position: relative;
}
.subscribe_form_container .align-items-baseline label {
  padding-left: 30px;
}
.page-elter-ri .row.justify-content-between .col-md-6.col-xs-12 {
  flex-direction: column;
}
.themes-shema img {
  max-width: 90% !important;
}
#matomo-opt-out {
  padding: 20px;
}
.page-abstract-submission .button {
  min-width: 40%;
}
.page-abstract-submission .accordion-wrapper {
  margin-bottom: 0;
}
.page-abstract-submission .accordion-content {
  display: none;
}
.page-abstract-submission .title-container {
  cursor: pointer;
}
.page-abstract-submission .plusminus .plus, .page-abstract-submission .plusminus .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  float: right;
  cursor: pointer;
}
.page-faq .button {
  min-width: 40%;
}
.page-faq .accordion-wrapper {
  margin-bottom: 0;
}
.page-faq .accordion-content {
  display: none;
}
.page-faq .title-container {
  cursor: pointer;
}
.page-faq .plusminus .plus, .page-faq .plusminus .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  float: right;
  cursor: pointer;
}
.training_videos iframe {
  border-radius: 10px;
}
.sphere_tooltip {
  font-size: 20px;
  max-width: 200px;
  padding: 5pc 10px;
}
/* RI */
.back_to_overview {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.back_to_overview a {
  position: relative;
  font-size: 16px;
  color: #0C79BF;
  font-family: "Helvetica Neue Bold" !important;
}
.back_to_overview a:hover {
  color: #0C79BF;
}
.back_to_overview a:before {
  content: "";
  position: absolute;
  background: url("../themes/elter/assets/images/back-arrow-blue.svg") center center no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  left: -20px;
  top: 1px;
}
.ri_schema {
  background: url("../themes/elter/assets/images/background-image.jpg") center no-repeat;
  background-size: cover;
}
.ri_schema svg {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: visible !important;
}
.ri_schema a:hover {
  opacity: 1;
}
.ri_schema a:hover .cls-14, .ri_schema a:hover .cls-10, .ri_schema a:hover .cls-18, .ri_schema a:hover .cls-16, .ri_schema a:hover .cls-19, .ri_schema a:hover .cls-13, .ri_schema a:hover .cls-17 {
  fill: #0B1F33;
}
.ri_schema a:hover .cls-3, .ri_schema a:hover .cls-2, .ri_schema a:hover .cls-4, .ri_schema a:hover .cls-1 {
  fill: white;
}
.ri .what_and_whare .intro {
  margin: 50px 0;
}
.ri .what_and_whare .intro h1, .ri .what_and_whare .intro .h1 {
  font-size: 28px !important;
  font-family: "Helvetica Neue" !important;
  margin-bottom: 10px !important;
}
.ri .what_and_whare .intro p {
  font-size: 18px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ri .what_and_whare .blue_block {
  background: #E5F1FA;
  border-radius: 11px;
  padding: 39px 42px;
  margin: 40px 0 !important;
}
.ri .what_and_whare .blue_block h1, .ri .what_and_whare .blue_block .h1 {
  font-size: 24px !important;
}
.ri .what_and_whare .blue_block .read_more_ri {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0C79BF;
  border-radius: 44px;
  position: relative;
  width: 171px;
  height: 54px;
  padding-left: 40px;
  float: right;
}
.ri .what_and_whare .blue_block .read_more_ri:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/what-icon.svg") center no-repeat;
  background-size: 80%;
  position: absolute;
  content: " ";
  left: 5px;
}
.ri .what_and_whare .green_block {
  background: #F6F8ED;
  border-radius: 11px;
  padding: 39px 42px;
  margin: 40px 0 !important;
}
.ri .what_and_whare .green_block h1, .ri .what_and_whare .green_block .h1 {
  font-size: 24px !important;
}
.ri .what_and_whare .green_block ul li::before {
  color: #96C956;
}
.ri .what_and_whare .green_block .read_more_ri {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #96C956;
  border-radius: 44px;
  position: relative;
  width: 171px;
  height: 54px;
  padding-left: 40px;
  float: right;
}
.ri .what_and_whare .green_block .read_more_ri:before {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/where-icon.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 5px;
}
.light-blue-background {
  background: #F2F8FE;
}
.services-tools-and-standards {
  margin: 65px 0;
}
.services-tools-and-standards .row {
  justify-content: space-between;
  width: 100%;
}
.services-tools-and-standards h1, .services-tools-and-standards .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.services-tools-and-standards h1:before, .services-tools-and-standards .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/what-icon.svg") center no-repeat;
  background-size: 80%;
  position: absolute;
  content: " ";
  left: 0;
}
.services-tools-and-standards .subtitle {
  font-size: 22px;
}
.distributed-physical-network {
  margin: 65px 0;
}
.distributed-physical-network .row {
  justify-content: space-between;
  width: 100%;
}
.distributed-physical-network h1, .distributed-physical-network .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.distributed-physical-network h1:before, .distributed-physical-network .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/where-icon.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.distributed-physical-network h2, .distributed-physical-network .h2, .distributed-physical-network h3, .distributed-physical-network .h3 {
  font-size: 22px !important;
  margin: 40px 0;
  font-family: "Helvetica Neue Bold" !important;
}
.distributed-physical-network .subtitle {
  font-size: 22px;
}
.overall-design {
  margin: 65px 0;
}
.overall-design .row {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.overall-design h1, .overall-design .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.overall-design h1:before, .overall-design .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/overall-icon.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.overall-design .subtitle {
  font-size: 22px;
}
.categories_criteria {
  margin: 65px 0;
}
.categories_criteria .row {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.categories_criteria h1, .categories_criteria .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.categories_criteria h2, .categories_criteria .h2 {
  font-size: 22px;
  font-family: "Helvetica Neue" !important;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.categories_criteria img {
  float: right;
}
.categories_criteria .table_categories {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9F9F9F;
  padding: 10px 0;
  justify-content: space-between;
  font-size: 16px;
  color: #0A2033;
}
.categories_criteria .table_categories:last-of-type {
  border-bottom: none;
}
.categories_criteria .table_categories .col-xs {
  justify-content: center;
  padding-right: 0;
  width: fit-content;
  min-width: 5%;
}
.categories_criteria .table_categories .col-xs-10 {
  justify-content: start;
  padding-right: 0;
}
.categories_criteria .table_categories .green {
  border-radius: 11px;
  background: #96CE58;
  text-align: center;
  line-height: 1em;
  padding: 5px 7px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_criteria .table_categories .grey {
  border-radius: 11px;
  background: #D5D5D5;
  text-align: center;
  line-height: 1em;
  padding: 5px 7px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_criteria .accordion_categories {
  margin-top: 50px;
}
.categories_criteria .accordion-toggle {
  cursor: pointer;
}
.categories_criteria .accordion-wrapper {
  background: #E5F1FA;
  border-radius: 8px;
  padding-left: 29px !important;
}
.categories_criteria .accordion-wrapper .title-container {
  font-size: 22px;
  color: #0A2033;
  font-family: "Helvetica Neue Bold";
  display: flex;
  align-items: center;
}
.categories_criteria .accordion-content {
  display: none;
  margin-top: 40px;
}
.categories_criteria .plusminus-container {
  justify-content: right;
}
.categories_criteria .plusminus-container .plusminus {
  float: right;
}
.stakeholders-and-users {
  margin: 65px 0;
}
.stakeholders-and-users .row {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.stakeholders-and-users h1, .stakeholders-and-users .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.stakeholders-and-users h1:before, .stakeholders-and-users .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/whom-icon.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.stakeholders-and-users .subtitle {
  font-size: 22px;
}
.stakeholders-and-users .agenda_stakeholders p:has(strong) {
  margin: 0 !important;
}
.stakeholders-and-users .agenda_stakeholders strong {
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: white;
  padding: 5px 10px;
  line-height: 1em;
  width: fit-content;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda1 {
  background: #395d91;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda2 {
  background: #6ca1c1;
  color: #0b1f33;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda3 {
  background: #3c7e96;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda4 {
  background: #61b592;
  color: #0b1f33;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda5 {
  background: #021c3d;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda6 {
  background: #73993d;
}
.stakeholders-and-users .agenda_stakeholders strong.agenda7 {
  background: #235947;
}
.ri-what-schemas {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
}
.ri-what-schemas .row {
  justify-content: space-between;
  align-items: center;
}
.ri-what-schemas img {
  margin: 50px 0;
}
.scope_and_goals {
  margin: 65px 0;
}
.scope_and_goals .row {
  justify-content: space-between;
  width: 100%;
}
.scope_and_goals h1, .scope_and_goals .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.scope_and_goals h1:before, .scope_and_goals .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/scope-and-goals.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.scope_and_goals h2, .scope_and_goals .h2, .scope_and_goals h3, .scope_and_goals .h3 {
  font-size: 22px !important;
  margin: 40px 0;
  font-family: "Helvetica Neue Bold" !important;
}
.scope_and_goals .subtitle {
  font-size: 22px;
}
.formal_structure {
  margin: 65px 0;
}
.formal_structure .row {
  justify-content: space-between;
  width: 100%;
}
.formal_structure h1, .formal_structure .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.formal_structure h1:before, .formal_structure .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/formal-structure.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.formal_structure h2, .formal_structure .h2, .formal_structure h3, .formal_structure .h3 {
  font-size: 22px !important;
  margin: 40px 0;
  font-family: "Helvetica Neue Bold" !important;
}
.formal_structure .subtitle {
  font-size: 22px;
}
.formal_structure img {
  float: right;
  width: 90% !important;
}
.formal_structure .accordion_categories {
  margin-top: 50px;
}
.formal_structure .accordion-toggle {
  cursor: pointer;
}
.formal_structure .accordion-wrapper {
  background: #E5F1FA;
  border-radius: 8px;
  padding-left: 29px !important;
}
.formal_structure .accordion-wrapper .title-container {
  font-size: 22px;
  color: #0A2033;
  font-family: "Helvetica Neue";
  display: flex;
  align-items: center;
}
.formal_structure .accordion-content {
  display: none;
  margin-top: 40px;
}
.formal_structure .plusminus-container {
  justify-content: right;
}
.formal_structure .plusminus-container .plusminus {
  float: right;
}
.with_whom {
  margin: 65px 0;
}
.with_whom .row {
  justify-content: space-between;
  width: 100%;
}
.with_whom h1, .with_whom .h1 {
  font-size: 28px;
  font-family: "Helvetica Neue" !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 90px;
  min-height: 75px;
}
.with_whom h1:before, .with_whom .h1:before {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0B1F33 url("../themes/elter/assets/images/whom-icon.svg") center no-repeat;
  background-size: 60%;
  position: absolute;
  content: " ";
  left: 0;
}
.with_whom h2, .with_whom .h2, .with_whom h3, .with_whom .h3 {
  font-size: 22px !important;
  margin: 40px 0;
  font-family: "Helvetica Neue Bold" !important;
}
.with_whom .subtitle {
  font-size: 22px;
}
.container {
  max-width: 90vw !important;
}
.ri_impact ul li:before {
  display: none;
}
.ri_impact .ri_impact_container .tabs_ri_impact {
  width: fit-content;
  display: flex;
  margin: 40px auto;
}
.ri_impact .ri_impact_container .tabs_ri_impact a {
  position: relative;
  width: 281px;
  height: 43px;
  /* UI Properties */
  background: #e6eaf0;
  color: #00366C;
  font-family: "Helvetica Neue Bold";
  border-radius: 22px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 10px;
  outline: none;
}
.ri_impact .ri_impact_container .tabs_ri_impact a:hover, .ri_impact .ri_impact_container .tabs_ri_impact a.active {
  background: white;
  border: 1px solid #00366C;
  opacity: 1 !important;
}
.ri_impact .ri_impact_container .tabs_ri_impact .content ul li::before {
  display: none;
}
.ri_impact .ri_impact_container .subtabs_ri_impact {
  margin: 50px auto;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent {
  color: #0A2033;
  font-size: 16px;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container {
  background-color: #e7ebf1;
  padding: 60px 36px 20px 36px;
  border-radius: 13px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container .key_numbers_label {
  position: absolute;
  top: 0;
  left: 0;
  background: #00366C;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 13px;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container ul {
  list-style: none;
  /* Remove default bullets */
  padding: 0 0 0 37px;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container ul li {
  margin-bottom: 25px;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container ul li ul {
  margin-top: 25px;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container ul li ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00366C;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 1.8em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00366C;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav {
  list-style-image: none;
  padding-left: 0px;
  margin-bottom: 50px;
  width: 100%;
  flex-direction: row;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li {
  display: flex;
  justify-content: center;
  position: relative;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li::after {
  position: absolute;
  content: "";
  top: 0;
  width: 122px;
  max-width: 87%;
  aspect-ratio: 1;
  background-color: #00366C;
  background-image: url("../themes/elter/assets/images/what.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(2)::after {
  background-image: url("../themes/elter/assets/images/what.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(3)::after {
  background-image: url("../themes/elter/assets/images/where.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(4)::after {
  background-image: url("../themes/elter/assets/images/for-whom.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(5)::after {
  background-image: url("../themes/elter/assets/images/with-whom.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(6)::after {
  background-image: url("../themes/elter/assets/images/scope-goals.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(7)::after {
  background-image: url("../themes/elter/assets/images/formal-aspects.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(8)::after {
  background-image: url("../themes/elter/assets/images/additional.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li a {
  position: relative;
  text-align: center;
  padding-top: 140px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Helvetica Neue Bold";
  color: #00366C;
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li a::after {
  display: block;
  content: "";
  border-bottom: solid 2px #00366C;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover:after, .ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active:after {
  background-color: #c0ccdb;
  cursor: pointer;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover a, .ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active a {
  opacity: 1 !important;
}
.ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover a::after, .ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active a::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.ri_impact .ri_impact_container .key_achievements_container .key_achievements_content {
  border: 1px solid #00366C;
  background: #e7ebf1;
  border-radius: 56px;
  padding: 36px 36px 20px 36px;
  margin-bottom: 40px;
  width: 95%;
  height: 85%;
  font-size: 16px;
  position: relative;
}
.ri_impact .ri_impact_container .key_achievements_container .key_achievements_content .key_achievements_label {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #00366C;
  background-image: url("../themes/elter/assets/images/overall-design.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ri_impact .ri_impact_container .key_achievements_container .key_achievements_content h3, .ri_impact .ri_impact_container .key_achievements_container .key_achievements_content .h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Helvetica Neue Bold";
  color: #00366C;
  margin: 10px 0 46px 76px;
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(2) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/what.svg");
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(3) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/where.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(4) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/for-whom.svg");
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(5) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/with-whom.svg");
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(6) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/scope-goals.svg");
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(7) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/formal-aspects.svg");
}
.ri_impact .ri_impact_container .key_achievements_container .col-md-6.col-xs-12:nth-of-type(8) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/additional.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .tabs_ri_impact a {
  background: #fafafa;
  color: #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .tabs_ri_impact a:hover, .ri_impact .ri_impact_container.ri_impact_light_blue .tabs_ri_impact a.active {
  background: white;
  border: 1px solid #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li::after {
  background-color: #95C5E5;
  background-image: url("../themes/elter/assets/images/overall-design-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(2)::after {
  background-image: url("../themes/elter/assets/images/what-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(3)::after {
  background-image: url("../themes/elter/assets/images/where-dark.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(4)::after {
  background-image: url("../themes/elter/assets/images/for-whom-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(5)::after {
  background-image: url("../themes/elter/assets/images/with-whom-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(6)::after {
  background-image: url("../themes/elter/assets/images/scope-goals-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(7)::after {
  background-image: url("../themes/elter/assets/images/formal-aspects-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(8)::after {
  background-image: url("../themes/elter/assets/images/additional-dark.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li a {
  color: #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li a::after {
  border-bottom: solid 2px #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover:after, .ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active:after {
  background-color: #e5f0f8;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact .key_numbers_container {
  background-color: #f5f9fc;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact .key_numbers_container .key_numbers_label {
  background: #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact .key_numbers_container ul li ul li::before {
  color: #95C5E5;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_light_blue .subtabs_ri_impact .key_numbers_container ul li::before {
  color: #95C5E5;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .key_achievements_content {
  border: 1px solid #95C5E5;
  background: #f5f9fc;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .key_achievements_content .key_achievements_label {
  background-color: #95C5E5;
  background-image: url("../themes/elter/assets/images/overall-design-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .key_achievements_content h3, .ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .key_achievements_content .h3 {
  color: #95C5E5;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(2) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/what-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(3) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/where-dark.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(4) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/for-whom-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(5) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/with-whom-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(6) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/scope-goals-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(7) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/formal-aspects-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_blue .key_achievements_container .col-md-6.col-xs-12:nth-of-type(8) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/additional-dark.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_green .tabs_ri_impact a {
  background: #ebf3f0;
  color: #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .tabs_ri_impact a:hover, .ri_impact .ri_impact_container.ri_impact_green .tabs_ri_impact a.active {
  background: white;
  border: 1px solid #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li::after {
  background-color: #40907A;
  background-image: url("../themes/elter/assets/images/overall-design.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(2)::after {
  background-image: url("../themes/elter/assets/images/what.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(3)::after {
  background-image: url("../themes/elter/assets/images/where.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(4)::after {
  background-image: url("../themes/elter/assets/images/for-whom.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(5)::after {
  background-image: url("../themes/elter/assets/images/with-whom.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(6)::after {
  background-image: url("../themes/elter/assets/images/scope-goals.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(7)::after {
  background-image: url("../themes/elter/assets/images/formal-aspects.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(8)::after {
  background-image: url("../themes/elter/assets/images/additional.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li a {
  color: #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li a::after {
  border-bottom: solid 2px #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover:after, .ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active:after {
  background-color: #d0e3dd;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact .key_numbers_container {
  background-color: #ebf3f0;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact .key_numbers_container .key_numbers_label {
  background: #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact .key_numbers_container ul li ul li::before {
  color: #40907A;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_green .subtabs_ri_impact .key_numbers_container ul li::before {
  color: #40907A;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .key_achievements_content {
  border: 1px solid #40907A;
  background: #EDF5F2;
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .key_achievements_content .key_achievements_label {
  background-color: #40907A;
  background-image: url("../themes/elter/assets/images/overall-design.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .key_achievements_content h3, .ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .key_achievements_content .h3 {
  color: #40907A;
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(2) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/what.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(3) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/where.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(4) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/for-whom.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(5) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/with-whom.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(6) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/scope-goals.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(7) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/formal-aspects.svg");
}
.ri_impact .ri_impact_container.ri_impact_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(8) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/additional.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .tabs_ri_impact a {
  background: #f5faef;
  color: #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .tabs_ri_impact a:hover, .ri_impact .ri_impact_container.ri_impact_light_green .tabs_ri_impact a.active {
  background: white;
  border: 1px solid #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li::after {
  background-color: #96CE58;
  background-image: url("../themes/elter/assets/images/overall-design-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(2)::after {
  background-image: url("../themes/elter/assets/images/what-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(3)::after {
  background-image: url("../themes/elter/assets/images/where-dark.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(4)::after {
  background-image: url("../themes/elter/assets/images/for-whom-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(5)::after {
  background-image: url("../themes/elter/assets/images/with-whom-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(6)::after {
  background-image: url("../themes/elter/assets/images/scope-goals-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(7)::after {
  background-image: url("../themes/elter/assets/images/formal-aspects-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li:nth-of-type(8)::after {
  background-image: url("../themes/elter/assets/images/additional-dark.svg");
  background-size: 12%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li a {
  color: #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li a::after {
  border-bottom: solid 2px #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li.ui-state-hover:after, .ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact ul.ui-tabs-nav li.ui-tabs-active:after {
  background-color: #e5f2d3;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact .key_numbers_container {
  background-color: #f5faef;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact .key_numbers_container .key_numbers_label {
  background: #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact .key_numbers_container ul li ul li::before {
  color: #96CE58;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_light_green .subtabs_ri_impact .key_numbers_container ul li::before {
  color: #96CE58;
  /* Change the color */
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .key_achievements_content {
  border: 1px solid #96CE58;
  background: #f5faef;
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .key_achievements_content .key_achievements_label {
  background-color: #96CE58;
  background-image: url("../themes/elter/assets/images/overall-design-dark.svg");
  background-size: 50%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .key_achievements_content h3, .ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .key_achievements_content .h3 {
  color: #96CE58;
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(2) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/what-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(3) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/where-dark.svg");
  background-size: 40%;
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(4) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/for-whom-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(5) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/with-whom-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(6) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/scope-goals-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(7) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/formal-aspects-dark.svg");
}
.ri_impact .ri_impact_container.ri_impact_light_green .key_achievements_container .col-md-6.col-xs-12:nth-of-type(8) .key_achievements_label {
  background-image: url("../themes/elter/assets/images/additional-dark.svg");
  background-size: 12%;
}
.page-plus-library .sites_catalogue {
  background: url(../themes/elter/assets/images/tara/_question_2.svg) top left no-repeat;
  background-size: 61px auto;
  padding-left: 80px;
  margin-bottom: 20px;
  font-size: 24px !important;
  font-family: "Helvetica Neue Bold" !important;
  color: #0A2033;
  min-height: 61px;
  display: block;
}
.custom-modal-need-help {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(11, 31, 51, 0.41);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}
.custom-modal-need-help .custom-modal-dialog {
  width: fit-content;
  height: fit-content;
  max-width: 380px;
  /* UI Properties */
  background: #E4EEF4;
  box-shadow: 0px 3px 16px #F2F7FA7B;
  border-radius: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content {
  padding: 26px 23px;
  font-size: 16px;
  color: #707070;
  /* Hide the default checkbox */
  /* Create a custom checkbox */
  /* Create the mark/indicator (hidden when not checked) */
  /* Show the mark when checked */
  /* Style the mark/indicator */
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content textarea {
  width: 341px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 27px;
  border: none;
  outline: none;
  margin-bottom: 2px;
  padding: 20px;
  resize: none;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content input[type="text"], .custom-modal-need-help .custom-modal-dialog .custom-modal-content input[type="email"] {
  width: 341px;
  height: 40px;
  /* UI Properties */
  background: #FFFFFF;
  border-radius: 27px;
  border: none;
  outline: none;
  margin-bottom: 12px;
  padding: 0 20px;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content input[type="checkbox"] {
  visibility: hidden;
  cursor: pointer;
  margin-right: 17px;
  height: 15px;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content button {
  background: #ed9633;
  border: none;
  outline: none;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .mark {
  position: relative;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #A5A5A5;
  cursor: pointer;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .field:hover input ~ .mark {
  background-color: #A5A5A5;
  opacity: 0.3;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content input:checked ~ .mark {
  background-color: #A5A5A5 !important;
  background-image: none;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .mark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content input:checked ~ .mark:after {
  display: block;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .mark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .privacy_policy_text_field {
  font-size: 14px;
}
.custom-modal-need-help .custom-modal-dialog .custom-modal-content .close-modal-need-help {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #707070;
  font-family: "Helvetica Neue Bold";
  cursor: pointer;
  font-size: 15px;
}
body.modal-open .custom-modal-need-help {
  opacity: 1;
  visibility: visible;
}
body.modal-open .custom-modal-need-help .custom-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.custom-modal-need-help, body .custom-modal-need-help, body.modal-open .custom-modal-need-help .custom-modal-dialog, body .custom-modal-need-help .custom-modal-dialog {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fr-img-caption {
  font-size: 0.7em;
}
.sponsors_info img {
  height: 200px !important;
  width: auto !important;
  object-fit: contain;
}
.exhibitors_info img {
  height: 90px !important;
  width: 80% !important;
  object-fit: contain;
}
.exhibitors_info .btn-primary {
  padding: 10px 20px 5px 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.nav {
  margin-top: 16px;
  margin-left: 57px;
}
.nav > li > a {
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 16px;
}
.nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:active, .nav .open > a:hover, .nav > li > a:focus {
  background: none !important;
}
.nav .active > a:after {
  border-bottom: solid 2px #95C5E5 !important;
}
.nav > li > a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #95C5E5;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.nav > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.nav > li.active > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.nav > li:nth-of-type(8) > a:after {
  display: block;
  content: "";
  border-bottom: none;
  transform: none;
  transition: none;
}
.nav > li:nth-of-type(8) > a:hover:after {
  transform: none;
  transform-origin: none;
}
.nav > li:nth-of-type(8) > a {
  background: url(../themes/elter/assets/images/elter-for-peace.svg) center no-repeat !important;
  border-radius: 50%;
  padding: 10px;
  color: rgba(0, 0, 0, 0) !important;
  max-width: 25px;
  max-height: 25px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 6px;
}
.nav > li:nth-of-type(8) > a:hover {
  text-decoration: none;
  border: none;
  opacity: 0.7;
}
.nav > li:nth-of-type(7) > a {
  background: #ed9633;
  border-radius: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  max-height: 25px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
  line-height: 26px;
  padding-top: 2px;
}
.nav > li:nth-of-type(7) > a:hover {
  text-decoration: none;
  border: none;
  opacity: 0.7;
  background: #ed9633 !important;
}
.open > a:after {
  border-bottom: solid 2px #95C5E5 !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0 !important;
  margin: -3px 0 0 0 !important;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: transparent !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.dropdown-menu > li {
  padding: 0 !important;
  margin: 0 !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 15px !important;
  clear: both;
  font-weight: normal !important;
  line-height: 1.42857143;
  color: #95C5E5 !important;
  white-space: nowrap;
  font-size: 16px;
}
.dropdown-menu > li > a:hover {
  background: none !important;
  color: #95C5E5 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > a, .dropdown-menu > a:focus, .dropdown-menu > a:active, .dropdown-menu > a:hover, .dropdown-menu > li > a:focus {
  background: none !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none !important;
}
.open > .dropdown-menu {
  display: none !important;
}
/* third level menu */
.third-level-dropdown-menu {
  position: absolute;
  left: 65%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0 !important;
  margin: -30px 0 0 0 !important;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #0e3151 !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.nav > li > ul > li:hover > ul {
  display: block;
}
.third-level-dropdown-menu > li {
  padding: 0 !important;
  margin: 0 !important;
}
.third-level-dropdown-menu > li > a {
  display: block;
  padding: 4px 15px !important;
  clear: both;
  font-weight: normal !important;
  line-height: 1.42857143;
  color: #95C5E5 !important;
  white-space: nowrap;
  font-size: 16px;
}
.third-level-dropdown-menu > li > a:hover {
  background: none !important;
  color: #95C5E5 !important;
}
.third-level-dropdown-menu > li > a:hover, .third-level-dropdown-menu > a, .third-level-dropdown-menu > a:focus, .third-level-dropdown-menu > a:active, .third-level-dropdown-menu > a:hover, .third-level-dropdown-menu > li > a:focus {
  background: none !important;
}
.third-level-dropdown-menu > .active > a, .third-level-dropdown-menu > .active > a:focus, .third-level-dropdown-menu > .active > a:hover {
  background: none !important;
}
.open > .third-level-dropdown-menu {
  display: none !important;
}
/* innser menu */
.inner-menu {
  list-style-type: none;
  display: flex;
  background: #ffffff;
  background-size: contain;
  height: 100px;
  z-index: 99;
  width: 100%;
}
.inner-menu > li > a {
  color: #003972;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 0 20px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.inner-menu > li > a:hover, .inner-menu > li > a:focus {
  background: none !important;
  text-decoration: none;
}
.inner-menu li.active > a {
  text-decoration: none;
}
.inner-menu > li > a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #0A2033;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.inner-menu > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.inner-menu > li.active > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
/* PPP */
.elter-ppp {
  list-style-type: none;
  display: flex;
  background: #ffffff url(../themes/elter/assets/images/elter_logo_PPP.svg) left no-repeat;
  background-size: contain;
  height: 100px;
  padding-left: 320px !important;
  padding-top: 55px !important;
  z-index: 99;
  width: 100%;
}
.elter-ppp > li:before {
  content: none !important;
  color: #0879C0;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  width: 1em;
  margin: 12px 0 0 -1em;
  position: absolute;
}
.elter-ppp > li > a {
  color: #003972;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 0 20px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.elter-ppp > li > a:hover, .elter-ppp > li > a:focus {
  background: none !important;
  text-decoration: none;
}
.elter-ppp li.active > a {
  text-decoration: none;
}
.elter-ppp > li > a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #0A2033;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.elter-ppp > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.elter-ppp > li.active > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
/* PLUS */
.elter-plus {
  list-style-type: none;
  display: flex;
  background: #ffffff url(../themes/elter/assets/images/elter_logo_PLUS.svg) left no-repeat;
  background-size: contain;
  height: 100px;
  padding-left: 320px !important;
  padding-top: 55px !important;
  z-index: 99;
  width: 100%;
}
.elter-plus > li:before {
  content: none !important;
  color: #0879C0;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  width: 1em;
  margin: 12px 0 0 -1em;
  position: absolute;
}
.elter-plus > li > a {
  color: #40907A;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 0 20px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
}
.elter-plus > li > a:hover, .elter-plus .open > a, .elter-plus .open > a:focus, .elter-plus .open > a:active, .elter-plus .open > a:hover, .elter-plus > li > a:focus {
  background: none !important;
  text-decoration: none;
}
.elter-plus .active > a:after {
  border-bottom: solid 2px #40907A !important;
}
.elter-plus > li > a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #40907A;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.elter-plus > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.elter-plus > li.active > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
/* EnRich */
.elter-enrich {
  list-style-type: none;
  display: flex;
  justify-content: center;
  background: #ffffff url(../themes/elter/assets/images/elter_logo_enrich.svg) left no-repeat;
  background-size: 26% 100%;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 55px !important;
  z-index: 99;
  width: 100%;
}
.elter-enrich > li:before {
  content: none !important;
}
.elter-enrich > li > a {
  color: white;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 10px;
  font-size: 18px;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  background: #95C5E5;
  border-radius: 17px;
}
.elter-enrich > li > a:hover, .elter-enrich > li > a:focus {
  opacity: 0.7;
}
.elter-enrich li.active > a {
  opacity: 0.5;
}
.elter-enrich > li > a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.elter-enrich > li.active > a:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/*.slick-list {
  .slick-loading & {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
  }
}*/
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../themes/elter/assets/scss/./fonts/slick.eot");
  src: url("../themes/elter/assets/scss/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/elter/assets/scss/./fonts/slick.woff") format("woff"), url("../themes/elter/assets/scss/./fonts/slick.ttf") format("truetype"), url("../themes/elter/assets/scss/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 5px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "❮";
}
[dir="rtl"] .slick-prev:before {
  content: "❯";
}
.slick-next {
  right: 5px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "❯";
}
[dir="rtl"] .slick-next:before {
  content: "❮";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@font-face {
  font-family: "icomoon";
  src: url("../themes/elter/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa");
  src: url("../themes/elter/assets/fonts/icons/icomoon/icomoon.eot?ilrlqa#iefix") format("embedded-opentype"), url("../themes/elter/assets/fonts/icons/icomoon/icomoon.ttf?ilrlqa") format("truetype"), url("../themes/elter/assets/fonts/icons/icomoon/icomoon.woff?ilrlqa") format("woff"), url("../themes/elter/assets/fonts/icons/icomoon/icomoon.svg?ilrlqa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "x-icon";
  src: url("../themes/elter/assets/fonts/icons/x-icon/icomoon.eot?o4q3va");
  src: url("../themes/elter/assets/fonts/icons/x-icon/icomoon.eot?o4q3va#iefix") format("embedded-opentype"), url("../themes/elter/assets/fonts/icons/social-icons/icomoon.ttf?o4q3va") format("truetype"), url("../themes/elter/assets/fonts/icons/x-icon/icomoon.woff?o4q3va") format("woff"), url("../themes/elter/assets/fonts/icons/x-icon/icomoon.svg?o4q3va#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.p-small {
  font-size: 10px !important;
  line-height: 20px;
}
.ps {
  font-family: "icomoon";
  font-weight: 900;
}
.pr {
  font-family: "icomoon";
  font-weight: 400;
}
.pl {
  font-family: "icomoon";
  font-weight: 300;
}
.pd {
  font-family: "icomoon";
  font-weight: 900;
}
.pb {
  font-family: "icomoon";
  font-weight: 400;
}
.icons {
  display: flex;
  font-family: "icomoon";
  font-weight: 400;
  color: #ffffff;
}
.icons .p + .p, .icons .pb + .pb, .icons .pd + .pd, .icons .pl + .pl, .icons .pr + .pr, .icons .ps + .ps {
  margin-left: 10px;
}
.icons.icons-vertical {
  flex-direction: column;
}
.icons.icons-vertical .p + .p, .icons.icons-vertical .pb + .pb, .icons.icons-vertical .pd + .pd, .icons.icons-vertical .pl + .pl, .icons.icons-vertical .pr + .pr, .icons.icons-vertical .ps + .ps {
  margin-left: 0;
  margin-top: 1em;
}
.p-country-ch:before {
  content: "";
  color: #687a9b;
}
.p-country-de:before {
  content: "";
  color: #687a9b;
}
.p-country-fr:before {
  content: "";
  color: #687a9b;
}
.p-country-pl:before {
  content: "";
  color: #687a9b;
}
.p-location:before {
  content: "";
}
.p-gearwheel:before {
  content: "";
}
.p-back:before {
  content: "❮";
}
.p-colapse:before {
  content: "";
}
.p-remove:before {
  content: "";
}
.p-trash:before {
  content: "";
}
.p-download:before {
  content: "";
}
.p-drag:before {
  content: "";
}
.p-expand:before {
  content: "";
}
.p-forward:before {
  content: "❯";
}
.p-add:before {
  content: "";
}
.p-search:before {
  content: "";
}
.p-hamburger:before {
  content: "";
}
.p-key:before {
  content: "";
}
.p-minus:before {
  content: "";
}
.p-person:before {
  content: "";
}
.p-plus:before {
  content: "";
}
.p-share1:before {
  content: "";
}
.p-facebook:before {
  content: "";
}
.p-instagram:before {
  content: "";
}
.p-linkedin:before {
  content: "";
}
.p-mail:before {
  content: "";
}
.p-mendeley:before {
  content: "";
}
.p-reddit:before {
  content: "";
}
.p-RSS:before {
  content: "";
}
.p-twitter:before {
  font-family: "x-icon";
  content: "";
}
.p-bluesky:before {
  font-family: "x-icon";
  content: "";
}
.p-youtube:before {
  content: "";
}
.p-rss:before {
  content: "";
}
/*
*/
.accordion-wrapper {
  background: #F0F0F0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  vertical-align: middle;
  display: table;
}
.join_elter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.projects-main-content-wrapper .accordion-toggle, .join_elter .accordion-toggle, .projects-content .accordion-toggle, .completed-projects-content .accordion-toggle, .service-portforlio .accordion-toggle, .videos .accordion-toggle, .page-work-packages-plus .accordion-toggle, .page-work-packages-ppp .accordion-toggle, .ppp-app-accordion .accordion-toggle {
  background: none;
  border: none;
  border-radius: unset;
  padding: 0;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  color: #0a2033;
  vertical-align: middle;
  cursor: pointer;
}
.projects-main-content-wrapper .accordion-toggle .title-container, .join_elter .accordion-toggle .title-container, .projects-content .accordion-toggle .title-container, .completed-projects-content .accordion-toggle .title-container, .service-portforlio .accordion-toggle .title-container, .videos .accordion-toggle .title-container, .page-work-packages-plus .accordion-toggle .title-container, .page-work-packages-ppp .accordion-toggle .title-container, .ppp-app-accordion .accordion-toggle .title-container {
  display: table-cell;
  vertical-align: middle;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  line-height: 30px;
}
.projects-main-content-wrapper .accordion-toggle .plusminus-container, .join_elter .accordion-toggle .plusminus-container, .projects-content .accordion-toggle .plusminus-container, .completed-projects-content .accordion-toggle .plusminus-container, .service-portforlio .accordion-toggle .plusminus-container, .videos .accordion-toggle .plusminus-container, .page-work-packages-plus .accordion-toggle .plusminus-container, .page-work-packages-ppp .accordion-toggle .plusminus-container, .ppp-app-accordion .accordion-toggle .plusminus-container {
  display: table-cell;
  vertical-align: middle;
}
.projects-content .accordion-toggle {
  font-family: "Helvetica Neue";
}
.projects-content .accordion-toggle .item-prefix {
  font-family: "Helvetica Neue Bold";
  margin-right: 5px;
}
.completed-projects-content .accordion-toggle {
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  color: #0879C0;
}
.completed-projects-content .accordion-toggle .title-container {
  line-height: 47px;
}
.completed-projects-content ul {
  list-style: none;
  /* Remove default bullets */
  color: #0A2033;
  padding: 0 0 0 37px;
}
.completed-projects-content ul li {
  color: #0A2033;
  margin-bottom: 25px;
}
.completed-projects-content ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0879C0;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  font-size: 2em;
  line-height: 0.1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin: 12px 0 0 -1em;
  position: absolute;
}
.service-portforlio .accordion-toggle .title-container {
  line-height: 47px;
}
.projects-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.accordion-wrapper.videos {
  margin-top: 20px;
}
.projects-main-content-wrapper .accordion-content, .join_elter .accordion-content, .projects-content .accordion-content, .completed-projects-content .accordion-content, .service-portforlio .accordion-content, .videos .accordion-content, .page-work-packages-plus .accordion-content, .page-work-packages-ppp .accordion-content, .ppp-app-accordion .accordion-content {
  display: none;
  width: 100%;
}
.plus, .minus {
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  vertical-align: middle;
  background: #0879C0;
  color: white;
  border-radius: 50%;
  padding: 0px 11px;
  font-size: 33px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
}
.plus::before {
  content: "+";
}
.minus::before {
  content: "−";
}
.projects-main-content-wrapper .plusminus, .join_elter .plusminus, .projects-content .plusminus, .completed-projects-content .plusminus, .service-portforlio .plusminus, .videos .plusminus, .page-work-packages-ppp .plusminus, .page-work-packages-plus .plusminus, .ppp-app-accordion .plusminus {
  float: right;
}
.prefix-bullet {
  width: 109px;
  height: 109px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  font-family: "Helvetica Neue Bold";
  color: #003972;
}
.wp-row {
  vertical-align: middle;
}
.wp-row .prefix-bullet-plus {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #40907A;
  text-align: center;
  line-height: 109px;
  font-size: 30px;
  font-family: "Helvetica Neue";
  color: #ffffff;
}
.wp-row .prefix-bullet-ppp {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: #003972;
  text-align: center;
  line-height: 109px;
  font-size: 30px;
  font-family: "Helvetica Neue";
  color: #ffffff;
}
.wp-row .title-container-plus {
  background: none;
  border: none;
  border-radius: unset;
  padding: 0;
  font-family: "Montserrat Bold";
  letter-spacing: 0 !important;
  color: #0a2033;
  height: 109px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.projects-main-content-wrapper .accordion-toggle, .page-work-packages-plus .accordion-toggle {
  font-family: "Helvetica Neue";
}
.projects-main-content-wrapper .accordion-toggle .item-prefix, .page-work-packages-plus .accordion-toggle .item-prefix {
  font-family: "Helvetica Neue Bold";
  margin-right: 20px;
  background: #40907a;
  width: 82px !important;
  min-width: 82px !important;
  height: 82px !important;
  /* padding: 30px 20px; */
  text-align: center;
  line-height: 82px;
  color: white;
  display: inline-block;
  border-radius: 50%;
}
.projects-main-content-wrapper .accordion-toggle .title-container, .page-work-packages-plus .accordion-toggle .title-container {
  display: flex;
  flex-direction: row;
  line-height: 1.5em;
  align-items: center;
}
.projects-main-content-wrapper .accordion-toggle .plus, .projects-main-content-wrapper .accordion-toggle .minus, .page-work-packages-plus .accordion-toggle .plus, .page-work-packages-plus .accordion-toggle .minus {
  width: 30px !important;
  height: 85px !important;
  line-height: 85px;
  text-align: center;
  vertical-align: middle;
  background: none;
  color: #0a2033;
  border-radius: 0;
  padding: 0px 11px;
  font-size: 33px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
}
.page-work-packages-ppp .accordion-toggle {
  font-family: "Helvetica Neue";
}
.page-work-packages-ppp .accordion-toggle .item-prefix {
  font-family: "Helvetica Neue Bold";
  margin-right: 20px;
  background: #003972;
  width: 82px !important;
  min-width: 82px !important;
  height: 82px !important;
  /* padding: 30px 20px; */
  text-align: center;
  line-height: 82px;
  color: white;
  display: inline-block;
  border-radius: 50%;
}
.page-work-packages-ppp .accordion-toggle .title-container {
  display: flex;
  flex-direction: row;
  line-height: 1.5em;
  align-items: center;
}
.page-work-packages-ppp .accordion-toggle .plus, .page-work-packages-ppp .accordion-toggle .minus {
  width: 30px !important;
  height: 85px !important;
  line-height: 85px;
  text-align: center;
  vertical-align: middle;
  background: none;
  color: #0a2033;
  border-radius: 0;
  padding: 0px 11px;
  font-size: 33px;
  font-family: Montserrat;
  letter-spacing: 0 !important;
}
.projects-main-content-wrapper .accordion-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.accordion_12 {
  width: 98.5%;
}
.accordion_12 .accordion-wrapper {
  margin-bottom: 0;
  padding: 20px !important;
}
.market-place-container {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.market-place-container .market-place {
  background: #F2F7FA;
}
.market-place-container .market-place .plusminus-container {
  display: flex;
  justify-content: flex-end;
}
.market-place-container .market-place .accordion-content {
  display: none;
}
.market-place-container .market-place .title-container {
  color: #0A2033;
  font-family: "Helvetica Neue Bold";
  font-size: 25px;
  display: flex;
  align-items: center;
}
.market-place-container .market-place .arrow_down {
  width: 50px;
  height: 50px;
  background: #3F907A 0% 0% no-repeat padding-box;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-place-container .market-place .arrow_down .down {
  position: relative;
  top: 0;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-45deg);
}
.market-place-container .market-place .arrow_down .up {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(135deg);
}
.market-place-container .market-place-sub {
  background: white;
  border-radius: 18px;
  padding: 10px 0 10px 18px;
  margin-top: 20px;
}
.market-place-container .market-place-sub .plusminus-container {
  display: flex;
  justify-content: flex-end;
}
.market-place-container .market-place-sub .accordion-content {
  font-size: 0.8em !important;
}
.market-place-container .market-place-sub .title-container {
  color: #474747;
  font-size: 21px;
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue";
}
.market-place-container .market-place-sub .arrow_down {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.market-place-container .market-place-sub .arrow_down .down {
  position: relative;
  top: 0;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #0C79BF;
  border-top: 2px solid #0C79BF;
  transform: rotate(-45deg);
}
.market-place-container .market-place-sub .arrow_down .up {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #0C79BF;
  border-top: 2px solid #0C79BF;
  transform: rotate(135deg);
}
.faqs_container {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.faqs_container h1, .faqs_container .h1 {
  text-align: center;
  font-size: 30px !important;
}
.faqs_container .faqs {
  background: white;
  border-radius: 18px;
  padding: 30px 0 30px 30px;
  margin-top: 20px;
  box-shadow: 0px 0px 4px #00000029;
}
.faqs_container .faqs .accordion-content {
  display: none;
}
.faqs_container .faqs .plusminus-container {
  display: flex;
  justify-content: flex-end;
}
.faqs_container .faqs .accordion-content {
  font-size: 0.8em !important;
}
.faqs_container .faqs .title-container {
  color: #474747;
  font-size: 21px;
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue";
}
.faqs_container .faqs .arrow_down {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.faqs_container .faqs .arrow_down .down {
  position: relative;
  top: 0;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #0C79BF;
  border-top: 2px solid #0C79BF;
  transform: rotate(-45deg);
}
.faqs_container .faqs .arrow_down .up {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #0C79BF;
  border-top: 2px solid #0C79BF;
  transform: rotate(135deg);
}
.page-how-cite-elter .col-md-6 {
  width: 100% !important;
}
.page-press-releases .news-item .col-xs-3 {
  width: 100% !important;
}
/**/
@media (min-width: 992px) {
  .nav .item:hover .nav-link {
    color: #fff;
  }
  .nav .item:hover .dropdown-menu {
    display: block;
  }
  .nav .item .dropdown-menu {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  /* menu toggle effect mobile */
  /********************/
  /* PROJECTS layout */
  /********************/
  .item_container {
    height: 282px !important;
  }
  .services_data_content .carousel_categories_tabs .col-md-3 {
    display: flex;
    justify-content: center;
  }
  .services_data_content .carousel_categories_tabs .service_card {
    width: 80%;
    height: 300px;
  }
  .hide_mobile {
    display: none;
  }
  .hide_desktop {
    display: block;
  }
  .ecf-images .blue_field {
    width: 60%;
    height: 50%;
    padding: 10px;
    font-size: 0.7em;
  }
  .col-md-6.col-xs-12:has(.block-img) {
    justify-content: center;
  }
  .col-md-6.col-xs-12:has(.block-img) .block-img {
    display: flex;
  }
  .col-md-6.col-xs-12:has(.block-img) img {
    margin: 0 auto;
  }
  .dropdown-backdrop {
    display: none;
  }
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 38px;
    left: -22px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle input {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    right: -45px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    top: -30px;
    left: 50px;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    background: #ffffff;
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    background: #ffffff;
  }
  .nav#menu {
    position: absolute;
    left: -72vw;
    top: -76px;
    width: 100vw;
    height: calc(100vh);
    margin: 0;
    padding: 76px 0 76px 0;
    background-color: #0A2033;
    color: #ffffff !important;
    font-size: 28px !important;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-y: auto;
    /* third level */
  }
  .nav#menu li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav#menu li > a {
    color: #fff;
    margin: 0;
    text-align: right;
    font-size: 30px;
    float: right;
  }
  .nav#menu li > a:hover, .nav#menu .nav .open > a, .nav#menu .nav .open > a:focus, .nav#menu .nav .open > a:active, .nav#menu .nav .open > a:hover, .nav#menu li > a:focus {
    background: none !important;
  }
  .nav#menu .active > a:after {
    border-bottom: solid 2px #95C5E5 !important;
  }
  .nav#menu li > a:after {
    display: block;
    content: "";
    border-bottom: solid 2px #95C5E5;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .nav#menu li > a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  .nav#menu .dropdown-menu {
    position: unset;
    left: 0;
    z-index: 1000;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: transparent !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: 100%;
  }
  .nav#menu .dropdown-menu > li > a {
    display: block;
    padding: 3px 15px !important;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143;
    color: #95C5E5 !important;
    white-space: nowrap;
    font-size: 18px;
  }
  .nav#menu .dropdown-menu > li > a:hover {
    background: none !important;
    color: #95C5E5 !important;
  }
  .nav#menu .dropdown-menu > .active > a, .nav#menu .dropdown-menu > .active > a:focus, .nav#menu .dropdown-menu > .active > a:hover {
    background: none !important;
  }
  .nav#menu .open > .dropdown-menu {
    display: block !important;
  }
  .nav#menu .third-level-dropdown-menu {
    position: unset;
    left: 0;
    z-index: 1000;
    float: right;
    width: 80%;
    min-width: 150px;
    padding: 0px 0 !important;
    margin: 10px 0 !important;
    font-size: 10px !important;
    text-align: left;
    list-style: none;
    background-color: #0e3151 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
  }
  .nav#menu .third-level-dropdown-menu > li > a {
    display: block;
    padding: 3px 15px !important;
    clear: both;
    font-weight: normal !important;
    line-height: 1.42857143;
    color: #95C5E5 !important;
    white-space: nowrap;
    font-size: 18px;
  }
  .nav#menu .third-level-dropdown-menu > li > a:hover {
    background: none !important;
    color: #95C5E5 !important;
  }
  .nav#menu .third-level-dropdown-menu > .active > a, .nav#menu .third-level-dropdown-menu > .active > a:focus, .nav#menu .third-level-dropdown-menu > .active > a:hover {
    background: none !important;
  }
  .nav#menu .open > .third-level-dropdown-menu {
    display: block !important;
  }
  .nav#menu li {
    transition-delay: 2s;
    width: 100%;
  }
  .nav#menu li a {
    color: #ffffff;
  }
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  .nav > li:nth-of-type(7) > a {
    font-size: 16px !important;
  }
  .rudolph {
    background: url(../storage/app/media/rudolph.jpg) no-repeat;
    height: 115px;
    width: 100%;
    background-size: contain;
    background-position: top;
  }
  .keynotes_link {
    position: unset;
    width: 97%;
    margin-bottom: 15px;
    display: flex;
    padding-right: 10px;
    height: 44px;
    border: 1px solid #D1D1D1;
    border-radius: 26px;
    text-align: center;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .keynotes_link:after {
    right: 32px;
    top: 24px;
  }
  .themes-shema {
    height: auto !important;
  }
  .themes-shema img {
    max-width: 100% !important;
    height: unset !important;
  }
  .themes-shema .description {
    display: inline-table;
    width: unset;
    margin-left: 0px;
    margin-top: 0px;
  }
  .themes-shema h3, .themes-shema .h3 {
    display: none;
  }
  .content-projects {
    position: relative;
  }
  .projects-main-content-wrapper {
    margin-top: 80px;
  }
  .projects-layout .elter-ppp, .projects-layout .elter-plus {
    list-style-type: none;
    display: inline-block;
    background: #ffffff url(../themes/elter/assets/images/elter_logo_PPP.svg) top left no-repeat;
    background-size: 100%;
    height: auto;
    padding-left: 0 !important;
    z-index: 99;
    width: 100%;
    padding-top: 120px !important;
  }
  .projects-layout .elter-ppp li > a, .projects-layout .elter-plus li > a {
    padding: 0 !important;
  }
  .projects-layout .elter-plus {
    background: #ffffff url(../themes/elter/assets/images/elter_logo_PLUS.svg) top left no-repeat;
    background-size: 100%;
  }
  .projects-layout .projects-content-wrapper {
    display: inline-block;
    position: relative;
    margin-top: 300px;
  }
  .projects-layout h3, .projects-layout .h3 {
    text-align: left;
  }
  .projects-layout .content:has(#menu) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .prefix-bullet {
    margin: 10px auto;
  }
  .content-news {
    margin-top: 300px !important;
  }
  .accordion-content {
    padding-left: 15px !important;
  }
  .col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px !important;
  }
  .col-xs-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .row .col-md-6.col-xs-12:nth-of-type(2n) {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  img {
    max-width: 100%;
  }
  .content ul li::before {
    max-width: 100%;
  }
  .countries-list, .years-list {
    margin-top: 40px;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .circle-container div:not(:first-child) {
    left: 53.5% !important;
  }
  .regulation-consent {
    padding-bottom: 400px !important;
  }
  .page-elter-enrich .key-facts, .page-elter-enrich .enrich_objectives {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-elter-enrich .key-facts li {
    margin: 0 0 50px 0;
  }
  .accordion_14 .accordion-toggle .title-container {
    flex-direction: column;
  }
  .accordion_14 .item-prefix {
    margin-right: 0;
    color: #0A2033;
    background: none;
  }
  .page-library-enrich .projects-main-content-wrapper, .page-partners-enrich .projects-main-content-wrapper, .page-work-packages-enrich .projects-main-content-wrapper, .page-elter-enrich .projects-main-content-wrapper {
    margin-bottom: 161px;
  }
  .elter-enrich {
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: #ffffff url(../themes/elter/assets/images/elter_logo_enrich.svg) top left no-repeat;
    background-size: 26% 100%;
    height: auto;
    margin-top: -113px;
    margin-bottom: 50px;
    padding-top: 119px !important;
    z-index: 99;
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 162px;
  }
  .page-partners-enrich .partners {
    flex-direction: column;
  }
  .page-partners-enrich .partners .partners-item {
    width: 100%;
    margin: 10px 0;
  }
  .library-item {
    position: relative;
  }
  .library-item .library-date {
    position: absolute !important;
    top: -69px;
    right: 19px;
    white-space: nowrap;
  }
  .projects-tabs {
    flex-direction: column;
  }
  .projects-tabs .button {
    padding: 15px 30px !important;
    width: 90vw;
  }
  .container.back:hover {
    width: 100%;
  }
  .save-date-main .intro .save-date-intro {
    width: 100% !important;
  }
  .programme .welcoming .programme-content {
    padding-left: 0px !important;
  }
  .programme .welcoming .programme-row h1, .programme .welcoming .programme-row .h1 {
    padding-left: 0;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 22px !important;
    color: #0C79BF !important;
  }
  .programme .programme-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .programme .programme-row {
    display: flex;
    justify-content: center;
  }
  .programme img {
    margin-bottom: 20px !important;
  }
  .programme .programme-togle {
    position: relative !important;
    right: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 60px !important;
    height: 60px !important;
  }
  .programme .programme-togle:after {
    width: 60px !important;
    height: 60px !important;
  }
  .programme .preliminary-program {
    padding: unset !important;
  }
  .programme .preliminary-program .container {
    width: unset !important;
  }
  .venue p {
    margin-left: 10px;
  }
  .call-for-session .content {
    padding: 10px !important;
  }
  .practicalities .record_item {
    width: 95vw;
    padding: 20px !important;
    margin-bottom: 20px;
    border-radius: 18px;
    box-shadow: 0 0 10px #00000024;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .practicalities .record_item .years {
    color: #003972;
    font-family: "Helvetica Neue Bold";
    white-space: nowrap;
    text-align: center;
  }
  .practicalities .record_item .image {
    max-height: 65px;
    object-fit: contain;
  }
  .practicalities .record_item .logo {
    text-align: center;
    font-size: 28px;
    font-family: "HELVETICA NEUE BOLD";
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .practicalities .record_item a {
    width: 40px;
    height: 40px;
    background: url("../themes/elter/assets/images/arrow-projects.svg") center no-repeat;
    background-size: contain;
    display: block;
    float: right;
  }
  .practicalities .page-other-projects-and-collaborations .modal .modal-dialog {
    width: 90vw;
  }
  .practicalities .page-other-projects-and-collaborations .modal .modal-body {
    padding: 10px;
  }
  .practicalities .modal-body .image_and_title img {
    margin: 20px auto;
    display: flex;
    width: 50%;
    max-height: 100px;
  }
  .practicalities .title-holder .row {
    width: 95%;
  }
  .practicalities .header-content .practicalities-icon, .practicalities .header-content .title {
    height: 67px;
  }
  .get-there-content, .title {
    padding: 10px !important;
  }
  .abstract-submission {
    font-size: 17px;
  }
  .abstract-submission strong::before {
    display: none;
  }
  .abstract-submission .content {
    flex-direction: column;
    padding: 0 !important;
  }
  .abstract-submission span.date {
    padding: unset;
    font-size: 20px;
  }
  .organisers .intro {
    display: block;
  }
  .subscribe_form_container {
    width: 100%;
  }
  .page-elter-market-place .habitat_item .habitat_data .read-more, .page-standard-observations-so .habitat_item .habitat_data .read-more {
    justify-content: center;
    text-align: center;
  }
  .habitat_image {
    width: 100% !important;
  }
  .habitat_image img {
    margin: 0 auto 20px auto;
    display: block;
  }
  .feedback .btn-secondary.email {
    font-size: 0.75em;
  }
  .page-elter-market-place .habitat_item .justify-content-end, .page-standard-observations-so .habitat_item .justify-content-end {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }
  .page-elter-market-place .habitat_item .justify-content-start, .page-standard-observations-so .habitat_item .justify-content-start {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .page-standard-observations-so .habitat_item .col-md-2.col-xs-12 {
    width: 100%;
  }
  .habitat_incentive {
    margin-top: 20px;
  }
  .btn-white {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .img-card .card-text {
    font-size: 16px;
  }
  .bg-people-ri {
    background: url(../storage/app/media/eLTER_RI_people.jpg) top center no-repeat;
    height: 220px !important;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .programme-intro .programme-logo {
    height: 120px;
  }
  .programme-intro .programme-logo-banner {
    height: 120px;
  }
  .programme-intro .programme-logo-date {
    height: 120px;
  }
  .tabs_ri_impact {
    display: block !important;
  }
  .tabs_ri_impact a {
    margin-bottom: 20px !important;
  }
  .ri_impact .ri_impact_container .subtabs_ri_impact ul.ui-tabs-nav {
    display: block;
  }
  .ri_impact .ri_impact_container .subtabs_ri_impact .subtabContent .key_numbers_container {
    width: 100%;
  }
  .ri_impact .ri_impact_container .key_achievements_container .key_achievements_content {
    width: 100%;
    height: 95%;
  }
}
@media (max-width: 1900px) {
  .save_the_date .save_the_date_bg {
    height: 82vh;
  }
}
@media (max-width: 1600px) {
  .content {
    padding: 2rem 1rem !important;
  }
}
@media (max-width: 1450px) {
  .save_the_date .save_the_date_bg {
    background-size: contain;
    padding: 90px 0px;
  }
  .save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
    font-size: 28px !important;
    line-height: 1.3em !important;
  }
}
/*laptop*/
@media (max-width: 1366px) {
  .content {
    padding: 2rem 1rem !important;
  }
  .slick-track {
    left: -101px !important;
  }
  .search-btn {
    top: 32px;
    right: 5px;
  }
  .news-image img {
    max-width: -webkit-fill-available !important;
  }
  .numbers {
    padding: 10px;
    width: 135px !important;
    height: 135px !important;
  }
  .count {
    padding: 23px;
    font-size: 47px;
  }
  .library-item .col-xs-1:first-child {
    min-width: 100px;
  }
  .library-item .col-xs-10 {
    max-width: 80%;
  }
  .library-item .col-xs-5 {
    max-width: 40%;
  }
  .themes-ppp img {
    width: 20% !important;
  }
  .themes-shema .col-md-6.col-xs-12 {
    width: 100% !important;
  }
  .themes-shema .col-md-6.col-xs-12 img {
    height: 100% !important;
  }
  .themes-shema .col-md-6.col-xs-12 .description {
    display: inline-table;
    width: 100%;
    margin-left: 0px;
    margin-top: 26px;
  }
  .projects-main-content-wrapper .new_circle-container {
    margin: 0;
  }
  .map_container .map_agenda {
    width: 100%;
    height: auto;
  }
  .map_container .map_agenda ul {
    display: block;
    padding: 33px;
  }
  .map_container .map_agenda ul li {
    padding: 10px 20px;
    display: inline-block;
  }
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
  .page-evolution-elements .button.font-bold {
    font-size: 14px;
  }
}
@media screen and (min-width: 1026px) and (max-height: 775px) {
  .blurred_bg {
    padding: 60px 0 0 0 !important;
    width: 50% !important;
  }
  .save_the_date_bg h1, .save_the_date_bg .h1 {
    font-size: 30px !important;
  }
  .save_the_date ul li {
    font-size: 16px !important;
  }
}
/*1280x720*/
@media screen and (min-width: 1026px) and (max-width: 1280px) {
  .blurred_bg {
    padding: 77px 0px 0px 20px !important;
  }
  .blurred_bg .h1 {
    font-size: 19px !important;
    line-height: 29px !important;
  }
  .content {
    padding: 2rem 1rem !important;
  }
  .page-newsletters .row .col-md-6.col-xs-12 {
    display: flex;
    justify-content: space-around;
  }
  .nav > li:nth-of-type(7) > a {
    font-size: 10px;
    padding: 0 10px;
    margin: 8px 0;
  }
  .search-btn {
    top: 20px;
    right: 30px;
  }
  .carousel-caption {
    font-size: 50px !important;
    width: 95%;
  }
  .carousel-caption h3, .carousel-caption .h3 {
    font-size: 50px !important;
    text-align: left;
  }
  .deims-carousel {
    width: 90% !important;
  }
  .deims-carousel .carousel-inner > .item {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
  .deims-carousel .carousel-inner > .item > img {
    width: 100% !important;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: unset;
  }
  .elter-plus {
    background-size: 20% !important;
    padding-left: 250px !important;
  }
  .page-evolution-elements .button.font-bold {
    font-size: 15px;
  }
  .events-container .text-place {
    white-space: normal;
  }
  .save_the_date .save_the_date_bg {
    padding: 80px 0px;
  }
  .save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
    font-size: 29px;
    line-height: 49px;
  }
  .col-md-6:not(.justify-content-end) {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-md-6.home-news-container, .col-md-6.home-events-container {
    flex-direction: column;
    align-items: center;
  }
  .article_highlights_homepage .card {
    height: 500px !important;
  }
  .habitat_image img {
    max-width: 100%;
  }
  .all_posts_item img {
    max-width: 100%;
  }
  .blog_posts_container {
    align-items: flex-start;
  }
  .keynotes_link {
    position: absolute;
    top: -8px;
    right: 14px;
  }
}
@media (max-width: 1200px) {
  .habitat_image img {
    max-width: 100%;
  }
  .page-elter-market-place .habitat_item .project_call_label {
    max-width: 18%;
  }
  .page-elter-market-place .habitat_item .btn-white {
    max-width: fit-content;
  }
  .blurred_bg {
    padding: 65px 0px 0px 0px !important;
  }
  .img-head {
    font-size: unset !important;
  }
  .top_news {
    top: 245px;
    right: unset;
    left: 22%;
    width: 220px;
    height: 220px;
  }
  .top_news .slogan {
    overflow: hidden;
    position: relative;
  }
  .top_news .slogan span {
    position: absolute;
    background: rgba(8, 121, 192, 0.7);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    margin: 15px;
  }
  .top_news .slogan span:hover {
    margin: 0;
    padding: 35px;
    color: white;
    width: 100%;
    height: 100%;
  }
  .top_news .slogan span a {
    font-size: 0.7em;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    margin: 0px;
  }
  .top_news .slogan span a:hover {
    background: rgba(8, 121, 192, 0.7);
    margin: 0;
    padding: 35px;
    color: white;
    width: 100%;
    height: 100%;
  }
  .top_news.smaller_height {
    top: 215px;
    right: unset;
    left: 25%;
    width: 150px;
    height: 150px;
  }
  .top_news.smaller_height .slogan {
    width: 149px;
    height: 149px;
  }
  .top_news.smaller_height .slogan span {
    position: absolute;
    background: rgba(8, 121, 192, 0.7);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    width: 149px;
    height: 149px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    margin: 0px;
  }
  .top_news.smaller_height .slogan span:hover {
    margin: 0;
    padding: 10px;
    color: white;
    width: 100%;
    height: 100%;
  }
  .top_news.smaller_height .slogan span a {
    font-size: 0.7em;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    margin: 15px;
    width: 149px;
    height: 149px;
  }
  .top_news.smaller_height .slogan span a:hover {
    background: rgba(8, 121, 192, 0.7);
    margin: 0;
    padding: 35px;
    color: white;
    width: 100%;
    height: 100%;
  }
  .nav > li:nth-of-type(7) > a {
    display: none !important;
  }
  .nav > li:nth-of-type(8) > a {
    display: none !important;
  }
  .events-container .text-place {
    white-space: normal;
  }
  .page-evolution-elements .button.font-bold {
    white-space: normal;
  }
  .button {
    display: flex;
    text-align: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto !important;
    margin-right: auto !important;
  }
  .services_portfolio_content {
    background: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .service_card {
    margin: 30px 0 !important;
  }
  .item_container:not(.selected) .service-read {
    display: block;
  }
  .services_data_content .carousel_services {
    width: 100%;
  }
  .services_data_content .item_container {
    width: 100%;
    height: 100%;
    margin-bottom: 50px !important;
  }
  .services_data_content .carousel_tabs {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
}
/*iPAD pro*/
@media (max-width: 1025px) {
  .content {
    padding: 2rem 1rem !important;
  }
  .page-newsletters .row .col-md-6.col-xs-12 {
    display: flex;
    justify-content: space-around;
  }
  .slogan_text {
    line-height: 1.4em;
  }
  .search-btn {
    top: 30px;
    right: 1%;
  }
  .news-image img {
    max-width: -webkit-fill-available !important;
  }
  .numbers {
    padding: 10px;
    width: 135px !important;
    height: 135px !important;
  }
  .count {
    padding: 23px;
    font-size: 47px;
  }
  .prefix-bullet {
    min-width: 120px !important;
  }
  .library-item .col-xs-1:first-child {
    min-width: 100px;
  }
  .library-item .col-xs-10 {
    max-width: 80%;
  }
  .library-item .col-xs-5 {
    max-width: 40%;
  }
  .themes-ppp img {
    width: 80%;
  }
  .themes-shema .col-md-6.col-xs-12 {
    width: 100% !important;
  }
  .themes-shema .col-md-6.col-xs-12 img {
    height: 100% !important;
  }
  .themes-shema .col-md-6.col-xs-12 .description {
    display: inline-table;
    width: 100%;
    margin-left: 0px;
    margin-top: -97px;
    position: relative;
  }
  .countries-list .btn-secondary:nth-of-type(5n), .years-list .btn-secondary:nth-of-type(5n) {
    margin-right: 10px;
    margin-left: 10px;
  }
  .countries-list .btn-secondary, .years-list .btn-secondary {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-contact .card-profiles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-contact .card-profiles .card {
    height: 350px !important;
    margin: 0 0 16px 0px !important;
    width: 48% !important;
    background: #F0F0F0;
    font-weight: normal;
    font-size: 18px;
    color: #0A2033;
    font-family: "Helvetica Neue" !important;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
  }
  .page-contact .card-profiles .card img.card-img-top {
    position: absolute;
    left: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
  }
  .page-contact .card-profiles .card .card-header {
    position: absolute;
    top: 120px;
    left: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact .card-profiles .card .card-body {
    position: absolute;
    top: 170px;
    left: 20px;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .page-contact .card-profiles .card .card-body .position {
    float: unset;
    margin-right: 0;
  }
  .page-contact .card-profiles .card .card-body i {
    float: left;
    margin-right: 10px;
  }
  .deims-carousel {
    width: 90% !important;
  }
  .deims-carousel .carousel-inner > .item {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
  .deims-carousel .carousel-inner > .item > img {
    width: 100% !important;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: unset;
  }
  .circle-container {
    margin: 145px 80px;
    width: 158px;
    height: 158px;
    position: initial;
  }
  .circle-container.circle-container-2019, .circle-container.circle-container-single {
    margin: 145px 80px;
    width: 158px;
    height: 158px;
  }
  .circle-container div:not(:first-child) {
    width: 100px;
    height: 100px;
    top: 53%;
    left: 50%;
    padding: 15px;
    font-size: 14px;
  }
  .circle-container div:first-child {
    top: 37%;
  }
  .save_the_date .save_the_date_bg {
    padding: 55px 0px;
  }
  .save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .save_the_date .save_the_date_bg ul {
    font-size: 22px;
  }
}
@media (min-width: 760px) and (max-width: 992px) {
  .blurred_bg {
    width: 80% !important;
    padding: 120px 0px 0 0px !important;
  }
  .blurred_bg h1, .blurred_bg .h1 {
    font-size: 24px !important;
  }
  .social-program .mt-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-program .programme-card {
    width: 80%;
  }
  .social-program .programme-card .programme-img img {
    width: 100%;
    height: auto !important;
  }
  .slick-track {
    left: -202px !important;
  }
  #menuToggle input {
    right: 45px;
  }
  #navbarHeader .nav#menu {
    display: none;
  }
  .mobile-menu-container .nav#menu {
    left: -86vw;
  }
  .nav .item .dropdown-menu {
    display: block;
  }
  .logo-container {
    position: fixed !important;
    left: 0px;
    top: 20px;
  }
  .mobile-menu-container {
    position: fixed !important;
    right: -41px;
    top: 39px;
  }
  .navbar {
    min-height: 96px !important;
  }
  .card {
    height: auto !important;
  }
}
.projects-timeline-immage .button:first-of-type {
  margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elter-plus .item:first-of-type {
    margin-top: 200px;
  }
}
@media screen and (max-width: 992px) {
  /* calendar */
  /* Mission carousel **/
  /* Research infrastructure **/
  /* Ri-progress **/
  /* Highlights carousel **/
  .nav > li:nth-of-type(7) > a {
    display: block !important;
    margin-right: 10px !important;
    width: fit-content;
  }
  .nav > li:nth-of-type(8) > a {
    display: block !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
  }
  .carousel-caption {
    font-size: 32px !important;
    width: 95%;
  }
  .carousel-caption h3, .carousel-caption .h3 {
    font-size: 32px !important;
    text-align: left;
  }
  .carousel-indicators {
    position: absolute !important;
    left: 0% !important;
    margin-bottom: 0px !important;
  }
  .carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
  }
  .col-xs-12 {
    max-width: 100% !important;
  }
  #myImg {
    max-width: 100% !important;
  }
  .deims-carousel {
    width: 70% !important;
  }
  .deims-carousel .carousel-inner > .item {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
  .deims-carousel .carousel-inner > .item > img {
    width: 100% !important;
    font-family: Montserrat !important;
    letter-spacing: 0 !important;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: unset;
  }
  .deims-carousel .carousel-control {
    position: absolute;
    top: 5%;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: unset;
    filter: none;
    background: #293c4d;
    opacity: 1;
  }
  .deims-carousel .carousel-control.left {
    margin-left: -64px;
    background-image: none;
  }
  .deims-carousel .carousel-control.right {
    margin-right: -64px;
    background-image: none;
  }
  .deims-carousel .carousel-control .icon {
    margin-top: -10px;
  }
  .card {
    margin: 30px auto !important;
  }
  .search-btn {
    top: 32px;
    right: 73px;
  }
  .search input {
    z-index: 1 !important;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc-left, .fc-center, fc-right {
    max-width: 100%;
  }
  .content {
    padding: 1rem !important;
  }
  h1, .h1, h2, .h2, h3, .h3 {
    text-align: center;
  }
  .button, .btn {
    display: table;
    text-align: center;
    width: 100%;
  }
  .search .btn.search:before {
    color: #afafaf;
    text-decoration: none !important;
    font-size: 39px;
    position: absolute;
    top: -6px;
    right: 6px;
  }
  .layout-footer .col-xs-12, .layout-footer .col-xs-6 {
    margin: 10px auto !important;
    display: table;
  }
  .layout-footer .button, .layout-footer .btn, .default-layout .btn {
    display: inline-block;
    margin: 5px !important;
  }
  .default-layout .btn {
    display: block;
    margin: 10px auto !important;
  }
  .default-layout iframe, .default-layout video {
    max-width: 100%;
  }
  .layout-footer .icons, .layout-footer .newsletters, .layout-footer .designed_and_powered {
    text-align: center;
  }
  .media-center .col-xs-12 {
    text-align: center;
    margin: 20px auto;
  }
  #accordion {
    max-width: 90vw;
    margin: 0 auto !important;
  }
  #accordion row {
    margin: 0 !important;
  }
  .news-item {
    display: unset;
    max-width: 100%;
  }
  .news-tabs li {
    margin: 10px !important;
  }
  .news-img-left {
    margin: auto;
    display: block;
  }
  .news-container .text-published {
    text-align: center;
    width: 100%;
  }
  .news-details-container {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
  }
  .news-details-container .news-content {
    order: 2;
  }
  .news-details-container .news-content .text-published {
    text-align: center;
    width: 100%;
  }
  .news-details-container .news-image {
    order: 1;
  }
  .timeline-body {
    padding: unset !important;
  }
  .events-tabs {
    list-style-type: none;
    display: flex;
    width: 100%;
    text-align: center;
  }
  .events-item {
    max-width: 100vw;
    margin: 0 auto;
  }
  .fc-right button, .fc-left button {
    margin: 4px !important;
  }
  .fc-toolbar h2, .fc-toolbar .h2 {
    font-size: 1.75em;
    margin: 20px 0;
    width: 100%;
  }
  .fc .fc-button {
    padding: 7px 25px !important;
  }
  .fc-scroller {
    height: 100% !important;
  }
  .events-container .text-published {
    text-align: left;
  }
  #mapid {
    height: 200px;
  }
  .partners-container .col-xs-12 {
    text-align: center;
  }
  .partners-container .col-xs-12.text-place {
    text-align: left;
  }
  .projects-main-content-wrapper .topics .block-img img {
    margin: 0 auto 80px auto;
  }
  .projects-main-content-wrapper #ta-ra-access-scheme .content.first_content .row:first-child, .projects-main-content-wrapper #how-to-apply .content.first_content .row:first-child, .projects-main-content-wrapper #participating-sites .content.first_content .row:first-child, .projects-main-content-wrapper #faq .content.first_content .row:first-child, .projects-main-content-wrapper #ta-ra-blog-and-webinar .content.first_content .row:first-child, .projects-main-content-wrapper #background-information .content.first_content .row:first-child, .projects-main-content-wrapper #main-documents .content.first_content .row:first-child {
    flex-direction: column-reverse;
  }
  .projects-main-content-wrapper .ta_ra_table table {
    border: 1px solid #ACACAC;
    border-collapse: separate;
    border-left: 0;
    border-radius: 20px;
    border-spacing: 0px;
    font-size: 13px;
  }
  .projects-main-content-wrapper .ta_ra_table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .projects-main-content-wrapper .ta_ra_table th, .projects-main-content-wrapper .ta_ra_table td {
    padding: 5px 4px 6px 4px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #ACACAC;
  }
  .projects-main-content-wrapper .ta_ra_table td {
    border-top: 1px solid #ACACAC;
    padding: 5px;
  }
  .projects-main-content-wrapper .ta_ra_table td:first-child {
    background: #0a2033;
    font-family: "Helvetica Neue Bold";
    color: white;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    max-width: 37px;
  }
  .projects-main-content-wrapper .ta_ra_table td:first-child p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
  }
  .projects-main-content-wrapper .ta_ra_table td p {
    margin: 0 !important;
  }
  .projects-main-content-wrapper .ta_ra_table tr:first-of-type {
    font-family: "Helvetica Neue Bold";
    color: white;
    background: #40907a;
    border-top-right-radius: 20px;
  }
  .projects-main-content-wrapper .ta_ra_table tr:first-of-type td {
    border-top: 0;
    font-size: 16px;
  }
  .projects-main-content-wrapper .ta_ra_table tr:first-of-type td:last-child {
    border-top-right-radius: 20px;
  }
  .projects-main-content-wrapper .ta_ra_table tr:first-of-type td:first-child {
    background: #40907a;
  }
  .projects-main-content-wrapper .ta-ra-numbers .col-md {
    width: 100%;
  }
  .projects-main-content-wrapper .map_container .legend ul {
    column-count: 1;
  }
  .projects-main-content-wrapper .map_agenda {
    width: 100%;
    height: auto;
  }
  .projects-main-content-wrapper .map_container .map_agenda ul {
    display: block;
    padding: 33px;
  }
  .projects-main-content-wrapper .map_container .map_agenda ul li {
    padding: 10px 20px;
    display: inline-block;
  }
  .projects-main-content-wrapper .new_circle-container {
    margin: 0 auto !important;
    width: 330px;
    height: 400px;
    max-width: 100%;
    background: url(../themes/elter/assets/images/tara/menu.svg) center no-repeat;
    background-size: 330px;
    display: flex;
  }
  .projects-main-content-wrapper .new_circle-container div:first-child {
    top: 42%;
    left: 28.5%;
    font-size: 15px;
    padding: 0 13px;
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child) {
    margin: calc(-105px / 2);
    width: 105px;
    height: 105px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff !important;
    justify-content: space-around;
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child) a {
    font-size: 14px;
    width: 105px;
    height: 105px;
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child) a:hover, .projects-main-content-wrapper .new_circle-container div:not(:first-child) a.active {
    width: 105px;
    height: 105px;
    opacity: 1;
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(2) a {
    background: #40907a;
    transform: rotate(113.63deg) translate(137px) rotate(-113.63deg) !important;
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(3) a {
    background: #96ce58;
    transform: rotate(164.6deg) translate(133px) rotate(-164.6deg);
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(4) a {
    background: #ed9633;
    transform: rotate(217.6deg) translate(134px) rotate(-217.6deg);
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(5) a {
    background: #95c5e5;
    transform: rotate(269.9deg) translate(130px) rotate(-269.9deg);
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(6) a {
    background: #0879c0;
    transform: rotate(324.6deg) translate(133px) rotate(-324.6deg);
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(7) a {
    background: #095a98;
    transform: rotate(375.2deg) translate(133px) rotate(-375.2deg);
  }
  .projects-main-content-wrapper .new_circle-container div:not(:first-child):nth-child(8) a {
    background: #003972;
    transform: rotate(424.3deg) translate(141px) rotate(-424.3deg);
  }
  .ta-ra-timeline .timeline .timeline-item:nth-child(even)::after {
    left: 0;
  }
  .ta-ra-timeline sup {
    top: -1em;
  }
  .col-md-11.col-xs-12.absolute-position {
    text-align: center;
  }
  .col-md-1.col-xs-12.absolute-position {
    display: flex;
  }
  .col-md-1.col-xs-12.absolute-position img {
    width: 50% !important;
    margin: 0 auto;
  }
  .card-profiles .card {
    margin: 16px auto !important;
  }
  .nav .item .dropdown-menu {
    display: block;
  }
  .slick-track {
    left: -12px !important;
  }
  .slick-list::before {
    background: none !important;
  }
  .slick-list::after {
    background: none !important;
  }
  .save_the_date .save_the_date_bg {
    background: url("../themes/elter/assets/images/save-the-date2.png") top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 107vh;
    color: white !important;
    text-align: center;
    padding: 75px 0px;
  }
  .save_the_date .save_the_date_bg .blurred_bg {
    width: 100%;
  }
  .save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
    font-size: 25px !important;
    line-height: 36px !important;
    font-family: "Helvetica Neue Bold" !important;
    color: white !important;
    margin: 0 auto;
  }
  .save_the_date p {
    margin: 50px auto;
    padding: 50px 0px;
    font-size: 20px;
  }
  .save_the_date a {
    font-family: "Helvetica Neue Bold";
    color: #ed9633;
  }
  .save_the_date ul {
    list-style-type: none;
    color: white !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    padding: 0 !important;
  }
  .save_the_date ul li {
    display: inline-flex;
    align-items: center;
    color: white;
    padding: 0px 6px;
    margin-bottom: 10px !important;
  }
  .save_the_date ul li::before {
    display: none;
  }
  .page-elter-market-place .habitat_item .project_call_label {
    max-width: 69%;
  }
  .training_events_list {
    display: flex;
    flex-direction: column;
  }
  .training_events_list::before {
    content: " ";
    width: 1px;
    height: 100%;
    background: #0A2033;
    position: absolute;
    top: 0;
    left: 63px;
  }
  .training_events_list .training_event {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    text-align: left;
    align-items: center;
    width: 100%;
    margin: 22px 0;
  }
  .training_events_list .training_event h3, .training_events_list .training_event .h3 {
    text-align: left;
    margin-left: 15px;
  }
  .training_events_list .training_event a {
    font-family: "Helvetica Neue Bold";
    font-size: 15px;
    color: white;
    background: #0C79BF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 127px;
    height: 127px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 23;
    border: 11px solid #f0f0f0;
    transition: all 0.3s ease-in-out;
  }
  .training_events_list .training_event a:hover {
    opacity: 1;
    border: 0px solid #f0f0f0;
    width: 127px;
    height: 127px;
    padding: 10px;
  }
  .training_events_list .training_event a::after {
    content: " ";
    width: 127px;
    height: 127px;
    position: absolute;
    border: 1px solid #0C79BF;
    border-radius: 50%;
  }
  .peer_learning_jobs {
    margin: 20px auto;
  }
  .peer_topic_item {
    margin: 50px auto;
  }
  .training_events_list .training_event {
    width: fit-content;
  }
  .training_events .library-tabs {
    display: flex;
    flex-direction: column;
  }
  .video_item .accordion-content {
    padding-left: 0 !important;
  }
  .homepage-mission-bg .arrow-prev, .homepage-mission-bg .arrow-next {
    display: none !important;
  }
  .homepage-mission-bg .mt-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    font-size: 18px;
  }
  .homepage-mission-bg .homepage-slider .slick-slide {
    display: flex;
    transition: unset;
    transform: unset;
    opacity: unset;
  }
  .homepage-mission-bg .homepage-slider .slick-center {
    transform: unset;
    opacity: unset;
  }
  .homepage-mission-bg .homepage-slider .slick-slide:not(.slick-center) {
    filter: unset;
  }
  .research-infrastructure {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ri-progress .card img {
    border-radius: 10px 10px 0 0 !important;
  }
  .ri-progress .card-body {
    min-height: unset !important;
    border-radius: 0 0 10px 10px !important;
    position: relative !important;
  }
  .home-news-carousel, .home-events-carousel {
    width: 95% !important;
  }
  .home-news-carousel .start-end-date, .home-events-carousel .start-end-date {
    width: 40% !important;
  }
  .home-news-carousel .slick-track, .home-events-carousel .slick-track {
    left: unset !important;
  }
  .programme_content {
    padding: 0 !important;
  }
  .page-programme .tabs {
    display: flex;
    position: unset;
    margin-bottom: 30px;
  }
  .scientific-programme .programme-row {
    padding: 70px 21px 21px 21px;
  }
  .scientific-programme .programme-card .programme-togle {
    position: relative;
    right: unset;
    align-items: center;
    width: 100%;
  }
  .scientific-programme .programme-card .programme-togle:after {
    width: 100%;
  }
  .scientific-programme .programme-row .label_category, .scientific-programme .programme-row .label_type {
    position: absolute;
    bottom: unset;
    top: 15px;
    border-radius: 6px 6px 6px 6px;
  }
  .goto:hover, .back:hover {
    width: 70%;
  }
  .with_whom h1, .with_whom .h1, .scope_and_goals h1, .scope_and_goals .h1, .formal_structure h1, .formal_structure .h1 {
    display: block;
  }
}
/* end of mobile phone max 992*/
/*iPAD*/
@media (max-width: 1025px) and (min-height: 1000px) {
  .save_the_date .save_the_date_bg {
    padding: 52px 0px;
    min-height: 45vh;
  }
  .save_the_date .save_the_date_bg h1, .save_the_date .save_the_date_bg .h1 {
    width: 100%;
    max-width: 100%;
    font-size: 28px !important;
    line-height: 1.2em !important;
    margin-bottom: 5px !important;
  }
  .save_the_date ul {
    font-size: 20px;
  }
}
@media (max-width: 1380px) and (min-width: 993px) {
  .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home-news-carousel, .home-events-carousel {
    width: 80% !important;
  }
  .home-news-carousel .slick-track, .home-events-carousel .slick-track {
    left: unset !important;
  }
  .top_news {
    top: 223px;
    /* right: 250px; */
    left: 68%;
  }
  .all_posts_item img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .services_portfolio_content {
    background-position-x: -365px;
  }
}
