
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-light-webfont-3987a1c9705434324118e7acfaad8d026a795fbf136e0ab452fb015f3c0c7f09.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-lightitalic-webfont-e4fc8b52f39ef993b624a3ea59bf798e2d67ce513d85a10d280db223fbf57e1a.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-regular-webfont-52c1afa489ae7bfd893af6cdd9f1af258005703600449e70d338caabcff507e5.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-italic-webfont-b6fe5d0a03435a6aec7e0a32f9cf2536ca9246c9c09df063dcc56501390f5c72.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-medium-webfont-7c6b115046fc36683e0d6f1606ad2bacceb26678ff5eb524b6ba1fd8c27a90cc.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-mediumitalic-webfont-956242e515ef680940a5da37d6c1fbc2f4cadeda84fc9394af052340bf91b190.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-bold-webfont-c227cb74bd1125c71059fa7750a3bf1534055af0f638e284ad69def791b33f19.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-bolditalic-webfont-d7f7d56e93b1c01ec117463b65e47b4d92517ed4d449f19b722320053cf1a4f1.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d50c0c;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #22ab2c;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #010e87;
  --secondary: #e6eef7;
  --success: #22ab2c;
  --info: rgba(28, 49, 58, 0.3);
  --warning: #ffc107;
  --danger: #ff5b5b;
  --light: #f8f9fa;
  --dark: #343a40;
  --error: #ff715b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", "Helvetica Neue", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #233d4c;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3d4db6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(41.7962962963, 52.7592592593, 124.7037037037);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #233d4c;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.88, 187.52, 221.4);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.92, 129.68, 192.6);
}

.table-hover .table-primary:hover {
  background-color: rgb(166.5618181818, 171.0881818182, 213.2181818182);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(166.5618181818, 171.0881818182, 213.2181818182);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(248, 250.24, 252.76);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(242, 246.16, 250.84);
}

.table-hover .table-secondary:hover {
  background-color: rgb(228.6818181818, 237.1036363636, 246.5781818182);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(228.6818181818, 237.1036363636, 246.5781818182);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(193.12, 231.48, 195.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(140.08, 211.32, 145.28);
}

.table-hover .table-success:hover {
  background-color: rgb(174.6429508197, 224.4570491803, 178.2790163934);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(174.6429508197, 224.4570491803, 178.2790163934);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgba(240.4220183486, 241.7706422018, 242.3486238532, 0.804);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgba(218.5679012346, 221.9382716049, 223.3827160494, 0.636);
}

.table-hover .table-info:hover {
  background-color: rgba(226.7698957071, 229.3814912584, 230.5007464947, 0.804);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(226.7698957071, 229.3814912584, 230.5007464947, 0.804);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 209.08, 209.08);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 169.72, 169.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 183.58, 183.58);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 183.58, 183.58);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: rgb(255, 215.24, 209.08);
}
.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: rgb(255, 181.16, 169.72);
}

.table-hover .table-error:hover {
  background-color: rgb(255, 193.1607317073, 183.58);
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: rgb(255, 193.1607317073, 183.58);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(10.3125, 33.875, 253.1875);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #22ab2c;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(34, 171, 44, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #22ab2c;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2322ab2c' 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: #22ab2c;
  box-shadow: 0 0 0 0.2rem rgba(34, 171, 44, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #22ab2c;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2322ab2c' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #22ab2c;
  box-shadow: 0 0 0 0.2rem rgba(34, 171, 44, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #22ab2c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #22ab2c;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(43.1268292683, 212.8731707317, 55.5170731707);
  background-color: rgb(43.1268292683, 212.8731707317, 55.5170731707);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(34, 171, 44, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #22ab2c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #22ab2c;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #22ab2c;
  box-shadow: 0 0 0 0.2rem rgba(34, 171, 44, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 91, 91, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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: #ff5b5b;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5b5b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b5b' 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: #ff5b5b;
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 91, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5b5b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff5b5b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8e8e;
  background-color: #ff8e8e;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 91, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff5b5b;
}

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

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

.btn, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  display: inline-block;
  font-weight: 300;
  color: #233d4c;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  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, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
    transition: none;
  }
}
.btn:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link) {
  color: #233d4c;
  text-decoration: none;
}
.btn:focus, .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .btn.focus, .shepherd-content .shepherd-footer .focus.shepherd-button:not(.close-link) {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .shepherd-content .shepherd-footer .disabled.shepherd-button:not(.close-link), .btn:disabled, .shepherd-content .shepherd-footer .shepherd-button:disabled:not(.close-link) {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled):not(.close-link) {
  cursor: pointer;
}
a.btn.disabled, .shepherd-content .shepherd-footer a.disabled.shepherd-button:not(.close-link),
fieldset:disabled a.btn,
fieldset:disabled .shepherd-content .shepherd-footer a.shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer fieldset:disabled a.shepherd-button:not(.close-link) {
  pointer-events: none;
}

.btn-primary, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.btn-primary:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link) {
  color: #fff;
  background-color: rgb(0.71875, 10.0625, 97.03125);
  border-color: rgb(0.625, 8.75, 84.375);
}
.btn-primary:focus, .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .btn-primary.focus, .shepherd-content .shepherd-footer .focus.shepherd-button:not(.close-link) {
  color: #fff;
  background-color: rgb(0.71875, 10.0625, 97.03125);
  border-color: rgb(0.625, 8.75, 84.375);
  box-shadow: 0 0 0 0 rgba(39.1, 50.15, 153, 0.5);
}
.btn-primary.disabled, .shepherd-content .shepherd-footer .disabled.shepherd-button:not(.close-link), .btn-primary:disabled, .shepherd-content .shepherd-footer .shepherd-button:disabled:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.btn-primary:not(:disabled):not(.disabled):active, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled):active:not(.close-link), .btn-primary:not(:disabled):not(.disabled).active, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled).active:not(.close-link), .show > .btn-primary.dropdown-toggle, .shepherd-content .shepherd-footer .show > .dropdown-toggle.shepherd-button:not(.close-link) {
  color: #fff;
  background-color: rgb(0.625, 8.75, 84.375);
  border-color: rgb(0.53125, 7.4375, 71.71875);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled):active:focus:not(.close-link), .btn-primary:not(:disabled):not(.disabled).active:focus, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled).active:focus:not(.close-link), .show > .btn-primary.dropdown-toggle:focus, .shepherd-content .shepherd-footer .show > .dropdown-toggle.shepherd-button:focus:not(.close-link) {
  box-shadow: 0 0 0 0 rgba(39.1, 50.15, 153, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #e6eef7;
  border-color: #e6eef7;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(201.0227272727, 218.2954545455, 237.7272727273);
  border-color: rgb(191.3636363636, 211.7272727273, 234.6363636364);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(201.0227272727, 218.2954545455, 237.7272727273);
  border-color: rgb(191.3636363636, 211.7272727273, 234.6363636364);
  box-shadow: 0 0 0 0 rgba(200.45, 207.85, 216.1, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e6eef7;
  border-color: #e6eef7;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(191.3636363636, 211.7272727273, 234.6363636364);
  border-color: rgb(181.7045454545, 205.1590909091, 231.5454545455);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200.45, 207.85, 216.1, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #22ab2c;
  border-color: #22ab2c;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(27.656097561, 139.093902439, 35.7902439024);
  border-color: rgb(25.5414634146, 128.4585365854, 33.0536585366);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(27.656097561, 139.093902439, 35.7902439024);
  border-color: rgb(25.5414634146, 128.4585365854, 33.0536585366);
  box-shadow: 0 0 0 0 rgba(67.15, 183.6, 75.65, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #22ab2c;
  border-color: #22ab2c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5414634146, 128.4585365854, 33.0536585366);
  border-color: rgb(23.4268292683, 117.8231707317, 30.3170731707);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(67.15, 183.6, 75.65, 0.5);
}

.btn-info {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: rgba(28, 49, 58, 0.3);
}
.btn-info:hover {
  color: #fff;
  background-color: rgba(15.5465116279, 27.2063953488, 32.2034883721, 0.3);
  border-color: rgba(11.3953488372, 19.9418604651, 23.6046511628, 0.3);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgba(15.5465116279, 27.2063953488, 32.2034883721, 0.3);
  border-color: rgba(11.3953488372, 19.9418604651, 23.6046511628, 0.3);
  box-shadow: 0 0 0 0 rgba(141.5, 152, 156.5, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: rgba(28, 49, 58, 0.3);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgba(11.3953488372, 19.9418604651, 23.6046511628, 0.3);
  border-color: rgba(7.2441860465, 12.6773255814, 15.0058139535, 0.3);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(141.5, 152, 156.5, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(255, 52.75, 52.75);
  border-color: #ff2828;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(255, 52.75, 52.75);
  border-color: #ff2828;
  box-shadow: 0 0 0 0 rgba(255, 115.6, 115.6, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2828;
  border-color: rgb(255, 27.25, 27.25);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 115.6, 115.6, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-error {
  color: #212529;
  background-color: #ff715b;
  border-color: #ff715b;
}
.btn-error:hover {
  color: #fff;
  background-color: rgb(255, 79.881097561, 52.75);
  border-color: rgb(255, 68.8414634146, 40);
}
.btn-error:focus, .btn-error.focus {
  color: #fff;
  background-color: rgb(255, 79.881097561, 52.75);
  border-color: rgb(255, 68.8414634146, 40);
  box-shadow: 0 0 0 0 rgba(221.7, 101.6, 83.5, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #212529;
  background-color: #ff715b;
  border-color: #ff715b;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 68.8414634146, 40);
  border-color: rgb(255, 57.8018292683, 27.25);
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 101.6, 83.5, 0.5);
}

.btn-outline-primary {
  color: #010e87;
  border-color: #010e87;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(1, 14, 135, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #010e87;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(1, 14, 135, 0.5);
}

.btn-outline-secondary {
  color: #e6eef7;
  border-color: #e6eef7;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e6eef7;
  border-color: #e6eef7;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(230, 238, 247, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e6eef7;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6eef7;
  border-color: #e6eef7;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(230, 238, 247, 0.5);
}

.btn-outline-success {
  color: #22ab2c;
  border-color: #22ab2c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #22ab2c;
  border-color: #22ab2c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(34, 171, 44, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #22ab2c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #22ab2c;
  border-color: #22ab2c;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(34, 171, 44, 0.5);
}

.btn-outline-info {
  color: rgba(28, 49, 58, 0.3);
  border-color: rgba(28, 49, 58, 0.3);
}
.btn-outline-info:hover {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: rgba(28, 49, 58, 0.3);
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(28, 49, 58, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: rgba(28, 49, 58, 0.3);
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: rgba(28, 49, 58, 0.3);
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(28, 49, 58, 0.5);
}

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

.btn-outline-danger {
  color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 91, 91, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5b5b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 91, 91, 0.5);
}

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

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

.btn-outline-error {
  color: #ff715b;
  border-color: #ff715b;
}
.btn-outline-error:hover {
  color: #212529;
  background-color: #ff715b;
  border-color: #ff715b;
}
.btn-outline-error:focus, .btn-outline-error.focus {
  box-shadow: 0 0 0 0 rgba(255, 113, 91, 0.5);
}
.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: #ff715b;
  background-color: transparent;
}
.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active, .show > .btn-outline-error.dropdown-toggle {
  color: #212529;
  background-color: #ff715b;
  border-color: #ff715b;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 113, 91, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #3d4db6;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(41.7962962963, 52.7592592593, 124.7037037037);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .shepherd-content .shepherd-footer .btn-group-lg > .shepherd-button:not(.close-link) {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-sm, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .btn-group-sm > .btn, .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link) {
  padding: 0.22rem 1.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #010e87;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .shepherd-content .shepherd-footer .btn-group > .shepherd-button:not(.close-link),
.btn-group-vertical > .btn,
.shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:not(.close-link) {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .shepherd-content .shepherd-footer .btn-group > .shepherd-button:hover:not(.close-link),
.btn-group-vertical > .btn:hover,
.shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:hover:not(.close-link) {
  z-index: 1;
}
.btn-group > .btn:focus, .shepherd-content .shepherd-footer .btn-group > .shepherd-button:focus:not(.close-link), .btn-group > .btn:active, .shepherd-content .shepherd-footer .btn-group > .shepherd-button:active:not(.close-link), .btn-group > .btn.active, .shepherd-content .shepherd-footer .btn-group > .active.shepherd-button:not(.close-link),
.btn-group-vertical > .btn:focus,
.shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:focus:not(.close-link),
.btn-group-vertical > .btn:active,
.shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:active:not(.close-link),
.btn-group-vertical > .btn.active,
.shepherd-content .shepherd-footer .btn-group-vertical > .active.shepherd-button:not(.close-link) {
  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), .shepherd-content .shepherd-footer .btn-group > .shepherd-button:not(:first-child):not(.close-link),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .shepherd-content .shepherd-footer .btn-group > .shepherd-button:not(:last-child):not(.dropdown-toggle):not(.close-link),
.btn-group > .btn-group:not(:last-child) > .btn,
.shepherd-content .shepherd-footer .btn-group > .btn-group:not(:last-child) > .shepherd-button:not(.close-link) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .shepherd-content .shepherd-footer .btn-group > .shepherd-button:not(:first-child):not(.close-link),
.btn-group > .btn-group:not(:first-child) > .btn,
.shepherd-content .shepherd-footer .btn-group > .btn-group:not(:first-child) > .shepherd-button:not(.close-link) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link) + .dropdown-toggle-split {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .shepherd-content .shepherd-footer .btn-group-lg > .shepherd-button:not(.close-link) + .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, .shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:not(.close-link),
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:not(:first-child):not(.close-link),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:not(:last-child):not(.dropdown-toggle):not(.close-link),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.shepherd-content .shepherd-footer .btn-group-vertical > .btn-group:not(:last-child) > .shepherd-button:not(.close-link) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .shepherd-content .shepherd-footer .btn-group-vertical > .shepherd-button:not(:first-child):not(.close-link),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.shepherd-content .shepherd-footer .btn-group-vertical > .btn-group:not(:first-child) > .shepherd-button:not(.close-link) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .input-group-prepend .shepherd-button:not(.close-link),
.input-group-append .btn,
.input-group-append .shepherd-content .shepherd-footer .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .input-group-append .shepherd-button:not(.close-link) {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .shepherd-content .shepherd-footer .input-group-prepend .shepherd-button:focus:not(.close-link),
.input-group-append .btn:focus,
.input-group-append .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link),
.shepherd-content .shepherd-footer .input-group-append .shepherd-button:focus:not(.close-link) {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .btn, .shepherd-content .shepherd-footer .input-group-prepend .shepherd-button:not(.close-link) + .btn, .input-group-prepend .shepherd-content .shepherd-footer .btn + .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .input-group-prepend .btn + .shepherd-button:not(.close-link), .input-group-prepend .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .input-group-prepend .shepherd-button:not(.close-link) + .shepherd-button:not(.close-link),
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .input-group-text,
.shepherd-content .shepherd-footer .input-group-prepend .shepherd-button:not(.close-link) + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .shepherd-content .shepherd-footer .input-group-text + .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .input-group-prepend .input-group-text + .shepherd-button:not(.close-link),
.input-group-append .btn + .btn,
.input-group-append .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .btn,
.shepherd-content .shepherd-footer .input-group-append .shepherd-button:not(.close-link) + .btn,
.input-group-append .shepherd-content .shepherd-footer .btn + .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .input-group-append .btn + .shepherd-button:not(.close-link),
.input-group-append .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .input-group-append .shepherd-button:not(.close-link) + .shepherd-button:not(.close-link),
.input-group-append .btn + .input-group-text,
.input-group-append .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) + .input-group-text,
.shepherd-content .shepherd-footer .input-group-append .shepherd-button:not(.close-link) + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .shepherd-content .shepherd-footer .input-group-text + .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .input-group-append .input-group-text + .shepherd-button:not(.close-link) {
  margin-left: -1px;
}

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.shepherd-content .shepherd-footer .input-group-lg > .input-group-prepend > .shepherd-button:not(.close-link),
.input-group-lg > .input-group-append > .btn,
.shepherd-content .shepherd-footer .input-group-lg > .input-group-append > .shepherd-button:not(.close-link) {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.shepherd-content .shepherd-footer .input-group-sm > .input-group-prepend > .shepherd-button:not(.close-link),
.input-group-sm > .input-group-append > .btn,
.shepherd-content .shepherd-footer .input-group-sm > .input-group-append > .shepherd-button:not(.close-link) {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn, .shepherd-content .shepherd-footer .input-group > .input-group-prepend > .shepherd-button:not(.close-link),
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.shepherd-content .shepherd-footer .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .shepherd-button:not(.close-link),
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.shepherd-content .shepherd-footer .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .shepherd-button:not(.close-link),
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.shepherd-content .shepherd-footer .input-group > .input-group-append:last-child > .shepherd-button:not(:last-child):not(.dropdown-toggle):not(.close-link),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #010e87;
  background-color: #010e87;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(10.3125, 33.875, 253.1875);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(60.9375, 79.625, 253.5625);
  border-color: rgb(60.9375, 79.625, 253.5625);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #010e87;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(60.9375, 79.625, 253.5625);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #010e87;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(60.9375, 79.625, 253.5625);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #010e87;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(60.9375, 79.625, 253.5625);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #010e87;
}

.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: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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: 2rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row 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 > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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: #233c4c;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #233c4c;
}
.navbar-light .navbar-nav .nav-link {
  color: #233d4c;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #233c4c;
}
.navbar-light .navbar-toggler {
  color: #233d4c;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23233d4c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #233d4c;
}
.navbar-light .navbar-text a {
  color: #233c4c;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #233c4c;
}

.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.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%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.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: 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;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  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-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: 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;
  }
}

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3d4db6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(41.7962962963, 52.7592592593, 124.7037037037);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 14, 135, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  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;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.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;
  line-height: 1.5;
}
.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.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #010e87;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0.625, 8.75, 84.375);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 14, 135, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #e6eef7;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(191.3636363636, 211.7272727273, 234.6363636364);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 238, 247, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #22ab2c;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(25.5414634146, 128.4585365854, 33.0536585366);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(34, 171, 44, 0.5);
}

.badge-info {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgba(11.3953488372, 19.9418604651, 23.6046511628, 0.3);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 49, 58, 0.5);
}

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

.badge-danger {
  color: #fff;
  background-color: #ff5b5b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ff2828;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 91, 0.5);
}

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

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

.badge-error {
  color: #212529;
  background-color: #ff715b;
}
a.badge-error:hover, a.badge-error:focus {
  color: #212529;
  background-color: rgb(255, 68.8414634146, 40);
}
a.badge-error:focus, a.badge-error.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 113, 91, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(0.52, 7.28, 70.2);
  background-color: rgb(204.2, 206.8, 231);
  border-color: rgb(183.88, 187.52, 221.4);
}
.alert-primary hr {
  border-top-color: rgb(166.5618181818, 171.0881818182, 213.2181818182);
}
.alert-primary .alert-link {
  color: rgb(0.145, 2.03, 19.575);
}

.alert-secondary {
  color: rgb(119.6, 123.76, 128.44);
  background-color: rgb(250, 251.6, 253.4);
  border-color: rgb(248, 250.24, 252.76);
}
.alert-secondary hr {
  border-top-color: rgb(228.6818181818, 237.1036363636, 246.5781818182);
}
.alert-secondary .alert-link {
  color: rgb(95.0088050314, 98.3134591195, 102.0311949686);
}

.alert-success {
  color: rgb(17.68, 88.92, 22.88);
  background-color: rgb(210.8, 238.2, 212.8);
  border-color: rgb(193.12, 231.48, 195.92);
}
.alert-success hr {
  border-top-color: rgb(174.6429508197, 224.4570491803, 178.2790163934);
}
.alert-success .alert-link {
  color: rgb(9.2214634146, 46.3785365854, 11.9336585366);
}

.alert-info {
  color: rgba(4.4938271605, 7.8641975309, 9.3086419753, 0.636);
  background-color: rgba(245.4084507042, 246.2957746479, 246.676056338, 0.86);
  border-color: rgba(240.4220183486, 241.7706422018, 242.3486238532, 0.804);
}
.alert-info hr {
  border-top-color: rgba(226.7698957071, 229.3814912584, 230.5007464947, 0.804);
}
.alert-info .alert-link {
  color: rgba(0, 0, 0, 0.636);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(132.6, 47.32, 47.32);
  background-color: rgb(255, 222.2, 222.2);
  border-color: rgb(255, 209.08, 209.08);
}
.alert-danger hr {
  border-top-color: rgb(255, 183.58, 183.58);
}
.alert-danger .alert-link {
  color: rgb(95.0132947977, 33.9067052023, 33.9067052023);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.alert-error {
  color: rgb(132.6, 58.76, 47.32);
  background-color: rgb(255, 226.6, 222.2);
  border-color: rgb(255, 215.24, 209.08);
}
.alert-error hr {
  border-top-color: rgb(255, 193.1607317073, 183.58);
}
.alert-error .alert-link {
  color: rgb(95.0132947977, 42.1039306358, 33.9067052023);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  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: #010e87;
  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;
  }
}

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

.media-body {
  flex: 1;
}

.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: #233d4c;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #010e87;
  border-color: #010e87;
}
.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;
  }
}
.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: rgb(0.52, 7.28, 70.2);
  background-color: rgb(183.88, 187.52, 221.4);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0.52, 7.28, 70.2);
  background-color: rgb(166.5618181818, 171.0881818182, 213.2181818182);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0.52, 7.28, 70.2);
  border-color: rgb(0.52, 7.28, 70.2);
}

.list-group-item-secondary {
  color: rgb(119.6, 123.76, 128.44);
  background-color: rgb(248, 250.24, 252.76);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(119.6, 123.76, 128.44);
  background-color: rgb(228.6818181818, 237.1036363636, 246.5781818182);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 123.76, 128.44);
  border-color: rgb(119.6, 123.76, 128.44);
}

.list-group-item-success {
  color: rgb(17.68, 88.92, 22.88);
  background-color: rgb(193.12, 231.48, 195.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(17.68, 88.92, 22.88);
  background-color: rgb(174.6429508197, 224.4570491803, 178.2790163934);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.68, 88.92, 22.88);
  border-color: rgb(17.68, 88.92, 22.88);
}

.list-group-item-info {
  color: rgba(4.4938271605, 7.8641975309, 9.3086419753, 0.636);
  background-color: rgba(240.4220183486, 241.7706422018, 242.3486238532, 0.804);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgba(4.4938271605, 7.8641975309, 9.3086419753, 0.636);
  background-color: rgba(226.7698957071, 229.3814912584, 230.5007464947, 0.804);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgba(4.4938271605, 7.8641975309, 9.3086419753, 0.636);
  border-color: rgba(4.4938271605, 7.8641975309, 9.3086419753, 0.636);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(132.6, 47.32, 47.32);
  background-color: rgb(255, 209.08, 209.08);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 47.32, 47.32);
  background-color: rgb(255, 183.58, 183.58);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 47.32, 47.32);
  border-color: rgb(132.6, 47.32, 47.32);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-error {
  color: rgb(132.6, 58.76, 47.32);
  background-color: rgb(255, 215.24, 209.08);
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: rgb(132.6, 58.76, 47.32);
  background-color: rgb(255, 193.1607317073, 183.58);
}
.list-group-item-error.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 58.76, 47.32);
  border-color: rgb(132.6, 58.76, 47.32);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

.modal-content, .shepherd-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;
  align-items: flex-start;
  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 .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title, .shepherd-content .shepherd-header .shepherd-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;
  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 {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content, .modal-dialog-scrollable .shepherd-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", "Helvetica Neue", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", "Helvetica Neue", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  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;
  white-space: normal;
  word-spacing: 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 .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: 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: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  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: -0.125em;
  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;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #010e87 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0.625, 8.75, 84.375) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(191.3636363636, 211.7272727273, 234.6363636364) !important;
}

.bg-success {
  background-color: #22ab2c !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(25.5414634146, 128.4585365854, 33.0536585366) !important;
}

.bg-info {
  background-color: rgba(28, 49, 58, 0.3) !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgba(11.3953488372, 19.9418604651, 23.6046511628, 0.3) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

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

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-error {
  background-color: #ff715b !important;
}

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: rgb(255, 68.8414634146, 40) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #010e87 !important;
}

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

.border-success {
  border-color: #22ab2c !important;
}

.border-info {
  border-color: rgba(28, 49, 58, 0.3) !important;
}

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

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

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

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

.border-error {
  border-color: #ff715b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 100 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 400 !important;
}

.font-weight-bolder {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #010e87 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0.4375, 6.125, 59.0625) !important;
}

.text-secondary {
  color: #e6eef7 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(172.0454545455, 198.5909090909, 228.4545454545) !important;
}

.text-success {
  color: #22ab2c !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(21.312195122, 107.187804878, 27.5804878049) !important;
}

.text-info {
  color: rgba(28, 49, 58, 0.3) !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgba(3.0930232558, 5.4127906977, 6.4069767442, 0.3) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #ff5b5b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(255, 14.5, 14.5) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-error {
  color: #ff715b !important;
}

a.text-error:hover, a.text-error:focus {
  color: rgb(255, 46.762195122, 14.5) !important;
}

.text-body {
  color: #233d4c !important;
}

.text-muted {
  color: #a2aab1 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-3a8924cd5203a28628716aedb5cef0943da4c3b44e3ffcee90ab06387b41c490.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-5656d596bc597165a42182f67b2b9f17d2ae47a9e3ef1b042b9a729739730705.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-aws {
  --fa: "\f375";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-centos {
  --fa: "\f789";
}

.fa-adn {
  --fa: "\f170";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-discord {
  --fa: "\f392";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-apple {
  --fa: "\f179";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-angular {
  --fa: "\f420";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-audible {
  --fa: "\f373";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-docker {
  --fa: "\f395";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-apper {
  --fa: "\f371";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-android {
  --fa: "\f17b";
}

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-2bccecf0bc7e96cd5ce4003abeb3ae9ee4a3d19158c4e6edfd2df32d2f0d5721.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-5d02dc9b858e3c85a794f87e379857f4fedc4e26cf15001714a9a0e0b1d2294d.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-9fc85f3a4544ab0d570c7f8f9bbb88db8d92c359b2707580ea8b07c75673eae2.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-fbbf06d7437aa30f3cd44c968380193545a8fc3eadfb7ad897bbb101eefec5a2.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 142.7735849057, 161);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid rgb(0, 165.3867924528, 186.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 165.3867924528, 186.5);
  border: 1px solid rgb(0, 142.7735849057, 161);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

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

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(4rem);
  }
}
.disabled.btn-sm, .shepherd-content .shepherd-footer .disabled.shepherd-button:not(.close-link):last-child, .btn-group-sm > .disabled.btn, .shepherd-content .shepherd-footer .btn-group-sm > .disabled.shepherd-button:not(.close-link) {
  pointer-events: none;
  opacity: 0.7;
}

.underline-light {
  position: relative;
}
.underline-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #233d4c;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 8;
  opacity: 0.2;
}

.placeholder {
  border-color: #d50c0c !important;
}

.collapsed .collapse-icon .fa-chevron-up,
.collapse-icon .fa-chevron-down {
  display: none;
}

.collapsed .collapse-icon .fa-chevron-down,
.collapse-icon .fa-chevron-up {
  display: inline-block;
}

.eosc-hub-logo {
  max-width: 50%;
  min-width: 30%;
  height: auto;
  margin-bottom: 15px;
}

.spinner-background {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
  justify-content: center;
}

.spinner {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-self: center;
}
.spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #010e87;
  border-radius: 50%;
  animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #010e87 transparent transparent;
}
.spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.title-row {
  width: 300px;
}

.choices.is-disabled .choices__list--multiple > .choices__item {
  background-color: #c1c1c1;
  color: #717070;
}

.contact {
  margin-bottom: 5px;
  padding: 5px;
}

.report-link {
  position: fixed;
  right: 10px;
  bottom: 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 7px 12px;
  background-color: #bac1c3;
  font-size: 0.8em;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  z-index: 9 !important;
}
.report-link svg {
  margin-right: 5px;
}

.flash {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.flash-container {
  animation: appear-fade-out 8s both;
  cursor: pointer;
}

@keyframes appear-fade-out {
  0%, 100% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  5%, 60% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar .dropdown-menu {
  width: 100%;
  border: 1px solid rgba(28, 49, 58, 0.1);
  margin-top: 0;
  border-radius: 0;
  padding-bottom: 0;
}
.navbar .dropdown-services {
  display: block;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    transform: translate(0, 20px);
    opacity: 0;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  }
  .navbar .dropdown-services {
    display: unset;
  }
  .navbar .nav-link {
    position: relative;
    font-size: 14px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .navbar .nav-link::before {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    border-bottom: 0 solid #e6eef7;
    content: "";
  }
  .navbar .nav-item:hover {
    border: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    visibility: visible;
    transform: translate(0, 0);
    opacity: 1;
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  }
  .navbar .nav-item:hover .nav-link::before {
    border-bottom-width: 4px;
    transition: all 0.4s ease 0s;
  }
}
.navbar .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar .dropdown-item:hover {
  border-bottom: none;
  color: #010e87;
  background-color: transparent;
}
.navbar .login-link {
  border-top: 1px solid rgba(28, 49, 58, 0.1);
  padding: 10px 20px 3px;
}

.search-box {
  position: relative;
}

.search-box .form-control,
.search-box select,
.search-box button {
  border: 1px solid #8d989c;
}

.navbar-expand-lg {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

@media (max-width: 576px) {
  .autocomplete-results {
    border: none;
    min-width: 300px;
  }
}
.autocomplete-input {
  position: relative;
}

.open-menu {
  display: none;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #fff;
  background-image: url(/assets/home-bg-2f92e431e273184dd31c671c7afa0866a7cedb793bf0cb29e850c712ad949e8d.png);
  background-size: 1000px auto;
  background-position: top -105px right -100px;
  background-repeat: no-repeat;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay .closebtn {
  position: absolute;
  top: 47px;
  z-index: 10;
  color: #233d4c;
  right: 30px;
  padding: 0;
  font-size: 45px;
  display: block;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.overlay .closebtn::before, .overlay .closebtn::after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #1c313a;
  right: 16px;
}
.overlay .closebtn::before {
  transform: rotate(45deg);
}
.overlay .closebtn::after {
  transform: rotate(-45deg);
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  height: 100vh;
}

.mobile-links {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
}
.mobile-links ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mobile-links ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.mobile-links ul li .simple-item {
  font-size: 25px;
  color: #233d4c;
}
.mobile-links ul li .logout-link {
  padding-left: 5rem;
  padding-right: 5rem;
}

.bottom-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(28, 49, 58, 0.05);
}
.bottom-links ul {
  text-align: center;
}
.bottom-links ul a {
  color: rgba(28, 49, 58, 0.5);
  padding: 15px 0 !important;
  font-size: 14px;
  display: block;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 13px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .navbar-brand img {
    width: 176px;
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  header .bg-light {
    display: none;
  }
  .open-menu {
    display: block;
    text-align: right;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1;
  }
  .open-menu svg {
    margin-left: 5px;
    font-size: 19px;
    line-height: 1;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    float: right;
    max-width: 100%;
    width: 100%;
  }
  .navbar-brand {
    padding: 25px 10px 33px 0;
  }
  .navbar-brand .logo-bg {
    position: absolute;
    top: 0;
    left: -10px;
    width: 220px;
    background-size: 100% auto;
    background-position: top left;
    height: 105px;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    text-align: right;
  }
}
@media (max-width: 992px) {
  header .navbar {
    padding: 0;
  }
  .top-row {
    padding-right: 1.5rem !important;
  }
  .navbar-collapse {
    float: right;
    max-width: 100%;
    width: 100%;
    /*
    ul:first-child {
      display: none !important;
    } */
  }
  .home-intro .right-column {
    padding: 0 15px !important;
  }
  .home-intro .right-column .subtitle {
    font-size: 20px;
    line-height: 40px;
  }
  .home-intro .right-column .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-intro .right-column .text-right {
    font-size: 26px !important;
    text-align: left !important;
  }
  .home-intro .right-column .feature-list {
    margin-top: 25px !important;
  }
  .home-intro .right-column .feature-list li {
    font-size: 15px;
    line-height: 1.4;
    margin: 10px 0;
  }
  .search-box .custom-select {
    width: 34%;
    padding-left: 0.2rem;
    padding-right: 1.1rem;
  }
}
.order-nav {
  font-weight: bold;
  border: 1px solid #dee2e6;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
.order-nav li:not(:first-child) .active::before {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  background: #fff;
  content: " ";
  left: -28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.order-nav li a {
  color: #1c353d;
  padding: 0.5rem 0.5rem 0.5rem 1.1rem;
  position: relative;
}
.order-nav li a.active {
  color: #fff;
  background: #1c353d;
}
.order-nav li a.active::after {
  border-left: 60px solid #1c353d;
}
.order-nav li a::after {
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 60px solid #fff;
  position: absolute;
  top: -70px;
  content: " ";
  right: -21px;
}
.order-nav li .disabled {
  background: rgba(28, 49, 58, 0.05);
  color: rgba(28, 49, 58, 0.3);
}

.datepicker {
  padding: 5px;
  text-align: center;
}
.datepicker:hover, .datepicker:active, .datepicker:focus {
  cursor: pointer;
}
.datepicker th,
.datepicker td {
  padding: 2px 5px;
  font-size: 0.8em;
  border-radius: 20%;
  width: 14.2857142857%;
}
.datepicker th.new.day, .datepicker th.old.day,
.datepicker td.new.day,
.datepicker td.old.day {
  color: #bac1c3;
}
.datepicker th.active,
.datepicker td.active {
  background-color: #3d4db6;
  color: #f3f4f5;
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.4rem;
  }
  .order-nav {
    border: none;
    border-radius: 0;
  }
  .order-nav li {
    width: 100%;
    margin-bottom: 9px;
  }
  .order-nav li a::after, .order-nav li a.active::after, .order-nav li a.active::before {
    display: none;
  }
  /*
  .order-top-nav {
    a {
      margin-bottom: 25px;
      float: right;
    }
  } */
  .order-bottom-nav a {
    margin-bottom: 25px;
    float: right;
  }
  .order-bottom-nav .ml-3 {
    margin: 0 !important;
  }
  .card .card-body {
    padding: 0.9rem 0.5rem 0.5rem !important;
  }
}
.order-container h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.order-container h3 a {
  margin-left: 10px;
  font-weight: normal;
}
.order-container h4 {
  border: none;
}
.order-container h5::after {
  content: none;
}
.order-container .offer-description {
  border-color: #dee2e6;
}
.order-container .offer-description h4 {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 0;
}
.order-container .offer-description .card-text {
  margin-bottom: 20px;
}
.order-container .offer-description td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
.order-container .additional-information h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.order-container .additional-information dl {
  padding-left: 15px;
  margin: 15px 0 35px;
  border-left: 3px solid #dee2e6;
}
.order-container .additional-information dl dd {
  font-size: 16px;
  margin-bottom: 1rem;
}
.order-container .additional-information dl dd h4 {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.order-container .additional-information dl .form-control-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.order-container .additional-information dt {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.order-container .additional-information dt:first-of-type {
  margin-top: 0;
}
.order-container .bottom-hr {
  background-color: rgb(236.5086206897, 238.75, 240.9913793103);
  border: 0 none;
  color: rgb(236.5086206897, 238.75, 240.9913793103);
  height: 5px;
}
.order-container .sc-head {
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 25px;
}
.order-container .bundle-configuration-title {
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  margin: 15px 0 10px;
}
.order-container .bundle-info {
  margin: 0 0 30px;
  border: 1px solid rgba(28, 49, 58, 0.1);
  border-radius: 4px;
  padding: 30px 30px 45px;
}
.order-container .bundle-info p {
  color: rgba(28, 49, 58, 0.7);
}

.status-default {
  color: #edf4ff;
}

.status-created {
  color: #ffcd00;
}

.status-registered,
.status-approved {
  color: #ffa900;
}

.status-waiting_for_response {
  color: #ffcd00;
}

.status-ready {
  color: #22ab2c;
}

.status-rejected {
  color: #d50c0c;
}

.status-bg-registered,
.status-bg-approved,
.status-bg-waiting_for_response,
.status-bg-progress,
.status-bg-created {
  background: rgba(255, 205, 0, 0.3);
  color: #b54708;
}

.status-bg-ready {
  background: rgba(48, 174, 55, 0.3);
}

.status-bg-rejected {
  background: rgba(232, 62, 62, 0.32);
}

.status-bg-closed {
  background: #fff;
}

.sidekiq-jobs {
  width: 100%;
  height: 1000px;
  border: none;
}

.preview .btn.btn-primary, .preview .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .preview .shepherd-button:not(.close-link) {
  pointer-events: none;
}

.corner-ribbon {
  width: 200px;
  background: #010e87;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #e1f9fb;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1000;
}

.suspended {
  filter: grayscale(1);
}

.logo-preview {
  max-height: 180px;
  max-width: 180px;
}

body {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
  font-weight: 300;
}
body.main main {
  position: relative;
  z-index: 1;
}
body > main {
  padding: 0 15px;
  margin-bottom: 3.5rem;
}

.rounded {
  border-radius: 8px !important;
}

.table-hover tbody tr:hover {
  background-color: #e6eef7;
}

header {
  position: relative;
  z-index: 10;
}
header .whitelabel-header-container {
  background: var(--Linear, linear-gradient(180deg, #fff 2.04%, #edf4ff 97.59%));
  padding: 10px 15px;
}
header .whitelabel-header-container a {
  color: #010e87;
}
header.white-bg {
  background: #fff;
}
header.white-bg .navbar-brand img {
  width: 100%;
}
header .menu .dropdown-toggle {
  color: #fff;
}

.main-elements {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url(/assets/home-bg-elements-517e4120cd383a9b5df4cff40dbfc1d30f06a91ffad8be436f7b7a2ff0215362.png) top center no-repeat;
  background-size: 100% auto;
}

.navbar {
  z-index: 2;
}

.container {
  max-width: 1280px;
}

.font-bold {
  font-weight: 600 !important;
}

.btn-group-toogle .border-secondary {
  border-color: #010e87 !important;
  background: #010e87;
  color: #fff;
}

*:focus {
  outline: none !important;
}

hr {
  border-color: #e6eef7;
}

ul {
  list-style: none;
  line-height: 1.5rem;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
  color: #233d4c;
}

.default-color {
  color: #233d4c;
}

h1 {
  font-weight: 100;
  font-size: 2.1rem;
}

.categories {
  font-weight: 500;
}
.categories span {
  font-weight: 200;
  color: #495a61;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 600;
}

h4 {
  border-bottom: 2px solid #e6eef7;
  padding-bottom: 0.9rem;
}

.font-weight-bolder {
  font-weight: 600;
}

button:hover,
a:hover {
  cursor: pointer;
}
button.image-replaced,
a.image-replaced {
  border: none;
  background: none;
}

.btn, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  border-radius: 8px;
}
.btn svg, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) svg {
  margin-right: 9px;
}

.btn-primary, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #fff;
}
.btn-primary:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #fff;
}
.btn-primary:focus, .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .btn-primary.focus, .shepherd-content .shepherd-footer .focus.shepherd-button:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-primary.disabled, .shepherd-content .shepherd-footer .disabled.shepherd-button:not(.close-link), .btn-primary:disabled, .shepherd-content .shepherd-footer .shepherd-button:disabled:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled):active:not(.close-link), .btn-primary:not(:disabled):not(.disabled).active, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled).active:not(.close-link), .show > .btn-primary.dropdown-toggle, .shepherd-content .shepherd-footer .show > .dropdown-toggle.shepherd-button:not(.close-link) {
  color: #fff;
  background-color: #010e87;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled):active:focus:not(.close-link), .btn-primary:not(:disabled):not(.disabled).active:focus, .shepherd-content .shepherd-footer .shepherd-button:not(:disabled):not(.disabled).active:focus:not(.close-link), .show > .btn-primary.dropdown-toggle:focus, .shepherd-content .shepherd-footer .show > .dropdown-toggle.shepherd-button:focus:not(.close-link) {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-primary, .shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  background-color: #010e87;
  border-radius: 8px;
  padding: 0.5rem 2rem;
}
.btn-primary:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .btn-primary:focus, .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .btn-primary:active, .shepherd-content .shepherd-footer .shepherd-button:active:not(.close-link) {
  background-image: unset;
}
.btn-primary:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link) {
  background: #010b65;
}

.btn-secondary {
  color: #212529;
  background-color: #e6eef7;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #ffa900;
  border-color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #ffa900;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e6eef7;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ffa900;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-secondary {
  color: #010e87;
  border-radius: 8px;
  font-size: 0.86rem;
}
.btn-secondary:hover {
  background: #010e87;
}

.btn-outline-secondary {
  background: #edf4ff;
  color: #010f87;
}

.btn-error {
  color: #212529;
  background-color: #ff715b;
  border-color: #fff;
}
.btn-error:hover {
  color: #fff;
  background-color: #ff5557;
  border-color: #fff;
}
.btn-error:focus, .btn-error.focus {
  color: #fff;
  background-color: #ff5557;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #212529;
  background-color: #ff715b;
  border-color: #fff;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: #ff5557;
  border-color: #fff;
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: #fff;
}
.btn-info:hover {
  color: #212529;
  background-color: #a1acaf;
  border-color: #fff;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #a1acaf;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: rgba(28, 49, 58, 0.3);
  border-color: #fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #a1acaf;
  border-color: #fff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-primary:hover, .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .btn-primary:focus, .shepherd-content .shepherd-footer .shepherd-button:focus:not(.close-link), .btn-primary:active, .shepherd-content .shepherd-footer .shepherd-button:active:not(.close-link),
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-error:hover,
.btn-error:focus,
.btn-error:active {
  color: #fff !important;
}

.eosc-back-search-bar {
  background: none !important;
}

.eosc-back-link .chevron-left {
  background-image: url(/assets/ico_back-ae0368d3215569701608ad395a6b56e27fb09280b7eb2b18caf4b6b69075b9f8.svg) !important;
  background-size: 10px auto;
  background-position: 0 100% !important;
  margin: 0 3px 0 0 !important;
  width: 13px !important;
}

.breadcrumbs-wrapper {
  margin: 12px auto 20px;
}

.breadcrumbs {
  font-size: 15px;
  font-weight: 300;
  color: #a2aab1;
}
.breadcrumbs .data-probe {
  border-bottom: 1px solid #d0d5dd;
  padding-bottom: 10px;
}
.breadcrumbs a {
  padding: 0 2px;
  font-size: 12px;
}
.breadcrumbs a:first-child {
  background: url(/assets/home-icon-62da77d43ded784263cb516e6a9f12d38f5e34256a223ea646e46e86f2a25efe.svg) top center no-repeat;
  height: 16px;
  opacity: 0.5;
  width: 17px;
  margin-top: 3px;
  text-indent: 100%;
  float: left;
  padding: 0;
  margin-right: 4px;
  overflow: hidden;
}
.breadcrumbs a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.breadcrumbs .current {
  padding: 0 2px;
  color: #233d4c;
  font-size: 12px;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.input-group .input-group-addon {
  float: right;
  top: 8px;
  right: 12%;
  position: relative;
  z-index: 99;
  pointer-events: none;
}
.input-group.date-select {
  width: 33%;
  pointer-events: all;
}
.input-group.date-select .form-control {
  cursor: pointer;
  background-color: transparent;
}

.form-control {
  border-radius: 0.2rem;
  outline: none !important;
  border: 1px solid #ced4da;
}
.form-control.smaller-input {
  font-size: 13px;
}
.form-control.smaller-input::placeholder {
  font-size: 12px;
}
.form-control:hover {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.input-group-text {
  border-radius: 8px;
  background-color: transparent;
  outline: none;
}
.input-group-text:hover {
  outline: none;
}
.input-group-text:focus {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.875rem;
  font-style: italic;
  color: #adb5bd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  /* Firefox 18- */
  font-size: 0.875rem;
  font-style: italic;
  color: #adb5bd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  color: #adb5bd !important;
}

.form-control-lg {
  font-size: 1rem;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1rem;
}

.textarea-lg {
  height: 250px !important;
}

.textarea-md {
  height: 90px !important;
}

.control-label {
  font-weight: 300;
  font-style: normal;
}
.control-label.search-results {
  line-height: 30px;
}
.control-label b {
  font-weight: 300;
}

.pagination a {
  color: #233d4c;
}
.pagination a:hover {
  color: #233d4c;
  opacity: 0.6;
  background-color: transparent;
}
.pagination .page-link {
  padding: 0.36rem 0.75rem;
}
.pagination .page-item.active .page-link {
  font-weight: 600;
  color: #233d4c;
  padding: 0.4rem 0.75rem 0.3rem;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #233d4c;
}
.pagination .text-dark {
  color: #233d4c;
}

.pagination-right ul {
  float: right;
}

.media {
  border-bottom: 1px solid #dee2e6;
}
.media .form-check-input {
  margin-top: 0.5rem;
}
.media .form-group {
  margin-bottom: 0;
}
.media svg {
  color: #e6eef7;
}

.nav-tabs {
  background-color: rgba(28, 49, 58, 0.05);
  border: none;
}
.nav-tabs .question-link {
  position: absolute;
  top: 35px;
  right: 82px;
  font-size: 13px;
  font-style: italic;
  color: #1c313a;
}
.nav-tabs .question-link:hover {
  opacity: 0.7;
}
.nav-tabs .nav-link {
  color: #1c313a;
  padding: 0.6rem 1.28rem;
  font-weight: 400;
  border-radius: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  opacity: 0.7;
}
.nav-tabs .nav-link.active {
  border-color: #f3f4f5 #f3f4f5 #fff;
  padding: 0.8rem 1.28rem;
  margin-top: -3px;
  margin-bottom: -6px;
  border-bottom: 3px solid #fff;
}
.nav-tabs .nav-link.active:hover {
  opacity: 1;
}
.nav-tabs.home-tabs {
  background: transparent;
}
.nav-tabs.home-tabs .nav-link {
  color: rgba(28, 49, 58, 0.5);
  padding-left: 2rem;
  padding-right: 2rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.nav-tabs.home-tabs .nav-link.active {
  margin-top: -3px;
}

.main-nav a svg {
  padding-right: 3px;
}

.tab-content ul {
  padding-left: 20px;
  margin-bottom: 1rem;
}
.tab-content ul li {
  list-style-type: disc;
}
.tab-content ul li span {
  color: #233d4c;
}
.tab-content ol li {
  list-style-type: decimal;
}

.steps-form-2 {
  position: relative;
}
.steps-form-2 .steps-row-2::before {
  top: 12px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  z-index: 1;
  height: 1px;
  background-color: #e6eef7;
}
.steps-form-2 a {
  color: #e6eef7 !important;
}
.steps-form-2 .bg-white {
  z-index: 2;
}

.profile-img {
  background: url(/assets/profile-img-eed9f66dd040f7f9106c05414a84881fb44fc8f41cead33dd702482d2d95a67c.png) top left no-repeat;
  width: 140px;
  height: 150px;
}

.fa-star,
.fa-star-half-alt,
.fa-angle-right {
  color: #e6eef7;
}
.fa-star.empty-star,
.fa-star-half-alt.empty-star,
.fa-angle-right.empty-star {
  color: #ced4da;
}

.list-group-item {
  padding-bottom: 0.72rem;
}

.list-group-item-primary {
  border: 1px solid #e6eef7;
  background: transparent;
  color: #233d4c;
}

.badge-primary {
  color: #fff;
  position: relative;
  top: -1px;
}

.accordionfaq-list {
  margin-top: 20px;
}
.accordion .card {
  margin-top: 10px;
  border: 1px solid #ced4da !important;
}
.accordion .card .btn-link {
  padding-left: 0;
  padding-right: 0;
}
.accordion .card .btn-link:hover, .accordion .card .btn-link:focus {
  text-decoration: none;
  color: #000;
}
.accordion .card-header {
  background: transparent;
}
.accordion .card-header h6 {
  cursor: pointer;
  padding-left: 40px;
  min-height: 26px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.accordion .card-header h6[aria-expanded=false] {
  background-image: url(/assets/angle-right-a9109733282213472635d0fe11f5ca068e849a0481add48d5eca9101efe58634.png);
}
.accordion .card-header h6[aria-expanded=true] {
  background-image: url(/assets/angle-down-613d870c2a2734256b9b6b37f6ba7fc8fa0b775c7d8f3fa7178cd48466aa6d47.png);
}
.accordion .card-block {
  border-top: 1px solid #dee2e6;
}
.accordion .card-body {
  padding: 1.3rem 2rem;
}
.accordion .card-body ul {
  padding: 0 0 0 20px;
}
.accordion .card-body ul li {
  list-style: square;
}
.accordion .card-body .remove {
  color: #fff;
  margin: 1rem 0;
}
.accordion .collapse,
.accordion .collapsing {
  background: #edf4ff;
}

@media (max-width: 768px) {
  .accordion .card-header h6 {
    padding-left: 0;
    min-height: 20px;
    font-size: 13px;
    background: none !important;
  }
  .accordion .card-header h6 .display-2 {
    min-height: 26px;
    font-size: 16px;
  }
}
.body-color {
  color: #233d4c;
}

.table thead th {
  border-top: none;
  text-transform: uppercase;
  padding: 0.65rem;
}
.table td {
  padding: 0.65rem;
}

textarea {
  resize: none;
}

.checker-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/header-bg-3af069a2430aa5826ee24cc9f7d00c2aae991eff7748d869dd2c85a608ea5fe0.png);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.checker-background img {
  min-width: 107px;
  height: 71px;
  border: 2px solid #dee2e6;
  background: #fff;
}

.x-small {
  font-size: 0.75rem;
}

.abbreviate {
  overflow: hidden;
  max-width: 600px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.step-progress {
  position: relative;
}
.step-progress-item {
  position: relative;
  counter-increment: list;
}
.step-progress-item:not(:last-child) {
  padding-bottom: 20px;
}
.step-progress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  height: 100%;
  width: 10px;
}
.step-progress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.step-progress-item.current::before {
  border-left: 2px solid rgba(28, 49, 58, 0.3);
}
.step-progress-item.current::after {
  content: "";
  padding-top: 1px;
  width: 22px;
  height: 22px;
  top: 2px;
  left: -10px;
  font-size: 14px;
  text-align: center;
  border: 4px solid #fff;
  background-color: #e6eef7;
}
.step-progress-item:last-child::before {
  display: none;
}
.step-progress .time {
  position: absolute;
  left: -70px;
  line-height: 1.4;
  font-size: 11px;
  text-align: right;
  padding-top: 4px;
  width: 55px;
}

.home-cat {
  padding-top: 4.2rem;
}
.home-cat.home-cat-cloud {
  background: url(/assets/cloud-ico-a1da584837300809f6815d1b189b48e8cc72143a6f33107c1f9019e47d63380f.svg) top center no-repeat;
}
.home-cat.home-cat-lightning {
  background: url(/assets/lightning-ico-256d4fe21387fc3625a2f96552d4f1baf7c93f8ef71a50df0050b7dbaa2916a1.svg) top center no-repeat;
}
.home-cat.home-cat-cloud2 {
  background: url(/assets/cloud2-ico-1b477affe9d34b6353fd0c162f2bff12349deb3fa39e032c72211eec4d4e1ebd.svg) top center no-repeat;
}
.home-cat.home-cat-arrows {
  background: url(/assets/arrows-ico-14d8253ff93fb9e17e4aecff23524e441bed92997aff965ae55d21eeec70af5f.svg) top center no-repeat;
}
.home-cat.home-cat-data {
  background: url("data-ico.svg") top center no-repeat;
}
.home-cat.home-cat-network {
  background: url(/assets/network-ico-7b23b4f89d3850170a5d60c68090eebadd41612ed04dcd1aa8b0b79f7cf3350c.svg) top center no-repeat;
}

.area-bg {
  height: 100px;
  margin-top: 100px;
}
.area-bg .area {
  height: 110px;
  top: -100px;
}
.area-bg .more-link {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #e6eef7;
  bottom: 0;
  right: 0;
}
.area-bg .more-link svg {
  color: #fff;
  position: absolute;
  top: 11px;
  right: 3px;
}
.area-bg button {
  position: relative;
  top: -76px;
}

.avatar {
  background: url(/assets/avatar-e0ef8c855b5a64ecb85c5d59ff459c2a1f197769ce5c395db5e30c7493a70407.png) top center no-repeat;
  height: 52px;
  width: 60px;
}

.grey-list-inline li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background-color: #dee2e6;
}
.grey-list-inline li:first-child::before {
  display: none;
}

.provider-img {
  min-width: 82px;
  height: 41px;
  border: 2px solid #dee2e6;
  background: #fff;
}

.bg-gray-5 {
  background-color: rgba(28, 49, 58, 0.05);
}

.bg-gray-10 {
  background-color: rgba(28, 49, 58, 0.1);
}

.bg-gray-30 {
  background-color: rgba(28, 49, 58, 0.3);
}

.bg-gray-50 {
  background-color: rgba(28, 49, 58, 0.5);
}

.bg-gray-80 {
  background-color: rgba(28, 49, 58, 0.8);
}

.text-color-solid-5 {
  color: #f3f4f5;
}

.text-color-solid-10 {
  color: #e8eaeb;
}

.text-color-solid-30 {
  color: #bac1c3;
}

.text-color-solid-50 {
  color: #8d989c;
}

.text-color-solid-80 {
  color: #495a61;
}

/* -----------------------
Service detail
-------------------------*/
.desc sidebar h5 {
  text-transform: uppercase;
}
.desc sidebar .category-box {
  width: 31.3%;
  border: 1px solid #e8eaeb;
  border-radius: 2px;
  display: inline-block;
  height: 84px;
  overflow: hidden;
  margin-right: 2%;
}
.desc sidebar .category-box.last {
  margin-right: 0;
  float: right;
}
.desc sidebar .category-box .category-icon {
  width: 100%;
  margin: 7px 0 3px;
  height: 41px;
  text-align: center;
}
.desc sidebar .category-box .category-icon .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.desc sidebar .category-box .category-icon img {
  vertical-align: middle;
  max-height: 40px;
}
.desc sidebar .category-box .category-name {
  width: 100%;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
.desc .list-group {
  margin-bottom: 1.4rem;
  border: 1px solid #e8eaeb;
  padding: 0.8rem 0.5rem;
}
.desc .list-group .geographical-availabilities-map {
  border: none;
  margin-top: 8px;
}
.desc .list-group.domains {
  margin-bottom: 0;
  list-style-position: outside;
}
.desc .list-group ul {
  margin-bottom: 0;
  padding-left: 0;
}
.desc .list-group ul li {
  list-style: none !important;
  padding-left: 15px;
  position: relative;
  margin: 5px 0;
  line-height: 19px;
}
.desc .list-group ul li:last-child {
  margin-bottom: 0;
}
.desc .list-group-item {
  border: none;
  margin: 0 0 0.35rem 1.5rem;
  padding: 0 0.2rem;
  color: #e6eef7;
  list-style-type: disc !important;
  display: list-item;
}
.desc .list-group-item:last-child {
  margin-bottom: 0;
}
.desc .arrows {
  list-style: none;
}
.desc .arrows .list-group-item {
  list-style-type: none !important;
  margin: 0 0 0 0.5rem;
}
.desc .arrows .list-group-item svg {
  margin-right: 9px;
  font-size: 10px;
}

.uptime-list {
  list-style: none;
  margin-left: 0;
  padding: 1.1rem 0 0;
}
.uptime-list .list-group-item {
  border: none;
  margin: 0 0 0.55rem 1rem;
  padding: 0;
  list-style-type: none !important;
  display: list-item;
}
.uptime-list .list-group-item span {
  width: 80px;
  display: inline-block;
}
.uptime-list .list-group-item .big-dot {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.uptime-list .list-group-item .status-info {
  cursor: help;
  color: #25792b !important;
}
.uptime-list a {
  font-size: 12px;
  color: rgba(28, 49, 58, 0.7);
  margin: 0.35rem 0 0;
}
.uptime-list a:hover {
  color: #3d4db6;
}

.highcharts-container {
  margin: auto;
}

.more-details {
  color: #010e87;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  float: left;
}
.more-details svg {
  font-size: 14px;
  margin-left: 5px;
  color: #ffcd00;
}

/* -----------------------
  Card style
  -------------------------*/
.parameters-section {
  padding: 1rem 0;
}
.parameters-section .parameter-list {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.parameters-section .parameter-list ul li {
  margin-bottom: 10px;
  border: 1px solid #010e87;
  cursor: pointer;
  color: #010e87;
  font-weight: 600;
  border-radius: 8px;
  font-size: 16px;
  padding: 16px 0 16px 24px;
  width: 100%;
}
.parameters-section .parameter-list ul li:hover {
  background: #edf4ff;
}
.parameters-section .parameter-list ul li.selected {
  background: #010e87;
  color: #fff;
}
.parameters-section .parameter-list ul li.selected img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.parameters-section .parameter-list ul li.selected:hover {
  background: #010e87;
}
.parameters-section .parameter-list ul li img {
  width: 17px;
  height: 17px;
}
.parameters-section .parameter-list button {
  position: absolute;
  top: 43%;
  right: 22px;
  overflow: visible;
  padding-left: 6px;
}
.parameters-section .parameter-list button.active {
  border: 2px solid #010e87;
}
.parameters-section .parameter-list button.active svg {
  color: #1c313a;
}
.parameters-section .parameter-list .parameter-wrapper {
  position: relative;
  overflow: hidden;
}
.parameters-section .parameter-list .parameter-wrapper span {
  position: absolute;
  width: 3px;
  display: block;
  background: #f3f4f5;
  height: 100%;
  right: 60px;
  top: 0;
}
.parameters-section .parameter-list .parameter-wrapper .list-group {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
.parameters-section .parameter-cards {
  width: 75%;
  height: 100%;
  position: relative;
}
.parameters-section .parameter-cards .offer-attributes {
  width: 100%;
  height: 100%;
}
.parameters-section .parameter-cards .offer-attributes.active {
  background: none;
}
.parameters-section .parameter-cards .offer-attributes.active::after, .parameters-section .parameter-cards .offer-attributes.active::before {
  display: none;
}
.parameters-section .card-separator {
  height: 24px;
  background: #fff;
  width: 100%;
}
.parameters-section .parameter-form:first-child .icon-up,
.parameters-section .parameter-form:last-child .icon-down {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.parameters-section .parameter-form {
  z-index: 100;
  border: none;
}
.parameters-section .parameter-form .card-body {
  padding: 0;
  border: 1px solid #ced4da;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.parameters-section .parameter-form .card-body .card-title {
  margin: 0;
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
}
.parameters-section .parameter-form .card-body .card-title .card-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a {
  padding: 3px 7px;
  float: right;
  display: block;
  border-left: 1px solid rgba(28, 49, 58, 0.1);
}
.parameters-section .parameter-form .card-body .card-title .card-controls a:last-child {
  border-left: none;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a:hover {
  opacity: 0.6;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a .icon-up {
  width: 19px;
  float: left;
  height: 26px;
  background: url(/assets/ico_chevron_up-ec68de1b858b5f799156713cbea5919fa18154619e23a32893ea875f7f9426c7.svg) no-repeat 50% 50%;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a .icon-down {
  width: 19px;
  height: 26px;
  float: left;
  background: url(/assets/ico_chevron_down-d4a2359931312d26c6ea4dfb160e50068f47299df65e56098f3e267a07bc6989.svg) no-repeat 50% 50%;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a .icon-collapse {
  width: 15px;
  height: 26px;
  float: left;
  background: url(/assets/ico_collapse-537a2974464460f783dd20b37f707eac1bb64e26d0591882c3d5523568f3c3ee.svg) no-repeat 50% 50%;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a.collapsed .icon-collapse {
  background: url(/assets/ico_expand-66282e1761c0311bdf68f9d143cb24b5c9bea2e88483e798fab7528a601bd888.svg) no-repeat 50% 50%;
}
.parameters-section .parameter-form .card-body .card-title .card-controls a .icon-remove {
  width: 15px;
  height: 26px;
  float: left;
  background: url(/assets/ico_trash-f7ba95f341a4126dbc4e83a2e38d498003d51bb68375526272b35ac2cb5432a5.svg) no-repeat 50% 50%;
}
.parameters-section .parameter-form .card-body .card-text {
  padding: 0.8rem 24px;
}
.parameters-section .parameter-form .card-body .card-text label {
  font-size: 16px;
  font-weight: 600;
}
.parameters-section .parameter-form .card-body .card-text .grey-tip {
  border-radius: 8px;
  background: #f2f4f7;
  padding: 24px 24px 10px;
  margin-bottom: 45px;
}
.parameters-section .parameter-form .card-body .card-text .grey-tip p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.parameters-section .parameter-form .card-body .card-text .grey-tip::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/icon-alert-circle-a76fcbc8d5fe4418a06a879686b319ff226238ffb00c7f7fc197b291537dc324.svg) no-repeat;
  margin-bottom: 8px;
}
.parameters-section .parameter-form .card-body .card-text input,
.parameters-section .parameter-form .card-body .card-text .choices__inner,
.parameters-section .parameter-form .card-body .card-text select {
  height: 50px;
  border-radius: 8px;
}
.parameters-section .parameter-form .card-body .card-text .choices__inner {
  padding-top: 0;
}
.parameters-section .parameter-form .card-body .card-text .form-check-input {
  height: auto;
}
.parameters-section .parameter-form .card-body .card-text textarea {
  height: 50px;
  line-height: 35px;
  border-radius: 8px;
}
.parameters-section .parameter-form .card-body .card-text .is-invalid {
  background-position: right 15px center !important;
}
.parameters-section .parameter-form .card-body .remove-button {
  color: #010e87;
  font-weight: 600;
  margin: 50px 0 35px;
  line-height: 18px;
  font-size: 14px;
  background: url(/assets/icon-trash-1ce3d291311ec4c46c388c43ce08998aead47bd9d800361c31b8e36ad5f43b72.svg) no-repeat;
  padding-left: 22px;
}

.parameters-wrapper .show-more-link {
  margin-bottom: 20px;
}

.offer-params td {
  width: 50%;
  font-size: 12px;
  padding: 0.25rem;
}

.card {
  border-color: #e6eef7;
  border-radius: 8px;
}
.card.offers {
  width: 100%;
}
.card .card-header {
  border-bottom: none;
}
.card .card-button input {
  display: none;
}
.card .card-button svg {
  display: none;
}
.card .card-button span {
  cursor: pointer;
  display: block;
}
.card .card-button span .unchecked {
  display: inline-block;
}
.card .card-button span .checked {
  display: none;
}
.card .card-button input[type=radio]:checked + span {
  background: #000;
  color: #fff;
  border-color: #000 !important;
}
.card .card-button input[type=radio]:checked + span svg {
  display: inline-block;
  margin-left: 5px;
  margin-right: 0;
}
.card .card-button input[type=radio]:checked + span .unchecked {
  display: none;
}
.card .card-button input[type=radio]:checked + span .checked {
  display: inline-block;
}
.card .card-img-top {
  text-align: center;
}
.card .card-body {
  padding: 0.8rem 1rem;
  font-size: 13px;
}
.card .card-body .show-more-link {
  float: right;
}
.card .card-body .badge-left {
  font-size: 0.8em;
  padding: 10px 14px;
  text-transform: uppercase;
  position: absolute;
  border-right: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  top: 0;
  color: #8d989c;
  font-weight: 400;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.card .card-body .badge-left.badge-success, .card .card-body .badge-left.badge-warning, .card .card-body .badge-left.badge-error {
  color: #fff;
}
.card .card-body .badge-al .card-title {
  border: none;
  padding-top: 0.8rem;
}
.card .card-body .card-text p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #233d4c;
}
.card .card-body .card-description {
  height: 80px;
}
.card .card-body .nav-link {
  font-size: 13px;
  color: #010e87 !important;
  text-transform: uppercase;
}
.card .card-body .card-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #ffcd00;
  padding: 3px 12px;
}
.card .card-footer {
  background: transparent;
  padding: 0.4rem 0 0;
  margin: 0 1.25rem 0.45rem;
  border-top: 1px solid #e8eaeb;
  padding-top: 0.9rem;
}
.card .card-footer p {
  margin: 0 0 7px;
  font-size: 12px;
}
.card .card-footer p:first-child {
  margin-bottom: 2px;
}
.card .card-footer small {
  font-size: 12px;
}
.card .card-footer a {
  color: #010e87;
}
.card .card-footer span,
.card .card-footer strong {
  display: block;
}

.related-box {
  cursor: pointer;
  height: 95%;
}
.related-box:hover {
  background: #f8fbff;
}
.related-box .card-logo {
  padding: 0 1rem;
  margin-top: 1rem;
  display: flex;
  height: 55px;
  justify-content: space-between;
}
.related-box .card-logo img {
  max-height: 55px;
  width: auto;
}
.related-box .card-title {
  padding-top: 0.5rem !important;
}
.related-box .card-title a {
  color: #233d4c;
  font-size: 17px;
  font-weight: 600;
}
.related-box .card-title a:hover {
  color: #010e87;
}
.related-box .card-provider {
  color: #8d989c;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.related-box .card-description {
  color: #8d989c;
  font-size: 12px;
  font-weight: 400;
  height: auto !important;
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.related-box .card-tagline {
  display: block;
}
.related-box .card-tagline .tag {
  padding: 2px 5px;
  background: #edf4ff;
  font-size: 12px;
  color: #010e87;
  display: inline-block;
  margin: 0 2px 6px 0;
}

.resource-offers .card-button {
  width: 100%;
  bottom: 0;
  padding: 0.8rem 1rem;
  position: absolute;
}
.resource-offers .card {
  padding-bottom: 2.5rem;
}
.resource-offers .card .card-body {
  overflow: hidden;
  padding-bottom: 8px;
  min-height: 150px;
}
.resource-offers .card .card-body table {
  margin-bottom: 8px;
}

.show-more-link {
  font-size: 12px;
  font-weight: 400;
}

.full-width {
  width: 100%;
  height: auto;
}

/* -----------------------
Filters
-------------------------*/
.filter-tag {
  padding: 8px 12px;
  display: inline;
  margin: 0 5px 5px 0;
  float: left;
  font-size: 13px;
  background: #fff5cc;
  font-weight: normal;
}
.filter-tag span {
  font-weight: 200;
  color: #8d989c;
}
.filter-tag svg {
  margin-left: 7px;
  font-size: 15px;
  vertical-align: -3px;
}

.clear {
  background: #e8eaeb;
}
.clear span {
  color: #000;
}

h5 .collapse-trigger {
  float: right;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
}

.filters input[type=checkbox] {
  opacity: 0;
}
.filters input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding-left: 23px;
  padding-top: 1px;
  margin-right: 6px;
}
.filters input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #fff;
}
.filters input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.filters input.indeterminate[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  border: 2px solid #000;
  border-width: 2px 0 0 0;
  position: absolute;
  transform: none;
  top: 7px;
  left: 4px;
}
.filters label {
  width: 85%;
  font-size: 13px;
  cursor: pointer;
  margin-right: -20px;
  margin-bottom: 3px;
  word-wrap: break-word;
  font-weight: 300;
}
.filters .empty {
  opacity: 0.5;
}
.filters .empty label {
  cursor: default;
}
.filters .custom-select {
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%231c313a'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 12px;
  padding: 2px 7px;
}
.filters select {
  margin-bottom: 15px;
}
.filters a h6 {
  font-size: 14px;
  margin-top: 6px;
  color: #233d4c;
}
.filters .form-group {
  margin-bottom: 0;
}
.filters .form-group a {
  margin: 10px auto 20px;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.filters .form-group .counter {
  font-size: 13px;
}
.filters .collapse-icon svg {
  color: #000;
  margin-top: 6px;
  float: right;
  font-size: 11px;
}
.filters .checkbox label input[type=checkbox] {
  display: none;
}
.filters .checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
}
.filters .checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
}
.filters .checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.filters .checkbox label label::after {
  content: "";
  display: table;
  clear: both;
}
.filters .checkbox label .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #bac1c3;
  border-radius: 0.15em;
  width: 1.1em;
  height: 1.1em;
  float: left;
  margin-top: 2px;
  margin-left: -20px;
  margin-right: 0.5em;
}
.filters .checkbox label .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 10%;
  left: 15%;
}

.active-filters a {
  color: inherit;
}

.order-container .form-group select,
.order-container .form-group select {
  width: 33%;
}
.order-container table {
  margin-bottom: 0;
}
.order-container .form-check .form-check-input {
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}
.order-container .form-check .form-check-label,
.order-container .form-check .form-text {
  padding-left: 10px;
}
.order-container .configuration-big-title {
  text-transform: none;
  border: none;
  font-size: 18px;
}
.order-container .details-content h4 {
  border: none;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .area-bg {
    height: auto;
  }
  .order-container textarea {
    width: 100%;
  }
}
.modal-body textarea {
  resize: both;
}

.card-title {
  padding: 0;
  font-size: 1.3em;
}

.parameters-title {
  font-size: 14px;
  font-weight: 600;
  color: #010e87;
}
.parameters-title svg {
  margin-right: 5px;
  width: 17px !important;
  height: auto;
  color: #010e87;
}

.configuration-title {
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(28, 49, 58, 0.3);
  font-size: 1.05em;
}

.sub-text {
  font-size: 16px;
}

.card-body table tr:first-child td {
  border-top: none;
}

.top-row a {
  color: rgba(28, 49, 58, 0.8);
  padding-bottom: 5px;
}
.top-row a.active {
  border-bottom: 2px solid #ffcd00;
}

.left-menu {
  background-image: linear-gradient(-135deg, #3d4db6 0%, #010e87 100%);
  border-radius: 8px;
}
.left-menu li {
  margin: 13px 0;
  list-style: none;
}
.left-menu li a {
  color: #fff;
  font-size: 17px;
}
.left-menu li a:hover {
  color: #ffcd00;
}

.all-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.all-link a {
  text-transform: uppercase;
}

.added-list li {
  margin: 7px 0;
}
.added-list li a {
  color: #010e87;
  font-weight: 600;
  font-size: 15px;
}
.added-list li a:hover {
  color: #ffcd00;
}
.added-list li span {
  font-style: italic;
  padding-left: 5px;
}

.subtitle {
  font-size: 28px;
  line-height: 50px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #1c313a;
}

.title {
  font-size: 52px;
  line-height: 1.12;
  margin-bottom: 70px;
  font-weight: normal;
  color: #1c313a;
}

.home-lead {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.48;
}

.home-intro .right-column {
  position: relative;
}
.home-intro .right-column .home-image {
  position: absolute;
  top: -105px;
  right: -100px;
  width: 797px;
  height: 695px;
}

.feature-list li {
  font-size: 21px;
  line-height: 1.05;
  margin: 17px 0;
}
.feature-list li svg {
  color: #ffcd00;
  font-size: 17px;
  margin-right: 7px;
  margin-top: 3px;
  float: left;
}
.feature-list li p {
  padding-left: 27px;
}

.main {
  background-position: 50% -120px;
}

.box {
  text-align: center;
}
.box .icon svg {
  font-size: 35px;
  color: #8d989c;
}
.box .num {
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  color: #1c313a;
}
.box .sub-num {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: #1c313a;
}

.home-carousel .card-deck {
  padding-bottom: 1px;
}

.home-anchor {
  display: none;
}

@media (max-width: 576px) {
  .pagination-right ul {
    float: left;
    margin-top: 20px;
  }
  .breadcrumbs {
    font-size: 0.675rem;
    padding: 0;
  }
  .home-anchor {
    position: fixed;
    bottom: 50px;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: center;
  }
}
.carousel-inner {
  z-index: 100;
}
.carousel-inner .carousel-box {
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(14px 8px 16px rgba(0, 0, 0, 0.04));
  padding: 25px 20px;
  min-height: 265px;
}
.carousel-inner .carousel-box img {
  max-width: 100%;
  height: auto;
}

.widget-header-place {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #1a2128;
}

.widget-header-theme {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1a2128;
}

.interested {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  background: rgba(25, 117, 255, 0.08);
  border-radius: 10px;
}

.interested-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #144b9e;
}

.going-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #919ba2;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 15px;
  border: 2px solid #010e87;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 15px;
  float: right !important;
}

@media (max-width: 576px) {
  .carousel-indicators {
    top: -25px;
    float: left;
    left: 0;
    right: auto;
  }
}
.user-info {
  text-align: center;
}
.user-info svg {
  margin: 5px auto 15px;
}
.user-info p {
  width: 100%;
}
.user-info p i {
  color: rgba(28, 49, 58, 0.5);
}

.review-box::before,
.review-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
}

.review-box::before {
  left: -23px;
  border: 11px solid transparent;
  border-right-color: #dee2e6;
}

.review-box::after {
  left: -21px;
  border: 11px solid transparent;
  border-right-color: #fff;
}

.review-box i {
  color: rgba(28, 49, 58, 0.5);
}

.service-image {
  text-align: center;
  padding: 15px 0;
  width: 100%;
}

.border-5 {
  border-width: 5px !important;
}

.border-separator {
  border-color: #e8eaeb !important;
}

.service-opinion textarea {
  height: 150px;
}

.back-link svg {
  color: rgba(28, 49, 58, 0.3);
}
.back-link a {
  font-size: 13px;
  color: #010e87;
}

.details dl {
  display: table;
  width: 100%;
  margin: 0 0 8px;
}
.details dt,
.details dd {
  display: table-cell;
  padding: 0 0 8px;
  border-bottom: 1px solid #e8eaeb;
}
.details dd {
  font-weight: 600;
}
.details dt {
  font-weight: 300;
  width: 33%;
}
.details dt::after,
.details dd::after {
  clear: both;
}

@media (max-width: 768px) {
  .list-inline-item svg {
    font-size: 32px !important;
  }
}
.progress-box {
  max-height: 540px;
  overflow-y: auto;
}

.question-box {
  border-top: 6px solid #f7f7f7;
}
.question-box .message_message abbr {
  display: none;
}
.question-box .message_message label {
  font-weight: 600;
}
.question-box .message_message textarea {
  height: 150px;
}

@media (max-width: 768px) {
  .question-box {
    padding-left: 0 !important;
  }
  .question-box .btn-primary, .question-box .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .question-box .shepherd-button:not(.close-link) {
    margin-left: 0;
  }
  .question-box .message_message {
    width: 100%;
    padding-left: 0;
  }
  .question-box .message_message textarea {
    height: 110px;
  }
}
.blue-row {
  background: #e6fafd;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 21px;
}
.blue-row i {
  margin-right: 15px;
  width: 50px;
}
.blue-row svg {
  font-size: 44px;
  width: 50px;
  color: #010e87;
}
.blue-row .voucher-name {
  font-size: 22px;
  font-weight: 600;
}

.contact-row {
  background: #f9fcfe;
  border: 1px solid #bbe0f8;
  padding: 17px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  margin: 20px 0 5px;
  line-height: 22px;
}

.step-progress-item {
  max-width: 70%;
}
.step-progress-item .user-directed-message {
  background: #f9fcfe;
  border-color: #bbe0f8 !important;
}
.step-progress-item .frame {
  padding: 14px 15px 12px;
  margin-top: 10px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  line-height: 1.55;
  word-wrap: break-word;
}
.step-progress-item .message-info {
  font-style: italic;
  color: rgba(28, 49, 58, 0.5);
  text-align: right;
  font-size: 12px;
  padding: 0 15px;
}
.step-progress-item .message-info.visible {
  font-style: normal;
}
.step-progress-item .message-info.visible::before {
  font-family: "Font Awesome 6 Free";
  content: "\f502";
  display: inline-block;
  margin-right: 6px;
  font-weight: 900;
}

label[data-multicheckbox].small {
  margin-bottom: 7px;
}
label[data-multicheckbox].small > input[type=checkbox] {
  display: inline-block;
  cursor: pointer;
}
label[data-multicheckbox].small span {
  display: inline-block;
}

.hidden-fields {
  display: none;
}

.voucher-box {
  border-radius: 2px;
  background-image: url(/assets/voucher_gradient-8ef10860bdd7ac2e09c80ed1bbf87aade7c3fd84be9b9156478f751f8d73367c.png), linear-gradient(97deg, #3d4db6, #010e87);
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.voucher-box .voucher-title {
  border-right: 1px solid #fff;
  font-weight: 600;
  font-size: 15px;
}
.voucher-box .voucher-title .big {
  font-size: 38px;
  line-height: 35px;
  font-weight: 200;
}
.voucher-box .voucher-title svg {
  margin-right: 15px;
  line-height: 70px;
  float: left;
}

.btn-group.btn-group-toggle > label:not(.active) > .fa-check {
  display: none;
}

.simple-list {
  padding: 0 0 0 30px;
  margin: 0 0 25px;
}
.simple-list li {
  display: inline-block;
  list-style: square;
  line-height: 1.5;
  margin-bottom: 12px;
}

.service-name {
  font-size: 22px;
  font-weight: 600;
}

.vertical-middle {
  display: flex;
  align-items: center;
}
.vertical-middle .btn, .vertical-middle .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .vertical-middle .shepherd-button:not(.close-link) {
  margin-left: 20px;
}

.grey-row {
  background: rgba(28, 49, 58, 0.1);
  padding: 10px 15px;
}
.grey-row span {
  font-size: 16px;
  line-height: 28px;
}

.info-col h5 {
  text-transform: uppercase;
  line-height: 2;
  margin: 10px 0 0;
}
.info-col hr {
  margin: 35px 0;
  border: 2px solid rgba(28, 49, 58, 0.1);
}

.col-1.separator {
  border-right: 3px solid rgba(28, 49, 58, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.33333%;
  flex: 0 0 4.33333%;
  max-width: 4.333%;
  margin-right: 4%;
}

.service-activate-message textarea,
.service-changelog textarea {
  height: 135px;
  margin: 5px;
}

.edit-service .form-group input,
.edit-provider .form-group input {
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  height: auto !important;
}
.edit-service .form-group select,
.edit-provider .form-group select {
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  height: auto !important;
}
.edit-service .form-group textarea,
.edit-provider .form-group textarea {
  padding: 0.75rem;
}

.service-contact-emails .contact {
  padding: 8px 0;
}
.service-contact-emails input {
  width: 100%;
  height: auto !important;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(28, 49, 58, 0.3);
  outline: none !important;
}
.service-contact-emails input:last-child {
  margin-bottom: 0;
}

.bottom-hr {
  background-color: rgba(28, 49, 58, 0.05);
  border: 0 none;
  height: 5px;
}

.choices__list--multiple .choices__item {
  background: #fff5cc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  margin: 1px 4px 1px 0;
  font-size: 13px;
  font-weight: 300;
  border: none;
  padding: 9px 12px;
}
.choices__list--multiple .choices__item .choices__button {
  border: none;
  background: url(/assets/close-a98372cdd2b3fc4f706d3472daf8b47b3947de93fa55d27b29207661d90683b4.png) top left no-repeat;
  background-size: 11px 11px;
  margin-left: 12px;
}

.choices__inner {
  padding-top: 6px;
  padding-bottom: 4px;
}
.choices__inner input.choices__input {
  width: auto !important;
  background: transparent;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
  background: #fff;
}

.choices__input.choices__input--cloned {
  display: block;
  padding: 10px 5px 4px 3px !important;
  padding-bottom: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.choices__input.choices__input--cloned::placeholder {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  font-weight: 300;
  letter-spacing: normal;
  opacity: 1;
  color: #000;
}

.choices__list--multiple .choices__item.is-highlighted {
  background: #ffd3a5;
  border: none;
}

.backoffice-list .list-group-item {
  border: none;
  padding: 0.25rem 1rem;
}
.backoffice-list .list-group-item:nth-child(even) {
  background: #edf4ff;
}
.backoffice-list .list-group-item.subcategory {
  padding-left: var(--pl-level);
  background: #fff url(/assets/tree-indent-c3049b1e30a2905f06def3a1a188fc74ebcc22836e2615a3d7f230de839c9775.png) no-repeat var(--bg-level) 0 !important;
}
.backoffice-list .list-group-item a:first-child {
  float: left;
  max-width: 80%;
}
.backoffice-list .list-group-item a.provider-name, .backoffice-list .list-group-item a.datasource-name {
  max-width: 100%;
}
.backoffice-list .list-group-item .actions {
  float: right;
  height: 25px;
  width: 130px;
}
.backoffice-list .list-group-item .status {
  margin: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: capitalize;
  line-height: 1.1;
  background: #8d989c;
}
.backoffice-list .list-group-item .status.published {
  background: #caf6d4;
  color: #1d4e3b;
}
.backoffice-list .list-group-item .status.unpublished {
  background: #ff715b;
}
.backoffice-list .list-group-item .status.draft {
  background: #ffc107;
}
.backoffice-list .list-group-item .status.deleted {
  background: #ff5b5b;
}
.backoffice-list .list-group-item.heading-row {
  font-weight: 600;
}
.backoffice-list .list-group-item.heading-row .col:last-child {
  padding: 0;
}
.backoffice-list .list-group-item.providers .row .col:first-child {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
}
.backoffice-list .list-group-item.providers .row .col:nth-child(2) {
  font-size: 14px !important;
}
.backoffice-list .list-group-item.providers .row .col:nth-child(2) a {
  font-size: 14px;
}
.backoffice-list .list-group-item.providers .row .col:nth-child(3) {
  flex: 0 0 220px;
  font-size: 14px;
}
.backoffice-list .list-group-item.providers .row .col:nth-child(4) {
  flex: 0 0 210px;
  font-size: 14px;
}
.backoffice-list .list-group-item.providers .row .col:last-child {
  flex: 0 0 115px;
}
.backoffice-list .list-group-item.providers .row .col .form-check-input {
  margin: 0;
}
.backoffice-list a {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.backoffice-list .btn-sm, .backoffice-list .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .backoffice-list .shepherd-button:not(.close-link):last-child, .backoffice-list .btn-group-sm > .btn, .backoffice-list .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice-list .btn-group-sm > .shepherd-button:not(.close-link) {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff !important;
}
.backoffice-list .delete-icon {
  font-size: 16px;
}
.backoffice-list .delete-icon svg {
  color: #000;
}
.backoffice-list .edit-btn {
  padding-right: 25px;
  background: url(/assets/icon-edit-c690d14390ab767057b91842f2d47b2ffb9dc3cfec173d660dac993239a48753.svg) 100% 50% no-repeat;
  background-size: 18px auto;
  font-size: 14px;
}
.backoffice-list.indent-list .list-group-item {
  background: #edf4ff;
}

.service-box-redesign {
  overflow: hidden;
  position: relative;
}
.service-box-redesign.provider .abbreviation,
.service-box-redesign.provider .resource-row {
  display: none;
}
.service-box-redesign.provider .subtitle-row {
  margin-top: 10px;
}
.service-box-redesign .img-service-detail {
  justify-content: center;
}
.service-box-redesign .abbreviation {
  color: #8d989c;
}
.service-box-redesign .subtitle-row {
  line-height: 1.5;
  font-weight: 400;
}
.service-box-redesign .space-between {
  justify-content: space-between;
  align-items: center;
}
.service-box-redesign .resource-row {
  margin: 5px 0 10px 0;
  display: flex;
  font-weight: 500;
  column-gap: 8px;
  row-gap: 8px;
}
.service-box-redesign .resource-row .resource-type {
  padding: 6px 12px 6px 12px;
  line-height: 1.2;
  background: #edf4ff;
  color: #010e87;
}
.service-box-redesign .providers-list p {
  margin: 0 0 7px;
}
.service-box-redesign .vertical-center {
  align-items: flex-end;
}
.service-box-redesign .nav-tabs {
  background: none;
  margin: 35px 0 15px;
  border-bottom: 1px solid #e8eaeb;
  justify-content: space-around;
}
.service-box-redesign .nav-tabs .nav-link {
  text-transform: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.service-box-redesign .nav-tabs .nav-link.active {
  border: none;
  margin-bottom: 0;
  font-weight: 500;
  color: #010e87;
  border-bottom: 3px solid #010e87 !important;
}
.service-box-redesign .nav-tabs .nav-link:focus {
  border: none;
}
.service-box-redesign .ordertype-label {
  color: #848484;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.service-box-redesign .ordertype-label .ordertype {
  width: 10px;
  height: 17px;
  display: inline-block;
  background-size: 10px auto;
  margin-right: 5px;
}
.service-box-redesign .ordertype-label .ordertype.order_required {
  background-image: url(/assets/restricted-2beb5b650ee9c8da4ca226ce612b8a0a2fa5a6048698e3a86c3c6806e9bbabe8.svg);
}
.service-box-redesign .ordertype-label .ordertype.open_access {
  background-image: url(/assets/open-access-0da91fb89b0437442d52f5215669b83bd101a3415b252ac9ad7a7b7dc733fa62.svg);
}

.service-description-container {
  font-size: 14px;
  line-height: 1.55;
}
.service-description-container h3 {
  font-size: 14px;
}

.service-boxes-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  column-gap: 25px;
}
.service-boxes-container .description-box-column {
  flex: 1 0 21%;
  max-width: 25%;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e6eef7;
}
.service-boxes-container .description-box-column h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-boxes-container .description-box-column .list-group {
  border: none;
  padding: 0;
  margin: 0;
}
.service-boxes-container .description-box-column .list-group .list-group-item {
  margin-left: 1rem;
}

.right-panel-links {
  border: 1px solid #e8eaeb;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.right-panel-links ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.right-panel-links ul li {
  padding: 20px 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e8eaeb;
}
.right-panel-links ul li:last-child {
  border: none;
}
.right-panel-links ul li a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.right-panel-links ul li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #000;
  mask-image: url(/assets/icon-helpdesk-339a1bf514a9685507073fa923fc5997f83b727a1177a856bb69962659b0313a.svg);
  -webkit-mask-image: url(/assets/icon-helpdesk-339a1bf514a9685507073fa923fc5997f83b727a1177a856bb69962659b0313a.svg);
  mask-size: 18px auto;
  -webkit-mask-size: 18px auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
}
.right-panel-links ul li a:hover {
  color: #010e87;
}
.right-panel-links ul li a:hover::before {
  background-color: #010e87;
}
.right-panel-links ul li.webpage_url a::before {
  mask-image: url(/assets/icon-website-6491695cf4d96ad7c099c431d098a5d0888b0e43a39bc1ec750d71e8e03d5605.svg);
  -webkit-mask-image: url(/assets/icon-website-6491695cf4d96ad7c099c431d098a5d0888b0e43a39bc1ec750d71e8e03d5605.svg);
}
.right-panel-links ul li.helpdesk_url a::before {
  mask-image: url(/assets/icon-helpdesk-339a1bf514a9685507073fa923fc5997f83b727a1177a856bb69962659b0313a.svg);
  -webkit-mask-image: url(/assets/icon-helpdesk-339a1bf514a9685507073fa923fc5997f83b727a1177a856bb69962659b0313a.svg);
}
.right-panel-links ul li.helpdesk_email a::before {
  mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
  -webkit-mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
}
.right-panel-links ul li.manual_url a::before {
  mask-image: url(/assets/icon-manual-05f1f65f6462c99076d39294c644bf67e4f6ca43dded4c8696ac2270b8513f50.svg);
  -webkit-mask-image: url(/assets/icon-manual-05f1f65f6462c99076d39294c644bf67e4f6ca43dded4c8696ac2270b8513f50.svg);
}
.right-panel-links ul li.pricing_url a::before {
  mask-image: url(/assets/icon-pricing-465d88536db826bd9071748e348dfb3271f2300719d85caed2256127760f09b9.svg);
  -webkit-mask-image: url(/assets/icon-pricing-465d88536db826bd9071748e348dfb3271f2300719d85caed2256127760f09b9.svg);
}
.right-panel-links ul li.training_information_url a::before {
  mask-image: url(/assets/icon-training-263274da9dae8b770001bca65474f741385e831a6b93b93953633b619d2eb45c.svg);
  -webkit-mask-image: url(/assets/icon-training-263274da9dae8b770001bca65474f741385e831a6b93b93953633b619d2eb45c.svg);
}
.right-panel-links ul li.privacy_policy_url a::before {
  mask-image: url(/assets/icon-privacy-5d940dd98ef4ed8c0e753c1c622f361ad657dcbc98f0dd9504ccb50380905813.svg);
  -webkit-mask-image: url(/assets/icon-privacy-5d940dd98ef4ed8c0e753c1c622f361ad657dcbc98f0dd9504ccb50380905813.svg);
}
.right-panel-links ul li.terms_of_use_url a::before {
  mask-image: url(/assets/icon-terms-3f12ffa5b3de9318d97ec170ebe18e75250038ef58066a0428c72090b7e28415.svg);
  -webkit-mask-image: url(/assets/icon-terms-3f12ffa5b3de9318d97ec170ebe18e75250038ef58066a0428c72090b7e28415.svg);
}
.right-panel-links .question-link {
  padding: 20px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e8eaeb;
  color: #000;
  font-size: 16px;
}
.right-panel-links .question-link::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 10px;
  background-color: #000;
  mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
  -webkit-mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
  mask-image-size: 18px auto;
  -webkit-mask-image-size: 18px auto;
}
.right-panel-links .question-link:hover {
  color: #010e87;
}
.right-panel-links .question-link:hover::before {
  background-color: #010e87;
  mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
  -webkit-mask-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
}

.right-panel-button {
  color: #010f87;
  background: #e6eef7;
  display: block;
  padding: 18px 20px 17px 66px;
  position: relative;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #e6eef7;
  line-height: 1.35;
  margin-bottom: 10px;
}
.right-panel-button:hover {
  border: 1px solid #7795ab;
}
.right-panel-button.website {
  background: #fff;
  border: 1px solid #1c313a;
  color: #1c313a;
  font-weight: 500;
}
.right-panel-button.website::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 35px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-website-6491695cf4d96ad7c099c431d098a5d0888b0e43a39bc1ec750d71e8e03d5605.svg);
}
.right-panel-button.website:hover {
  background: #edf4ff;
  color: #010f87;
  border: 1px solid #010f87;
}
.right-panel-button.explore::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 35px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-explore-8fdab0b8ed5693ff3daa9d67327ce8a924ce4be6661eb3ab6ad792c8185558ba.svg);
}
.right-panel-button.interoperability::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 35px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-interoperability-77ca2afac882271c54b9667e78c06a7871aac77b78e77a5cd5a5e44605ede679.svg);
}
.right-panel-button.contact::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 35px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-contact-navy-8a3142ac61b301d8ea32b049945da40fe97ec5792cb55d08c3bfcfd3c5379d4d.svg);
}

.provider-panel {
  padding: 25px;
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  background: rgba(242, 242, 242, 0.47);
}
.provider-panel .provider-head {
  display: flex;
  gap: 15px;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
}
.provider-panel .provider-head .provider-name .subtitle-name {
  font-size: 12px;
  color: rgba(28, 49, 58, 0.7);
  font-weight: 400;
  margin-top: 4px;
  line-height: 1.3;
}
.provider-panel .provider-more-link {
  font-weight: bold;
  position: relative;
}
.provider-panel .provider-more-link::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  display: inline-block;
  font-weight: 900;
}

.service-box {
  border: 1px solid #d0d5dd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
}
.service-box.provider, .service-box.catalogue {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.service-box:hover {
  border: 1px solid #4c505a;
}
.service-box .horizontal-badge {
  width: auto;
  background: #edf4ff;
  color: #010e87;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 12px;
  padding: 9px 17px;
  text-align: center;
  font-weight: 700;
}
.service-box .horizontal-badge-new {
  margin-left: 10px;
  border-radius: 24px;
  font-size: 0.8em;
  color: #a959ea;
  line-height: 20px;
  padding: 4px 13px 4px 32px;
  text-align: center;
  font-weight: 400;
  background: #f7edff url(/assets/icon-horizontal-ca25a39616645192b2c2d4f37cb9bd695905d199708d982c6e723222d363d2e5.svg) no-repeat 10px 4px;
  background-size: 16px 16px;
}
.service-box .horizontal-space {
  margin-top: 25px;
}
.service-box .project-badge {
  margin: 15px 20px 0 0;
}
.service-box.backoffice .btn-outline-secondary:after {
  display: none;
}
.service-box .no-arrow:after {
  display: none;
}
.service-box .access-type {
  font-size: 0.8em;
  padding: 7px 11px;
  text-align: center;
  color: rgba(28, 49, 58, 0.7);
  font-weight: 400;
  width: 100%;
}
.service-box .access-type.show .btn-outline-secondary {
  background: #fff;
}
.service-box .access-type .dropdown-menu {
  top: -20px !important;
  padding-top: 30px;
  z-index: 1;
  width: 228px;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.service-box .access-type .dropdown-menu ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.service-box .access-type .dropdown-menu ul li {
  color: #ced4da;
  padding-left: 0;
}
.service-box .access-type .dropdown-menu ul li .dropdown-item {
  font-size: 15px;
  padding-left: 0;
}
.service-box .access-type .ordertype-label {
  text-transform: uppercase;
}
.service-box .access-type .btn-outline-primary {
  font-weight: 600;
  padding: 0.475rem 1.4rem 0.3rem;
}
.service-box .access-type .btn-outline-secondary {
  padding-left: 8px;
  position: relative;
  z-index: 9;
  padding-right: 10px;
  border: 1px solid #ffcd00;
  color: #1c313a;
}
.service-box .access-type .btn-outline-secondary.datasource {
  padding-right: 24px;
}
.service-box .access-type .btn-outline-secondary:after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "";
  border-style: solid;
  border-color: #1c313a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}
.service-box .access-type.backoffice .btn-outline-secondary:after {
  display: none;
}
.service-box .info-icons {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
}
.service-box .info-icons .badge {
  float: right;
  top: auto;
  right: auto;
  position: relative;
  margin-left: 8px;
}
.service-box .info-icons .badge.badge-success, .service-box .info-icons .badge.badge-warning, .service-box .info-icons .badge.badge-error {
  color: #fff;
}
.service-box .info-icons .badge.badge-draft {
  background: #8d989c;
  color: #fff;
}
.service-box .info-icons .badge.badge-blue {
  background: #f0f3f5;
  color: #233c4c;
}
.service-box .right-extra-info {
  padding: 80px 0 20px;
}
.service-box .right-extra-info .service-logo {
  min-width: 120px;
  max-height: 90px;
  height: auto;
}
.service-box .backoffice-button-row {
  flex-basis: 100%;
  padding: 5px 24px 24px;
}
.service-box .backoffice-button-row .btn, .service-box .backoffice-button-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .service-box .backoffice-button-row .shepherd-button:not(.close-link) {
  width: 100%;
}
.service-box .media-body {
  position: relative;
}
.service-box .media-body.backoffice .badge-blue {
  right: 85px;
}
.service-box .media-body .compare {
  float: left;
  margin-bottom: 22px;
}
.service-box .media-body .compare.favourites {
  margin-left: 25px;
}
.service-box .media-body h2 .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 155px;
  font-size: 0.5em;
  text-transform: uppercase;
  line-height: 12px;
  padding: 8px 14px 7px;
  text-align: center;
  border-bottom-left-radius: 5px;
  font-weight: 400;
}
.service-box .media-body .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 155px;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 12px;
  padding: 8px 14px 7px;
  text-align: center;
  border-bottom-left-radius: 5px;
  font-weight: 400;
}
.service-box h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.service-box h2 a {
  color: #020a20;
}
.service-box .abbreviation {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(28, 49, 58, 0.5);
}
.service-box .abbreviation.list {
  margin: 8px 0 0;
  border: none;
  padding: 0;
}
.service-box dl {
  width: 100%;
  float: left;
}
.service-box dl dt {
  display: inline;
  float: left;
  color: #1c313a;
  padding-right: 5px;
  margin-bottom: 0;
  font-weight: 300;
}
.service-box dl dd {
  display: inline;
  float: left;
  max-width: 82%;
  margin-bottom: 0;
}
.service-box dl dd p {
  margin: 0;
}
.service-box dl dd a {
  font-weight: 300;
  text-decoration: underline;
}
.service-box .img-service-details img {
  margin: 0 auto;
}
.service-box.service-detail img {
  margin: 0 auto;
}
.service-box.service-detail dd {
  font-weight: 500 !important;
}
.service-box .offers-box {
  padding: 0.5em 0 0.75em;
  width: 100%;
  float: left;
  border-top: 1px solid rgba(28, 49, 58, 0.1);
}
.service-box .offers-box span {
  color: rgba(28, 49, 58, 0.7);
  font-size: 0.85rem;
  margin-bottom: 0.5em;
}
.service-box .offers-box span.x-small {
  font-size: 0.65rem;
}
.service-box .offers-box ul {
  margin: 0;
  line-height: 1.4;
}
.service-box .backoffice {
  padding-top: 70px !important;
}
.service-box .backoffice.media-body h2 .badge {
  top: 24px;
  left: 24px;
  right: auto;
  font-size: 12px;
  padding: 6px 8px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: capitalize;
  line-height: 1.1;
}
.service-box .backoffice.media-body h2 .badge.badge-success {
  background: #caf6d4;
  color: #1d4e3b;
}

.service-details-header .stars {
  float: left;
}
.service-details-header .rating {
  float: left;
  margin: 1px 20px 0 0;
}
.service-details-header .comparison {
  float: left;
  margin: 2px 17px 0 0;
}
.service-details-header .research,
.service-details-header .dedicated {
  display: none;
}
.service-details-header dl dt {
  width: auto;
  padding-right: 5px;
}
.service-details-header dl dd a {
  font-weight: 300;
}

@media (max-width: 576px) {
  .media-body {
    float: left;
    padding-bottom: 0 !important;
  }
}
.category-separator {
  border-top: 1px solid #d0d5dd;
  margin: 0 0 1.4rem;
}

.results-info {
  font-style: italic;
  line-height: 30px;
}

.sort-box label {
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin: 0;
}

.categories-list a {
  color: #020a20;
}
.categories-list a:hover {
  color: #010e87;
}
.categories-list li {
  font-size: 16px;
  margin-bottom: 6px;
}
.categories-list li span {
  font-size: 14px;
  color: #1c313a;
}

#all-services-link {
  font-size: 16px;
  margin-bottom: 6px;
}
#all-services-link span {
  font-size: 14px;
  color: #1c313a;
}

.cc-banner {
  padding: 2em 1.2em !important;
}
.cc-banner .cc-message {
  font-family: "Inter";
  line-height: 1.3;
  width: 80%;
  float: left;
}
.cc-banner .btn-close {
  width: 160px;
  font-family: "Inter";
  float: right;
}

@media (max-width: 768px) {
  .cc-banner .cc-message {
    line-height: 1.2;
    width: 100%;
  }
  .cc-banner .cc-compliance {
    display: block;
    float: left;
  }
}
.border-header {
  border-bottom: 5px solid #f7f7f7;
}

.projects-collapse {
  margin-top: 22px;
  background: #fbfbfb;
  padding: 1.1rem 1.25rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.projects-collapse h2,
.projects-collapse .collapse-icon {
  color: #1c313a;
}

.projects-collapse-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.projects-collapse-content h5 {
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.service-description textarea {
  height: 400px;
}
.service-description h5 {
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.service-description ul {
  list-style: none;
  padding-left: 0;
}
.service-description .details-content {
  padding-left: 15px;
  margin: 15px 0 35px;
  border-left: solid 3px #dee2e6;
}
.service-description .details-content .form-control-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.service-description .details-content p,
.service-description .details-content h5 {
  font-size: 16px;
  line-height: 25px;
}
.service-description .details-content h5 {
  margin-bottom: 0;
}
.service-description h3 {
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  margin-bottom: 8px;
}

.bundle-view .col-lg-9.row {
  align-items: center;
}

.bundle-content .service-box .show-more-link {
  float: left;
}

.bundle-parameters-list .card-body {
  padding: 0 !important;
}
.bundle-parameters-list h5 {
  display: none !important;
}
.bundle-parameters-list table tr:hover {
  background: none !important;
}
.bundle-parameters-list table tr td {
  border: none;
  padding: 0 0 2px;
  text-align: left !important;
  width: 70%;
}
.bundle-parameters-list table tr td:first-child {
  width: 30%;
}

.basic-details-column {
  border: 1px solid rgba(28, 49, 58, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 15px 10px 15px 20px;
}
.basic-details-column h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  background: url(/assets/icon-basic-details-6f1a5ad16264e66fdda23a5ef7d728e552551e306ea1bf6e2e1cca4a9e6bf4bf.svg) no-repeat;
  background-size: 32px auto;
  padding-left: 43px;
  margin: 0 0 40px;
}
.basic-details-column h4 {
  border: none;
  padding: 0;
}
.basic-details-column .list-group {
  padding: 0;
  border: none;
}
.basic-details-column .list-group .list-group-item {
  color: #000;
  line-height: 1.5;
}

.keywords-wrapper {
  padding: 30px 10px 0 15px;
}
.keywords-wrapper h4 {
  border: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.keywords-wrapper .keywords-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.keywords-wrapper .keywords-list li {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  background: #e8eaeb;
  padding: 0 5px;
  border-radius: 4px;
}

.meta-info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(28, 49, 58, 0.5);
}

.project-services {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid #ffcd00;
}
.project-services svg {
  color: #ffcd00;
  font-size: 20px;
  vertical-align: bottom;
}

.projects-content {
  margin-top: 45px;
}
.projects-content .heading {
  font-size: 18px;
}
.projects-content .resource_type {
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  padding: 5px 10px;
  background: #edf4ff;
  color: #3d4db6;
}
.projects-content .resource_type {
  margin-top: 6px;
  display: inline-block;
}

.project-resource-type {
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  padding: 9px 10px 8px;
  background: #edf4ff;
  color: #3d4db6;
}

.projects-list {
  border: 1px solid #d9d9d9;
  padding: 17px 20px;
  margin-bottom: 17px;
  border-radius: 4px;
  border-left: 3px solid #c991d2;
}
.projects-list table {
  border: none;
}
.projects-list table td {
  border: none;
  padding: 0 0 0.55rem;
}
.projects-list table td .title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.projects-list table td .pin-value {
  color: #2255a4;
}
.projects-list table td a {
  color: #2255a4;
  display: inline-block;
  margin-bottom: 6px;
}
.projects-list a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #344054;
}
.projects-list .project-title {
  font-weight: 600;
}
.projects-list .projects-links {
  color: #010e87;
}
.projects-list .unpin-link {
  border-left: 1px solid #ced4da;
}
.projects-list .status {
  font-size: 14px;
}
.projects-list .status .status-box {
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  padding: 5px 20px;
}
.projects-list .status .new-message {
  margin-right: 15px;
  font-weight: 500;
  font-size: 12px;
}
.projects-list .status .new-message .new-message-icon {
  width: 12px;
  height: auto;
  vertical-align: top;
  margin: 6px 5px 0 0;
}

.research-products .projects-list {
  border-left: 3px solid #91d2bb;
}
.research-products .projects-list .links-list {
  margin-top: 5px;
}
.research-products .projects-list .links-list a {
  text-decoration: underline;
  color: #3d4db6;
}

.separator-line {
  border-top: 1px solid #ced4da;
  margin: 15px 0;
  height: 1px;
  display: block;
  width: 100%;
}

.projects-links.dropdown {
  margin-left: 0 !important;
  font-size: 16px !important;
}
.projects-links {
  /*
  &:not(.collapsed)::after {
    content: 'Collapse';
  } */
}
.projects-links.collapsed::after {
  content: "Expand";
}
.projects-links::after {
  padding-left: 6px !important;
}

.bundle-box {
  padding: 0 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 18px;
  position: relative;
}
.bundle-box::after {
  content: "+";
  font-size: 35px;
  position: absolute;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 31px;
  bottom: 44%;
  filter: drop-shadow(-1px 3px 4px rgba(145, 158, 231, 0.19));
  right: 46%;
  transform: translateX(-18px);
  border-radius: 100%;
  background: #fff;
  color: #010f87;
}
.bundle-box .bundle-item {
  width: 49%;
  padding: 25px;
  background: #fafbfd;
  border-radius: 8px;
}
.bundle-box .bundle-item .card {
  background: none;
  border-radius: 0;
  border: none;
}
.bundle-box .bundle-item .card .card-body {
  padding: 0;
}
.bundle-box .bundle-item:last-child .card::after {
  display: none;
}
.bundle-box .bundle-offer-pic img {
  max-width: 65px;
  height: auto;
}
.bundle-box.padding {
  padding-left: 30px;
}

.bundle .card {
  margin-right: 0;
  width: 100%;
}
.bundle .card .badge-right {
  top: 30px;
  right: 45px;
}
.bundle .card .table td {
  padding: 2px 0;
  font-size: 12px;
  width: auto;
}
.bundle .card .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bundle .card .list-unstyled li {
  list-style: none;
  list-style-type: none !important;
  line-height: 21px;
}
.bundle .card .top-bundle-wrapper {
  justify-content: space-between;
}
.bundle .card .top-bundle-wrapper .btn-secondary {
  min-width: 210px;
}
.bundle .card .card-title {
  max-width: 82%;
}
.bundle .card .card-title a {
  color: #000;
  font-size: 18px;
}
.bundle .card .bundle-goals {
  display: inline-block;
}
.bundle .card .bundle-goals .goal {
  font-size: 12px;
  padding: 3px 11px;
  float: left;
  margin: 0 20px 6px 0;
  border-radius: 4px;
  background: #e6eef7;
  color: #010f87;
}
.bundle .card .contact-link {
  display: block;
  margin: 20px 25px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_contact-f67966c075d908a21c0cd45c1804fb21d4d5989b89dd734bab56742cc845ef6c.svg) 0 59% no-repeat;
  background-size: 16px auto;
}
.bundle .card .contact-link:hover {
  color: #010e87;
}
.bundle .card .training-link {
  display: block;
  margin: 20px 25px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_training-9690e5bd9a1f25f3e639ee796b613a58116fa931bbe9b37e9d13449f4e11f355.svg) 0 59% no-repeat;
  background-size: 21px auto;
}
.bundle .card .training-link:hover {
  color: #010e87;
}
.bundle .card .helpdesk-link {
  display: block;
  margin: 20px 25px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_helpdesk-652d04747f5eb039736c286c4eaf24a660a83d86991e555f2d9f3640b30dd3f5.svg) 0 59% no-repeat;
  background-size: 17px auto;
}
.bundle .card .helpdesk-link:hover {
  color: #010e87;
}
.bundle .card .add-bundle {
  margin: 10px 45px 0 0;
}
.bundle .card .add-bundle .btn-secondary {
  padding: 0.375rem 3rem;
}
.bundle .card .card-body {
  padding: 30px 45px 50px;
  align-items: center;
}
.bundle .card .card-body .card-text p {
  font-size: 14px;
  line-height: 17px;
}
.bundle .card .card-body .bundle-offer-desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bundle .card .card-body .bundle-offer-desc .card-title {
  margin-bottom: 0.25rem;
  font-size: 16px;
  max-width: 160px;
  font-weight: 600;
  padding: 0;
}
.bundle .card .card-body .bundle-offer-desc .provided-by {
  font-size: 12px;
  color: rgba(28, 49, 58, 0.7);
}
.bundle .card .card-body .bundle-offer-shortinfo {
  margin: 15px 0 40px;
}
.bundle .card .card-body .bundle-offer-shortinfo p {
  font-size: 12px;
  line-height: normal;
}
.bundle .card .card-body .bundle-offer-parameters {
  flex-grow: 1;
  width: 100%;
}
.bundle .card .card-body .bundle-offer-parameters .offer-params {
  padding: 3px 10px;
  margin: 0;
}
.bundle .card .card-body .bundle-offer-parameters .parameters-wrapper .show-more-link {
  margin: 15px 0 0;
}
.bundle .card .card-body .bundle-offer-order-type {
  padding: 8px;
  text-transform: uppercase;
  display: flex;
  font-size: 9px;
  background: #f1f1f1;
  line-height: 1;
  color: #848484;
  font-weight: 700;
  align-items: center;
  border-radius: 0;
  position: absolute;
  top: -10px;
  right: -10px;
}
.bundle .card .bundle-elements {
  margin-bottom: 25px;
  font-size: 12px;
}
.bundle .card .bundle-description {
  font-size: 14px;
  line-height: 20px;
}
.bundle .card .bundle-links {
  margin-bottom: 25px;
  display: flex;
  column-gap: 20px;
  padding: 0 0 0 45px;
}
.bundle .card .order-type {
  font-size: 12px;
  color: #22ab2c;
  text-align: center;
  width: 100%;
}
.bundle .card .card-button.backoffice-button {
  margin-bottom: -28px;
}
.bundle .card .card-button .btn.small-button, .bundle .card .card-button .shepherd-content .shepherd-footer .small-button.shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .bundle .card .card-button .small-button.shepherd-button:not(.close-link) {
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  padding: 10px 13px;
  width: 100%;
}
.bundle.bundle-order .card .card-body .bundle-offer-order-type {
  display: block;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 20px;
  border: 1px solid #dfe2e4;
  padding: 4px 7px;
  color: rgba(28, 49, 58, 0.8);
  min-width: 92px;
  text-align: center;
}

.bundle-special .card {
  border: none;
}
.bundle-special .card .card-body {
  padding: 0;
}
.bundle-special .card .card-body .bundle-box {
  padding: 0;
}

.contact-link {
  display: block;
  margin: 25px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_contact-f67966c075d908a21c0cd45c1804fb21d4d5989b89dd734bab56742cc845ef6c.svg) 0 59% no-repeat;
  background-size: 16px auto;
}
.contact-link:hover {
  color: #010e87;
}

.training-link {
  display: block;
  margin: 20px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_training-9690e5bd9a1f25f3e639ee796b613a58116fa931bbe9b37e9d13449f4e11f355.svg) 0 59% no-repeat;
  background-size: 21px auto;
}
.training-link:hover {
  color: #010e87;
}

.helpdesk-link {
  display: block;
  margin: 20px 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: rgba(28, 49, 58, 0.8);
  padding-left: 28px;
  background: url(/assets/ico_helpdesk-652d04747f5eb039736c286c4eaf24a660a83d86991e555f2d9f3640b30dd3f5.svg) 0 59% no-repeat;
  background-size: 17px auto;
}
.helpdesk-link:hover {
  color: #010e87;
}

.small-links .card-body {
  padding-left: 0;
  padding-top: 20px !important;
}
.small-links .card-body a {
  margin-top: 12px;
}

.buttons-panel {
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
}
.buttons-panel .btn, .buttons-panel .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .buttons-panel .shepherd-button:not(.close-link) {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 0.0625rem;
  color: #1c313a;
  width: 80%;
  float: right;
}
.buttons-panel .btn-outline-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #ff5b5b;
}
.buttons-panel .btn-outline-danger:hover {
  color: #fff;
  background: #ff5b5b;
}
.buttons-panel .btn-outline-secondary {
  border-style: solid;
  border-width: 1px;
}
.buttons-panel .unpin-button {
  padding-bottom: 0.1925rem;
}
.buttons-panel .unpin-button:hover {
  background: #ced4da;
}
.buttons-panel .unpin-button .button-icon {
  width: 14px;
  height: auto;
  margin-right: 6px;
}

.textarea-tall textarea {
  height: 200px;
}

.textarea-medium textarea {
  height: 90px;
}

@media (max-width: 768px) {
  .projects-collapse-content .col-md-5 {
    margin-bottom: 25px;
  }
  .buttons-panel {
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .buttons-panel .btn, .buttons-panel .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .buttons-panel .shepherd-button:not(.close-link) {
    padding: 4px 15px;
    font-size: 0.85rem;
    width: 100%;
    margin-bottom: 1rem !important;
  }
  .service-description .details-content p {
    font-size: 15px;
    line-height: 23px;
  }
}
.modal-dialog .col-6 {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
}

.new_project h4,
.new_offer h4,
.edit-project h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(28, 49, 58, 0.7);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
  margin-bottom: 15px;
  margin-top: 10px;
}

.project-menu {
  border-bottom: 2px solid #dde2e5;
  padding: 10px 0 13px 12px;
  background: #fafcfe;
}
.project-menu .nav-item {
  position: relative;
}
.project-menu .nav-item .new-message-icon {
  float: right;
  width: 12px;
  height: auto;
  margin: 13px 12px 0 0;
}
.project-menu .nav-item .nav-link {
  padding: 0.3rem 0;
  font-size: 16px;
  float: left;
  font-weight: 500;
}
.project-menu .active {
  font-weight: 400;
  color: #1c313a;
}
.project-menu .message {
  position: absolute;
  top: 6px;
  text-align: center;
  right: 0;
  background: #ffcd00;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.project-menu .message .comment {
  width: 100%;
  height: 17px;
  margin-top: 5px;
  float: left;
  background: url(/assets/ico_notification-3d943c436c161e96610fdd32b82c69d058053decd82b5dc5886555ecff37b888.svg) top center no-repeat;
}

.services-menu .nav-item {
  position: relative;
}
.services-menu .nav-item .nav-link {
  float: left;
}
.services-menu .nav-item .new-message-icon {
  float: right;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 12px;
}
.services-menu .nav-item .new-message-icon img {
  width: 12px;
  height: auto;
  margin-top: -5px;
}
.services-menu .message {
  position: absolute;
  top: 11px;
  text-align: center;
  right: -10px;
  background: #ffcd00;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.services-menu .message .comment {
  width: 100%;
  height: 17px;
  margin-top: 5px;
  float: left;
  background: url(/assets/ico_notification-3d943c436c161e96610fdd32b82c69d058053decd82b5dc5886555ecff37b888.svg) top center no-repeat;
}

.simple-link {
  font-size: 13px;
  font-weight: 500;
}

.project-heading h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.project-heading .buttons-panel {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
}

.details-row .details-box-info {
  display: inline;
  float: left;
}
.details-row .separator {
  display: inline;
  float: left;
  margin: 9px 10px 0;
  width: 35px;
  border-top: 2px solid rgba(28, 49, 58, 0.1);
}

@media (max-width: 992px) {
  .details-row .details-box {
    font-size: 11px;
  }
  .details-row .separator {
    margin: 7px 5px 0;
    width: 5px;
  }
  .buttons-panel .btn, .buttons-panel .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .buttons-panel .shepherd-button:not(.close-link) {
    width: 100%;
  }
}
.empty-project {
  border: 1px solid rgba(28, 49, 58, 0.1);
}
.empty-project h1 {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 30px;
}
.empty-project h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}
.empty-project .lead {
  font-size: 18px;
  line-height: 29px;
}
.empty-project .info {
  font-size: 16px;
  line-height: 1.38;
}
.empty-project .simple-list {
  padding: 0 0 0 20px;
  margin: 0 0 25px;
}
.empty-project .simple-list li {
  list-style: disc;
  color: #ffc107;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 14px;
}
.empty-project .simple-list li span {
  color: #1c313a;
  font-size: 16px;
  line-height: 26px;
}
.empty-project .short-list {
  padding: 0 0 0 20px;
  margin: 0 0 25px;
}
.empty-project .short-list li {
  list-style: disc;
  color: #ffc107;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 4px;
}
.empty-project .short-list li span {
  color: #1c313a;
  font-size: 16px;
  line-height: 22px;
}

.empty-list-img {
  width: 100%;
  height: 390px;
  background: url(/assets/addfirstservice-cd561e6a6d20bc518e4af67d5fdd50e42f321e39ffa7d603296a082dd777c046.png) top left no-repeat;
  background-size: contain;
}

@media (max-width: 992px) {
  .empty-list-img {
    margin-top: 0 !important;
    width: 65%;
    margin: auto;
    height: 220px;
  }
}
.empty-list-img-big {
  width: 100%;
  height: 350px;
  background: url(/assets/createfirstproject-2d6891dd0debc9a4609fe8ca40cd10403332e12e7ddd8a74491bb76c911b6784.png) bottom left no-repeat;
  background-size: contain;
}

@media (max-width: 992px) {
  .empty-list-img-big {
    margin-top: 20px !important;
    width: 69%;
    margin: auto;
    height: 190px;
  }
  .empty-project h1 {
    font-size: 25px;
  }
  .empty-project .lead {
    font-size: 16px;
    line-height: 26px;
  }
}
.modal-content, .shepherd-content {
  border: none;
  border-radius: 8px;
}
.modal-content .backoffice-list .list-group-item .status, .shepherd-content .backoffice-list .list-group-item .status {
  padding: 4px 8px;
}
.modal-content .form-control, .shepherd-content .form-control,
.modal-content .project_scientific_domains,
.shepherd-content .project_scientific_domains {
  width: 100%;
  max-width: 100%;
}

abbr[title] {
  text-decoration: none;
}

.form-control.is-valid,
.form-control.is-invalid {
  background-position: right 8px center !important;
}

.new_customizable_project_item .form-control.is-valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2322ab2c' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat !important;
}

.form-control.select {
  background-position: right 20px center !important;
}

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

@media (max-width: 992px) {
  .title {
    font-size: 28px;
    line-height: 37px;
    text-align: center;
  }
  .home-lead {
    font-size: 18px;
    line-height: 1.48;
    text-align: center;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .home-image {
    position: relative !important;
    width: 100% !important;
    height: 260px !important;
    background-image: url(/assets/gfx_whole_illustation_phone-0361beeb458efdb55ddcfbf2e20e554fe83770ba501c620b8e81f5206ce7173c.png) !important;
    background-position: 50% 50% !important;
    top: -25px !important;
    right: auto !important;
  }
  .home-intro {
    padding-top: 0 !important;
  }
}
.tabs {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.tabs li {
  background: none;
  color: #1c313a;
  display: inline-block;
  font-size: 17px;
  float: left;
  text-align: center;
  font-weight: normal;
  padding: 13px 0;
  border: 1px solid #ffcd00;
  width: 50%;
  cursor: pointer;
}
.tabs .current {
  background: #ffcd00;
}
.tabs li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.tabs li:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media (max-width: 992px) {
  .tabs li:first-child {
    border-top-left-radius: 0;
    border-left: none;
    border-bottom-left-radius: 0;
  }
  .tabs li:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.tab-content-home {
  display: none;
}
.tab-content-home.current {
  display: inherit;
}

.services-link {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.home-communities {
  background: #010e87;
  color: #fff;
  border-radius: 5px;
  margin-top: 3.5rem !important;
}
.home-communities .more-link {
  background: url(/assets/link-separator-bg-326f89172d07e1d2b488c0287f0ad76801101c97fa2c96bcf0d9edf2a1f1220f.png) no-repeat;
  background-size: 190px 2px;
  padding-top: 12px;
  color: #fff !important;
}
.home-communities .more-link svg {
  color: #ffcd00;
  font-size: 10px;
  margin-right: 3px;
}
.home-communities .more-link:hover {
  color: #ffcd00 !important;
}
.home-communities ul {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
}
.home-communities ul li {
  color: #ffcd00;
  font-size: 21px;
  padding: 0;
  line-height: 24px;
}
.home-communities ul li a {
  font-size: 16px;
  max-width: 225px;
  display: block;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff !important;
}
.home-communities ul li a:hover {
  color: #ffcd00 !important;
}

.pages ul {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
}
.pages ul li {
  color: #ffcd00;
  font-size: 21px;
  padding: 0;
  line-height: 24px;
}
.pages ul li a {
  font-size: 16px;
  max-width: 990px;
  display: block;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000 !important;
}
.pages ul li a:hover {
  color: #ffcd00 !important;
}

@media (max-width: 992px) {
  .communities-wrapper {
    margin-bottom: 35px;
  }
  .home-communities .more-link {
    font-size: 12px;
  }
  .branch-box .branch-name {
    font-size: 16px;
  }
  .home-communities {
    border-radius: 0;
  }
  .testimonial .card-body {
    margin-bottom: 30px;
  }
  .testimonial .card-body .card-author {
    margin-bottom: 0.4rem !important;
  }
}
.home-title {
  font-size: 28px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.opinion {
  border: none;
  background: #f9fcfe;
}
.opinion .card-body {
  padding: 1.3rem 1rem;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #1c313a;
}
.opinion .card-body .card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #010e87;
}
.opinion .card-body .list-inline {
  margin-bottom: 0.8rem;
}
.opinion .card-body .list-inline li {
  margin-right: 2px;
}
.opinion .card-body .list-inline li svg {
  font-size: 16px;
}

.testimonial {
  border: none;
}
.testimonial .card-body {
  padding: 0 0 0 75px;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  background: url(/assets/ico_testimonials-ad8c05b14e04c75ec78714bd6dc2cc6995f1792485ca4b3baf7f0ccde89b0289.png) no-repeat 0 5px;
  color: #1c313a;
}
.testimonial .card-body .list-inline {
  margin-bottom: 0.8rem;
}
.testimonial .card-body .list-inline li {
  margin-right: 2px;
}
.testimonial .card-body .list-inline li svg {
  font-size: 16px;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 992px) {
  .vertical-center {
    margin-top: 30px;
  }
}
.modal {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
}
.modal .modal-dialog {
  max-width: 570px;
}
.modal .modal-dialog.wide {
  max-width: 1280px;
}
.modal .modal-dialog.medium {
  max-width: 825px;
}
.modal .modal-dialog.new-feature {
  max-width: 885px;
}
.modal .modal-dialog.new-feature .modal-content, .modal .modal-dialog.new-feature .shepherd-content {
  padding: 40px 30px 40px 0;
  width: auto;
}
.modal .modal-dialog.new-feature .modal-content .modal-header h2, .modal .modal-dialog.new-feature .shepherd-content .modal-header h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.modal .modal-dialog.new-feature .modal-content .modal-body p, .modal .modal-dialog.new-feature .shepherd-content .modal-body p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}
.modal .modal-dialog.new-feature .modal-content .image-col, .modal .modal-dialog.new-feature .shepherd-content .image-col {
  text-align: left;
}
.modal .modal-header {
  border: none;
  padding: 2.4rem 1.5rem 1rem;
}
.modal .modal-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.modal .modal-header .close {
  font-size: 38px;
  padding-top: 5px;
  padding-bottom: 0;
  color: #1c313a;
}
.modal .modal-body {
  padding: 0 1.5rem 1.5rem;
}
.modal .modal-body .pagy-bootstrap {
  justify-content: center;
}
.modal .modal-body .actions-row {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.modal .modal-body .actions-row .btn-secondary,
.modal .modal-body .actions-row .btn-primary,
.modal .modal-body .actions-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link),
.shepherd-content .shepherd-footer .modal .modal-body .actions-row .shepherd-button:not(.close-link) {
  font-size: 1rem;
  width: 30%;
}
.modal .modal-body .actions-row .btn-secondary {
  border: 1px solid #010e87;
  color: #010e87;
}
.modal .modal-body .modal-info {
  background: #f7f7f7 url(/assets/ico_eosccloud_grey-073e94f89556285dfe1fba9166d7baff8f475c6b48cdee16da130cdb23fc660c.svg) 20px 50% no-repeat;
  padding: 15px 0 15px 100px;
  text-align: left;
}
.modal .modal-body .modal-info p {
  margin: 0;
}
.modal .modal-body .select-bigger {
  padding-top: 10px;
}
.modal .modal-body .select-bigger label {
  font-size: 18px;
  font-weight: 600;
}
.modal .modal-body .select-bigger select {
  height: 53px;
  padding: 12px;
  border-radius: 8px;
}
.modal .modal-body .select-bigger .form-group {
  margin-bottom: 20px;
}
.modal .modal-body .messages-box {
  position: relative;
  width: 100%;
  padding: 12px 6px 12px 12px;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 140%;
  background: #edf4ff;
  border-color: #edf4ff;
  color: #4f4f4f;
}
.modal .modal-body .messages-box .messages-scroll-wrapper {
  height: 240px;
  overflow-y: auto;
  padding-right: 10px;
}
.modal .modal-body .messages-box::before {
  position: absolute;
  top: 15px;
  z-index: 1;
  left: 15px;
  font-size: 15px;
  content: "Messages sent to user email will appear here.";
}
.modal .modal-body .messages-box .modal-dialog-scrollable {
  width: 100%;
  background: #edf4ff;
}
.modal .modal-body .messages-box .list-group {
  width: 100%;
  z-index: 100;
}
.modal .modal-body .messages-box .list-group .message-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  padding: 8px;
  margin-bottom: 10px;
}
.modal .modal-body .messages-box .list-group .message-row .message-author {
  font-weight: 500;
  font-size: 14px;
}
.modal .modal-body .messages-box .list-group .message-row .message-date {
  font-weight: 400;
  font-size: 12px;
}
.modal .modal-body .messages-box .list-group .message-row .message-content {
  flex-basis: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.modal .modal-body .approval_request_message label {
  display: none;
}
.modal .modal-body .approval-message-row input {
  height: 42px;
  padding: 5px 10px;
  border-radius: 8px;
}
.modal .modal-footer {
  justify-content: flex-start;
}
.modal .new_service_question,
.modal .new_report {
  text-align: left;
}
.modal .new_service_question label,
.modal .new_report label {
  font-weight: 500;
}
.modal .new_service_question .form-group input,
.modal .new_report .form-group input {
  height: 50px;
}
.modal .close-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #010e87;
  float: left;
  opacity: 1;
}

.confirm-modal {
  flex-direction: column;
  border: none;
  border-radius: 8px;
  width: 600px;
  padding: 15px 24px 40px;
  overflow: hidden;
}
.confirm-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.confirm-modal .close span {
  font-size: 30px;
  line-height: 20px;
  display: inline-block;
}
.confirm-modal .confirm-title {
  font-size: 24px;
  font-weight: 500;
}
.confirm-modal .confirm-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #233d4c;
}
.confirm-modal .modal-actions {
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.confirm-modal .modal-actions .btn, .confirm-modal .modal-actions .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .confirm-modal .modal-actions .shepherd-button:not(.close-link) {
  width: 48%;
}
.confirm-modal .modal-actions .btn-secondary {
  border: 1px solid #010e87;
  color: #010e87;
}

.subsection {
  margin: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.additional-information .offer-description h4 {
  border-bottom: 2px solid #dee2e6;
  margin-top: 0;
  font-size: 0.875rem;
  padding-bottom: 0.65rem;
}
.additional-information.technical .col-form-label,
.additional-information.technical .form-control-label {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: 600;
  width: 100%;
}
.additional-information .form-group {
  margin-bottom: 2rem;
}

.access-information {
  font-size: 16px;
  line-height: 26px;
}
.access-information .btn-outline-primary {
  max-width: 255px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .access-information {
    margin-top: 0;
    padding-top: 0 !important;
  }
}
.open_access .access-image,
.fully_open_access .access-image,
.other .access-image {
  width: 100%;
  height: 390px;
  background: url(/assets/globe-07ea834fb9e688cfe14b6752bdaf78c12872a97b9cb53de75517fb9ceab485dc.svg) center center no-repeat;
  background-size: contain;
}

.order_required .access-image {
  width: 100%;
  height: 390px;
  background: url(/assets/check_affiliation-d3a74a6e6614a2965d742a231d8936298723dc0c6b273e2c77a0f2d69db134c2.svg) center center no-repeat;
  background-size: contain;
}

.external .access-image {
  width: 100%;
  height: 390px;
  background: url(/assets/rocket-e80e6ff7361c7ee71452612c925381a765721ca211e7d3e05feb3f9038e909d7.svg) center center no-repeat;
  background-size: contain;
}

.btn-outline-primary {
  border-width: 1px;
  border-style: solid;
}

.lead-error {
  margin-top: 20px;
}

.compare label {
  margin: 0;
}
.compare input[type=checkbox] {
  opacity: 0;
}
.compare input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  color: #010e87;
  padding-top: 1px;
  margin-right: 6px;
}
.compare input[type=checkbox] + span.smaller {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.compare input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  border: 1px solid #010e87;
  border-radius: 3px;
  background-color: #fff;
}
.compare input[type=checkbox]:disabled + span {
  opacity: 0.7;
  color: #8d989c;
}
.compare input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.compare input[type=checkbox]:disabled + span::before {
  border: 1px solid #8d989c;
}
.compare.favourites input[type=checkbox] + span {
  background: url(/assets/icon-heart-0df3a67b942d017e950ba8012b60dd295bff5062747e3f941c768a284c0c1537.svg) no-repeat 0 2px;
  background-size: auto 90%;
  padding-left: 23px;
}
.compare.favourites input[type=checkbox] + span::before {
  display: none;
}
.compare.favourites input[type=checkbox]:checked + span::after {
  background: url(/assets/icon-heart-full-9c35e09ca8e80c58b20f69ac3233ac56cd098c8cb06a1da107a637d8fa8b7492.svg) no-repeat 0 2px;
  background-size: auto 90%;
  transform: none;
  border: none;
  width: 20px;
  top: -1px;
  left: 0;
  height: 18px;
}

.comparison-bar {
  box-shadow: 15px 15px 15px 15px RGB(0, 0, 0, 0.2);
  z-index: 100 !important;
  animation: fade-in 1s both;
}
.comparison-bar .action-box {
  display: flex;
  justify-items: end;
  align-items: center;
}
.comparison-bar .action-box a {
  display: inline-block;
}
.comparison-bar .list-inline {
  padding: 15px 0;
}
.comparison-bar .list-inline .service {
  padding: 0 5px 0;
  overflow: hidden;
}
.comparison-bar .list-inline .service .logo {
  height: 40px;
}
.comparison-bar .list-inline .service .logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.comparison-bar .list-inline .service .logo img {
  vertical-align: middle;
}
.comparison-bar .list-inline .service .service-title {
  color: #010e87;
  font-weight: 600;
  margin-left: 10px;
  height: 100%;
  line-height: 40px;
  font-size: 0.73rem;
}
.comparison-bar .list-inline .service .service-title .middle {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.comparison-bar .list-inline .service .comparison-link {
  margin: 10px 5px 0 0;
}

@media (max-width: 992px) {
  .services-list {
    margin: 0 0 15px;
  }
  .services-list .col-12 {
    margin-bottom: 5px;
  }
  .action-box {
    text-align: center !important;
  }
}
.services-comparison {
  border-radius: 0.45rem !important;
  display: table;
  border: 1px solid rgba(28, 49, 58, 0.1);
  border-spacing: 0;
  border-collapse: unset;
}
.services-comparison thead th {
  font-weight: 300;
  font-size: 1rem;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
}
.services-comparison thead th span {
  font-size: 0.75rem;
  line-height: 24px;
}
.services-comparison td {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
  border-right: 1px solid rgba(28, 49, 58, 0.1);
}
.services-comparison th {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
  border-right: 1px solid rgba(28, 49, 58, 0.1);
}
.services-comparison .title-col {
  width: 27%;
  position: relative;
}
.services-comparison .title-col.empty {
  text-align: center;
}
.services-comparison .title-col:first-child {
  width: 19%;
}
.services-comparison .title-col .logo-wrapper {
  height: 70px;
  width: 100%;
  float: left;
}
.services-comparison .title-col .logo-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.services-comparison .title-col .logo-wrapper img {
  vertical-align: middle;
  max-height: 45px;
}
.services-comparison .title-col .fa-trash-alt {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
}
.services-comparison .lightgrey-row {
  background: rgba(28, 49, 58, 0.05);
}
.services-comparison .service-title {
  font-weight: 300;
  margin-top: 5px;
  color: #010e87;
  font-size: 1rem;
}
.services-comparison .service-description {
  font-weight: 300;
  margin-top: 5px;
  line-height: 0.9rem;
  font-size: 0.75rem;
}

@media (max-width: 992px) {
  .services-comparison {
    display: block;
  }
  .services-comparison .service-title {
    font-size: 0.8rem;
  }
  .services-comparison td,
  .services-comparison th {
    padding: 5px;
    font-size: 11px;
  }
  .services-comparison .title-col {
    min-width: 100px;
  }
  .services-comparison .title-col:first-child {
    min-width: 70px;
  }
  .services-comparison .title-col .fa-trash {
    float: none;
    margin: 5px 0;
  }
  .services-comparison .title-col .logo-wrapper {
    height: 90px;
    width: 100%;
  }
  .services-comparison .title-col .logo-wrapper img {
    max-width: 70px;
    height: auto;
  }
}
.add-button {
  width: 77px;
  height: 60px;
  padding: 12px 0;
  border-radius: 8px;
  background: #515459;
  z-index: 100;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.add-button.active:hover {
  border: 2px solid #010e87;
  background: #010e87;
}
.add-button:hover {
  background: #010e87;
}
.add-button::after {
  content: "Add";
  display: block;
  float: left;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.add-button .plus-icon {
  width: 24px;
  font-size: 21px;
  margin: 0 5px 0 0;
  float: left;
  display: block;
  height: 24px;
  background-image: url(/assets/icon-add-83ad9c65ef5cf0bd8cbc60485fe54c6021d52d37aec689addb0117be7a904e44.svg);
  background-repeat: no-repeat;
}

.profile svg {
  color: #e8eaeb;
  float: left;
  margin-right: 25px;
}
.profile .profile-info {
  font-size: 12px;
  line-height: 17px;
  margin-top: 35px;
  color: rgba(28, 49, 58, 0.7);
}

.profile-edit .bordered-header {
  border-bottom: 1px solid #e8eaeb;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.profile-edit .bordered-header h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  font-weight: 600;
  float: left;
}
.profile-edit .bordered-header span {
  float: right;
}
.profile-edit .bordered-header span .btn-warning {
  color: #000;
  border: 1px solid #e6eef7;
  background: none;
  text-transform: uppercase;
}
.profile-edit .bordered-header span .btn-warning:hover {
  background: #e6eef7;
}
.profile-edit h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-edit ul {
  margin-bottom: 25px;
  padding-left: 22px;
}
.profile-edit ul li {
  list-style: disc;
  color: #e6eef7;
  font-size: 21px;
  line-height: 25px;
}
.profile-edit ul li span {
  color: #1c313a;
  font-size: 1rem;
}
.profile-edit .form-group {
  margin-bottom: 25px;
}
.profile-edit .form-group .form-control-label {
  font-weight: 500;
}
.profile-edit .user_categories_updates,
.profile-edit .user_scientific_domains_updates {
  font-size: 1rem;
  margin: 0 0 20px;
}
.profile-edit .user_categories_updates label,
.profile-edit .user_scientific_domains_updates label {
  color: #1c313a !important;
}

.delete-info {
  background: #f7f7f7;
  padding: 15px;
  display: inline-flex;
}
.delete-info .delete-text {
  font-size: 13px;
  line-height: 18px;
}
.delete-info .btn-danger {
  background: none;
  height: 28px;
  border: 1px solid #ff5b5b;
  color: #1c313a;
}
.delete-info .btn-danger:hover {
  background: #ff5b5b;
  color: #fff;
}

.service-links {
  border-top: 1px solid #e8eaeb;
  margin-top: 19px;
  padding: 10px 0;
}
.service-links .status {
  margin-right: 25px;
  line-height: 23px;
}
.service-links .padding {
  padding-top: 3px;
}
.service-links ul {
  padding: 0;
  margin: 0;
}
.service-links ul li {
  display: inline;
  float: left;
  padding-left: 16px;
  position: relative;
  margin-right: 25px;
}
.service-links ul li svg {
  font-size: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  color: #ffcd00;
}

.question-col {
  text-align: center;
}
.question-col .question-link {
  font-size: 13px;
}

.classification-box {
  margin-bottom: 1.4rem;
}

.details-box-wrapper {
  z-index: 1;
}
.details-box-wrapper .details-box {
  border: 1px solid #e8eaeb;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  width: 23%;
  margin-bottom: 16px;
}
.details-box-wrapper .details-box.special-box .details-content ul li.links {
  margin-left: 8px;
}
.details-box-wrapper .details-box .details-header {
  border-bottom: none;
  background-color: #fff;
  padding: 16px 8px 3px;
}
.details-box-wrapper .details-box .details-header h5 {
  color: #1c313a;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(/assets/icon-uptime-c0169a887e37ad4dc91a0c6e716218e26fce429bc0e8b059b9892bd63e66ec93.svg);
  background-position: 0 1px;
  background-size: 16px auto;
  padding-left: 21px;
}
.details-box-wrapper .details-box .details-content {
  padding: 15px 10px 5px 30px;
}
.details-box-wrapper .details-box .details-content .taglist-holder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-weight: 400;
  grid-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 6px;
  grid-row-gap: 6px;
  row-gap: 6px;
}
.details-box-wrapper .details-box .details-content .taglist-holder .tag-item {
  padding: 4px 8px 4px;
  line-height: 1.2;
  background: #edf4ff;
  font-size: 10.5px;
  color: #010e87;
}
.details-box-wrapper .details-box .details-content h6 {
  font-weight: 300;
  margin-bottom: 3px;
}
.details-box-wrapper .details-box .details-content a {
  color: #060f7c;
}
.details-box-wrapper .details-box .details-content ul {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.details-box-wrapper .details-box .details-content ul li {
  margin: 0 0 17px;
  padding: 0;
  color: #233d4c;
  line-height: 1.15;
  border: none;
  font-size: 0.8rem;
  list-style-type: none !important;
  display: list-item;
}
.details-box-wrapper .details-box .details-content ul li.links {
  list-style: none !important;
  margin-bottom: 10px;
}
.details-box-wrapper .details-box .details-content ul li.links a {
  font-size: 12px;
  color: #060f7c;
}
.details-box-wrapper .details-box .details-content ul li.links a span {
  color: #060f7c;
  font-size: 0.775rem;
  word-break: break-all;
}
.details-box-wrapper .details-box .details-content ul li.links a:hover {
  color: #010e87;
}
.details-box-wrapper .details-box .details-content ul li.links a:hover span {
  color: #233d4c;
}
.details-box-wrapper .details-box .details-content ul li.links .arrow-right {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: url(/assets/icon-arrow-right-ee7dce71bf66a02de858ad8dd6d4bcbdd6b0277219662bee0d7a03bcd7e12f4c.svg);
  background-size: contain;
}
.details-box-wrapper .details-box .details-content ul li.links svg {
  font-size: 9px;
  margin-right: 7px;
  margin-top: -2px;
  vertical-align: middle;
}
.details-box-wrapper .details-box .details-content ul li span {
  color: #797777;
  font-size: 12px;
  font-weight: 400;
}
.details-box-wrapper .details-box .details-content ul li span.list-title {
  font-size: 14px;
  color: #233d4c;
  display: inline-block;
  margin-bottom: 7px;
}
.details-box-wrapper .details-box .details-content ul li span.list-title span {
  font-size: 14px;
  color: #233d4c;
}
.details-box-wrapper .details-box .details-content ul li span .badge-light {
  white-space: normal;
  text-align: left;
  line-height: 1.4;
  margin-top: 6px;
}
.details-box-wrapper .details-box .details-content ul li span.geographical {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 4px;
}
.details-box-wrapper .details-box.resource_availability_and_languages .details-header h5 {
  background-image: url(/assets/icon-availability-741dbcdabc19b3f26149bf774daecf998af0c8ea852cb9b3e77158cd77df4241.svg);
}
.details-box-wrapper .details-box.resource_availability_and_languages .details-content {
  padding: 0 0 20px;
}
.details-box-wrapper .details-box.target_users .details-header h5 {
  background-image: url(/assets/icon-target-29f51bf1944e30a518d2da2bb73627f4cf36c35a8d4db6246cc96c3782086d33.svg);
}
.details-box-wrapper .details-box.tags .details-header h5 {
  background-image: url(/assets/icon-tag-c74ea7668e0e94bb2429f4bab2dd082de6f7b00182b95eee1956b31b10a3f1c7.svg);
}
.details-box-wrapper .details-box.classification .details-header h5 {
  background-image: url(/assets/icon-classification-4ede03022ebefacd58e1273d51a5c6c548a9a109876e09514839970ec4ff5055.svg);
}
.details-box-wrapper .details-box.marketing .details-content {
  padding-bottom: 10px;
}
.details-box-wrapper .details-box.marketing .details-header h5 {
  background-image: url(/assets/icon-marketing-c1f9c7d448e748752f577a0d8b7e51bab9beb22924fa560d397ecc64cc063f48.svg);
}
.details-box-wrapper .details-box.attribution .details-header h5 {
  background-image: url(/assets/icon-attribution-c489c91e1ad38884ba0ac373ca0f2c8fa1d4e7af9ddb3f4489ffd9a10c60e8a2.svg);
}
.details-box-wrapper .details-box.dependencies .details-header h5 {
  background-image: url(/assets/icon-dependencies-31572c9754128482732b8218051b10e207816b8611e5f312e223e8d8dc903b14.svg);
}
.details-box-wrapper .details-box.dependencies .details-content {
  padding-bottom: 15px;
}
.details-box-wrapper .details-box.dependencies .details-content .list-group li {
  margin: 15px 0 4px;
}
.details-box-wrapper .details-box.dependencies .details-content .list-group li:first-child {
  margin-top: 0;
}
.details-box-wrapper .details-box.dependencies .details-content .list-group li.links {
  margin: 0 0 8px;
}
.details-box-wrapper .details-box.uptime_monitoring {
  padding-bottom: 14px;
}
.details-box-wrapper .details-box.uptime_monitoring .details-content ul li {
  margin-bottom: 8px;
}
.details-box-wrapper .details-box.availability_and_language {
  z-index: 1000;
  background: #fff;
}
.details-box-wrapper .details-box.availability_and_language .details-header {
  padding: 16px 2px 3px 8px;
}
.details-box-wrapper .details-box.availability_and_language .details-header h5 {
  background-image: url(/assets/icon-availability-741dbcdabc19b3f26149bf774daecf998af0c8ea852cb9b3e77158cd77df4241.svg);
}
.details-box-wrapper .details-box.availability_and_language .details-content {
  padding-bottom: 9px;
}
.details-box-wrapper .details-box.availability_and_language .details-content ul li {
  margin-bottom: 7px;
}
.details-box-wrapper .details-box.availability_and_language .details-content ul li.geographical {
  margin: 5px 0 7px;
}
.details-box-wrapper .details-box.availability_and_language .details-content ul li span.list-title {
  font-size: 13px;
  margin-bottom: 5px;
  color: #000;
  width: 100%;
}
.details-box-wrapper .details-box.availability_and_language .details-content ul li span.list-title a::after {
  content: "";
  background-image: url(/assets/icon-arrow-down-e18619cb30d5b22e28cc4af26fedd2ebe36991301e79e31766717d4a18d6c3d5.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 12px;
  height: 10px;
  float: right;
  margin: 3px 10px 0 0;
}
.details-box-wrapper .details-box.availability_and_language .details-content ul li span.list-title a[aria-expanded=true]::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.details-box-wrapper .details-box.order .details-header h5 {
  background-image: url(/assets/icon-order-8de2968c8e0eed7df514c02a404e14411f8aa8567b04aaf9a1b789efe4c98161.svg);
}
.details-box-wrapper .details-box.public_contacts .details-content {
  padding: 12px 10px 17px 32px;
}
.details-box-wrapper .details-box.public_contacts .details-header h5 {
  background-image: url(/assets/icon-contact-e900dbd109f4e609a5b44ce22aa5dd8048a3f44cf887f54f378e8fc18a4ac3ea.svg);
}
.details-box-wrapper .details-box.public_contacts .details-content {
  line-height: 1.85;
  font-size: 13px;
}
.details-box-wrapper .details-box.maturity_information .details-header h5 {
  background-image: url(/assets/icon-maturity-e44897634e60222f2347e8e72747001c470ce1fc97d38a5bf6d31d0cf803374c.svg);
}
.details-box-wrapper .details-box.participating_countries .details-header h5 {
  background-image: url(/assets/icon-availability-741dbcdabc19b3f26149bf774daecf998af0c8ea852cb9b3e77158cd77df4241.svg);
}
.details-box-wrapper .details-box.location .details-header h5 {
  background-image: url(/assets/icon-availability-741dbcdabc19b3f26149bf774daecf998af0c8ea852cb9b3e77158cd77df4241.svg);
}
.details-box-wrapper .details-box.changelog .details-content {
  padding-bottom: 17px;
}
.details-box-wrapper .details-box.changelog .details-content span {
  word-break: break-all;
}
.details-box-wrapper .details-box.financial_information .details-header h5 {
  background-image: url(/assets/icon-pricing-465d88536db826bd9071748e348dfb3271f2300719d85caed2256127760f09b9.svg);
}
.details-box-wrapper .details-box.Identifiers .details-header h5 {
  background-image: url(/assets/icon-identifiers-6e5a01bedcc1c398732a73a7dfd925d9711cf0863ce2a13bb7035f89f1a67beb.svg);
}
.details-box-wrapper .details-box.Statistics .details-header h5 {
  background-image: url(/assets/icon-statistics-0ba88e8e3c32139043ccd3fc3f45a41a8da84c4937633fb0492624efa55fd55f.svg);
}
.details-box-wrapper .details-box.Statistics .details-content {
  padding: 12px 6px 0 30px;
}
.details-box-wrapper .details-box.persistent_identity_systems .details-content, .details-box-wrapper .details-box.research_product_access_policies .details-content, .details-box-wrapper .details-box.research_product_metadata_access_policies .details-content {
  padding: 15px 10px 15px 30px;
}

.geographical-availabilities-map {
  margin-top: 10px;
}

.geographical-availabilities-map-provider {
  border: 1px solid #e8eaeb;
  margin-top: 20px;
  padding: 10px;
}

.backoffice-intro p {
  font-size: 19px;
  line-height: 1.44;
}

.backoffice-intro-pic {
  text-align: right;
}
.backoffice-intro-pic img {
  max-width: 100%;
  height: auto;
}

.backoffice-form .simple_form {
  width: 100%;
}

.add-new-menu {
  margin-top: 10px;
}
.add-new-menu li {
  margin-bottom: 6px;
}
.add-new-menu li a {
  font-size: 16px;
  width: 100%;
  display: block;
}
.add-new-menu li a.active {
  font-weight: 600;
  border-bottom: 3px solid #010e87;
}

#service_logo {
  border: none;
}

.fixme {
  background: #fff;
  z-index: 100;
  padding: 0 20px 20px 0;
  max-width: 235px;
}

.based-on-your-search {
  font-size: 16px;
  line-height: 30px;
}
.based-on-your-search .recommend-box {
  float: left;
  display: inline-block;
  color: #1c313a;
  font-size: 11px;
  font-weight: 500;
  margin: 10px 10px 15px 0;
  position: relative;
  line-height: 20px;
  border: 1px solid #b9e1f9;
  background: #f9fcfe;
  padding: 4px 12px 4px 40px;
}
.based-on-your-search .recommend-box svg {
  font-size: 19px;
  color: #bbe0f8;
  position: absolute;
  top: 5px;
  left: 10px;
}

.info-row {
  margin-bottom: 20px;
  background: #e6fafd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 0 0;
}
.info-row .icon-pencil {
  width: auto;
  float: left;
  margin: 10px 20px;
  height: 41px;
}

.info-row-redesign {
  margin-bottom: 20px;
  background: #edf4ff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.info-row-redesign .icon-pencil {
  width: auto;
  float: left;
  margin: 10px 20px;
  height: 41px;
}

.parameters .card {
  border-color: #e8eaeb;
  padding: 23px 25px 0;
}
.parameters .card .icon-speed {
  width: auto;
  height: 44px;
  float: left;
  margin: 0 20px;
}
.parameters .card .icon-tag {
  width: auto;
  height: 51px;
  float: left;
  margin: -4px 20px 0;
}
.parameters .card .card-button .btn-outline-secondary {
  border: 1px solid #010e87;
  background: #010e87;
  color: #fff;
}
.parameters .edit-offer .card {
  border: 1px solid #e6eef7;
  padding: 15px 0 0;
}
.parameters .edit-offer .card:not(.default) {
  min-height: 250px;
}
.parameters .edit-offer .card .card-body {
  padding-top: 0 !important;
}
.parameters .edit-offer .card .card-body .info-row .icon-pencil {
  margin: 10px 0;
}

.service-buttons .btn, .service-buttons .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .service-buttons .shepherd-button:not(.close-link) {
  padding: 4px 15px;
}

.status-row {
  margin-left: auto;
}
.status-row span {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.tokens {
  font-size: 16px;
  margin-bottom: 70px;
  line-height: 22px;
}
.tokens .icon {
  float: left;
  width: 94px;
  height: 94px;
  text-align: center;
  line-height: 94px;
  padding-top: 13px;
  margin-right: 50px;
  background: #e8eaeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tokens .icon svg {
  color: #fff;
  font-size: 55px;
  line-height: 94px;
}
.tokens .fa-check-circle {
  color: #22ab2c;
}
.tokens .token-button {
  padding-top: 28px;
  overflow: hidden;
}
.tokens .token-button .btn-primary, .tokens .token-button .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .tokens .token-button .shepherd-button:not(.close-link) {
  font-weight: 600;
  padding: 0.5rem 3rem 0.375rem;
}
.tokens .token-button .btn-outline-danger {
  font-weight: 600;
  padding: 0.5rem 3rem 0.375rem;
  border: 1px solid #ff5557;
}
.tokens .active {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}
.tokens .token-visibility {
  color: rgba(28, 49, 58, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.api-submenu {
  padding-left: 0;
}
.api-submenu ul {
  margin: 0;
  padding: 23px 0 10px 40px;
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  background-color: #f9fcfe;
}
.api-submenu ul li {
  margin-bottom: 15px;
  list-style: disc;
  color: rgba(28, 49, 58, 0.3);
  font-size: 20px;
}
.api-submenu ul li.active {
  color: #ffcd00;
}
.api-submenu ul li span {
  font-size: 16px;
  color: #010e87;
}

.rating-column {
  width: 20%;
}

.card-columns.two {
  -moz-column-count: 2;
  column-count: 2;
}

.favourite-icon {
  background: #f9fcfe;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #dde2e5;
  border-bottom: 1px solid #dde2e5;
}

.favourites .service-box {
  width: 100%;
}

.favourites-popup {
  position: absolute;
  bottom: 45px;
  right: 45px;
  margin: 0;
}
.favourites-popup .modal-content, .favourites-popup .shepherd-content {
  background: #f9fcfe;
  border-radius: 14px;
  font-size: 16px;
  box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d1dee6;
}
.favourites-popup .modal-body {
  padding: 20px 10px 20px 15px;
}
.favourites-popup .modal-body .buttons-row {
  margin-top: 15px;
}
.favourites-popup .modal-body .buttons-row .btn-sm, .favourites-popup .modal-body .buttons-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .favourites-popup .modal-body .buttons-row .shepherd-button:not(.close-link):last-child, .favourites-popup .modal-body .buttons-row .btn-group-sm > .btn, .favourites-popup .modal-body .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .favourites-popup .modal-body .buttons-row .btn-group-sm > .shepherd-button:not(.close-link) {
  padding-left: 35px;
  padding-right: 35px;
  border: none;
}
.favourites-popup .modal-body .buttons-row .btn-sm a, .favourites-popup .modal-body .buttons-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child a, .shepherd-content .shepherd-footer .favourites-popup .modal-body .buttons-row .shepherd-button:not(.close-link):last-child a, .favourites-popup .modal-body .buttons-row .btn-group-sm > .btn a, .favourites-popup .modal-body .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link) a, .shepherd-content .shepherd-footer .favourites-popup .modal-body .buttons-row .btn-group-sm > .shepherd-button:not(.close-link) a {
  color: #fff;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  width: 100%;
}

.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.exit-popup .modal-header {
  border: none;
  padding: 25px 25px 10px;
}
.exit-popup .modal-header .modal-title, .exit-popup .modal-header .shepherd-content .shepherd-header .shepherd-title, .shepherd-content .shepherd-header .exit-popup .modal-header .shepherd-title {
  font-size: 22px;
}
.exit-popup .modal-content, .exit-popup .shepherd-content {
  width: 600px;
  background: #f9fcfe;
  border-radius: 14px;
  font-size: 16px;
  box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d1dee6;
}
.exit-popup .modal-body {
  padding: 20px 25px;
}
.exit-popup .modal-body label {
  font-weight: 600;
  margin-top: 15px;
}
.exit-popup .modal-body input {
  border-radius: 8px;
  min-height: 53px;
  font-size: 1rem;
  height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1rem;
}
.exit-popup .modal-footer {
  border: none;
  padding: 0 25px 35px;
}
.exit-popup .modal-footer .buttons-row {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.exit-popup .modal-footer .buttons-row .btn-sm, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .shepherd-button:not(.close-link):last-child, .exit-popup .modal-footer .buttons-row .btn-group-sm > .btn, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-group-sm > .shepherd-button:not(.close-link) {
  font-size: 18px;
  font-weight: 600;
  color: #010e87;
  padding: 15px 60px;
  background: #f8f8ff;
  float: left;
}
.exit-popup .modal-footer .buttons-row .btn-sm:hover, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link):last-child, .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .shepherd-button:hover:not(.close-link):last-child, .exit-popup .modal-footer .buttons-row .btn-group-sm > .btn:hover, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-group-sm > .shepherd-button:hover:not(.close-link) {
  color: #010e87 !important;
}
.exit-popup .modal-footer .buttons-row .btn-sm.btn-primary, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-sm.shepherd-button:not(.close-link), .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-sm.shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .shepherd-button:not(.close-link):last-child, .exit-popup .modal-footer .buttons-row .btn-group-sm > .btn-primary.btn, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-group-sm > .shepherd-button:not(.close-link) {
  color: #fff;
  float: right;
  background: #010e87;
}
.exit-popup .modal-footer .buttons-row .btn-sm.btn-primary:hover, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-sm.shepherd-button:hover:not(.close-link), .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link):last-child, .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-sm.shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .shepherd-button:hover:not(.close-link):last-child, .exit-popup .modal-footer .buttons-row .btn-group-sm > .btn-primary.btn:hover, .exit-popup .modal-footer .buttons-row .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .exit-popup .modal-footer .buttons-row .btn-group-sm > .shepherd-button:hover:not(.close-link) {
  color: #fff !important;
}

.bordered-box {
  width: 100%;
  min-height: 300px;
  border: 2px dashed rgba(28, 49, 58, 0.1);
  padding: 45px 0;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: rgba(28, 49, 58, 0.8);
  text-align: center;
}
.bordered-box .img-responsive {
  max-width: 90%;
}

.modal-backdrop.show {
  opacity: 0;
}

.api-docs h2 {
  font-size: 1.25rem;
  margin-bottom: 1.06rem;
  font-weight: 500;
}
.api-docs h3 {
  margin-top: 2rem;
  font-weight: 500;
}
.api-docs h4 {
  border: none;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 25px 0 13px;
}
.api-docs h5 {
  font-size: 1rem;
  font-weight: 500;
  margin: 15px 0 10px;
}
.api-docs .image-placeholder {
  text-align: center;
}
.api-docs img {
  margin: 30px auto 40px;
  max-width: 100%;
  height: auto;
}
.api-docs .next {
  font-size: 1rem;
  margin: 0;
}
.api-docs .table {
  border-top: 3px solid #dee2e6;
}
.api-docs .table thead th {
  border-bottom: 0;
  text-transform: none;
}
.api-docs .code-snippet {
  background: rgba(28, 49, 58, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(28, 49, 58, 0.3);
  padding: 20px 30px;
  font-weight: 600;
}
.api-docs ul {
  margin-left: 20px;
}
.api-docs ul li {
  list-style-type: disc !important;
  padding-left: 0;
  font-size: 20px;
  color: #ffcd00;
}
.api-docs ul li span {
  color: #233d4c;
  font-size: 0.875rem;
}

.not-found {
  padding-top: 40px;
}
.not-found h1 {
  font-size: 68px;
  margin-top: 90px;
  font-weight: 700;
}
.not-found p {
  font-size: 20px;
  font-weight: 200;
}

.special-list {
  margin-left: 0;
  margin-top: 20px;
  column-count: 2;
}
.special-list .special-list-item {
  border: none;
  margin: 0 0 0.35rem;
  padding: 0 0.2rem;
  color: #ffcd00;
  list-style-type: disc !important;
  display: list-item;
}
.special-list .special-list-item a {
  white-space: normal;
}

.feedback-table .rating-column {
  min-width: 195px;
}
.feedback-table td:last-child {
  min-width: 180px;
}

.notebooks-explore-info {
  background-color: #f9fcfe;
  border: 1px solid #e3eff8;
}

.new-message-separator {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  margin: 15px 0 7px;
  color: #e83e8c;
}
.new-message-separator::before, .new-message-separator::after {
  content: "";
  border-bottom: 1px solid;
  height: 1px;
}
.new-message-separator::before {
  float: left;
  margin: 12px 25px 0 0;
  width: 3%;
}
.new-message-separator::after {
  float: left;
  margin: 12px 0 0 25px;
  width: 90%;
}

.comment-log-frame {
  text-align: center;
  padding: 10px 10px 20px;
  border: 1px solid rgba(28, 49, 58, 0.1);
}

.comment-row {
  padding: 15px 0 15px 5px;
  margin: 0;
  background: #f9fcfe;
}
.comment-row.error {
  border: 1px solid #ffb8b8;
}

.stars-row .list-inline .list-inline-item {
  margin-right: 0;
}

.resource-review .invalid-feedback {
  font-size: 100%;
}

.alert-success {
  color: #3d4db6;
  background: #edf4ff;
  border: none;
  border-radius: 0;
}

.project-pin .card {
  border-radius: 8px;
}
.project-pin .card-body table td {
  min-width: 115px;
  border: none;
}
.project-pin h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 15px;
}
.project-pin label {
  display: none;
}
.project-pin select {
  height: 55px;
  border-radius: 8px;
}
.project-pin dl dd {
  color: rgba(28, 49, 58, 0.7);
}
.project-pin .pin-service .resource-row {
  margin: 0 0 15px;
  line-height: 25px;
}
.project-pin .pin-service .resource-row .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #010e87;
  margin: 0;
}
.project-pin .pin-service .resource-row .link-row {
  width: 100%;
  display: inline-block;
}
.project-pin .pin-service .resource-row .link-row a {
  text-decoration: underline;
}
.project-pin .pin-service .pin-value {
  background: rgba(230, 238, 247, 0.3490196078);
  padding: 2px 7px 4px;
  margin-left: 10px;
}
.project-pin .pin-service .pin-value.resource-type, .project-pin .pin-service .pin-value.access-type {
  color: #010e87;
  padding: 4px 7px 5px;
  float: left;
  margin: 0;
}
.project-pin .pin-service .pin-value.resource-type.open-access, .project-pin .pin-service .pin-value.resource-type.fully-open-access, .project-pin .pin-service .pin-value.access-type.open-access, .project-pin .pin-service .pin-value.access-type.fully-open-access {
  background-image: url(/assets/catalog_icon-ec3cf36e71ea8eeea3772bdb645fdfcc0d3db2c94010fbf93c6ea42c2d4d3932.svg);
}
.project-pin .pin-service .pin-value.resource-type.restricted, .project-pin .pin-service .pin-value.access-type.restricted {
  color: #ff715b;
  background-image: url(/assets/internal_ordering_icon-188fa5634c7bbb027c48c3df340c2c8afb7c4ce5690070a3fcde298e2f03b292.svg);
}
.project-pin .pin-service .pin-value.resource-type.other, .project-pin .pin-service .pin-value.access-type.other {
  background-image: url(/assets/external_ordering_icon-7bcc4245c2754946277f1966de56460667dd9706a161d27b349af9a7466481be.svg);
}

.access-information-tag {
  color: #f68212;
  padding: 4px 9px 5px 25px;
  float: left;
  margin: 0 0 0 12px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-color: #fff3c8;
}
.access-information-tag.open-access {
  background-image: url(/assets/open-access-0da91fb89b0437442d52f5215669b83bd101a3415b252ac9ad7a7b7dc733fa62.svg);
}
.access-information-tag.open-access::after {
  content: "Open Access";
}
.access-information-tag.restricted, .access-information-tag.closed, .access-information-tag.embargo, .access-information-tag.order-required, .access-information-tag.other {
  color: #848484;
  background-color: #f1f1f1;
  background-image: url(/assets/restricted-2beb5b650ee9c8da4ca226ce612b8a0a2fa5a6048698e3a86c3c6806e9bbabe8.svg);
}
.access-information-tag.restricted::after {
  content: "Restricted";
}
.access-information-tag.closed::after {
  content: "Closed";
}
.access-information-tag.embargo::after {
  content: "Embargo";
}
.access-information-tag.order-required::after {
  content: "Order Required";
}
.access-information-tag.other::after {
  content: "Other";
}

.my-dashboard {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.my-dashboard .arrow-box svg {
  color: #144b9e;
}

.projects-title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 4px 0 14px;
  margin: 0;
  border-bottom: 2px solid #dde2e5;
}

.empty-info {
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  margin: 15px 0 30px;
  font-weight: 500;
  color: #8d989c;
}

.provider-view .details-box-wrapper {
  z-index: 1;
}
.provider-view .details-box-wrapper .details-box .details-content {
  padding: 10px 10px 15px 30px;
}
.provider-view .details-box-wrapper .details-box .details-content ul li {
  margin-bottom: 12px;
}
.provider-view .details-box-wrapper .details-box .details-content ul li span {
  font-size: 14px;
}
.provider-view .details-box-wrapper .details-box .details-content ul li ul {
  padding-left: 10px;
}
.provider-view .details-box-wrapper .details-box .details-content ul li ul li {
  margin-top: 9px;
  margin: 8px 0 0;
}
.provider-view .details-box-wrapper .details-box .details-content ul li ul li span {
  font-size: 12px;
}

/** LANDING PAGE **/
.landing_page main {
  padding: 0;
  margin: 0;
}
.landing_page .breadcrumbs {
  display: none;
}
.landing_page .landing-header {
  background: var(--Linear, linear-gradient(180deg, #fff 0%, #edf4ff 100%));
  padding: 25px 0 25px;
}
.landing_page .landing-header .logo-box {
  margin-bottom: 30px;
}
.landing_page .landing-header h1 {
  color: #010b65;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 32px;
}
.landing_page .landing-header h2 {
  color: #010b65;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 24px;
}
.landing_page .landing-header p {
  color: #4c505a;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 520px;
  margin: 0 auto 48px;
}
.landing_page .landing-header .research-top-space {
  margin-top: 65px;
}
.landing_page .landing-header .research-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--16, 16px);
}
.landing_page .landing-header .research-wrapper a {
  padding: 5px 15px 6px;
  border-radius: 32px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.landing_page .landing-header .research-wrapper a:hover {
  border: 1px solid #4c505a;
}
.landing_page .research-activity {
  padding: 75px 0 75px;
}
.landing_page .research-activity h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin: 0 0 55px;
}
.landing_page .research-activity .activity-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.landing_page .research-activity .activity-wrapper .text-wrapper {
  display: flex;
  padding-top: 10px;
  width: 32%;
  font-size: 24px;
  line-height: 44px;
  font-weight: 400;
  flex-direction: row;
}
.landing_page .research-activity .activity-wrapper .text-wrapper span {
  color: #010e87;
  padding: 0 5px;
}
.landing_page .research-activity .activity-wrapper .btn, .landing_page .research-activity .activity-wrapper .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .landing_page .research-activity .activity-wrapper .shepherd-button:not(.close-link) {
  border-radius: 8px;
  background: #010e87;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 44px;
  padding: 0;
  line-height: 44px;
}
.landing_page .research-activity .activity-wrapper .btn:hover, .landing_page .research-activity .activity-wrapper .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .landing_page .research-activity .activity-wrapper .shepherd-button:hover:not(.close-link) {
  background: #010b65;
}
.landing_page .research-activity .activity {
  display: flex;
  width: 32%;
  flex-direction: row;
  border-radius: 8px;
  min-height: 185px;
  margin-bottom: 2%;
  padding: 24px;
  border: 1px solid var(--Stroke-LightStroke, #d0d5dd);
  background: url(/assets/icon-right-arrow-8304640fbfcc2d8adb8955e50832e7493ea22c4c111d2edf6ed9be25f7e5ff74.svg) no-repeat bottom 24px right 24px;
  transition: all 0.5s ease;
}
.landing_page .research-activity .activity .activity-icon {
  margin-right: 15px;
  transition: all 0.5s ease;
}
.landing_page .research-activity .activity .activity-icon img {
  width: 31px;
  height: auto;
}
.landing_page .research-activity .activity:hover {
  border: 1px solid var(--Stroke-LightStroke, #4c505a);
  background: url(/assets/icon-right-arrow-hover-dff9a82deec96401450f992806f385436afaba3392968d3b8b59ab2d313bb11b.svg) no-repeat bottom 24px right 24px;
}
.landing_page .research-activity .activity .activity-texts .activity-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.landing_page .research-activity .activity .activity-texts .activity-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.landing_page .btn, .landing_page .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .landing_page .shepherd-button:not(.close-link) {
  background: #010e87;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 1.2rem;
}
.landing_page .btn:hover, .landing_page .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .landing_page .shepherd-button:hover:not(.close-link) {
  background: #010b65;
}
.landing_page .federated {
  padding: 20px 0 110px;
}
.landing_page .federated .federated-media {
  background-image: url(/assets/landing_page/media-bg-0a52c5c5b677b488be6a78e1b53d0b6ab513d65923dd8170afbd8a3dca64ed11.jpg);
  background-size: 100% auto;
  height: 407px;
}
.landing_page .federated .federated-media h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  margin: 80px 0 10px;
}
.landing_page .federated .federated-media h3 span {
  color: #ee7444;
}
.landing_page .federated .federated-media .description {
  font-weight: 400;
  max-width: 330px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 25px;
}
.landing_page .federated .federated-media .btn-primary, .landing_page .federated .federated-media .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .landing_page .federated .federated-media .shepherd-button:not(.close-link) {
  background: #fff;
  color: #010e87;
  border: 1px solid #fff;
}
.landing_page .federated .federated-media .btn-primary:hover, .landing_page .federated .federated-media .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .landing_page .federated .federated-media .shepherd-button:hover:not(.close-link) {
  background: #010b65;
  color: #eff1f6;
  border-color: #fff;
}
.landing_page .support {
  padding: 10px 0 200px;
}
.landing_page .support h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 40px 0 25px;
}
.landing_page .support .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 25px;
}
.landing_page .support .img-fluid {
  border-radius: 32px;
}
.landing_page .eosc-navy {
  padding: 75px 0 45px;
  background: #000745;
  color: #fff;
}
.landing_page .eosc-navy .eosc-logo-navy {
  width: 210px;
  height: auto;
  max-width: 100%;
}
.landing_page .eosc-navy h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  border: none;
  padding: 0;
  margin: 10px 0 0;
}
.landing_page .eosc-navy .eosc-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.landing_page .eosc-navy .eosc-info .eosc-info-icon {
  margin-right: 20px;
  transition: all 0.5s ease;
}
.landing_page .eosc-navy .eosc-info:hover .eosc-info-icon {
  margin-top: 5px;
}
.landing_page .eosc-navy .eosc-info .eosc-info-texts .eosc-info-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
  margin-bottom: 19px;
  color: #fff;
}
.landing_page .eosc-navy .eosc-info .eosc-info-texts .eosc-info-subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}
.landing_page .provider {
  padding: 65px 0 0;
}
.landing_page .provider h3 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 600;
  margin: 40px 0 25px;
}
.landing_page .research {
  padding: 75px 0;
}
.landing_page .research h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 25px;
  color: #020a20;
}
.landing_page .research .lead {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  max-width: 820px;
  margin: 0 auto 60px;
}
.landing_page .research .carousel-indicators {
  top: -30px;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: auto;
  margin: 0;
  right: 0;
  left: auto;
  width: auto;
}
.landing_page .research .carousel-indicators li {
  float: left !important;
}
.landing_page .research .carousel-indicators .active {
  background: #010e87;
  /* box-shadow: 0 0 2px 2px $white inset; */
}
.landing_page .research .carousel-inner {
  padding: 20px 0;
}
.landing_page .research .widget-header-theme {
  font-size: 16px;
  line-height: 19px;
  display: block;
}
.landing_page .research .widget-header-place {
  font-size: 14px;
  line-height: 17px;
  display: block;
}
.landing_page .questions {
  padding: 80px 0 0;
}
.landing_page .questions .accordion .collapse {
  background: #edf4ff !important;
  color: #000 !important;
  padding: 4px 14px 14px;
  font-weight: 400;
}
.landing_page .questions .accordion .collapsing {
  background: #edf4ff !important;
  color: #000 !important;
  padding: 4px 14px 14px;
  font-weight: 400;
}
.landing_page .questions .container .questions-wrapper {
  border-radius: 8px;
  background: #000 url(/assets/qa-bg-fb37f2d7290f6dc99aa1fa46a3070a3507a46143dc6a6b5cc0cd73b5276f2d1c.jpg) no-repeat 50% 0%;
  background-size: 100% auto;
  padding: 70px 120px;
  color: #fff;
}
.landing_page .questions .container .questions-wrapper .accordion {
  padding-top: 43px;
}
.landing_page .questions .container .questions-wrapper .collapse.show {
  font-size: 14px;
  color: #020a20 !important;
  text-align: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #edf4ff;
}
.landing_page .questions h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 18px;
}
.landing_page .questions p {
  font-size: 14px;
  font-weight: 600;
}
.landing_page .questions .lead {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.landing_page .questions .white-link {
  color: #3d4db6;
  background: #fff;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  padding: 4px 12px;
}
.landing_page .questions .white-link svg {
  width: 12px;
  height: auto;
  margin-left: 2px;
}
.landing_page .questions .white-link:hover {
  color: #000745;
}
.landing_page .questions #zammad-feedback-form {
  background: none;
  border: none;
}
.landing_page .questions .zammad-form-group {
  text-align: left;
}
.landing_page .questions .textarea {
  height: 180px;
}
.landing_page .questions .btn, .landing_page .questions .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .landing_page .questions .shepherd-button:not(.close-link) {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  margin-top: 10px;
}
.landing_page .facilities {
  padding: 0 0 75px;
  background: url(/assets/landing_page/facilities-fa31d39bf10b23934364e29b756d065f21a75ab568a358f303718a0a69b034be.png) bottom right no-repeat;
  background-size: auto 625px;
  min-height: 625px;
}
.landing_page .facilities h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 195px 0 25px;
}
.landing_page .facilities .blue-link {
  color: #3d4db6;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}
.landing_page .facilities .blue-link:hover {
  color: #000745;
}

.steps-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
}
.steps-row:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 20px;
  left: 50px;
  width: calc(100% - 90px);
  height: 1px;
  background: #eee;
}
.steps-row .offer-step {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  z-index: 100;
}
.steps-row .offer-step:before {
  content: "1";
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 0 auto 8px;
}
.steps-row .offer-step.active-button:before {
  background: #010e87;
  color: #fff;
}
.steps-row .offer-step#step-two-button:before {
  content: "2";
}
.steps-row .offer-step#step-three-button:before {
  content: "3";
}
.steps-row .offer-step#step-four-button:before {
  content: "4";
}
.steps-row .offer-step#summary-button:before {
  content: "5";
}

.new-offer-form h3 {
  color: #010e87;
  border: none;
  padding: 0;
  margin: 0 0 13px;
  font-weight: 600;
  font-size: 18px;
}
.new-offer-form h4 {
  color: #010e87;
  border: none;
  padding: 0;
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 18px;
}
.new-offer-form .hidden {
  margin: 0 !important;
}
.new-offer-form .provider_affiliations textarea,
.new-offer-form .provider_national_roadmaps textarea,
.new-offer-form .provider_certifications textarea {
  margin-top: 20px;
  display: inline;
}
.new-offer-form .offer-section-wrapper {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 24px;
}
.new-offer-form .offer-section-wrapper .offer-info-box {
  margin-bottom: 40px;
}
.new-offer-form .offer-section-wrapper .offer-info-box h6 {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
  padding-bottom: 16px;
  margin-bottom: 0;
}
.new-offer-form .offer-section-wrapper .offer-info-box .offer-info-data .row {
  font-size: 12px;
  margin: 0;
  border-bottom: 1px solid rgba(28, 49, 58, 0.1);
  padding: 5px 0;
}
.new-offer-form .offer-section-wrapper .offer-info-box .offer-info-data .row .col-6 {
  padding-left: 0;
}
.new-offer-form .offer-section-wrapper.bottom-margin {
  margin-bottom: 52px;
}
.new-offer-form .offer-section-wrapper .buttons-selector.bottom-margin {
  margin-bottom: 40px;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset {
  display: flex;
  row-gap: 20px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset legend {
  width: 100%;
  padding-bottom: 14px;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset .form-check {
  border-radius: 8px;
  padding: 0;
  border: 1px solid #d0d5dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 48.5%;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset .form-check input {
  display: none;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset .form-check label {
  margin: 0;
  height: 62px;
  text-align: center;
  cursor: pointer;
  color: #010e87;
  line-height: 62px;
  font-size: 16px;
  width: 100%;
}
.new-offer-form .offer-section-wrapper .buttons-selector fieldset .form-check.active {
  border: 1px solid #010e87;
  background: #e6eef7;
}
.new-offer-form .offer-section-wrapper .form-control-file {
  border: none;
}
.new-offer-form .offer-section-wrapper label,
.new-offer-form .offer-section-wrapper legend {
  font-weight: 600;
}
.new-offer-form .offer-section-wrapper .choices.is-disabled .choices__inner {
  background: #f2f4f7;
}
.new-offer-form .offer-section-wrapper .choices__inner,
.new-offer-form .offer-section-wrapper .form-control {
  border-radius: 8px;
  min-height: 53px;
  background: #fff;
}
.new-offer-form .offer-section-wrapper .choices[data-type*=select-one] .choices__inner {
  display: flex;
  align-items: center;
}
.new-offer-form .offer-section-wrapper .form-group {
  margin-bottom: 1.7rem;
}
.new-offer-form .offer-section-wrapper .form-group.hidden {
  margin: 0;
}
.new-offer-form .offer-section-wrapper .form-group.provider_legal_entity {
  margin-top: 30px;
}
.new-offer-form .offer-section-wrapper .form-control.text {
  padding-top: 10px;
}
.new-offer-form .offer-section-wrapper .form-control#provider_description {
  height: 190px;
}
.new-offer-form .offer-section-wrapper .remove-button {
  color: #010e87;
  font-weight: 600;
  margin: 0 0 35px;
  line-height: 18px;
  font-size: 14px;
  background: url(/assets/icon-trash-1ce3d291311ec4c46c388c43ce08998aead47bd9d800361c31b8e36ad5f43b72.svg) no-repeat;
  padding-left: 22px;
}
.new-offer-form .offer-section-wrapper .was-validated .form-check-input:valid ~ .form-check-label,
.new-offer-form .offer-section-wrapper .form-check-input.is-valid ~ .form-check-label {
  color: #233d4c;
}
.new-offer-form .btn-simple {
  color: #010e87;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.tip-box {
  border-radius: 8px;
  background: #edf4ff;
  padding: 24px 24px 12px;
  font-size: 16px;
  color: #000;
}

.bottom-tip {
  margin-top: 15px;
  color: #495a61;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.new-offer-form-controls {
  margin-top: 70px;
  align-items: center;
}
.new-offer-form-controls .btn-primary:not(.btn-sm), .new-offer-form-controls .shepherd-content .shepherd-footer .shepherd-button:not(.btn-sm):not(.close-link), .shepherd-content .shepherd-footer .new-offer-form-controls .shepherd-button:not(.btn-sm):not(.close-link) {
  padding: 16px 62px;
  font-size: 18px;
}
.new-offer-form-controls .btn-primary:not(.btn-sm).btn-danger, .new-offer-form-controls .shepherd-content .shepherd-footer .shepherd-button:not(.btn-sm).btn-danger:not(.close-link), .shepherd-content .shepherd-footer .new-offer-form-controls .shepherd-button:not(.btn-sm).btn-danger:not(.close-link) {
  background: #ff5b5b;
}
.new-offer-form-controls .btn-primary:not(.btn-sm).btn-info, .new-offer-form-controls .shepherd-content .shepherd-footer .shepherd-button:not(.btn-sm).btn-info:not(.close-link), .shepherd-content .shepherd-footer .new-offer-form-controls .shepherd-button:not(.btn-sm).btn-info:not(.close-link) {
  background: #848484;
}
.new-offer-form-controls .btn-back {
  color: #010e87;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.new-offer-form-controls .back-link-wrapper {
  padding: 16px 0;
}
.new-offer-form-controls .back-link-wrapper a {
  color: #010e87;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.new-offer-form-controls .btn-primary, .new-offer-form-controls .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .new-offer-form-controls .shepherd-button:not(.close-link) {
  padding: 0.9rem 2rem;
  font-size: 18px;
  font-weight: 600;
}

.right-tips {
  padding-top: 29px;
}
.right-tips .right-tip {
  border-radius: 8px;
  background: #f2f4f7;
  padding: 24px 24px 10px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.right-tips .right-tip.mt-130 {
  margin-top: 126px;
}
.right-tips .right-tip:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/assets/icon-alert-circle-a76fcbc8d5fe4418a06a879686b319ff226238ffb00c7f7fc197b291537dc324.svg) no-repeat;
  margin-bottom: 8px;
}

.new-service .accordion .card,
.edit-service .accordion .card {
  overflow: visible;
}

.subpage-title {
  font-size: 28px;
  font-weight: 600;
  color: #233d4c;
}

.subsection-title {
  color: #233d4c;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 21.6px;
}

.faq-list {
  margin-bottom: 40px;
}
.faq-list .card-body {
  padding: 0.8rem 1.3rem 1.3rem;
}
.faq-list .card {
  border: none !important;
}
.faq-list .card .card-header {
  padding: 0;
  margin-bottom: 0;
}
.faq-list .card .card-header .btn-link {
  color: #000;
  border: 1px solid #dfe2e4;
  padding: 1rem 1.25rem;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.faq-list .card .card-header .btn-link::after {
  width: 20px;
  content: "";
  height: 12px;
  position: absolute;
  top: 24px;
  right: 20px;
  background: url(/assets/ico_chevron_down-d4a2359931312d26c6ea4dfb160e50068f47299df65e56098f3e267a07bc6989.svg);
}
.faq-list .card .card-header .btn-link[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.faq-list .card .card-header .actions-box {
  margin-left: 10px;
  display: inline;
  z-index: 1000;
  position: relative;
}
.faq-list .card .card-header .actions-box a {
  color: #4c505a;
}
.faq-list .card .card-header .actions-box a:hover {
  color: #010e87;
}
.faq-list .collapse,
.faq-list .collapsing {
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-top: -4px;
  border: 1px solid #dfe2e4;
  border-top: none;
  position: relative;
}

.faq-section-row {
  font-size: 16px;
  font-weight: 500;
  padding: 18px 50px 18px 0;
  position: relative;
  border-bottom: 1px solid #d0d5dd;
}
.faq-section-row .faq-section-actions {
  position: absolute;
  top: 19px;
  right: 0;
}
.faq-section-row .faq-section-actions a {
  color: #4c505a;
  margin-left: 8px;
}
.faq-section-row .faq-section-actions a:hover {
  color: #010e87;
}

.simple-links {
  padding: 0;
  margin: 0;
}
.simple-links li {
  border-bottom: 1px solid #e8eaeb;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.simple-links li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #010e87;
}

.accordion-button::after {
  flex-shrink: 0;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  float: right;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url(/assets/chevron-up-dad6f85b18328c63965a1a2581ae61e72cc079c3960aaa6822dfaeb832cbdc60.svg);
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background: url(/assets/chevron-up-dad6f85b18328c63965a1a2581ae61e72cc079c3960aaa6822dfaeb832cbdc60.svg);
  transform: rotate(-180deg);
}

.top-info-wrapper {
  background: #000723;
  padding: 40px 0 10px;
  color: #fff;
}
.top-info-wrapper .container {
  max-width: 1120px;
}
.top-info-wrapper h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: 116.1%;
  margin-bottom: 40px;
  letter-spacing: -0.8px;
}
.top-info-wrapper p {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.72px;
}
.top-info-wrapper a {
  text-decoration: underline;
  color: #fff;
}

/* WHITE LABEL STYLES */
.popular-box {
  display: flex;
  column-gap: 8px;
}
.popular-box a:hover {
  text-decoration: underline;
}
.popular-box a:focus {
  border: 1px solid #010e87;
  text-decoration: none;
}

.eosc-common.white-label .container {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.eosc-common.white-label .container ul li {
  display: block;
}
.eosc-common.white-label .container ul li a {
  float: left;
  color: #020a20;
  font-weight: 500;
}
.eosc-common.white-label .left-links .header-logo-whitelabel {
  width: 160px;
  height: 57px;
  background: url(/assets/white-label-logo-1489fdb907bfd593e7b74d606a68de3179be02f303c4b6fbbe1f0951f90bdd74.png) center no-repeat;
  display: block;
}
.eosc-common .right-links .dropdown-menu {
  right: 30px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  padding: 0;
  background: #fff;
  margin: 0;
}
.eosc-common .right-links .dropdown-menu .nav-tabs {
  justify-content: flex-start;
  background: transparent;
  border-bottom: 1px solid #d0d5dd;
}
.eosc-common .right-links .dropdown-menu .nav-tabs .nav-item {
  margin: 0;
}
.eosc-common .right-links .dropdown-menu .nav-tabs .nav-item .nav-link {
  padding: 10px 10px 6px;
  margin: 0;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}
.eosc-common .right-links .dropdown-menu .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #010e87;
  color: #010e87;
}
.eosc-common .right-links .dropdown-menu .tab-content {
  padding: 10px 0;
  overflow: hidden;
}
.eosc-common .right-links .dropdown-menu .tab-content .tab-pane {
  padding: 0;
}
.eosc-common .right-links .dropdown-menu .tab-content .tab-pane ul hr {
  float: left;
  width: 100%;
  margin: 0;
}
.eosc-common .right-links .dropdown-menu .tab-content .tab-pane ul li {
  margin: 0;
  float: left;
  width: 100%;
}
.eosc-common .right-links .dropdown-menu .tab-content .tab-pane ul li a {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4c505a;
}
.eosc-common .right-links .dropdown-menu .tab-content .tab-pane ul li a:hover {
  background: #edf4ff;
  color: #4c505a;
}
.eosc-common .right-links .dropdown-menu .tab-footer {
  border-top: 1px solid #d0d5dd;
  padding: 5px 15px;
  overflow: hidden;
}
.eosc-common .right-links .dropdown-menu .tab-footer .logout-btn {
  float: right;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  color: #4c505a;
  background: transparent;
}
.eosc-common .right-links .dropdown-menu .tab-footer .logout-btn:hover {
  color: #010e87;
}

.backoffice .top {
  background: #fff;
}
.backoffice h1 {
  color: #010e87;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 100%; /* 50px */
}
.backoffice h2 {
  color: #010e87;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 100%; /* 50px */
}
.backoffice h2.subsection {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: #020a20;
  display: flex;
  margin: 0 0 30px;
}
.backoffice h3.subsection {
  font-size: 20px;
}
.backoffice .btn-primary, .backoffice .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice .shepherd-button:not(.close-link),
.backoffice .btn-secondary {
  font-size: 14px;
  padding: 0.62rem 1.3rem;
}
.backoffice .btn-primary.btn-sm, .backoffice .shepherd-content .shepherd-footer .btn-sm.shepherd-button:not(.close-link), .backoffice .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .backoffice .btn-sm.shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice .shepherd-button:not(.close-link):last-child, .backoffice .btn-group-sm > .btn-primary.btn, .backoffice .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice .btn-group-sm > .shepherd-button:not(.close-link),
.backoffice .btn-secondary.btn-sm,
.backoffice .btn-group-sm > .btn-secondary.btn {
  padding: 4px 25px;
  border: 1px solid #010e87;
}
.backoffice .btn-secondary {
  font-size: 14px;
  padding: 0.62rem 1.3rem;
  border: 1px solid #010e87;
  background: #edf4ff;
  color: #010e87;
}
.backoffice .btn-secondary.btn-sm, .backoffice .shepherd-content .shepherd-footer .btn-secondary.shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .backoffice .btn-secondary.shepherd-button:not(.close-link):last-child, .backoffice .btn-group-sm > .btn-secondary.btn, .backoffice .shepherd-content .shepherd-footer .btn-group-sm > .btn-secondary.shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice .btn-group-sm > .btn-secondary.shepherd-button:not(.close-link) {
  padding: 4px 25px;
}
.backoffice .btn-secondary:hover {
  background: #010e87;
  color: #fff;
}
.backoffice .category-separator {
  display: none;
}
.backoffice .lead-box {
  border-radius: 8px;
  width: 100%;
  padding: 15px 24px 24px;
  background: #edf4ff url(/assets/icon-right-arrow-8304640fbfcc2d8adb8955e50832e7493ea22c4c111d2edf6ed9be25f7e5ff74.svg) no-repeat right 25px bottom 25px;
}
.backoffice .lead-box .actions-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}
.backoffice .lead-box .actions-row svg {
  font-size: 16px;
  color: #4c505a;
  opacity: 0.7;
}
.backoffice .lead-box .actions-row svg:hover {
  color: #010e87;
  opacity: 1;
}
.backoffice .lead-box .learn-title {
  font-size: 24px;
  color: #010e87;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 13px;
  line-height: 140%; /* 33.6px */
}
.backoffice .lead-box .learn-desc {
  color: #4c505a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 88%;
  line-height: 150%; /* 21px */
}
.backoffice .lead-box:hover {
  background: #edf4ff url(/assets/icon-right-arrow-hover-dff9a82deec96401450f992806f385436afaba3392968d3b8b59ab2d313bb11b.svg) no-repeat right 25px bottom 25px;
}
.backoffice .lead-box.simple-intro {
  background: #fff;
  border: 1px solid #d0d5dd;
  margin-top: 0;
}
.backoffice .lead-box.simple-intro .learn-title {
  font-size: 19px;
  margin: 0;
}
.backoffice .lead-box.simple-intro .icon {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin: 10px 0 20px;
}
.backoffice .lead-box.simple-intro .icon .intro-image {
  width: 45px;
  height: auto;
}

.add-column {
  display: flex;
  align-items: flex-end;
}

.qa-button {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #edf4ff;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px;
  position: relative;
  text-align: left;
  margin-top: 12px;
  background: #edf4ff;
  color: #4c505a;
}
.qa-button::after {
  width: 20px;
  content: "";
  height: 12px;
  position: absolute;
  top: 14px;
  right: 20px;
  background: url(/assets/ico_chevron_down-d4a2359931312d26c6ea4dfb160e50068f47299df65e56098f3e267a07bc6989.svg);
}
.qa-button[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.qa-button[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.learn h3 {
  color: #020a20;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 140%;
}
.learn .learn-link {
  border-radius: 8px;
  padding: 24px;
  display: block;
  transition: all 0.5s ease;
  background: #edf4ff url(/assets/icon-right-arrow-8304640fbfcc2d8adb8955e50832e7493ea22c4c111d2edf6ed9be25f7e5ff74.svg) no-repeat bottom 24px right 24px;
}
.learn .learn-link .learn-title {
  color: #010e87;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
}
.learn .learn-link .learn-desc {
  color: #4c505a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 86%;
}
.learn .learn-link:hover {
  background: #edf4ff url(/assets/icon-right-arrow-hover-dff9a82deec96401450f992806f385436afaba3392968d3b8b59ab2d313bb11b.svg) no-repeat bottom 24px right 24px;
}

.popular-services-box {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 24px;
  transition: all 0.3s ease;
}
.popular-services-box:hover {
  border: 1px solid #4c505a;
}
.popular-services-box .popular-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.popular-services-box .popular-top .badge-right {
  position: relative;
  top: auto;
  right: auto;
}
.popular-services-box .popular-title {
  color: #020a20;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.popular-services-box .popular-provider {
  color: #4c505a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 15px;
  margin: 10px 0 15px;
  border-bottom: 1px solid #c1c1c1;
}
.popular-services-box .popular-description {
  color: #4c505a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 15px;
  margin: 0 0 17px;
  flex-grow: 1;
}
.popular-services-box .taglist-holder {
  border-top: 1px solid #c1c1c1;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  grid-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  grid-row-gap: 6px;
  row-gap: 6px;
}
.popular-services-box .taglist-holder .tag-item {
  padding: 4px 7px;
  line-height: 1.2;
  background: #edf4ff;
  font-size: 12px;
  color: #010e87;
}

.totop-wrapper {
  background: #edf4ff;
  padding: 12px 0;
}
.totop-wrapper a {
  color: #010e87;
}
.totop-wrapper a svg {
  margin-right: 5px;
}

footer {
  background: #020a20;
}
footer .footer-left {
  padding: 48px 65px 18px 15px;
  color: #fff;
}
footer .footer-left .footer-row {
  display: flex;
  justify-content: space-between;
}
footer .footer-left .footer-row ul {
  line-height: 17.6px;
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .footer-left .footer-row ul li {
  margin-bottom: 14px;
  font-size: 10.88px;
  font-weight: 400;
  color: #fff;
}
footer .footer-left .footer-row ul li .menu-title {
  font-weight: 600;
  margin-bottom: 21px;
}
footer .footer-left .footer-row ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
footer .footer-left .footer-row ul li a:hover {
  text-decoration: underline;
}
footer .footer-left .copyright-row {
  margin-top: 30px;
}
footer .footer-left .copyright-row p {
  color: #a6aeb1;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 10px;
}
footer .footer-left .copyright-row p a {
  color: #a6aeb1;
}
footer .footer-left .copyright-row p a:hover {
  text-decoration: underline;
}
footer .footer-right {
  background: #edf4ff;
  padding: 48px 15px 18px;
  text-align: center;
}
footer .footer-right a {
  font-size: 12px;
  color: #4c505a;
}
footer .footer-right a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .landing_page .carousel-inner .carousel-box {
    padding: 5px 10px 0;
    height: 300px;
  }
  .landing_page .research .widget-header-place {
    font-size: 13px;
    line-height: 16px;
  }
  .landing_page .federated .federated-media {
    height: auto;
    background-size: cover;
    background-position: 50% 0;
    padding-left: 0 !important;
    border-radius: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .eosc-common.top .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .eosc-common.white-label .left-links .header-logo-whitelabel {
    width: 100px;
    height: 32px;
    background-size: contain;
    margin-top: 5px;
  }
  .landing_page .landing-header {
    padding: 35px 0;
  }
  .landing_page .landing-header h1 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 20px;
  }
  .landing_page .landing-header p {
    font-size: 14px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .landing_page .landing-header .browse {
    width: 95%;
    margin: 25px auto 0;
    text-align: center;
    display: block !important;
  }
  .landing_page .landing-header .browse .browse-label {
    text-align: center;
    margin-bottom: 10px;
  }
  .landing_page .landing-header .browse .solutions-box {
    display: block;
  }
  .landing_page .landing-header .browse .solutions-box a {
    margin: 0 5px 15px;
    display: inline-block;
  }
  .landing_page .research-activity {
    padding: 50px 0;
  }
  .landing_page .research-activity h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .landing_page .research-activity .activity {
    width: 95%;
    margin: 0 auto 25px;
  }
  .landing_page .research-activity .activity .activity-texts .activity-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .landing_page .research-activity .activity .activity-texts .activity-subtitle {
    font-size: 13px;
    line-height: 18px;
  }
  .landing_page .research-activity .activity:hover .activity-icon {
    margin: 0 20px 0 0;
  }
  .landing_page .research-activity .activity-wrapper {
    display: block;
  }
  .landing_page .research-activity .activity-wrapper .text-wrapper {
    display: block;
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
  }
  .landing_page .federated {
    padding: 10px 0 70px;
  }
  .landing_page .federated .federated-media {
    height: auto;
    background-size: cover;
    background-position: 50% 0;
    padding-left: 0 !important;
    border-radius: 30px;
    padding-bottom: 35px;
  }
  .landing_page .federated .federated-media .col-md-5 {
    margin-left: 30px !important;
  }
  .landing_page .federated .federated-media h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 10px;
  }
  .landing_page .federated .federated-media .description {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
  }
  .landing_page .support {
    padding: 0 0 50px;
  }
  .landing_page .support h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 40px 0 25px;
  }
  .landing_page .eosc-navy {
    padding: 45px 15px 45px;
  }
  .landing_page .eosc-navy .mb-5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .landing_page .eosc-navy h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-align: center;
  }
  .landing_page .eosc-navy .eosc-info-icon img {
    width: 45px;
  }
  .landing_page .provider {
    padding: 45px 15px 60px;
  }
  .landing_page .provider h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 25px 0;
  }
  .landing_page .provider .communities {
    margin-top: 100px;
  }
  .landing_page .provider .communities .lead {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 40px;
  }
  .landing_page .research {
    padding: 40px 15px 50px;
  }
  .landing_page .research h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .landing_page .research h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .landing_page .research .lead {
    font-size: 16px;
    line-height: 26px;
  }
  .landing_page .research .carousel-box {
    margin-bottom: 30px;
    height: auto;
    padding-bottom: 20px;
  }
  .landing_page .questions {
    padding: 0 0 45px;
  }
  .landing_page .questions h3 {
    font-size: 22px;
    line-height: 25px;
    margin: 30px 0 15px;
  }
  .landing_page .questions .lead {
    font-size: 17px;
    line-height: 22px;
  }
  .landing_page .questions .contact-form {
    margin-top: 40px;
  }
  .landing_page .questions .container .questions-wrapper {
    padding: 0 20px 35px;
  }
  .landing_page .facilities {
    padding: 0 15px 55px;
    background: url(/assets/landing_page/facilities-fa31d39bf10b23934364e29b756d065f21a75ab568a358f303718a0a69b034be.png) 30% 100% no-repeat;
    background-size: auto 100%;
    min-height: 310px;
  }
  .landing_page .facilities h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 50px 0 25px;
  }
  .landing_page .facilities .blue-link {
    font-size: 15px;
    margin-top: 20px;
  }
  .qa-button {
    height: auto;
    font-size: 13px;
    padding-right: 40px;
  }
  .learn .learn-link {
    margin-bottom: 25px;
  }
  .popular-services-box {
    margin-bottom: 25px;
  }
  footer .footer-left .footer-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 30px;
  }
  footer .footer-right .row {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.browse {
  width: 637px;
  color: #4c505a;
  margin: 12px auto 0;
}
.browse.whitelabel {
  margin: 12px 0 0;
}
.browse .browse-label {
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
}
.browse .solutions-box {
  align-items: center;
  grid-gap: 16px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.browse .solutions-box a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 1px 8px;
  border-radius: 16px;
}
.browse .solutions-box a:hover {
  background: RGB(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 18px 0 rgb(0, 0, 0);
  -moz-box-shadow: 0 0 18px 0 rgb(0, 0, 0);
  box-shadow: 0 0 18px 0 rgb(0, 0, 0);
}

.selected-menu {
  height: 24px;
  border: 1px solid #4c505a;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.selected-menu a {
  max-width: 100% !important;
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 22px;
}
.selected-menu:hover {
  background: #edf4ff;
}

.searchbar {
  justify-content: center;
}
.searchbar.whitelabel {
  justify-content: center;
  margin: 0;
}
.searchbar.whitelabel .searchbar__input {
  width: 80%;
}
.searchbar.whitelabel input {
  border-radius: 8px 0 0 8px;
  padding: 11px 25px 10px 10px;
  border: 1px solid #4c505a;
  border-right: 0;
  font-size: 14px;
}
.searchbar.whitelabel input::placeholder {
  color: #4c505a !important;
  opacity: 1;
  font-style: normal !important;
}
.searchbar.whitelabel .searchbar__select {
  border-top: 1px solid #4c505a;
  border-bottom: 1px solid #4c505a;
  border-right: 1px solid #4c505a;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 200px;
}
.searchbar.whitelabel button {
  border-radius: 8px;
  border: 1px solid #010e87;
  background: #010e87;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  margin-left: 10px;
}
.searchbar.whitelabel button:hover {
  border: 1px solid #060f7c;
  background: #060f7c;
}

.badge-right {
  padding: 8px;
  text-transform: uppercase;
  position: absolute;
  display: flex;
  font-size: 9px;
  background: #f1f1f1;
  line-height: 1;
  top: 15px;
  color: #848484;
  font-weight: 700;
  align-items: center;
  right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.badge-right .ordertype {
  width: 10px;
  height: 17px;
  display: inline-block;
  background-size: 10px auto;
  margin-right: 5px;
}
.badge-right.order_required .ordertype, .badge-right.style_order_required .ordertype {
  background-image: url(/assets/restricted-2beb5b650ee9c8da4ca226ce612b8a0a2fa5a6048698e3a86c3c6806e9bbabe8.svg);
}
.badge-right.style_open_access, .badge-right.open_access, .badge-right.fully_open_access, .badge-right.various {
  background: #fff3c8 !important;
  color: #f68212 !important;
}
.badge-right.style_open_access .ordertype, .badge-right.open_access .ordertype, .badge-right.fully_open_access .ordertype, .badge-right.various .ordertype {
  background-image: url(/assets/open-access-0da91fb89b0437442d52f5215669b83bd101a3415b252ac9ad7a7b7dc733fa62.svg);
}
.badge-right.badge-success, .badge-right.badge-warning, .badge-right.badge-error {
  color: #fff;
}
.badge-right.other .ordertype {
  background-image: url(/assets/restricted-2beb5b650ee9c8da4ca226ce612b8a0a2fa5a6048698e3a86c3c6806e9bbabe8.svg);
}

/* WHITELABEL BACKOOFICE MODS */
.breadcrumbs-backoffice-wrapper {
  background: linear-gradient(0deg, #edf4ff 0%, #fff 100%);
  padding: 20px 0;
  margin-top: 0;
}
.breadcrumbs-backoffice-wrapper .breadcrumbs .data-probe {
  padding-left: 3em;
  border: 0;
}

.commons-header .menu {
  background: none !important;
}

.backoffice-nav {
  border-radius: 8px;
  margin: 30px 0;
  padding: 0;
}
.backoffice-nav .navbar-nav {
  width: 100%;
  justify-content: center;
}
.backoffice-nav .navbar-nav .nav-item {
  border: 1px solid #d0d5dd;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.backoffice-nav .navbar-nav .nav-item .nav-link {
  color: #4c505a;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 4px;
  text-align: center;
}
.backoffice-nav .navbar-nav .nav-item .nav-link:hover {
  background: #edf4ff;
}
.backoffice-nav .navbar-nav .nav-item .nav-link::before {
  display: none;
}
.backoffice-nav .navbar-nav .nav-item.active {
  border: 1px solid #010e87;
}
.backoffice-nav .navbar-nav .nav-item.active .nav-link {
  background: #edf4ff;
  color: #010e87;
}
.backoffice-nav .navbar-nav .nav-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.backoffice-nav .navbar-nav .nav-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.become-provider {
  border-radius: 8px;
  background: #edf4ff;
  padding: 40px 40px 70px;
}
.become-provider h1 {
  color: #010e87;
  text-align: right;
  font-size: 64px;
  font-weight: 700;
  padding: 0;
  border: none;
  margin: 0 0 10px;
}
.become-provider h2 {
  color: #010e87;
  font-size: 50px;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
  padding: 0;
  border: none;
  margin: 0 0 50px;
}
.become-provider h2.text-center {
  margin: 75px 0 15px;
}
.become-provider h4 {
  color: #4c505a;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  padding: 0;
  border: none;
  margin: 0 0 28px;
}
.become-provider .backoffice-arrow {
  position: absolute;
  top: 105px;
  left: 120px;
}
.become-provider .backoffice-arrow img {
  max-width: 155px;
  height: auto;
}
.become-provider .backoffice-item {
  display: inline-flex;
  padding: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  border-radius: 8px;
  background: #fff;
  max-width: 810px;
  border: 1px solid #fff;
}
.become-provider .backoffice-item .backoffice-item-txt {
  gap: 15px;
  flex-direction: column;
}
.become-provider .backoffice-item .backoffice-item-txt .backoffice-item-title {
  color: #010e87;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 100%; /* 32px */
}
.become-provider .backoffice-item .backoffice-item-txt .backoffice-item-desc {
  color: #4c505a;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}
.become-provider .backoffice-item.create-offer {
  float: right;
  margin-top: 50px;
  background: url(/assets/backoffice-item-bg-5ab5caa97346f86c4027e0f6223dd5102b65f620cc0b3b608339f7d5474c8111.jpg);
  background-size: cover;
  margin-bottom: 70px;
}
.become-provider .backoffice-item.create-offer .backoffice-item-title,
.become-provider .backoffice-item.create-offer .backoffice-item-desc {
  color: #fff !important;
}

.empty-information {
  background: url(/assets/backoffice-item-bg-5ab5caa97346f86c4027e0f6223dd5102b65f620cc0b3b608339f7d5474c8111.jpg);
  background-size: cover;
  color: #fff;
  padding: 32px;
  border-radius: 8px;
}
.empty-information h2 {
  color: #eff1f6;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 100%;
}
.empty-information .details-intro {
  color: #eff1f6;
  font-size: 24px;
  font-weight: 300;
  max-width: 90%;
  line-height: 140%; /* 33.6px */
}
.empty-information .btn, .empty-information .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .empty-information .shepherd-button:not(.close-link) {
  background: #eff1f6;
  color: #010e87;
  margin-top: 30px;
  padding: 0.62rem 5rem;
}
.empty-information .btn:hover, .empty-information .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .empty-information .shepherd-button:hover:not(.close-link) {
  background: #010e87;
  color: #eff1f6;
}

.other-settings-menu {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d5dd;
  display: flex;
}
.other-settings-menu a {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 24px;
  color: #4c505a;
}
.other-settings-menu a.active {
  color: #010b65;
  border-bottom: 4px solid #010b65;
}

.statistics-card .card {
  overflow: hidden;
}
.statistics-card .card .card-header {
  color: #fff;
  background: #010e87;
  font-size: 18px;
}

.statistics-accordion .card-header .btn, .statistics-accordion .card-header .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .statistics-accordion .card-header .shepherd-button:not(.close-link) {
  font-weight: 600;
}

.backoffice-back-link {
  display: block;
  margin-top: 25px;
}

.be-provider {
  padding: 65px 0 100px;
}
.be-provider .become-provider-box {
  width: 100%;
  height: 375px;
  padding: 120px 30px 0 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-image: url(/assets/become-provider-1fe0bd5ac6face29c33292ff603e74835d944c86297ea3ef7f295c82ecfeabc5.jpg);
  background-size: cover;
}
.be-provider .become-provider-box h4 {
  font-size: 40px;
  font-weight: 700;
  padding: 0;
  border: 0;
  margin: 0 0 20px;
  color: #fff;
}
.be-provider .become-provider-box .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-align: right;
  color: #fff;
}
.be-provider .become-provider-box .btn, .be-provider .become-provider-box .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .be-provider .become-provider-box .shepherd-button:not(.close-link) {
  width: 320px;
  background: #edf4ff;
  color: #010b65;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
}
.be-provider .become-provider-box .btn:hover, .be-provider .become-provider-box .shepherd-content .shepherd-footer .shepherd-button:hover:not(.close-link), .shepherd-content .shepherd-footer .be-provider .become-provider-box .shepherd-button:hover:not(.close-link) {
  background: #010b65;
  color: #fff;
}
.be-provider .provider-simple-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.be-provider .provider-simple-wrapper .provider-simple-box {
  display: flex;
  flex-direction: column;
  width: 48%;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  padding: 24px;
  transition: all 0.3s ease;
}
.be-provider .provider-simple-wrapper .provider-simple-box h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  color: #010e87;
}
.be-provider .provider-simple-wrapper .provider-simple-box .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.be-provider .provider-simple-wrapper .provider-simple-box.special {
  width: 100%;
  background: #edf4ff;
  border-color: #edf4ff;
}
.be-provider .provider-simple-wrapper .provider-simple-box:hover {
  border: 1px solid #010e87;
}
.be-provider .approval-requests {
  padding: 24px 24px 10px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  margin-bottom: 60px;
}
.be-provider .approval-requests h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.be-provider .approval-requests .backoffice-list .list-group-item.providers .row .col:first-child {
  flex: 0 0 675px;
  display: flex;
  align-items: center;
}
.be-provider .approval-requests .backoffice-list .list-group-item.providers .row .col:nth-child(3) {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
}
.be-provider .approval-requests .backoffice-list .btn-manage {
  padding-left: 25px;
  background: url(/assets/icon-manage.svg) 0 50% no-repeat;
  background-size: 18px auto;
  font-size: 14px;
}

.title-row-wrapper {
  display: flex;
  margin-bottom: 35px;
}
.title-row-wrapper h1 {
  color: #4f4f4f;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
.title-row-wrapper h1 span {
  color: #000;
}

.status-column .status {
  margin: 0 0 0 12px;
  text-align: center;
  color: #1d4e3b;
  font-size: 18px;
  padding: 7px 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 8px;
  line-height: 1.1;
  background: #caf6d4;
}
.status-column .status.published {
  background: #caf6d4;
  color: #1d4e3b;
}
.status-column .status.unpublished {
  background: #ff715b;
}
.status-column .status.draft {
  background: #ffc107;
}
.status-column .status.deleted {
  background: #ff5b5b;
}

.actions-column {
  margin-left: auto;
  min-width: 390px;
}

.btn-special {
  padding: 6px 26px;
  border-radius: 8px;
  border: 1px solid #010e87;
  color: #010e87;
  background: #edf4ff;
  font-size: 14px;
  font-weight: 400;
}
.btn-special:hover {
  color: #000;
}
.btn-special.no-border {
  border: none;
  background: none;
}
.btn-special.no-border:hover {
  color: #010e87;
  background: #edf4ff;
}
.btn-special.delete-button {
  line-height: 22px;
}
.btn-special.delete-button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1f8";
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 600;
}
.btn-special.edit-button {
  line-height: 22px;
}
.btn-special.edit-button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f044";
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 600;
}
.btn-special.clean {
  border: none;
  background: none;
  padding: 0;
}

@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-light-webfont-3987a1c9705434324118e7acfaad8d026a795fbf136e0ab452fb015f3c0c7f09.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-lightitalic-webfont-e4fc8b52f39ef993b624a3ea59bf798e2d67ce513d85a10d280db223fbf57e1a.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-regular-webfont-52c1afa489ae7bfd893af6cdd9f1af258005703600449e70d338caabcff507e5.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-italic-webfont-b6fe5d0a03435a6aec7e0a32f9cf2536ca9246c9c09df063dcc56501390f5c72.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-medium-webfont-7c6b115046fc36683e0d6f1606ad2bacceb26678ff5eb524b6ba1fd8c27a90cc.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-mediumitalic-webfont-956242e515ef680940a5da37d6c1fbc2f4cadeda84fc9394af052340bf91b190.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-bold-webfont-c227cb74bd1125c71059fa7750a3bf1534055af0f638e284ad69def791b33f19.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(/assets/ubuntu-bolditalic-webfont-d7f7d56e93b1c01ec117463b65e47b4d92517ed4d449f19b722320053cf1a4f1.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
html {
  font-size: 16px;
}

body > main {
  padding: 0 15px;
}

a,
a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  border: 1px solid rgba(35, 61, 76, 0.5);
  border-radius: 2px;
  line-height: 1.25rem;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-wrapper {
  position: fixed;
  left: 0;
  display: block;
  top: 30%;
  z-index: 800;
  font-size: 20px;
}
.social-wrapper ul {
  display: grid;
  list-style: none;
  padding: 10px 5px 5px;
  width: 45px;
  background: #fff;
  box-shadow: 0 0 10px 0 #ced4da;
}
.social-wrapper ul li {
  width: 100%;
  margin: 6px 0;
  text-align: center;
}
.social-wrapper ul li a {
  color: rgba(35, 61, 76, 0.8);
}
.social-wrapper ul li a:hover {
  opacity: 0.7;
}

/* CONTENT BOX */
.contentbox {
  padding-top: 3rem;
  display: flex;
  margin: auto;
  flex-direction: row;
  position: relative;
}
.contentbox > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentbox img {
  max-width: 100%;
  min-width: 45%;
  height: auto;
  align-self: center;
}
.contentbox__lead {
  font-size: 1.313rem;
  font-weight: 300;
  width: 90%;
  line-height: 1.48;
}
.contentbox__title {
  font-size: 3.25rem;
  line-height: 1.12;
  margin-bottom: 70px;
  font-weight: normal;
  color: #1c313a;
  width: 90%;
}

/* INTRO BOX MORE */
.intro-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1180px;
}

.intro-box {
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 3rem 15px;
  background: url(/assets/main-box-bg-66e6d57b9bb6b4304fb47b0112830b43e560d0796964d4a235c7846840a2f7e1.png) no-repeat top left;
  background-size: auto 100%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.intro-box a {
  padding-top: 13px;
  color: #3540b6;
  margin-top: 13px;
  background: url(/assets/main-box-separator-28a308fc1a8c191086570da52d6fe0ed567bd51716e503be4bdf2bef98c18c04.png) no-repeat;
  float: left;
  width: 100%;
}
.intro-box a:hover {
  text-decoration: none;
  color: #233d4c;
}
.intro-box a svg {
  color: #3d4db6;
  font-size: 0.9375rem;
  margin-right: 4px;
}

/* STANDARD LIST */
.standard-list-wrapper {
  background: #3540b6;
  color: #fff;
  display: flex;
  margin: 50px auto 0;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  padding: 1.5rem;
}

.standard-list .more-link {
  padding-top: 12px;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 300;
  position: relative;
  font-size: 0.9375rem;
  color: #fff;
}
.standard-list .more-link::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  height: 2px;
  width: 100px;
}
.standard-list .more-link svg {
  color: #3d4db6;
  font-size: 0.625rem;
  margin-right: 3px;
}
.standard-list .more-link:hover {
  color: #fff;
  text-decoration: underline;
}
.standard-list .title {
  font-size: 1.125rem;
  margin: 0 0 0.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.standard-list ul {
  list-style-type: disc;
  padding-left: 0.9em;
  margin-left: 0.5em;
  margin-top: 0;
  max-width: 400px;
}
.standard-list ul li {
  color: #3d4db6;
  font-size: 1.313rem;
  padding: 0;
  list-style: disc;
  line-height: 24px;
  margin-right: 15px;
}
.standard-list ul li a {
  font-size: 1rem;
  display: block;
  line-height: 24px;
  overflow: hidden;
  font-weight: 300;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
}
.standard-list ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.standard-list.two-columns ul {
  columns: 2 auto;
}

/* BRANCH BOX STYLES */
.branch-box {
  border: 3px solid rgba(35, 61, 76, 0.05);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  padding: 15px 7px 12px;
}
.branch-box:hover {
  border: 3px solid rgba(35, 61, 76, 0.1);
  text-decoration: none;
}
.branch-box a {
  text-decoration: none;
}
.branch-box .branch-icon {
  height: 84px;
  line-height: 84px;
  vertical-align: middle;
  overflow: hidden;
}
.branch-box .branch-name {
  margin-top: 15px;
  font-size: 1.25rem;
  min-height: 48px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3540b6;
}

/* END OF BRANCH BOX STYLES */
/* LEARN MORE BOX STYLES */
.learn-more {
  border: none;
  background: url(/assets/home-card-bg-bad30b899a14556700254df79dbd847a166a2b314c5815fd129413f033cb7bbc.png) no-repeat right bottom;
  min-height: 145px;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.learn-more .body {
  padding: 0 45% 1rem 0;
  position: relative;
  font-size: 0.875rem;
  flex: 1 1 auto;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #233d4c;
}
.learn-more .body .title {
  font-size: 1.25rem;
  line-height: 1.05;
  font-weight: 400;
  padding-top: 0.8rem;
  margin: 0 0 0.75rem;
  text-align: left;
  color: #233d4c;
}
.learn-more .body .icon {
  position: absolute;
  top: 10px;
  right: 0;
  transition: all 0.3s ease;
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learn-more .body .description p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 300;
}
.learn-more .body:hover .title {
  color: #3540b6;
}
.learn-more.first .icon {
  right: 40px;
  top: 17px;
}
.learn-more.first:hover .icon {
  top: 25px;
  right: 45px;
}

/* END OF LEARN MORE BOX STYLES */
/* SERVICE INFO BOX STYLES */
.card-deck {
  margin: 0 -5px;
  padding-top: 5px;
}

.service-info-box {
  display: flex;
  position: relative;
  height: 240px;
  flex: 1 0;
  margin: 0 10px;
  flex-direction: column;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 8px;
  background: #f9fcfe;
  border: 1px solid rgba(35, 61, 76, 0.1);
}
.service-info-box.recommendation {
  margin: 0 10px 0 0;
  position: relative;
  overflow: hidden;
}
.service-info-box.recommendation .recommend-box {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #fff;
  padding: 4px 7px;
  text-transform: uppercase;
  background: #b7d8ee;
}
.service-info-box.recommendation header {
  background: #3540b6;
  color: #fff;
  z-index: unset;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 20px;
  padding: 1.1rem 1rem 0;
  line-height: 1.3;
}
.service-info-box.recommendation:last-child {
  margin: 0;
}
.service-info-box header {
  align-items: center;
  padding: 1rem 1rem 0;
  margin-bottom: 1.2rem;
}
.service-info-box .title {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.4rem;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
}
.service-info-box .title:hover {
  color: #fff;
  text-decoration: underline;
}
.service-info-box article {
  align-items: center;
  padding: 0 1rem 1.3rem;
}
.service-info-box p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 300;
}
.service-info-box img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  height: auto;
}
.service-info-box .image-frame {
  width: 95px;
  height: 70px;
  background: #fff;
  float: left;
  text-align: center;
  white-space: nowrap;
  margin: 0 15px 0 0;
  border: 1px solid rgba(35, 61, 76, 0.1);
}
.service-info-box .image-frame .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.service-info-box .image-frame img {
  float: none !important;
  margin: auto !important;
  max-width: 90%;
  height: auto;
  vertical-align: middle;
}
.service-info-box footer {
  background: transparent;
  padding: 0.4rem 0 0;
  margin: 0 1.25rem 0.45rem;
  border-top: 1px solid rgba(35, 61, 76, 0.1);
  padding-top: 0.9rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2.5rem);
  flex-direction: row;
  justify-content: space-between;
}
.service-info-box footer p,
.service-info-box footer small {
  margin: 0 0 7px;
  font-size: 0.75rem;
  font-weight: 300;
}
.service-info-box footer p span,
.service-info-box footer small span {
  font-weight: 500;
  color: #010e87;
}
.service-info-box footer .column {
  max-width: 50%;
}
.service-info-box.ver-1 header {
  padding: 1.4rem 1rem 0;
  margin-bottom: 10px;
  background: none;
}
.service-info-box.ver-1 article {
  padding: 0 1rem 1rem;
}
.service-info-box.ver-1 footer {
  border-top: 0;
  padding-top: 0;
  margin: 0 1rem 0.45rem;
}

/* SIMPLE INTRO STYLES */
.simple-intro {
  overflow: hidden;
  margin-top: 15px;
}
.simple-intro .icon {
  display: inline;
  float: left;
  margin-right: 20px;
}
.simple-intro .icon img {
  max-width: 100px;
  height: auto;
}
.simple-intro .title {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #3540b6;
  font-weight: 400;
  text-decoration: none;
  display: block;
  line-height: 1.35rem;
  text-align: left;
}
.simple-intro .title:hover {
  text-decoration: none;
  color: #233d4c;
}
.simple-intro .description {
  font-size: 0.9375rem;
  color: #233d4c;
  font-weight: 300;
  display: block;
}

/* FOOTER */
.footer {
  width: 100%;
  background-color: #52636a;
  font-weight: 300;
  padding: 1rem 0;
}
.footer .arrow-up {
  margin: -67px auto 8px;
  display: block;
  width: 162px;
  height: 60px;
  background: url(/assets/arrow-up-41ae6f2bdcda0edae5b91b2952e775f632a4e5a70222d88f2d0241707e467112.png) top center no-repeat;
}
.footer .logo-one {
  background: url(/assets/white-label-logo-1489fdb907bfd593e7b74d606a68de3179be02f303c4b6fbbe1f0951f90bdd74.png) top center no-repeat;
  width: 203px;
  height: 79px;
  display: block;
}
.footer .logo-two {
  background: url(/assets/eosc-footer-logo-d94a4ecdb283cc80162d4cb7b3a84059622e5006435f09c835279a4a7cc2b27e.png) center no-repeat;
  width: 148px;
  height: 79px;
  display: block;
}
.footer .copyright {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
}
.footer .copyright a {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-left: 10px;
}
.footer .copyright a:hover {
  text-decoration: none;
}
.footer ul {
  line-height: 1.1rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer ul li {
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
}
.footer ul li a {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.1;
}
.footer ul li a:hover {
  text-decoration: none;
}
.footer .title {
  color: #fff;
  font-weight: 200;
  line-height: 1.2;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.footer .title a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 200;
}
.footer a {
  color: #fff;
  font-size: 1rem;
}
.footer a:hover {
  color: #3d4db6;
}
.footer hr {
  border-color: #a6aeb1;
}
.footer .copy-text {
  color: #a6aeb1;
}
.footer .social-logo {
  width: 38px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
}
.footer .twitter-logo {
  background: url(/assets/t-icon-801ae48ee48f0461d6d30dc6904a670c91be64a78f62130189222241b9e64131.svg) top center no-repeat;
}
.footer .yt-logo {
  background: url(/assets/yt-icon-d981a98eaf6b0094e821ccfdb77b7b38adf44c2f2b908a188e0dad3fa78037ff.svg) top center no-repeat;
}

.eu-information {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #a6aeb1;
  padding: 1.5rem;
}
.eu-information p {
  margin: 5px 0;
}

/* STANDARD BUTTON */
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 0 solid transparent;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  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;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button--primary {
  color: #fff;
  background-color: #3540b6;
  background-image: linear-gradient(135deg, #666fd4 0%, #3540b6 100%);
}
.button--primary:hover {
  background: #3540b6;
}
.button--secondary {
  color: #fff;
  background-color: #3d4db6;
}
.button--secondary:hover {
  background: rgb(54.5987654321, 68.9197530864, 162.9012345679);
}

/* END OF STANDARD BUTTON */
/* STANDARD TAB */
.tabs {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.tabs li {
  background: none;
  color: #3d4db6;
  display: inline-block;
  font-size: 17px;
  float: left;
  text-align: center;
  font-weight: normal;
  padding: 13px 0;
  border: 1px solid #3d4db6;
  width: 50%;
  cursor: pointer;
}
.tabs .current {
  background: #3d4db6;
  color: #fff;
}
.tabs li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.tabs li:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* END OF STANDARD TAB */
/* TOP ROW */
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: none;
    opacity: 0;
  }
  40% {
    display: inline;
    opacity: 0.3;
  }
  60% {
    display: inline;
    opacity: 0.5;
  }
  80% {
    display: inline;
    opacity: 0.9;
  }
  100% {
    display: inline;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: none;
    opacity: 0;
  }
  40% {
    display: inline;
    opacity: 0.3;
  }
  60% {
    display: inline;
    opacity: 0.5;
  }
  80% {
    display: inline;
    opacity: 0.9;
  }
  100% {
    display: inline;
    opacity: 1;
  }
}
.instance-badge .badge.badge-danger {
  padding: 7px;
  padding-top: 10px;
  margin-top: -5px;
  margin-left: 0;
  position: fixed;
  z-index: 99;
  height: auto;
  text-align: left;
  font-size: 90%;
  font-weight: 300;
  border-radius: 0 0 0.25em;
  background-color: #bc2300;
}
.instance-badge .badge.badge-danger a {
  color: #f3f4f5;
}
.instance-badge .badge.badge-danger a .collapse.show,
.instance-badge .badge.badge-danger a .collapsing {
  padding-right: 5px;
}
.instance-badge .badge.badge-danger a .collapse.show + .fa-chevron-left,
.instance-badge .badge.badge-danger a .collapsing + .fa-chevron-left {
  display: inline-block;
}
.instance-badge .badge.badge-danger a .collapse.show + .fa-chevron-left + .fa-chevron-right,
.instance-badge .badge.badge-danger a .collapsing + .fa-chevron-left + .fa-chevron-right {
  display: none;
}
.instance-badge .badge.badge-danger a .collapse + .fa-chevron-left {
  display: none;
}
.instance-badge .badge.badge-danger a .collapse + .fa-chevron-left + .fa-chevron-right {
  display: inline;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.top {
  padding: 5px 0;
  background: #f8f9fa;
}
.top .left-links {
  float: left;
}
.top .right-links {
  float: right;
}
.top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top ul:not(.links) {
  text-align: right;
}
.top ul li {
  margin: 0 0.5rem;
  font-family: "Inter";
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(35, 61, 76, 0.8);
}
.top ul li svg {
  margin-right: 4px;
}
.top ul li a {
  color: rgba(35, 61, 76, 0.8);
  padding-bottom: 5px;
  text-decoration: none;
}
.top ul li a.active {
  border-bottom: 2px solid #3d4db6;
}
.top ul li a:hover {
  color: rgba(35, 61, 76, 0.5);
}

/* Header Logo + Searchbar + Menu */
.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding-top: 20px;
}
.header a {
  color: #233d4c;
}
.header .logo {
  max-width: 262px;
  flex-grow: 1;
}
.header .menu {
  text-align: right;
  position: relative;
}
.header .menu a.menu__label {
  color: #fff;
}
.header .menu__label::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  right: 10px;
  top: 5px;
}
.header .menu__label--unauth::after {
  display: none;
}
.header .menu .dropdown-toggle {
  border: none;
  background: transparent;
  padding-right: 30px;
  position: relative;
  text-align: right;
  display: block;
  cursor: pointer;
}
.header .menu .dropdown-toggle::after {
  display: none;
}
.header .menu__hamburger {
  display: none;
  position: absolute;
  top: 17px;
  right: 0;
  cursor: pointer;
}
.header .menu__hamburger span {
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  display: block;
}
.header .menu .dropdown-menu {
  border-top: 2px solid #3d4db6;
  padding: 0;
  width: 100%;
  transform: none !important;
  left: 0;
  top: 28px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
}
.header .menu .dropdown-menu a {
  padding: 10px 15px;
  display: block;
  font-size: 1rem;
}
.header .menu .dropdown-menu a:hover, .header .menu .dropdown-menu a:active {
  color: #3540b6;
  background: transparent;
}

.searchbar {
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  flex-grow: 2;
  margin: 0 5%;
}
.searchbar__input {
  position: relative;
  width: 100%;
}
.searchbar__input .autocomplete-results {
  z-index: 10;
  background-color: #fff;
  position: absolute;
  border: 1px solid rgba(35, 61, 76, 0.1);
  width: 100%;
  padding: 5px 10px;
}
.searchbar__input .autocomplete-results .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(35, 61, 76, 0.5);
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.searchbar__input .autocomplete-results .label:hover {
  cursor: unset;
  color: rgba(35, 61, 76, 0.5);
}
.searchbar__input .autocomplete-results li {
  cursor: pointer;
  padding: 2px 10px;
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.searchbar__input .autocomplete-results li span {
  color: rgba(35, 61, 76, 0.5);
}
.searchbar__input .autocomplete-results li.active, .searchbar__input .autocomplete-results li:hover {
  color: #3540b6;
  background: transparent;
}
.searchbar .search-clear {
  right: 10px;
  top: 11px;
  z-index: 99;
  color: #233d4c;
  position: absolute;
}
.searchbar input {
  padding: 10px 25px 10px 10px;
  font-size: 1rem;
  margin-right: -1px;
  width: 100%;
  border: none;
  border-radius: 25px 0 0 25px;
  position: relative;
  z-index: 20;
  font-weight: 300;
}
.searchbar__select {
  font-size: 0.875rem;
  padding-left: 10px;
  width: 150px;
  position: relative;
  background: #fff;
  margin-left: -1px;
}
.searchbar__select span {
  position: absolute;
  top: 10px;
  max-width: 68%;
  text-overflow: ellipsis;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.searchbar__select select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.searchbar__select::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: rgba(35, 61, 76, 0.7);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  right: 10px;
  top: 13px;
  z-index: 1;
}
.searchbar button {
  background: transparent;
  padding: 0 15px;
  font-size: 1rem;
  border: none;
  margin-left: -1px;
  border-radius: 0 25px 25px 0;
}
.searchbar.backoffice {
  border: 1px solid #ced4da;
  border-radius: 8px;
  margin: 0;
}
.searchbar.backoffice input {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bundle-more.dropdown {
  margin: 0 8px 0 -23px;
  color: #010e87;
  font-size: 12px;
}
.bundle-more::after {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.bundle-more.collapsed::after {
  content: "\f078";
}

.bundle-item .card {
  border: 1px solid #e6eef7;
  margin: 0;
  border-radius: 4px;
  width: 100%;
  background: #fafcfe;
}

.bundle-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bundle-logo .bundle-img {
  margin-left: 15px;
  max-height: 65px;
  width: auto;
}

.bundle-status {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.btn-success {
  background-color: #3540b6;
}
.btn-success:hover {
  background-color: #666fd4;
}

@media (max-width: 1225px) {
  .landing_page .research-activity .activity-wrapper .text-wrapper {
    width: 49%;
    font-size: 20px;
  }
  .standard-list-wrapper {
    flex-wrap: wrap;
  }
  .standard-list-wrapper .two-columns ul {
    columns: 1;
  }
}
@media (max-width: 1074px) {
  .standard-list-wrapper {
    justify-content: normal;
  }
  .standard-list-wrapper .standard-list {
    margin-bottom: 25px;
  }
}
@media (max-width: 1040px) {
  header .navbar-collapse .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .details-box-wrapper {
    z-index: 1;
  }
  .details-box-wrapper .details-box {
    width: 100%;
  }
  .buttons-row .text-link {
    display: block;
    margin: 30px 0;
  }
  .top {
    display: flex;
  }
}
@media (max-width: 991px) {
  .eosc-common.white-label .container ul li a {
    float: right;
    margin-bottom: 5px;
  }
  .breadcrumbs-backoffice-wrapper {
    padding-top: 15px;
  }
  .service-info-box .title {
    font-size: 1em;
    line-height: 1.2rem;
  }
  .service-info-box {
    height: 270px;
  }
  .service-info-box header {
    padding: 1.4rem 0.7rem 0;
  }
  .service-info-box img {
    width: 85px;
    height: auto;
    margin-right: 0.5rem !important;
  }
  .service-info-box p {
    font-size: 0.7rem;
  }
  .service-info-box footer {
    margin: 0 0.8rem 0.45rem;
    width: calc(100% - 1.6rem);
  }
  .service-info-box footer p,
  .service-info-box footer small {
    font-size: 0.65rem;
  }
  .navbar-toggler {
    display: block;
  }
  .backoffice-menu {
    margin: 7px 0;
    border: none;
  }
  .backoffice-logo img {
    margin: 0;
  }
  .navbar-brand {
    padding: 25px 0 0;
  }
  .create-resource {
    margin-bottom: 20px;
  }
  main {
    padding: 0 10px;
  }
  .header {
    flex-direction: column;
    align-items: normal;
  }
  .header .logo {
    margin-bottom: 15px;
  }
  .header .searchbar {
    margin: 0;
    width: 100%;
  }
  .header .searchbar__input {
    width: 80%;
    margin-right: -1px;
  }
  .header .searchbar__input input {
    width: 100%;
  }
  .header .menu {
    position: absolute;
    top: 35px;
    right: 20px;
    width: auto;
  }
  .header .menu button {
    padding-right: 0;
  }
  .header .menu__label {
    display: none;
  }
  .header .menu__hamburger {
    display: block;
  }
  .contentbox {
    flex-direction: column;
    align-items: normal;
    padding-top: 2rem;
  }
  .contentbox__title {
    font-size: 1.75rem;
    line-height: 1.12;
    margin-bottom: 30px;
    width: 100%;
  }
  .intro-box {
    min-height: 190px;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    margin-bottom: 5px;
    background-size: contain;
  }
  .intro-box.second {
    float: right;
  }
  .tabs li {
    font-size: 0.875rem;
  }
  .standard-list-wrapper {
    flex-direction: column;
    align-items: normal;
    padding: 1rem 1rem 0;
  }
  .standard-list-wrapper .title {
    text-align: left;
  }
  .standard-list-wrapper .standard-list {
    margin-bottom: 25px;
  }
  .standard-list-wrapper .standard-list ul {
    width: 100%;
  }
  .simple-intro {
    margin-bottom: 30px;
  }
  .footer .title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .backoffice-list .list-group-item.providers .row {
    justify-content: flex-end;
  }
  .backoffice-list .list-group-item.providers .row .col:first-child {
    flex: 0 0 20px;
    display: flex;
    align-items: center;
  }
  .backoffice-list .list-group-item.providers .row .col:nth-child(2) {
    font-size: 13px !important;
  }
  .backoffice-list .list-group-item.providers .row .col:nth-child(2) a {
    font-size: 13px;
  }
  .backoffice-list .list-group-item.providers .row .col:nth-child(3) {
    flex: 0 0 90%;
    font-size: 11px;
  }
  .backoffice-list .list-group-item.providers .row .col:nth-child(4) {
    flex: 0 0 40%;
    font-size: 13px;
  }
  .backoffice-list .list-group-item.providers .row .col:last-child {
    flex: 0 0 50%;
  }
  .backoffice-list .list-group-item.providers .row .col .form-check-input {
    margin: 0;
  }
  .backoffice-list .list-group-item.heading-row .row {
    justify-content: space-between;
  }
  .backoffice-list .list-group-item.heading-row .row .col:nth-child(2), .backoffice-list .list-group-item.heading-row .row .col:nth-child(3), .backoffice-list .list-group-item.heading-row .row .col:nth-child(4) {
    display: none;
  }
  .approval-requests {
    padding: 15px 10px 0;
    margin-bottom: 30px;
  }
  .approval-requests h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .approval-requests .backoffice-list .heading-row {
    display: none;
  }
  .approval-requests .backoffice-list .list-group-item.providers {
    padding: 6px 10px 10px;
  }
  .approval-requests .backoffice-list .list-group-item.providers .row .col:first-child {
    flex: 0 0 100%;
  }
  .approval-requests .backoffice-list .list-group-item.providers .row .col:nth-child(2) {
    flex: 0 0 100%;
  }
  .approval-requests .backoffice-list .list-group-item.providers .row .col:nth-child(3) {
    flex: 0 0 60%;
  }
  .approval-requests .backoffice-list .list-group-item.providers .row .col:nth-child(4) {
    flex: 0 0 40%;
  }
  .empty-information {
    padding: 18px;
  }
  .empty-information h2 {
    font-size: 23px;
    line-height: 120%;
  }
  .empty-information .details-intro {
    font-size: 19px;
  }
  .empty-information .btn, .empty-information .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .empty-information .shepherd-button:not(.close-link) {
    padding: 0.62rem 2rem;
  }
  .browse {
    width: 100%;
  }
  .browse.whitelabel {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .browse.whitelabel .browse-label {
    margin-bottom: 7px;
  }
  header .whitelabel-header-container {
    padding: 10px 15px 0;
  }
  h1 {
    font-size: 1.5rem;
  }
  .profile {
    padding: 10px 0 !important;
  }
  .profile svg {
    font-size: 30px;
    margin-right: 10px;
  }
  .profile .display-1 {
    font-size: 1.45rem;
  }
  .profile .display-2 {
    font-size: 1.1rem;
  }
  .profile .profile-info {
    margin-top: 15px;
  }
  .api-submenu {
    margin-bottom: 30px;
  }
  .service-box .info-icons {
    top: 15px;
    right: 15px;
  }
  .service-box .info-icons .access-information {
    padding-top: 8px !important;
  }
  .service-box h2 {
    font-size: 1rem;
  }
  .service-box h2 .badge {
    top: 0;
    left: 10px;
  }
  .service-box .media-body .pl-4 {
    padding-left: 0.5rem !important;
  }
  .service-box .media-body .pr-4 {
    padding-right: 0.5rem !important;
  }
  .service-box .media-body .compare.favourites {
    margin-right: 0;
    margin-left: 7px;
  }
  .compare input[type=checkbox] + span {
    margin-top: 5px;
    font-size: 11px;
  }
  .media.service-box {
    display: flex;
    flex-flow: column;
    align-items: unset;
  }
  .media.service-box .media-body {
    order: 2;
  }
  .media.service-box .backoffice-button-row {
    order: 3;
  }
  .media.service-box .right-extra-info {
    order: 1;
    position: relative;
    width: 100%;
    padding: 50px 0 20px;
    text-align: center;
  }
  .media.service-box .right-extra-info .service-logo {
    margin-top: 10px;
  }
  .media.service-box .right-extra-info .badge {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e8eaeb;
    width: auto;
  }
  .service-info-box {
    display: block;
    flex: unset;
    height: 230px;
    width: 94%;
  }
  .service-info-box.ver-1 {
    height: 160px;
  }
  .service-info-box.recommendation {
    margin: 10px 0;
    width: 100%;
  }
  .service-info-box header {
    padding: 1.4rem 0.7rem 0;
    font-size: 1rem;
  }
  .service-info-box article {
    font-size: 0.8rem;
    padding: 0 0.5rem 1.3rem;
  }
  .service-info-box .title {
    font-size: 1em;
    line-height: 1.2rem;
  }
  .service-info-box img {
    width: 100px;
    height: auto;
    margin-right: 0.7rem !important;
  }
  .service-info-box p {
    font-size: 0.85rem;
  }
  .service-info-box footer {
    margin: 0 0.5rem 0.45rem;
    width: calc(100% - 1rem);
  }
  .service-info-box footer p,
  .service-info-box footer small {
    font-size: 0.65rem;
  }
  .fixme {
    display: none;
  }
  .accordion .card-body {
    padding: 0.9rem;
  }
  .mobile-bottom-margin {
    margin-bottom: 25px;
    float: left;
    width: 100%;
  }
  .parameters-section .parameter-list {
    width: 100%;
    position: relative;
  }
  .parameters-section .parameter-cards {
    width: 100%;
    margin-top: 25px;
    min-height: 300px;
  }
  .parameters-section .parameter-cards .offer-attributes::before {
    top: 15%;
    font-size: 12px;
  }
  .parameters-section .parameter-cards .offer-attributes::after {
    height: auto;
  }
  .nav-link {
    font-size: 12px;
  }
  .order-nav li a::after {
    display: none;
  }
  .eu-information img {
    max-width: 100%;
    height: auto;
  }
  .not-found {
    padding-top: 0;
    text-align: center;
  }
  .not-found h1 {
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
  }
  .not-found p {
    font-size: 16px;
    text-align: center;
  }
  .not-found .not-found-pic {
    margin-top: 30px;
  }
  .card-columns.two.recently {
    column-count: 1;
  }
  .bundle-logo {
    top: 7px;
    right: 7px;
  }
  .bundle-logo .bundle-img {
    margin-left: 8px;
    max-height: 35px;
    width: auto;
  }
  .bundle-more {
    margin-bottom: 20px;
  }
  .comment-log-frame {
    margin: 20px 0 30px;
  }
  .backoffice-list .list-group-item .provider-name,
  .backoffice-list .list-group-item .datasource-name {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 7px;
  }
  .backoffice-list .list-group-item .status {
    float: left;
    padding: 5px 0;
    margin-right: 0;
  }
  .top-info-wrapper {
    padding: 25px 0 10px;
  }
  .top-info-wrapper h3 {
    font-size: 21px;
    line-height: 125.1%;
    margin-bottom: 20px;
  }
  .top-info-wrapper p {
    font-size: 16px;
    line-height: 133%;
    margin-bottom: 15px;
  }
  .landing_page .research-activity .activity-wrapper .text-wrapper {
    width: 99%;
    font-size: 17px;
  }
  .landing_page .landing-header .research-top-space {
    margin-top: 30px;
  }
  .landing_page .landing-header .research-wrapper {
    gap: var(--16, 9px);
  }
  .landing_page .landing-header .research-wrapper a {
    padding: 5px 11px 6px;
    font-size: 12px;
  }
  .searchbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .searchbar .searchbar__input {
    flex: 0 0 65%;
  }
  .searchbar .searchbar__select {
    flex: 0 0 35%;
  }
  .searchbar .input-group-append {
    margin-top: 20px;
    flex: 0 0 50%;
  }
  .be-provider {
    padding: 45px 0 40px;
  }
  .be-provider .become-provider-box {
    height: 230px;
    padding: 30px 20px 0 0;
    margin-bottom: 30px;
  }
  .be-provider .become-provider-box h4 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .be-provider .become-provider-box .subtitle {
    font-size: 17px;
    line-height: 140%;
  }
  .be-provider .become-provider-box .btn, .be-provider .become-provider-box .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .be-provider .become-provider-box .shepherd-button:not(.close-link) {
    width: 270px;
  }
  .be-provider .provider-simple-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .be-provider .provider-simple-wrapper .provider-simple-box {
    width: 100%;
  }
  .popular-services-box .popular-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .become-provider {
    padding: 30px 20px 25px;
  }
  .become-provider .backoffice-arrow {
    display: none;
  }
  .become-provider h1 {
    font-size: 30px;
  }
  .become-provider h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .become-provider h4 {
    font-size: 17px;
  }
  .become-provider .become-provider h4 {
    font-size: 19px;
    margin: 0 0 16px;
  }
  .become-provider .backoffice-item {
    padding: 20px 25px;
    gap: 15px;
  }
  .become-provider .backoffice-item .backoffice-image img {
    max-width: 70px;
    height: auto;
  }
  .become-provider .backoffice-item .backoffice-item-txt .backoffice-item-title {
    font-size: 22px;
  }
  .become-provider .backoffice-item .backoffice-item-txt .backoffice-item-desc {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .popular-box {
    justify-content: center;
  }
  .pagination .page-item.active .page-link {
    padding: 0.36rem 0.46rem;
  }
  .pagination .page-item .page-link {
    padding: 0.36rem 0.46rem;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  header {
    background-size: auto 100%;
    background-position: 50% 50%;
  }
  .header .logo {
    max-width: 100%;
    text-align: center;
  }
  .header .searchbar input {
    padding: 10px;
    flex-grow: 1;
    min-width: 100px;
    width: 100%;
  }
  .header .searchbar .container-select {
    min-width: 115px;
    width: 115px;
  }
  .header .menu__hamburger {
    top: 9px;
  }
  .overlay .closebtn {
    top: 37px;
  }
  .tab-content-home .col-6:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
  }
  .tab-content-home .col-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 5px;
  }
  .branch-box .branch-name {
    margin-top: 15px;
    font-size: 0.85rem;
    min-height: 48px;
  }
  .simple-intro .title {
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.1rem;
  }
  .simple-intro .icon {
    margin-right: 10px;
  }
  .home-title {
    font-size: 1.25rem;
    margin-top: 2.2rem;
    margin-bottom: 2rem;
  }
  .standard-list ul li a {
    font-size: 0.8rem;
    white-space: normal;
  }
  .standard-list .more-link {
    font-size: 0.8rem;
  }
  .footer .container {
    padding: 0;
  }
  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .row .col-md {
    width: 50%;
    margin-bottom: 15px;
  }
  .footer .copy-text {
    font-size: 0.6875rem;
  }
  .footer .socials {
    margin-top: 0 !important;
    text-align: center;
  }
  .eosc-logo-mono,
  .eosc-hub-logo-mono {
    margin: auto;
  }
  .eu-information {
    font-size: 0.6875rem;
    line-height: 1rem;
    padding: 12px 0 !important;
  }
  .footer .row .col-md {
    width: 50%;
    margin-bottom: 15px;
  }
  .footer .copy-text {
    font-size: 11px;
  }
  .footer .socials {
    margin-top: 0 !important;
    text-align: center;
  }
  .eosc-logo-mono,
  .eosc-hub-logo-mono {
    margin: 0 auto 15px;
    text-align: center;
  }
  .eu-information {
    font-size: 11px;
    line-height: 1rem;
    padding: 12px 0 !important;
  }
  .nav-tabs .question-link {
    top: -18px;
    right: 52px;
  }
  .favourites-popup {
    position: absolute;
    right: 10px;
    left: 10px;
  }
  .modal .modal-header,
  .modal .modal-body {
    padding: 15px 10px 0;
    font-size: 14px;
  }
  .modal .modal-header .modal-title, .modal .modal-header .shepherd-content .shepherd-header .shepherd-title, .shepherd-content .shepherd-header .modal .modal-header .shepherd-title,
  .modal .modal-body .modal-title,
  .modal .modal-body .shepherd-content .shepherd-header .shepherd-title,
  .shepherd-content .shepherd-header .modal .modal-body .shepherd-title {
    font-size: 15px;
  }
  .modal .modal-header .btn-sm, .modal .modal-header .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child, .shepherd-content .shepherd-footer .modal .modal-header .shepherd-button:not(.close-link):last-child, .modal .modal-header .btn-group-sm > .btn, .modal .modal-header .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .modal .modal-header .btn-group-sm > .shepherd-button:not(.close-link),
  .modal .modal-body .btn-sm,
  .modal .modal-body .shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child,
  .shepherd-content .shepherd-footer .modal .modal-body .shepherd-button:not(.close-link):last-child,
  .modal .modal-body .btn-group-sm > .btn,
  .modal .modal-body .shepherd-content .shepherd-footer .btn-group-sm > .shepherd-button:not(.close-link),
  .shepherd-content .shepherd-footer .modal .modal-body .btn-group-sm > .shepherd-button:not(.close-link) {
    margin-bottom: 15px;
  }
  .modal .modal-footer {
    padding: 20px 0 0;
  }
  .modal .modal-footer .btn-primary, .modal .modal-footer .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .modal .modal-footer .shepherd-button:not(.close-link) {
    float: none;
    margin: auto;
  }
  .modal .modal-footer .close-link {
    float: none;
    margin: 20px auto 0;
  }
  .modal .modal-dialog.new-feature .modal-content, .modal .modal-dialog.new-feature .shepherd-content {
    padding: 20px 15px;
  }
  .service-detail .row.col-lg-9 {
    padding-right: 0;
  }
  .service-detail .row.col-lg-9 .col-sm-9 {
    padding-right: 0;
  }
  .service-box .access-type {
    margin-bottom: 0;
  }
  .compare input[type=checkbox] + span {
    margin-top: 5px;
    font-size: 12px;
    float: left;
  }
  .service-links .row {
    padding-right: 0;
  }
  .question-col {
    margin: 20px 0 15px;
  }
  .nav-tabs .nav-link {
    padding: 0.6rem 1.2rem;
  }
  .nav-tabs .nav-link.active {
    padding: 0.8rem 0.6rem;
  }
  .tokens {
    font-size: 14px;
    line-height: 20px;
  }
  .tokens .icon {
    margin: 0 15px 25px 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tokens .icon svg {
    font-size: 40px;
    line-height: 60px;
  }
  .tokens .active {
    font-size: 14px;
    line-height: 27px;
  }
  .service-box .media-body .compare {
    width: 100%;
    margin: 15px 0 8px;
  }
  .service-box .media-body .compare.favourites {
    margin: 0 0 13px !important;
  }
  .service-box .media-body h2 .badge {
    top: -10px;
  }
  .special-list {
    -moz-column-count: 1;
    column-count: 1;
  }
  .lead-manager h1 {
    overflow: hidden;
  }
  .lead-manager h1 .btn, .lead-manager h1 .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .lead-manager h1 .shepherd-button:not(.close-link) {
    margin-top: 25px;
  }
  .subsection {
    margin: 3rem 0 1.1rem;
  }
  .learn-more .body {
    padding: 0 32% 1.5rem 0;
  }
  .learn-more .body .title {
    font-size: 1rem;
  }
  .projects-list {
    padding: 15px;
    margin-bottom: 15px;
  }
  .projects-list .status {
    text-align: right;
  }
  .projects-list .status .compare.favourites .new-message {
    margin-right: 0;
  }
  .img-service-detail {
    margin-bottom: 30px;
  }
  .service-details-header {
    margin-bottom: 30px;
  }
  .service-detail fieldset {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .service-detail fieldset .comparison {
    margin-right: 20px;
  }
  .service-box-redesign .show-more-link {
    margin-top: 10px;
  }
  .details-box-wrapper {
    z-index: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .service-boxes-container .description-box-column {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .related-box .card-title a {
    font-size: 14px;
  }
  .btn-toolbar .btn, .btn-toolbar .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .btn-toolbar .shepherd-button:not(.close-link) {
    font-size: 0.88rem;
    padding: 0.375rem 1.2rem;
  }
  .buttons-box {
    width: 115px;
    float: right;
  }
  .buttons-box .mr-4 {
    margin-right: 0.8rem !important;
  }
  .backoffice-list .list-group-item a {
    font-size: 13px !important;
  }
  .backoffice-list .list-group-item a:first-child {
    max-width: 60%;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .backoffice-list.indent-list .list-group-item.subcategory a {
    font-size: 12px;
  }
  .backoffice-list.indent-list .list-group-item a:first-child {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .other-settings-menu {
    margin-bottom: 40px;
    border-bottom: 0;
    flex-direction: column;
  }
  .other-settings-menu a {
    font-size: 16px;
    padding: 0 0 17px;
  }
  .backoffice h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .backoffice .btn, .backoffice .shepherd-content .shepherd-footer .shepherd-button:not(.close-link), .shepherd-content .shepherd-footer .backoffice .shepherd-button:not(.close-link) {
    font-size: 12px;
    padding: 0.52rem 1rem;
  }
  .bundle-box.padding {
    padding-left: 30px;
  }
  .bundle .card .row .bundle-box {
    margin: 0;
  }
  .bundle .card .row .bundle-box .bundle-item {
    margin-top: 25px;
  }
}
@media (min-width: 991px) and (max-width: 1140px) {
  .service-box .access-type .btn-outline-secondary,
  .service-box .access-type .btn-primary,
  .service-box .access-type .shepherd-content .shepherd-footer .shepherd-button:not(.close-link),
  .shepherd-content .shepherd-footer .service-box .access-type .shepherd-button:not(.close-link) {
    font-size: 0.8rem;
    line-height: 24px;
  }
}
.cc-btn {
  background-color: transparent !important;
  border-radius: 2rem !important;
  border: none;
}
.cc-btn:hover {
  background-color: #010e87 !important;
}

.cc-link {
  text-decoration: none;
  color: #3d4db6 !important;
}

.cc-compliance {
  margin-left: 40px;
}

.cc-window {
  background-color: rgba(27, 48, 58, 0.85) !important;
}

.test * {
  -o-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.header {
  position: relative;
  z-index: 2;
  padding: 25px 0;
}

.main {
  background: url(/assets/home-bg-2f92e431e273184dd31c671c7afa0866a7cedb793bf0cb29e850c712ad949e8d.png) no-repeat;
  background-position: 50% -120px;
  z-index: 3;
  position: relative;
}
.main > main {
  overflow: hidden;
}
.main .contentbox {
  display: block;
  margin-bottom: 30px;
}
.main .contentbox > div {
  width: 58%;
}
.main .contentbox aside {
  background: transparent;
  position: absolute;
  top: -25px;
  right: -100px;
  width: 68%;
}
.main .contentbox__lead {
  font-size: 1.1rem;
}

img.provider-header {
  max-width: 180px;
  max-height: 120px;
}

/* ===============================
Mobile version only for customization.
=============================== */
@media (max-width: 1120px) {
  .main .contentbox > div {
    width: 100%;
  }
  .main .contentbox__title, .main .contentbox__lead {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .main .contentbox__title {
    font-size: 3rem;
  }
  .main .contentbox .intro-box {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .main .contentbox__title {
    font-size: 2rem;
  }
  .main .contentbox__lead {
    font-size: 1rem;
  }
  .main .contentbox .intro-box {
    max-width: 45%;
  }
}
@media (max-width: 576px) {
  .main .contentbox {
    display: flex;
    flex-direction: column-reverse;
  }
  .main .contentbox__title, .main .contentbox__lead {
    width: 100%;
  }
  .main .contentbox aside {
    position: relative;
    width: 100%;
    right: auto;
  }
  .main .contentbox .intro-box {
    max-width: 100%;
  }
}
@media (max-width: 376px) {
  .main .home-tabs {
    margin-top: 20px;
  }
  .main .home-tabs .tabs {
    position: absolute;
    left: 0;
    right: 0;
  }
  .main .home-tabs .tabs .tab-link {
    border-radius: 0;
  }
  .main .home-tabs .tab-content-home {
    padding-top: 80px;
  }
}
.feedback-modal .feedback-email {
  display: none;
}
.feedback-modal .feedback-email.show {
  display: block;
}

.leave-feedback {
  background-color: #f3f4f5;
  padding: 10px;
}

.tour-feedback .feedback-rating {
  height: 60px;
  position: relative;
}
.tour-feedback .feedback-rating > .feedback-point {
  border: 1px solid #e8eaeb;
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.tour-feedback .feedback-rating > .feedback-point.no-events {
  pointer-events: none;
}
.tour-feedback .feedback-rating > .feedback-point.active {
  background-color: #ffcd00;
  border: none;
}
.tour-feedback .feedback-rating > .feedback-point:hover {
  background-color: #ced4da;
}
.tour-feedback .feedback-rating > .feedback-point:nth-child(1) {
  left: 0;
}
.tour-feedback .feedback-rating > .feedback-point:nth-child(2) {
  left: calc(25% - 5px);
}
.tour-feedback .feedback-rating > .feedback-point:nth-child(3) {
  left: calc(50% - 15px);
}
.tour-feedback .feedback-rating > .feedback-point:nth-child(4) {
  left: calc(75% - 25px);
}
.tour-feedback .feedback-rating > .feedback-point:nth-child(5) {
  left: calc(100% - 30px);
}
.tour-feedback .feedback-lines {
  display: inline-flex;
  position: absolute;
  top: 11.5px;
  left: 15px;
  right: 15px;
}
.tour-feedback .feedback-lines > .feedback-line {
  height: 7px;
  width: 100%;
  background-color: #e8eaeb;
}
.tour-feedback .feedback-lines > .feedback-line.active {
  background-color: #ffcd00;
}
.tour-feedback .feedback-labels {
  display: flex;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.tour-feedback .feedback-labels > .feedback-label {
  width: 100%;
  text-align: center;
}
.tour-feedback .feedback-labels > .feedback-label:nth-child(1) {
  text-align: left;
}
.tour-feedback .feedback-labels > .feedback-label:nth-child(3) {
  text-align: right;
}
.tour-feedback.is-invalid .feedback-label {
  color: #ff5b5b;
}
.tour-feedback.is-invalid .feedback-lines > .feedback-line {
  background-color: #ff5b5b;
}
.tour-feedback.is-invalid .feedback-point {
  border-color: #ff5b5b;
}

.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s ease;
}

.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, 0.75);
}

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-button:disabled {
  cursor: not-allowed;
}

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem;
}

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50.2%, 0.75);
  font-size: 2em;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color 0.5s ease;
}

.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50.2%, 0.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, 0.75);
}

.shepherd-title {
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
}

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: 0.75rem 0.75rem 0;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

.shepherd-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0.75em;
}

.shepherd-text p {
  margin-top: 0;
}

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

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

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

.shepherd-arrow, .shepherd-arrow:before {
  position: absolute;
  width: 16px;
  height: 16px;
  z-index: -1;
}

.shepherd-arrow:before {
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target, .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: 0.5;
  transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

.shepherd-element {
  max-width: 500px;
}
.shepherd-element[aria-labelledby=step-1-label] .shepherd-content .shepherd-footer::before {
  margin-bottom: 30px;
}

.shepherd-content {
  background-color: #fff;
  border: none;
}
.shepherd-content ul {
  padding-left: 0;
  margin-bottom: 12px;
}
.shepherd-content ul > li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.shepherd-content ul > li::before {
  content: "•";
  color: #ffcd00;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.5rem;
}
.shepherd-content .shepherd-header {
  padding-bottom: 0 !important;
  background: unset !important;
}
.shepherd-content .shepherd-text {
  padding: 1em;
  font-size: 0.875rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.shepherd-content .shepherd-footer {
  padding: 1em;
  display: block;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.shepherd-content .shepherd-footer::before {
  content: "";
  width: 100%;
  height: 7px;
  margin-bottom: 11px;
  float: left;
  border-top: 7px solid #f7f7f7;
}
.shepherd-content .shepherd-footer :first-child {
  text-align: left;
}
.shepherd-content .shepherd-footer :last-child {
  text-align: left;
}
.shepherd-content .shepherd-footer .shepherd-button:not(.close-link) {
  float: left;
  margin-right: 30px;
}
.shepherd-content .shepherd-footer .shepherd-button:not(.close-link):last-child {
  float: right;
  margin: 0;
}
.shepherd-content .shepherd-footer .close-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  color: #010e87;
  float: left;
  opacity: 1;
}
.shepherd-content .shepherd-footer .close-link:hover {
  background: unset !important;
}
.shepherd-content .shepherd-footer .close-link:first-child {
  margin-top: 7px;
}
.shepherd-content .shepherd-footer .steps-counter {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  color: #a2aab1;
}

.shepherd-arrow::before {
  background-color: #fff !important;
}

.tour-welcome {
  width: 900px !important;
  max-width: 900px !important;
}
.tour-welcome > .shepherd-content {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  width: 900px !important;
}
.tour-welcome > .shepherd-content > .shepherd-header {
  padding-left: 300px;
}
.tour-welcome > .shepherd-content > .shepherd-header .shepherd-title {
  font-size: 1.125rem;
}
.tour-welcome > .shepherd-content > .shepherd-header .shepherd-title#step-1-label {
  font-size: 1.5rem;
}
.tour-welcome > .shepherd-content > .shepherd-text {
  padding-left: 300px;
}
.tour-welcome > .shepherd-content > .shepherd-text#step-1-description {
  font-size: 1rem;
}
.tour-welcome > .shepherd-content > .shepherd-footer {
  padding-left: 300px;
}
.tour-welcome > .shepherd-content > .new-feature {
  background-image: url(/assets/new-feature-acbb44b71b41ed2135ecc12b867f637855edf04aea7d01775f408afc28a20f8b.png);
  width: 300px;
  height: 305px;
  top: 20px;
  position: absolute;
}

@media (max-width: 959px) {
  .shepherd-element {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 !important;
  }
  .tour-welcome > .shepherd-content {
    width: auto !important;
    padding-right: 0;
    padding-top: 220px;
  }
  .tour-welcome > .shepherd-content > .shepherd-text {
    padding: 0 20px;
    z-index: 10;
  }
  .tour-welcome > .shepherd-content > .shepherd-header {
    padding: 0 0 20px 20px;
  }
  .tour-welcome > .shepherd-content > .shepherd-header .shepherd-title {
    font-size: 16px;
    z-index: 100;
  }
  .tour-welcome > .shepherd-content > .shepherd-footer {
    padding: 20px 0 0 20px;
  }
  .tour-welcome > .shepherd-content > .shepherd-footer .shepherd-button {
    font-size: 15px;
    line-height: 1.2;
  }
  .tour-welcome > .shepherd-content > .shepherd-footer .close-link {
    margin-top: 6px;
  }
  .tour-welcome > .shepherd-content > .new-feature {
    top: 0;
    left: calc(50% - 160px);
    z-index: 1;
  }
}
.atlwdg-trigger {
  z-index: 10000;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
