@charset "UTF-8";
/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --gray-100: #d7dae2;
  --gray-200: #b4becc;
  --gray-300: #a8c1e6;
  --gray-400: #9fb7da;
  --gray-500: #889dbb;
  --gray-600: #5b697d;
  --gray-700: #3f4957;
  --gray-800: #232830;
  --gray-900: #1e2229;
  --secondary: #9da5b1;
  --success: #21b36f;
  --info: #5894cc;
  --warning: #c1b749;
  --danger: #dc3545;
  --light: #e7e9ee;
  --dark: #787a7f;
  --font-deff: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-sans-serif: Comfortaa, var(--font-deff);
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.625;
  --heading-font-family: Cuprum, var(--font-deff);
  --body-color: #1e2229;
  --body-bg: #fff8ee;
  --secondary-color: rgba(129, 136, 147, 1);
  --secondary-bg: #3d3846;
  --tertiary-color: rgba(30, 34, 41, 0.5);
  --tertiary-bg: #d7dae2;
  --heading-color: #5b697d;
  --link-color: #0d6efd;
  --link-decoration: none;
  --link-hover-color: #07377f;
  --code-color: #d63384;
  --highlight-bg: #b4becc;
  --border-width: 1px;
  --border-color: #a8c1e6;
  --border-radius: 0.25rem;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --body-color: #b4becc;
  --body-bg: rgb(30, 34, 41);
  --secondary-color: rgba(180, 190, 204, 0.75);
  --secondary-bg: #232830;
  --tertiary-color: rgba(180, 190, 204, 0.5);
  --tertiary-bg: #21252d;
  --heading-color: #a4bbdb;
  --link-color: #6ea8fe;
  --link-hover-color: #6ea8fe;
  --code-color: #e685b5;
  --border-color: rgba(88, 148, 204, 0.5);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right bottom, rgb(241, 243, 240) 0%, rgb(255, 248, 238) 50%);
  background-size: 100% calc(100vh + 1px);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

[data-bs-theme="dark"] body {
  background-image: linear-gradient(to right bottom, rgb(38, 55, 69) 0%, rgb(30, 34, 41) 50%);
}

hr {
  margin: 2rem 0;
  color: inherit;
  border: 0;
  border-top: var(--border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: var(--heading-font-family) !important;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  --link-color: var(--link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--body-bg);
  background-color: var(--body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--secondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.bg-body[data-bs-theme=dark],
.bg-body[data-bs-theme=light] {
  background-color: var(--body-bg);
}

.text-body[data-bs-theme=dark],
.text-body[data-bs-theme=light] {
  color: var(--body-color);
}

.ff-deff {
  font-family: var(--font-sans-serif) !important;
}

.ff-head {
  font-family: var(--font-headig) !important;
}

.top-nav,
.footer {
  display: flex;
  height: 5rem;
}

.footer {
  min-height: 5rem;
}

.top-nav ul,
.top-nav li,
.top-nav li a,
.footer > * {
  display: flex;
  align-items: center;
}

.top-nav a.logo {
  margin-left: calc(var(--gutter-x) * -0.5);
}

[data-bs-theme=dark] .top-nav a {
  color: var(--info);
}

[data-bs-theme=dark] .top-nav a:hover {
  color: var(--link-color);
}

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

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

abbr {
  font-size: 0.875em;
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}

blockquote + figcaption {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #5b697d;
}
blockquote + figcaption::before {
  content: "— ";
}

blockquote.text-end,
blockquote.text-end + figcaption {
  padding-right: 1rem;
  border-right: 3px solid var(--tertiary-color);
}

blockquote:not(.text-end),
blockquote:not(.text-end) + figcaption {
  padding-left: 1rem;
  border-left: 3px solid var(--tertiary-color);
}

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

.content * > img:not(.clear),
.content p > a > img,
figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem;
  background-color: var(--body-bg);
  border: var(--border-width) solid var(--border-color);
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin-bottom: 0.5rem;
  line-height: 1;
}

img + figcaption {
  font-size: 0.875em;
  color: var(--secondary-color);
  padding: 0 1rem;
}

.container,
.container-fluid,
.container-lg,
.container-sm {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-sm, .container {
    max-width: 960px;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-lg: 992px;
}

.row {
  --gutter-x: 1.5rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 50%;
}

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 50%;
  }
}
table {
  --table-color-type: initial;
  --table-bg-type: initial;
  --table-color-state: initial;
  --table-bg-state: initial;
  --table-color: var(--body-color);
  --table-border-color: var(--border-color);
  --table-accent-bg: transparent;
  --table-striped-color: var(--body-color);
  --table-striped-bg: rgba(0, 0, 0, 0.05);
  --table-hover-color: var(--body-color);
  --table-hover-bg: rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--border-color);
}

table > tbody > tr:hover > * {
  --table-color-state: var(--table-hover-color);
  --table-bg-state: var(--table-hover-bg);
}

table > * > * > *:not(:first-child) {
  border-left: 1px solid var(--border-color);
}

table > tbody > tr:nth-of-type(2n+1) > * {
  --table-color-type: var(--table-striped-color);
  --table-bg-type: var(--table-striped-bg);
}

table > thead {
  vertical-align: bottom;
}

tbody {
  border-top: 1px solid var(--border-color);
}

thead + tbody {
  border-top-width: 3px;
}

table > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
  color: var(--table-color-state, var(--table-color-type, var(--table-color)));
  background-color: transparenr; /*var(--body-bg);*/
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--table-bg-state, var(--table-bg-type, var(--table-accent-bg)));
}

button,
[type=button],
[type=submit],
[type=reset] {
  display: inline-block;
  cursor: pointer;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #4676a3;
  padding: 0.35rem 1rem 0.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--light);
  border: 1px solid var(--border-color);
}

button:hover:not(:disabled),
[type=button]:hover:not(:disabled),
[type=submit]:hover:not(:disabled),
[type=reset]:hover:not(:disabled) {
  background-color: #35597a;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.btn-outline {
  background-color: transparent !important;
  color: var(--body-color) !important;
}

.btn-outline:hover:not(:disabled) {
  background-color: #4676a3 !important;
  color: var(--light) !important;
}

@media (min-width: 576px) {
  button,
  [type=button],
  [type=submit],
  [type=reset] {
    padding: 0.35rem 2rem 0.25rem;
  }
}
.spinner:not(.disabled) {
  animation: 0.75s linear infinite spinner-grow;
  color: var(--warning);
}

.spinner:not(.disabled):hover,
.spinner:not(.disabled):focus {
  animation: none;
  color: var(--dark);
}

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

.flex-h,
.flex-sm-h,
.flex-md-h,
.flex-lg-h,
.flex-v,
.flex-sm-v,
.flex-md-v,
.flex-lg-v {
  display: flex;
  align-self: stretch;
  align-items: stretch;
}

.flex-h {
  flex-direction: row;
  flex: 0 1 auto;
}

.flex-v {
  flex-direction: column;
  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .flex-sm-h {
    flex-direction: row;
    flex: 0 1 auto;
  }
  .flex-sm-v {
    flex-direction: column;
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .flex-md-h {
    flex-direction: row;
    flex: 0 1 auto;
  }
  .flex-md-v {
    flex-direction: column;
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .flex-lg-h {
    flex-direction: row;
    flex: 0 1 auto;
  }
  .flex-lg-v {
    flex-direction: column;
    flex: 1 1 auto;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 2rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.5rem !important;
}

.me-2 {
  margin-right: 1rem !important;
}

.me-3 {
  margin-right: 2rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.5rem !important;
}

.ms-2 {
  margin-left: 1rem !important;
}

.ms-3 {
  margin-left: 2rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

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

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 2rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.5rem !important;
}

.pe-2 {
  padding-right: 1rem !important;
}

.pe-3 {
  padding-right: 2rem !important;
}

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

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 2rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.5rem !important;
}

.ps-2 {
  padding-left: 1rem !important;
}

.ps-3 {
  padding-left: 2rem !important;
}

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

.gap-1 {
  gap: 0.5rem !important;
}

.gap-2 {
  gap: 1rem !important;
}

.gap-3 {
  gap: 2rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.5rem !important;
}

.row-gap-2 {
  row-gap: 1rem !important;
}

.row-gap-3 {
  row-gap: 2rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-2 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-3 {
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

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

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

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

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.5rem !important;
  }
  .gap-sm-2 {
    gap: 1rem !important;
  }
  .gap-sm-3 {
    gap: 2rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 2rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 1rem !important;
  }
  .gap-lg-3 {
    gap: 2rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 2rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover),
.h2 a:not(:hover),
.h3 a:not(:hover),
.h4 a:not(:hover),
.h5 a:not(:hover),
.h6 a:not(:hover) {
  color: inherit;
  border-color: transparent !important;
}

[data-bs-theme=light].text-body .text-info,
[data-bs-theme=light] .text-info {
  color: #0d6efd;
}

[data-bs-theme=dark].text-body .text-info,
[data-bs-theme=dark] .text-info {
  color: #6ea8fe;
}

.text-muted {
  color: var(--tertiary-color);
}

a.text-link {
  color: var(--link-color) !important;
}

.intro {
  color: var(--secondary-color);
}

.intro > small, .intro > .small {
  font-size: 0.75em;
  color: var(--gray-500);
}

.desk {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--gray-500);
}

.bg-info {
  background-color: rgba(70, 118, 163, 0.25);
  border: 1px solid rgba(88, 148, 204, 0.5);
  border-radius: 0.25rem;
}

.bg-warning {
  background-color: rgba(202, 101, 16, 0.25);
  border: 1px solid rgba(193, 183, 73, 0.5);
  border-radius: 0.25rem;
}

.container {
  max-width: 960px;
}

.blog-post .container,
.blog .container,
.menu-cat.container {
  max-width: 720px;
}

.d-xs,
.d-sm,
.d-md,
.d-lg {
  display: none;
}

.content.blog-post p:not(.lead),
.content.blog-post .fs-18 {
  font-size: 18px;
  /*font-weight: 500;*/
}

.fs-18 {
  font-size: 18px;
}
.fw-300 {
  font-weight: 300 !important;
}

.content > div,
.content > dl,
.content > h2,
.content > .h2,
.content > h3,
.content > .h3,
.content > h4,
.content > .h4,
.content > h5,
.content > .h5,
.content > h6,
.content > .h6,
.content > header,
.content > hr,
.content > img,
.content > ol,
.content > p,
.content > pre,
.content > ul,
.content figure,
.content details,
.content form,
.content table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content h1, .content .h1,
.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
  margin-top: 2.5rem;
}

.content a {
  border-bottom: 2px dotted var(--tertiary-color);
}

.content a:hover {
  border-bottom: 2px dotted var(--link-color);
}

b,
strong {
  font-family: var(--font-deff);
}

pre:not([class*=language-]) {
  padding: 0 16px 0 0;
  border: 1px solid var(--border-color);
  background: repeating-linear-gradient(to bottom, transparent, transparent 10px, var(--tertiary-bg) 10px, var(--tertiary-bg) 11px), repeating-linear-gradient(to right, transparent, transparent 10px, var(--tertiary-bg) 10px, var(--tertiary-bg) 11px);
  background-clip: padding-box;
  font-size: 16px;
  line-height: 1.25;
}

pre:not([class*=language-]) > code {
  overflow-x: auto;
  margin: 0 0 2px 0;
  padding: 16px 0 16px 16px;
  white-space: pre;
  display: block;
  position: relative;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

.spinner:not(.disabled) {
  animation: 0.75s linear infinite spinner-grow;
  color: var(--warning);
}

.spinner:not(.disabled):hover,
.spinner:not(.disabled):focus {
  animation: none;
  color: var(--dark);
}

@media (max-width: 575.98px) {
  .top-nav .logo > img {
    width: 75px;
    height: 75px;
  }
  .d-xs {
    display: block;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .d-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-sm {
    display: none;
  }
  .d-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-md {
    display: none;
  }
  .d-lg {
    display: block;
  }
}
