@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Space+Mono:wght@400;700&display=swap);
@charset "UTF-8";
@font-face {
  font-family: SharpSansDispNo1;
  src: url(../fonts/SharpSansDispNo1-Medium.eot?b24b802051d8d1afbbb664df23f5f7ec);
  src: url(../fonts/SharpSansDispNo1-Medium.eot?b24b802051d8d1afbbb664df23f5f7ec?#iefix) format("embedded-opentype"), url(../fonts/SharpSansDispNo1-Medium.woff2?698b67720d83a85d87fa9da154dff1ba) format("woff2"), url(../fonts/SharpSansDispNo1-Medium.woff?c267a6975ad843693349b4f16d05217f) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SharpSansDispNo1;
  src: url(../fonts/SharpSansDispNo1-Bold.eot?6b8d9f90eca3f7f4cff72afa102b521b);
  src: url(../fonts/SharpSansDispNo1-Bold.eot?6b8d9f90eca3f7f4cff72afa102b521b?#iefix) format("embedded-opentype"), url(../fonts/SharpSansDispNo1-Bold.woff2?0817ae968cb5440b4b63374f9737e4b9) format("woff2"), url(../fonts/SharpSansDispNo1-Bold.woff?e6569ef7f54f49ef99bcf1fe93853d23) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #4C0040;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-dark: #170707;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #170707;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 23, 7, 7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 23, 7, 7;
  --bs-body-bg-rgb: 251, 248, 247;
  --bs-font-sans-serif: SharpSansDispNo1, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "Space mono", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 18px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #170707;
  --bs-body-bg: #FBF8F7;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #170707;
  text-decoration: none;
}
a:hover {
  color: #170707;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

.container-desktop-xxl, .container-desktop-xl, .container-desktop, .container-tablet, .container-mobile-xl, .container-mobile, .container {
  max-width: 540px;
}

.container-desktop-xxl, .container-desktop-xl, .container-desktop, .container-tablet, .container-mobile-xl, .container-mobile, .container {
  max-width: 720px;
}

.container-desktop-xxl, .container-desktop-xl, .container-desktop, .container-tablet, .container-mobile-xl, .container-mobile, .container {
  max-width: 960px;
}

.container-desktop-xxl, .container-desktop-xl, .container-desktop, .container-tablet, .container-mobile-xl, .container-mobile, .container {
  max-width: 1140px;
}

.container-desktop-xxl, .container-desktop-xl, .container-desktop, .container-tablet, .container-mobile-xl, .container-mobile, .container {
  max-width: 1320px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 460px) {
  .col-mobile {
    flex: 1 0 0%;
  }
  .row-cols-mobile-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mobile-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mobile-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mobile-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mobile-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mobile-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mobile-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mobile-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mobile-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mobile-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mobile-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mobile-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mobile-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mobile-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mobile-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mobile-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mobile-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mobile-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mobile-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mobile-0 {
    margin-left: 0;
  }
  .offset-mobile-1 {
    margin-left: 8.33333333%;
  }
  .offset-mobile-2 {
    margin-left: 16.66666667%;
  }
  .offset-mobile-3 {
    margin-left: 25%;
  }
  .offset-mobile-4 {
    margin-left: 33.33333333%;
  }
  .offset-mobile-5 {
    margin-left: 41.66666667%;
  }
  .offset-mobile-6 {
    margin-left: 50%;
  }
  .offset-mobile-7 {
    margin-left: 58.33333333%;
  }
  .offset-mobile-8 {
    margin-left: 66.66666667%;
  }
  .offset-mobile-9 {
    margin-left: 75%;
  }
  .offset-mobile-10 {
    margin-left: 83.33333333%;
  }
  .offset-mobile-11 {
    margin-left: 91.66666667%;
  }
  .g-mobile-0,
  .gx-mobile-0 {
    --bs-gutter-x: 0;
  }
  .g-mobile-0,
  .gy-mobile-0 {
    --bs-gutter-y: 0;
  }
  .g-mobile-1,
  .gx-mobile-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mobile-1,
  .gy-mobile-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mobile-2,
  .gx-mobile-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mobile-2,
  .gy-mobile-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mobile-3,
  .gx-mobile-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mobile-3,
  .gy-mobile-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mobile-4,
  .gx-mobile-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mobile-4,
  .gy-mobile-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mobile-5,
  .gx-mobile-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mobile-5,
  .gy-mobile-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 580px) {
  .col-mobile-xl {
    flex: 1 0 0%;
  }
  .row-cols-mobile-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mobile-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mobile-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mobile-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mobile-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mobile-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mobile-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mobile-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mobile-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mobile-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mobile-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mobile-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mobile-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mobile-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mobile-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mobile-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mobile-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mobile-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mobile-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mobile-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mobile-xl-0 {
    margin-left: 0;
  }
  .offset-mobile-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-mobile-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-mobile-xl-3 {
    margin-left: 25%;
  }
  .offset-mobile-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-mobile-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-mobile-xl-6 {
    margin-left: 50%;
  }
  .offset-mobile-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-mobile-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-mobile-xl-9 {
    margin-left: 75%;
  }
  .offset-mobile-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-mobile-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-mobile-xl-0,
  .gx-mobile-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-mobile-xl-0,
  .gy-mobile-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-mobile-xl-1,
  .gx-mobile-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mobile-xl-1,
  .gy-mobile-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mobile-xl-2,
  .gx-mobile-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mobile-xl-2,
  .gy-mobile-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mobile-xl-3,
  .gx-mobile-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mobile-xl-3,
  .gy-mobile-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mobile-xl-4,
  .gx-mobile-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mobile-xl-4,
  .gy-mobile-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mobile-xl-5,
  .gx-mobile-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mobile-xl-5,
  .gy-mobile-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-tablet {
    flex: 1 0 0%;
  }
  .row-cols-tablet-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-tablet-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-tablet-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-tablet-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-tablet-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-tablet-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-tablet-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-tablet-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-tablet-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-tablet-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-tablet-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tablet-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-tablet-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-tablet-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tablet-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-tablet-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-tablet-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tablet-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-tablet-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-tablet-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-tablet-0 {
    margin-left: 0;
  }
  .offset-tablet-1 {
    margin-left: 8.33333333%;
  }
  .offset-tablet-2 {
    margin-left: 16.66666667%;
  }
  .offset-tablet-3 {
    margin-left: 25%;
  }
  .offset-tablet-4 {
    margin-left: 33.33333333%;
  }
  .offset-tablet-5 {
    margin-left: 41.66666667%;
  }
  .offset-tablet-6 {
    margin-left: 50%;
  }
  .offset-tablet-7 {
    margin-left: 58.33333333%;
  }
  .offset-tablet-8 {
    margin-left: 66.66666667%;
  }
  .offset-tablet-9 {
    margin-left: 75%;
  }
  .offset-tablet-10 {
    margin-left: 83.33333333%;
  }
  .offset-tablet-11 {
    margin-left: 91.66666667%;
  }
  .g-tablet-0,
  .gx-tablet-0 {
    --bs-gutter-x: 0;
  }
  .g-tablet-0,
  .gy-tablet-0 {
    --bs-gutter-y: 0;
  }
  .g-tablet-1,
  .gx-tablet-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-tablet-1,
  .gy-tablet-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-tablet-2,
  .gx-tablet-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-tablet-2,
  .gy-tablet-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-tablet-3,
  .gx-tablet-3 {
    --bs-gutter-x: 1rem;
  }
  .g-tablet-3,
  .gy-tablet-3 {
    --bs-gutter-y: 1rem;
  }
  .g-tablet-4,
  .gx-tablet-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-tablet-4,
  .gy-tablet-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-tablet-5,
  .gx-tablet-5 {
    --bs-gutter-x: 3rem;
  }
  .g-tablet-5,
  .gy-tablet-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    flex: 1 0 0%;
  }
  .row-cols-desktop-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-desktop-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-desktop-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-desktop-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-desktop-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-desktop-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-desktop-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-desktop-0 {
    margin-left: 0;
  }
  .offset-desktop-1 {
    margin-left: 8.33333333%;
  }
  .offset-desktop-2 {
    margin-left: 16.66666667%;
  }
  .offset-desktop-3 {
    margin-left: 25%;
  }
  .offset-desktop-4 {
    margin-left: 33.33333333%;
  }
  .offset-desktop-5 {
    margin-left: 41.66666667%;
  }
  .offset-desktop-6 {
    margin-left: 50%;
  }
  .offset-desktop-7 {
    margin-left: 58.33333333%;
  }
  .offset-desktop-8 {
    margin-left: 66.66666667%;
  }
  .offset-desktop-9 {
    margin-left: 75%;
  }
  .offset-desktop-10 {
    margin-left: 83.33333333%;
  }
  .offset-desktop-11 {
    margin-left: 91.66666667%;
  }
  .g-desktop-0,
  .gx-desktop-0 {
    --bs-gutter-x: 0;
  }
  .g-desktop-0,
  .gy-desktop-0 {
    --bs-gutter-y: 0;
  }
  .g-desktop-1,
  .gx-desktop-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-desktop-1,
  .gy-desktop-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-desktop-2,
  .gx-desktop-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-desktop-2,
  .gy-desktop-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-desktop-3,
  .gx-desktop-3 {
    --bs-gutter-x: 1rem;
  }
  .g-desktop-3,
  .gy-desktop-3 {
    --bs-gutter-y: 1rem;
  }
  .g-desktop-4,
  .gx-desktop-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-desktop-4,
  .gy-desktop-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-desktop-5,
  .gx-desktop-5 {
    --bs-gutter-x: 3rem;
  }
  .g-desktop-5,
  .gy-desktop-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-desktop-xl {
    flex: 1 0 0%;
  }
  .row-cols-desktop-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-desktop-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-desktop-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-desktop-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-desktop-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-desktop-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-desktop-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-desktop-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-desktop-xl-0 {
    margin-left: 0;
  }
  .offset-desktop-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-desktop-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-desktop-xl-3 {
    margin-left: 25%;
  }
  .offset-desktop-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-desktop-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-desktop-xl-6 {
    margin-left: 50%;
  }
  .offset-desktop-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-desktop-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-desktop-xl-9 {
    margin-left: 75%;
  }
  .offset-desktop-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-desktop-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-desktop-xl-0,
  .gx-desktop-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-desktop-xl-0,
  .gy-desktop-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-desktop-xl-1,
  .gx-desktop-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-desktop-xl-1,
  .gy-desktop-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-desktop-xl-2,
  .gx-desktop-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-desktop-xl-2,
  .gy-desktop-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-desktop-xl-3,
  .gx-desktop-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-desktop-xl-3,
  .gy-desktop-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-desktop-xl-4,
  .gx-desktop-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-desktop-xl-4,
  .gy-desktop-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-desktop-xl-5,
  .gx-desktop-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-desktop-xl-5,
  .gy-desktop-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-desktop-xxl {
    flex: 1 0 0%;
  }
  .row-cols-desktop-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-desktop-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-desktop-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-desktop-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-desktop-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-desktop-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-desktop-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-desktop-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-desktop-xxl-0 {
    margin-left: 0;
  }
  .offset-desktop-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-desktop-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-desktop-xxl-3 {
    margin-left: 25%;
  }
  .offset-desktop-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-desktop-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-desktop-xxl-6 {
    margin-left: 50%;
  }
  .offset-desktop-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-desktop-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-desktop-xxl-9 {
    margin-left: 75%;
  }
  .offset-desktop-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-desktop-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-desktop-xxl-0,
  .gx-desktop-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-desktop-xxl-0,
  .gy-desktop-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-desktop-xxl-1,
  .gx-desktop-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-desktop-xxl-1,
  .gy-desktop-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-desktop-xxl-2,
  .gx-desktop-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-desktop-xxl-2,
  .gy-desktop-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-desktop-xxl-3,
  .gx-desktop-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-desktop-xxl-3,
  .gy-desktop-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-desktop-xxl-4,
  .gx-desktop-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-desktop-xxl-4,
  .gy-desktop-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-desktop-xxl-5,
  .gx-desktop-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-desktop-xxl-5,
  .gy-desktop-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.offcanvas-header .btn-close {
  padding: 0 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 0 0;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: auto;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1.5rem !important;
}

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

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

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 460px) {
  .float-mobile-start {
    float: left !important;
  }
  .float-mobile-end {
    float: right !important;
  }
  .float-mobile-none {
    float: none !important;
  }
  .d-mobile-inline {
    display: inline !important;
  }
  .d-mobile-inline-block {
    display: inline-block !important;
  }
  .d-mobile-block {
    display: block !important;
  }
  .d-mobile-grid {
    display: grid !important;
  }
  .d-mobile-table {
    display: table !important;
  }
  .d-mobile-table-row {
    display: table-row !important;
  }
  .d-mobile-table-cell {
    display: table-cell !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
  .d-mobile-inline-flex {
    display: inline-flex !important;
  }
  .d-mobile-none {
    display: none !important;
  }
  .flex-mobile-fill {
    flex: 1 1 auto !important;
  }
  .flex-mobile-row {
    flex-direction: row !important;
  }
  .flex-mobile-column {
    flex-direction: column !important;
  }
  .flex-mobile-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mobile-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mobile-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mobile-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mobile-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mobile-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-mobile-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mobile-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mobile-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-mobile-0 {
    gap: 0 !important;
  }
  .gap-mobile-1 {
    gap: 0.25rem !important;
  }
  .gap-mobile-2 {
    gap: 0.5rem !important;
  }
  .gap-mobile-3 {
    gap: 1rem !important;
  }
  .gap-mobile-4 {
    gap: 1.5rem !important;
  }
  .gap-mobile-5 {
    gap: 3rem !important;
  }
  .justify-content-mobile-start {
    justify-content: flex-start !important;
  }
  .justify-content-mobile-end {
    justify-content: flex-end !important;
  }
  .justify-content-mobile-center {
    justify-content: center !important;
  }
  .justify-content-mobile-between {
    justify-content: space-between !important;
  }
  .justify-content-mobile-around {
    justify-content: space-around !important;
  }
  .justify-content-mobile-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-mobile-start {
    align-items: flex-start !important;
  }
  .align-items-mobile-end {
    align-items: flex-end !important;
  }
  .align-items-mobile-center {
    align-items: center !important;
  }
  .align-items-mobile-baseline {
    align-items: baseline !important;
  }
  .align-items-mobile-stretch {
    align-items: stretch !important;
  }
  .align-content-mobile-start {
    align-content: flex-start !important;
  }
  .align-content-mobile-end {
    align-content: flex-end !important;
  }
  .align-content-mobile-center {
    align-content: center !important;
  }
  .align-content-mobile-between {
    align-content: space-between !important;
  }
  .align-content-mobile-around {
    align-content: space-around !important;
  }
  .align-content-mobile-stretch {
    align-content: stretch !important;
  }
  .align-self-mobile-auto {
    align-self: auto !important;
  }
  .align-self-mobile-start {
    align-self: flex-start !important;
  }
  .align-self-mobile-end {
    align-self: flex-end !important;
  }
  .align-self-mobile-center {
    align-self: center !important;
  }
  .align-self-mobile-baseline {
    align-self: baseline !important;
  }
  .align-self-mobile-stretch {
    align-self: stretch !important;
  }
  .order-mobile-first {
    order: -1 !important;
  }
  .order-mobile-0 {
    order: 0 !important;
  }
  .order-mobile-1 {
    order: 1 !important;
  }
  .order-mobile-2 {
    order: 2 !important;
  }
  .order-mobile-3 {
    order: 3 !important;
  }
  .order-mobile-4 {
    order: 4 !important;
  }
  .order-mobile-5 {
    order: 5 !important;
  }
  .order-mobile-last {
    order: 6 !important;
  }
  .m-mobile-0 {
    margin: 0 !important;
  }
  .m-mobile-1 {
    margin: 0.25rem !important;
  }
  .m-mobile-2 {
    margin: 0.5rem !important;
  }
  .m-mobile-3 {
    margin: 1rem !important;
  }
  .m-mobile-4 {
    margin: 1.5rem !important;
  }
  .m-mobile-5 {
    margin: 3rem !important;
  }
  .m-mobile-auto {
    margin: auto !important;
  }
  .mx-mobile-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mobile-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mobile-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mobile-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mobile-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mobile-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mobile-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mobile-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mobile-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mobile-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mobile-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mobile-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mobile-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mobile-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mobile-0 {
    margin-top: 0 !important;
  }
  .mt-mobile-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mobile-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mobile-3 {
    margin-top: 1rem !important;
  }
  .mt-mobile-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mobile-5 {
    margin-top: 3rem !important;
  }
  .mt-mobile-auto {
    margin-top: auto !important;
  }
  .me-mobile-0 {
    margin-right: 0 !important;
  }
  .me-mobile-1 {
    margin-right: 0.25rem !important;
  }
  .me-mobile-2 {
    margin-right: 0.5rem !important;
  }
  .me-mobile-3 {
    margin-right: 1rem !important;
  }
  .me-mobile-4 {
    margin-right: 1.5rem !important;
  }
  .me-mobile-5 {
    margin-right: 3rem !important;
  }
  .me-mobile-auto {
    margin-right: auto !important;
  }
  .mb-mobile-0 {
    margin-bottom: 0 !important;
  }
  .mb-mobile-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mobile-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mobile-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mobile-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mobile-auto {
    margin-bottom: auto !important;
  }
  .ms-mobile-0 {
    margin-left: 0 !important;
  }
  .ms-mobile-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mobile-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mobile-3 {
    margin-left: 1rem !important;
  }
  .ms-mobile-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mobile-5 {
    margin-left: 3rem !important;
  }
  .ms-mobile-auto {
    margin-left: auto !important;
  }
  .p-mobile-0 {
    padding: 0 !important;
  }
  .p-mobile-1 {
    padding: 0.25rem !important;
  }
  .p-mobile-2 {
    padding: 0.5rem !important;
  }
  .p-mobile-3 {
    padding: 1rem !important;
  }
  .p-mobile-4 {
    padding: 1.5rem !important;
  }
  .p-mobile-5 {
    padding: 3rem !important;
  }
  .px-mobile-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mobile-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mobile-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mobile-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mobile-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mobile-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mobile-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mobile-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mobile-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mobile-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mobile-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mobile-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mobile-0 {
    padding-top: 0 !important;
  }
  .pt-mobile-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mobile-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mobile-3 {
    padding-top: 1rem !important;
  }
  .pt-mobile-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mobile-5 {
    padding-top: 3rem !important;
  }
  .pe-mobile-0 {
    padding-right: 0 !important;
  }
  .pe-mobile-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mobile-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mobile-3 {
    padding-right: 1rem !important;
  }
  .pe-mobile-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mobile-5 {
    padding-right: 3rem !important;
  }
  .pb-mobile-0 {
    padding-bottom: 0 !important;
  }
  .pb-mobile-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mobile-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mobile-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mobile-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mobile-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mobile-0 {
    padding-left: 0 !important;
  }
  .ps-mobile-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mobile-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mobile-3 {
    padding-left: 1rem !important;
  }
  .ps-mobile-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mobile-5 {
    padding-left: 3rem !important;
  }
  .text-mobile-start {
    text-align: left !important;
  }
  .text-mobile-end {
    text-align: right !important;
  }
  .text-mobile-center {
    text-align: center !important;
  }
}
@media (min-width: 580px) {
  .float-mobile-xl-start {
    float: left !important;
  }
  .float-mobile-xl-end {
    float: right !important;
  }
  .float-mobile-xl-none {
    float: none !important;
  }
  .d-mobile-xl-inline {
    display: inline !important;
  }
  .d-mobile-xl-inline-block {
    display: inline-block !important;
  }
  .d-mobile-xl-block {
    display: block !important;
  }
  .d-mobile-xl-grid {
    display: grid !important;
  }
  .d-mobile-xl-table {
    display: table !important;
  }
  .d-mobile-xl-table-row {
    display: table-row !important;
  }
  .d-mobile-xl-table-cell {
    display: table-cell !important;
  }
  .d-mobile-xl-flex {
    display: flex !important;
  }
  .d-mobile-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-mobile-xl-none {
    display: none !important;
  }
  .flex-mobile-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-mobile-xl-row {
    flex-direction: row !important;
  }
  .flex-mobile-xl-column {
    flex-direction: column !important;
  }
  .flex-mobile-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mobile-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mobile-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mobile-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mobile-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mobile-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-mobile-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mobile-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mobile-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-mobile-xl-0 {
    gap: 0 !important;
  }
  .gap-mobile-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-mobile-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-mobile-xl-3 {
    gap: 1rem !important;
  }
  .gap-mobile-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-mobile-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-mobile-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-mobile-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-mobile-xl-center {
    justify-content: center !important;
  }
  .justify-content-mobile-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-mobile-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-mobile-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-mobile-xl-start {
    align-items: flex-start !important;
  }
  .align-items-mobile-xl-end {
    align-items: flex-end !important;
  }
  .align-items-mobile-xl-center {
    align-items: center !important;
  }
  .align-items-mobile-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-mobile-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-mobile-xl-start {
    align-content: flex-start !important;
  }
  .align-content-mobile-xl-end {
    align-content: flex-end !important;
  }
  .align-content-mobile-xl-center {
    align-content: center !important;
  }
  .align-content-mobile-xl-between {
    align-content: space-between !important;
  }
  .align-content-mobile-xl-around {
    align-content: space-around !important;
  }
  .align-content-mobile-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-mobile-xl-auto {
    align-self: auto !important;
  }
  .align-self-mobile-xl-start {
    align-self: flex-start !important;
  }
  .align-self-mobile-xl-end {
    align-self: flex-end !important;
  }
  .align-self-mobile-xl-center {
    align-self: center !important;
  }
  .align-self-mobile-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-mobile-xl-stretch {
    align-self: stretch !important;
  }
  .order-mobile-xl-first {
    order: -1 !important;
  }
  .order-mobile-xl-0 {
    order: 0 !important;
  }
  .order-mobile-xl-1 {
    order: 1 !important;
  }
  .order-mobile-xl-2 {
    order: 2 !important;
  }
  .order-mobile-xl-3 {
    order: 3 !important;
  }
  .order-mobile-xl-4 {
    order: 4 !important;
  }
  .order-mobile-xl-5 {
    order: 5 !important;
  }
  .order-mobile-xl-last {
    order: 6 !important;
  }
  .m-mobile-xl-0 {
    margin: 0 !important;
  }
  .m-mobile-xl-1 {
    margin: 0.25rem !important;
  }
  .m-mobile-xl-2 {
    margin: 0.5rem !important;
  }
  .m-mobile-xl-3 {
    margin: 1rem !important;
  }
  .m-mobile-xl-4 {
    margin: 1.5rem !important;
  }
  .m-mobile-xl-5 {
    margin: 3rem !important;
  }
  .m-mobile-xl-auto {
    margin: auto !important;
  }
  .mx-mobile-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mobile-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mobile-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mobile-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mobile-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mobile-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mobile-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mobile-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mobile-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mobile-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mobile-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mobile-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mobile-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mobile-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mobile-xl-0 {
    margin-top: 0 !important;
  }
  .mt-mobile-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mobile-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mobile-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-mobile-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mobile-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-mobile-xl-auto {
    margin-top: auto !important;
  }
  .me-mobile-xl-0 {
    margin-right: 0 !important;
  }
  .me-mobile-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-mobile-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-mobile-xl-3 {
    margin-right: 1rem !important;
  }
  .me-mobile-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-mobile-xl-5 {
    margin-right: 3rem !important;
  }
  .me-mobile-xl-auto {
    margin-right: auto !important;
  }
  .mb-mobile-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-mobile-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mobile-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mobile-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mobile-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mobile-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mobile-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-mobile-xl-0 {
    margin-left: 0 !important;
  }
  .ms-mobile-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mobile-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mobile-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-mobile-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mobile-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-mobile-xl-auto {
    margin-left: auto !important;
  }
  .p-mobile-xl-0 {
    padding: 0 !important;
  }
  .p-mobile-xl-1 {
    padding: 0.25rem !important;
  }
  .p-mobile-xl-2 {
    padding: 0.5rem !important;
  }
  .p-mobile-xl-3 {
    padding: 1rem !important;
  }
  .p-mobile-xl-4 {
    padding: 1.5rem !important;
  }
  .p-mobile-xl-5 {
    padding: 3rem !important;
  }
  .px-mobile-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mobile-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mobile-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mobile-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mobile-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mobile-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mobile-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mobile-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mobile-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mobile-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mobile-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mobile-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mobile-xl-0 {
    padding-top: 0 !important;
  }
  .pt-mobile-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mobile-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mobile-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-mobile-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mobile-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-mobile-xl-0 {
    padding-right: 0 !important;
  }
  .pe-mobile-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mobile-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mobile-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-mobile-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mobile-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-mobile-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-mobile-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mobile-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mobile-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mobile-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mobile-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mobile-xl-0 {
    padding-left: 0 !important;
  }
  .ps-mobile-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mobile-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mobile-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-mobile-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mobile-xl-5 {
    padding-left: 3rem !important;
  }
  .text-mobile-xl-start {
    text-align: left !important;
  }
  .text-mobile-xl-end {
    text-align: right !important;
  }
  .text-mobile-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-tablet-start {
    float: left !important;
  }
  .float-tablet-end {
    float: right !important;
  }
  .float-tablet-none {
    float: none !important;
  }
  .d-tablet-inline {
    display: inline !important;
  }
  .d-tablet-inline-block {
    display: inline-block !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-grid {
    display: grid !important;
  }
  .d-tablet-table {
    display: table !important;
  }
  .d-tablet-table-row {
    display: table-row !important;
  }
  .d-tablet-table-cell {
    display: table-cell !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
  .d-tablet-inline-flex {
    display: inline-flex !important;
  }
  .d-tablet-none {
    display: none !important;
  }
  .flex-tablet-fill {
    flex: 1 1 auto !important;
  }
  .flex-tablet-row {
    flex-direction: row !important;
  }
  .flex-tablet-column {
    flex-direction: column !important;
  }
  .flex-tablet-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-tablet-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-tablet-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-tablet-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-tablet-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-tablet-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-tablet-wrap {
    flex-wrap: wrap !important;
  }
  .flex-tablet-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-tablet-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-tablet-0 {
    gap: 0 !important;
  }
  .gap-tablet-1 {
    gap: 0.25rem !important;
  }
  .gap-tablet-2 {
    gap: 0.5rem !important;
  }
  .gap-tablet-3 {
    gap: 1rem !important;
  }
  .gap-tablet-4 {
    gap: 1.5rem !important;
  }
  .gap-tablet-5 {
    gap: 3rem !important;
  }
  .justify-content-tablet-start {
    justify-content: flex-start !important;
  }
  .justify-content-tablet-end {
    justify-content: flex-end !important;
  }
  .justify-content-tablet-center {
    justify-content: center !important;
  }
  .justify-content-tablet-between {
    justify-content: space-between !important;
  }
  .justify-content-tablet-around {
    justify-content: space-around !important;
  }
  .justify-content-tablet-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-tablet-start {
    align-items: flex-start !important;
  }
  .align-items-tablet-end {
    align-items: flex-end !important;
  }
  .align-items-tablet-center {
    align-items: center !important;
  }
  .align-items-tablet-baseline {
    align-items: baseline !important;
  }
  .align-items-tablet-stretch {
    align-items: stretch !important;
  }
  .align-content-tablet-start {
    align-content: flex-start !important;
  }
  .align-content-tablet-end {
    align-content: flex-end !important;
  }
  .align-content-tablet-center {
    align-content: center !important;
  }
  .align-content-tablet-between {
    align-content: space-between !important;
  }
  .align-content-tablet-around {
    align-content: space-around !important;
  }
  .align-content-tablet-stretch {
    align-content: stretch !important;
  }
  .align-self-tablet-auto {
    align-self: auto !important;
  }
  .align-self-tablet-start {
    align-self: flex-start !important;
  }
  .align-self-tablet-end {
    align-self: flex-end !important;
  }
  .align-self-tablet-center {
    align-self: center !important;
  }
  .align-self-tablet-baseline {
    align-self: baseline !important;
  }
  .align-self-tablet-stretch {
    align-self: stretch !important;
  }
  .order-tablet-first {
    order: -1 !important;
  }
  .order-tablet-0 {
    order: 0 !important;
  }
  .order-tablet-1 {
    order: 1 !important;
  }
  .order-tablet-2 {
    order: 2 !important;
  }
  .order-tablet-3 {
    order: 3 !important;
  }
  .order-tablet-4 {
    order: 4 !important;
  }
  .order-tablet-5 {
    order: 5 !important;
  }
  .order-tablet-last {
    order: 6 !important;
  }
  .m-tablet-0 {
    margin: 0 !important;
  }
  .m-tablet-1 {
    margin: 0.25rem !important;
  }
  .m-tablet-2 {
    margin: 0.5rem !important;
  }
  .m-tablet-3 {
    margin: 1rem !important;
  }
  .m-tablet-4 {
    margin: 1.5rem !important;
  }
  .m-tablet-5 {
    margin: 3rem !important;
  }
  .m-tablet-auto {
    margin: auto !important;
  }
  .mx-tablet-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-tablet-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-tablet-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-tablet-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-tablet-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-tablet-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-tablet-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-tablet-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-tablet-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-tablet-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-tablet-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-tablet-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-tablet-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-tablet-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-tablet-0 {
    margin-top: 0 !important;
  }
  .mt-tablet-1 {
    margin-top: 0.25rem !important;
  }
  .mt-tablet-2 {
    margin-top: 0.5rem !important;
  }
  .mt-tablet-3 {
    margin-top: 1rem !important;
  }
  .mt-tablet-4 {
    margin-top: 1.5rem !important;
  }
  .mt-tablet-5 {
    margin-top: 3rem !important;
  }
  .mt-tablet-auto {
    margin-top: auto !important;
  }
  .me-tablet-0 {
    margin-right: 0 !important;
  }
  .me-tablet-1 {
    margin-right: 0.25rem !important;
  }
  .me-tablet-2 {
    margin-right: 0.5rem !important;
  }
  .me-tablet-3 {
    margin-right: 1rem !important;
  }
  .me-tablet-4 {
    margin-right: 1.5rem !important;
  }
  .me-tablet-5 {
    margin-right: 3rem !important;
  }
  .me-tablet-auto {
    margin-right: auto !important;
  }
  .mb-tablet-0 {
    margin-bottom: 0 !important;
  }
  .mb-tablet-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-tablet-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-tablet-3 {
    margin-bottom: 1rem !important;
  }
  .mb-tablet-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-tablet-5 {
    margin-bottom: 3rem !important;
  }
  .mb-tablet-auto {
    margin-bottom: auto !important;
  }
  .ms-tablet-0 {
    margin-left: 0 !important;
  }
  .ms-tablet-1 {
    margin-left: 0.25rem !important;
  }
  .ms-tablet-2 {
    margin-left: 0.5rem !important;
  }
  .ms-tablet-3 {
    margin-left: 1rem !important;
  }
  .ms-tablet-4 {
    margin-left: 1.5rem !important;
  }
  .ms-tablet-5 {
    margin-left: 3rem !important;
  }
  .ms-tablet-auto {
    margin-left: auto !important;
  }
  .p-tablet-0 {
    padding: 0 !important;
  }
  .p-tablet-1 {
    padding: 0.25rem !important;
  }
  .p-tablet-2 {
    padding: 0.5rem !important;
  }
  .p-tablet-3 {
    padding: 1rem !important;
  }
  .p-tablet-4 {
    padding: 1.5rem !important;
  }
  .p-tablet-5 {
    padding: 3rem !important;
  }
  .px-tablet-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-tablet-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-tablet-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-tablet-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-tablet-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-tablet-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-tablet-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-tablet-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-tablet-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-tablet-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-tablet-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-tablet-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-tablet-0 {
    padding-top: 0 !important;
  }
  .pt-tablet-1 {
    padding-top: 0.25rem !important;
  }
  .pt-tablet-2 {
    padding-top: 0.5rem !important;
  }
  .pt-tablet-3 {
    padding-top: 1rem !important;
  }
  .pt-tablet-4 {
    padding-top: 1.5rem !important;
  }
  .pt-tablet-5 {
    padding-top: 3rem !important;
  }
  .pe-tablet-0 {
    padding-right: 0 !important;
  }
  .pe-tablet-1 {
    padding-right: 0.25rem !important;
  }
  .pe-tablet-2 {
    padding-right: 0.5rem !important;
  }
  .pe-tablet-3 {
    padding-right: 1rem !important;
  }
  .pe-tablet-4 {
    padding-right: 1.5rem !important;
  }
  .pe-tablet-5 {
    padding-right: 3rem !important;
  }
  .pb-tablet-0 {
    padding-bottom: 0 !important;
  }
  .pb-tablet-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-tablet-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-tablet-3 {
    padding-bottom: 1rem !important;
  }
  .pb-tablet-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-tablet-5 {
    padding-bottom: 3rem !important;
  }
  .ps-tablet-0 {
    padding-left: 0 !important;
  }
  .ps-tablet-1 {
    padding-left: 0.25rem !important;
  }
  .ps-tablet-2 {
    padding-left: 0.5rem !important;
  }
  .ps-tablet-3 {
    padding-left: 1rem !important;
  }
  .ps-tablet-4 {
    padding-left: 1.5rem !important;
  }
  .ps-tablet-5 {
    padding-left: 3rem !important;
  }
  .text-tablet-start {
    text-align: left !important;
  }
  .text-tablet-end {
    text-align: right !important;
  }
  .text-tablet-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-desktop-start {
    float: left !important;
  }
  .float-desktop-end {
    float: right !important;
  }
  .float-desktop-none {
    float: none !important;
  }
  .d-desktop-inline {
    display: inline !important;
  }
  .d-desktop-inline-block {
    display: inline-block !important;
  }
  .d-desktop-block {
    display: block !important;
  }
  .d-desktop-grid {
    display: grid !important;
  }
  .d-desktop-table {
    display: table !important;
  }
  .d-desktop-table-row {
    display: table-row !important;
  }
  .d-desktop-table-cell {
    display: table-cell !important;
  }
  .d-desktop-flex {
    display: flex !important;
  }
  .d-desktop-inline-flex {
    display: inline-flex !important;
  }
  .d-desktop-none {
    display: none !important;
  }
  .flex-desktop-fill {
    flex: 1 1 auto !important;
  }
  .flex-desktop-row {
    flex-direction: row !important;
  }
  .flex-desktop-column {
    flex-direction: column !important;
  }
  .flex-desktop-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desktop-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-desktop-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desktop-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desktop-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desktop-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-desktop-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desktop-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desktop-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-desktop-0 {
    gap: 0 !important;
  }
  .gap-desktop-1 {
    gap: 0.25rem !important;
  }
  .gap-desktop-2 {
    gap: 0.5rem !important;
  }
  .gap-desktop-3 {
    gap: 1rem !important;
  }
  .gap-desktop-4 {
    gap: 1.5rem !important;
  }
  .gap-desktop-5 {
    gap: 3rem !important;
  }
  .justify-content-desktop-start {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-end {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-center {
    justify-content: center !important;
  }
  .justify-content-desktop-between {
    justify-content: space-between !important;
  }
  .justify-content-desktop-around {
    justify-content: space-around !important;
  }
  .justify-content-desktop-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-desktop-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-end {
    align-items: flex-end !important;
  }
  .align-items-desktop-center {
    align-items: center !important;
  }
  .align-items-desktop-baseline {
    align-items: baseline !important;
  }
  .align-items-desktop-stretch {
    align-items: stretch !important;
  }
  .align-content-desktop-start {
    align-content: flex-start !important;
  }
  .align-content-desktop-end {
    align-content: flex-end !important;
  }
  .align-content-desktop-center {
    align-content: center !important;
  }
  .align-content-desktop-between {
    align-content: space-between !important;
  }
  .align-content-desktop-around {
    align-content: space-around !important;
  }
  .align-content-desktop-stretch {
    align-content: stretch !important;
  }
  .align-self-desktop-auto {
    align-self: auto !important;
  }
  .align-self-desktop-start {
    align-self: flex-start !important;
  }
  .align-self-desktop-end {
    align-self: flex-end !important;
  }
  .align-self-desktop-center {
    align-self: center !important;
  }
  .align-self-desktop-baseline {
    align-self: baseline !important;
  }
  .align-self-desktop-stretch {
    align-self: stretch !important;
  }
  .order-desktop-first {
    order: -1 !important;
  }
  .order-desktop-0 {
    order: 0 !important;
  }
  .order-desktop-1 {
    order: 1 !important;
  }
  .order-desktop-2 {
    order: 2 !important;
  }
  .order-desktop-3 {
    order: 3 !important;
  }
  .order-desktop-4 {
    order: 4 !important;
  }
  .order-desktop-5 {
    order: 5 !important;
  }
  .order-desktop-last {
    order: 6 !important;
  }
  .m-desktop-0 {
    margin: 0 !important;
  }
  .m-desktop-1 {
    margin: 0.25rem !important;
  }
  .m-desktop-2 {
    margin: 0.5rem !important;
  }
  .m-desktop-3 {
    margin: 1rem !important;
  }
  .m-desktop-4 {
    margin: 1.5rem !important;
  }
  .m-desktop-5 {
    margin: 3rem !important;
  }
  .m-desktop-auto {
    margin: auto !important;
  }
  .mx-desktop-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-desktop-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-desktop-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-desktop-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-desktop-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-desktop-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-desktop-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-desktop-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-desktop-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-desktop-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-desktop-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-desktop-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-desktop-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-desktop-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-desktop-0 {
    margin-top: 0 !important;
  }
  .mt-desktop-1 {
    margin-top: 0.25rem !important;
  }
  .mt-desktop-2 {
    margin-top: 0.5rem !important;
  }
  .mt-desktop-3 {
    margin-top: 1rem !important;
  }
  .mt-desktop-4 {
    margin-top: 1.5rem !important;
  }
  .mt-desktop-5 {
    margin-top: 3rem !important;
  }
  .mt-desktop-auto {
    margin-top: auto !important;
  }
  .me-desktop-0 {
    margin-right: 0 !important;
  }
  .me-desktop-1 {
    margin-right: 0.25rem !important;
  }
  .me-desktop-2 {
    margin-right: 0.5rem !important;
  }
  .me-desktop-3 {
    margin-right: 1rem !important;
  }
  .me-desktop-4 {
    margin-right: 1.5rem !important;
  }
  .me-desktop-5 {
    margin-right: 3rem !important;
  }
  .me-desktop-auto {
    margin-right: auto !important;
  }
  .mb-desktop-0 {
    margin-bottom: 0 !important;
  }
  .mb-desktop-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-desktop-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-desktop-3 {
    margin-bottom: 1rem !important;
  }
  .mb-desktop-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-desktop-5 {
    margin-bottom: 3rem !important;
  }
  .mb-desktop-auto {
    margin-bottom: auto !important;
  }
  .ms-desktop-0 {
    margin-left: 0 !important;
  }
  .ms-desktop-1 {
    margin-left: 0.25rem !important;
  }
  .ms-desktop-2 {
    margin-left: 0.5rem !important;
  }
  .ms-desktop-3 {
    margin-left: 1rem !important;
  }
  .ms-desktop-4 {
    margin-left: 1.5rem !important;
  }
  .ms-desktop-5 {
    margin-left: 3rem !important;
  }
  .ms-desktop-auto {
    margin-left: auto !important;
  }
  .p-desktop-0 {
    padding: 0 !important;
  }
  .p-desktop-1 {
    padding: 0.25rem !important;
  }
  .p-desktop-2 {
    padding: 0.5rem !important;
  }
  .p-desktop-3 {
    padding: 1rem !important;
  }
  .p-desktop-4 {
    padding: 1.5rem !important;
  }
  .p-desktop-5 {
    padding: 3rem !important;
  }
  .px-desktop-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-desktop-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-desktop-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-desktop-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-desktop-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-desktop-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-desktop-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-desktop-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-desktop-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-desktop-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-desktop-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-desktop-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-desktop-0 {
    padding-top: 0 !important;
  }
  .pt-desktop-1 {
    padding-top: 0.25rem !important;
  }
  .pt-desktop-2 {
    padding-top: 0.5rem !important;
  }
  .pt-desktop-3 {
    padding-top: 1rem !important;
  }
  .pt-desktop-4 {
    padding-top: 1.5rem !important;
  }
  .pt-desktop-5 {
    padding-top: 3rem !important;
  }
  .pe-desktop-0 {
    padding-right: 0 !important;
  }
  .pe-desktop-1 {
    padding-right: 0.25rem !important;
  }
  .pe-desktop-2 {
    padding-right: 0.5rem !important;
  }
  .pe-desktop-3 {
    padding-right: 1rem !important;
  }
  .pe-desktop-4 {
    padding-right: 1.5rem !important;
  }
  .pe-desktop-5 {
    padding-right: 3rem !important;
  }
  .pb-desktop-0 {
    padding-bottom: 0 !important;
  }
  .pb-desktop-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-desktop-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-desktop-3 {
    padding-bottom: 1rem !important;
  }
  .pb-desktop-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-desktop-5 {
    padding-bottom: 3rem !important;
  }
  .ps-desktop-0 {
    padding-left: 0 !important;
  }
  .ps-desktop-1 {
    padding-left: 0.25rem !important;
  }
  .ps-desktop-2 {
    padding-left: 0.5rem !important;
  }
  .ps-desktop-3 {
    padding-left: 1rem !important;
  }
  .ps-desktop-4 {
    padding-left: 1.5rem !important;
  }
  .ps-desktop-5 {
    padding-left: 3rem !important;
  }
  .text-desktop-start {
    text-align: left !important;
  }
  .text-desktop-end {
    text-align: right !important;
  }
  .text-desktop-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-desktop-xl-start {
    float: left !important;
  }
  .float-desktop-xl-end {
    float: right !important;
  }
  .float-desktop-xl-none {
    float: none !important;
  }
  .d-desktop-xl-inline {
    display: inline !important;
  }
  .d-desktop-xl-inline-block {
    display: inline-block !important;
  }
  .d-desktop-xl-block {
    display: block !important;
  }
  .d-desktop-xl-grid {
    display: grid !important;
  }
  .d-desktop-xl-table {
    display: table !important;
  }
  .d-desktop-xl-table-row {
    display: table-row !important;
  }
  .d-desktop-xl-table-cell {
    display: table-cell !important;
  }
  .d-desktop-xl-flex {
    display: flex !important;
  }
  .d-desktop-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-desktop-xl-none {
    display: none !important;
  }
  .flex-desktop-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-desktop-xl-row {
    flex-direction: row !important;
  }
  .flex-desktop-xl-column {
    flex-direction: column !important;
  }
  .flex-desktop-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desktop-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-desktop-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desktop-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desktop-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desktop-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-desktop-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desktop-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desktop-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-desktop-xl-0 {
    gap: 0 !important;
  }
  .gap-desktop-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-desktop-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-desktop-xl-3 {
    gap: 1rem !important;
  }
  .gap-desktop-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-desktop-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-desktop-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-xl-center {
    justify-content: center !important;
  }
  .justify-content-desktop-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-desktop-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-desktop-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-desktop-xl-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-xl-end {
    align-items: flex-end !important;
  }
  .align-items-desktop-xl-center {
    align-items: center !important;
  }
  .align-items-desktop-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-desktop-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-desktop-xl-start {
    align-content: flex-start !important;
  }
  .align-content-desktop-xl-end {
    align-content: flex-end !important;
  }
  .align-content-desktop-xl-center {
    align-content: center !important;
  }
  .align-content-desktop-xl-between {
    align-content: space-between !important;
  }
  .align-content-desktop-xl-around {
    align-content: space-around !important;
  }
  .align-content-desktop-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-desktop-xl-auto {
    align-self: auto !important;
  }
  .align-self-desktop-xl-start {
    align-self: flex-start !important;
  }
  .align-self-desktop-xl-end {
    align-self: flex-end !important;
  }
  .align-self-desktop-xl-center {
    align-self: center !important;
  }
  .align-self-desktop-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-desktop-xl-stretch {
    align-self: stretch !important;
  }
  .order-desktop-xl-first {
    order: -1 !important;
  }
  .order-desktop-xl-0 {
    order: 0 !important;
  }
  .order-desktop-xl-1 {
    order: 1 !important;
  }
  .order-desktop-xl-2 {
    order: 2 !important;
  }
  .order-desktop-xl-3 {
    order: 3 !important;
  }
  .order-desktop-xl-4 {
    order: 4 !important;
  }
  .order-desktop-xl-5 {
    order: 5 !important;
  }
  .order-desktop-xl-last {
    order: 6 !important;
  }
  .m-desktop-xl-0 {
    margin: 0 !important;
  }
  .m-desktop-xl-1 {
    margin: 0.25rem !important;
  }
  .m-desktop-xl-2 {
    margin: 0.5rem !important;
  }
  .m-desktop-xl-3 {
    margin: 1rem !important;
  }
  .m-desktop-xl-4 {
    margin: 1.5rem !important;
  }
  .m-desktop-xl-5 {
    margin: 3rem !important;
  }
  .m-desktop-xl-auto {
    margin: auto !important;
  }
  .mx-desktop-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-desktop-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-desktop-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-desktop-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-desktop-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-desktop-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-desktop-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-desktop-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-desktop-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-desktop-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-desktop-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-desktop-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-desktop-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-desktop-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-desktop-xl-0 {
    margin-top: 0 !important;
  }
  .mt-desktop-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-desktop-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-desktop-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-desktop-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-desktop-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-desktop-xl-auto {
    margin-top: auto !important;
  }
  .me-desktop-xl-0 {
    margin-right: 0 !important;
  }
  .me-desktop-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-desktop-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-desktop-xl-3 {
    margin-right: 1rem !important;
  }
  .me-desktop-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-desktop-xl-5 {
    margin-right: 3rem !important;
  }
  .me-desktop-xl-auto {
    margin-right: auto !important;
  }
  .mb-desktop-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-desktop-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-desktop-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-desktop-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-desktop-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-desktop-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-desktop-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-desktop-xl-0 {
    margin-left: 0 !important;
  }
  .ms-desktop-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-desktop-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-desktop-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-desktop-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-desktop-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-desktop-xl-auto {
    margin-left: auto !important;
  }
  .p-desktop-xl-0 {
    padding: 0 !important;
  }
  .p-desktop-xl-1 {
    padding: 0.25rem !important;
  }
  .p-desktop-xl-2 {
    padding: 0.5rem !important;
  }
  .p-desktop-xl-3 {
    padding: 1rem !important;
  }
  .p-desktop-xl-4 {
    padding: 1.5rem !important;
  }
  .p-desktop-xl-5 {
    padding: 3rem !important;
  }
  .px-desktop-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-desktop-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-desktop-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-desktop-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-desktop-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-desktop-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-desktop-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-desktop-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-desktop-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-desktop-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-desktop-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-desktop-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-desktop-xl-0 {
    padding-top: 0 !important;
  }
  .pt-desktop-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-desktop-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-desktop-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-desktop-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-desktop-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-desktop-xl-0 {
    padding-right: 0 !important;
  }
  .pe-desktop-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-desktop-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-desktop-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-desktop-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-desktop-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-desktop-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-desktop-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-desktop-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-desktop-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-desktop-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-desktop-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-desktop-xl-0 {
    padding-left: 0 !important;
  }
  .ps-desktop-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-desktop-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-desktop-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-desktop-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-desktop-xl-5 {
    padding-left: 3rem !important;
  }
  .text-desktop-xl-start {
    text-align: left !important;
  }
  .text-desktop-xl-end {
    text-align: right !important;
  }
  .text-desktop-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-desktop-xxl-start {
    float: left !important;
  }
  .float-desktop-xxl-end {
    float: right !important;
  }
  .float-desktop-xxl-none {
    float: none !important;
  }
  .d-desktop-xxl-inline {
    display: inline !important;
  }
  .d-desktop-xxl-inline-block {
    display: inline-block !important;
  }
  .d-desktop-xxl-block {
    display: block !important;
  }
  .d-desktop-xxl-grid {
    display: grid !important;
  }
  .d-desktop-xxl-table {
    display: table !important;
  }
  .d-desktop-xxl-table-row {
    display: table-row !important;
  }
  .d-desktop-xxl-table-cell {
    display: table-cell !important;
  }
  .d-desktop-xxl-flex {
    display: flex !important;
  }
  .d-desktop-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-desktop-xxl-none {
    display: none !important;
  }
  .flex-desktop-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-desktop-xxl-row {
    flex-direction: row !important;
  }
  .flex-desktop-xxl-column {
    flex-direction: column !important;
  }
  .flex-desktop-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desktop-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-desktop-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desktop-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desktop-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desktop-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-desktop-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desktop-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desktop-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-desktop-xxl-0 {
    gap: 0 !important;
  }
  .gap-desktop-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-desktop-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-desktop-xxl-3 {
    gap: 1rem !important;
  }
  .gap-desktop-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-desktop-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-desktop-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-xxl-center {
    justify-content: center !important;
  }
  .justify-content-desktop-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-desktop-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-desktop-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-desktop-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-desktop-xxl-center {
    align-items: center !important;
  }
  .align-items-desktop-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-desktop-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-desktop-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-desktop-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-desktop-xxl-center {
    align-content: center !important;
  }
  .align-content-desktop-xxl-between {
    align-content: space-between !important;
  }
  .align-content-desktop-xxl-around {
    align-content: space-around !important;
  }
  .align-content-desktop-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-desktop-xxl-auto {
    align-self: auto !important;
  }
  .align-self-desktop-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-desktop-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-desktop-xxl-center {
    align-self: center !important;
  }
  .align-self-desktop-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-desktop-xxl-stretch {
    align-self: stretch !important;
  }
  .order-desktop-xxl-first {
    order: -1 !important;
  }
  .order-desktop-xxl-0 {
    order: 0 !important;
  }
  .order-desktop-xxl-1 {
    order: 1 !important;
  }
  .order-desktop-xxl-2 {
    order: 2 !important;
  }
  .order-desktop-xxl-3 {
    order: 3 !important;
  }
  .order-desktop-xxl-4 {
    order: 4 !important;
  }
  .order-desktop-xxl-5 {
    order: 5 !important;
  }
  .order-desktop-xxl-last {
    order: 6 !important;
  }
  .m-desktop-xxl-0 {
    margin: 0 !important;
  }
  .m-desktop-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-desktop-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-desktop-xxl-3 {
    margin: 1rem !important;
  }
  .m-desktop-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-desktop-xxl-5 {
    margin: 3rem !important;
  }
  .m-desktop-xxl-auto {
    margin: auto !important;
  }
  .mx-desktop-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-desktop-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-desktop-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-desktop-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-desktop-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-desktop-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-desktop-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-desktop-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-desktop-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-desktop-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-desktop-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-desktop-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-desktop-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-desktop-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-desktop-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-desktop-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-desktop-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-desktop-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-desktop-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-desktop-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-desktop-xxl-auto {
    margin-top: auto !important;
  }
  .me-desktop-xxl-0 {
    margin-right: 0 !important;
  }
  .me-desktop-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-desktop-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-desktop-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-desktop-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-desktop-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-desktop-xxl-auto {
    margin-right: auto !important;
  }
  .mb-desktop-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-desktop-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-desktop-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-desktop-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-desktop-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-desktop-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-desktop-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-desktop-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-desktop-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-desktop-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-desktop-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-desktop-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-desktop-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-desktop-xxl-auto {
    margin-left: auto !important;
  }
  .p-desktop-xxl-0 {
    padding: 0 !important;
  }
  .p-desktop-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-desktop-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-desktop-xxl-3 {
    padding: 1rem !important;
  }
  .p-desktop-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-desktop-xxl-5 {
    padding: 3rem !important;
  }
  .px-desktop-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-desktop-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-desktop-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-desktop-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-desktop-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-desktop-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-desktop-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-desktop-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-desktop-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-desktop-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-desktop-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-desktop-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-desktop-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-desktop-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-desktop-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-desktop-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-desktop-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-desktop-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-desktop-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-desktop-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-desktop-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-desktop-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-desktop-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-desktop-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-desktop-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-desktop-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-desktop-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-desktop-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-desktop-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-desktop-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-desktop-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-desktop-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-desktop-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-desktop-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-desktop-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-desktop-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-desktop-xxl-start {
    text-align: left !important;
  }
  .text-desktop-xxl-end {
    text-align: right !important;
  }
  .text-desktop-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #170707;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #170707;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #170707;
  border-color: #170707;
}
.btn-dark:hover {
  color: #fff;
  background-color: #140606;
  border-color: #120606;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #140606;
  border-color: #120606;
  box-shadow: 0 0 0 0.25rem rgba(58, 44, 44, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #120606;
  border-color: #110505;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 44, 44, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #170707;
  border-color: #170707;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #170707;
  border-color: #170707;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #170707;
  border-color: #170707;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 7, 7, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #170707;
  border-color: #170707;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 7, 7, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #170707;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #170707;
  text-decoration: none;
}
.btn-link:hover {
  color: #170707;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.75em 0;
  margin: 0;
  font-size: 0.75em;
  color: #170707;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 460px) {
  .dropdown-menu-mobile-start {
    --bs-position: start;
  }
  .dropdown-menu-mobile-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-mobile-end {
    --bs-position: end;
  }
  .dropdown-menu-mobile-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 580px) {
  .dropdown-menu-mobile-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-mobile-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-mobile-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-mobile-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-tablet-start {
    --bs-position: start;
  }
  .dropdown-menu-tablet-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-tablet-end {
    --bs-position: end;
  }
  .dropdown-menu-tablet-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-desktop-start {
    --bs-position: start;
  }
  .dropdown-menu-desktop-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-desktop-end {
    --bs-position: end;
  }
  .dropdown-menu-desktop-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-desktop-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-desktop-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-desktop-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-desktop-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-desktop-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-desktop-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-desktop-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-desktop-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: transparent;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: transparent;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

html, body {
  height: 100%;
  font-size: 14px;
  line-height: 25px;
}
@media (min-width: 992px) {
  html, body {
    font-size: 18px;
    line-height: 36px;
  }
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 87.5%;
  }
}
@media (max-width: 991.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid-stop {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid-wide-stop {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid-narrow-stop {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid-more-narrow-stop {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.dell-baner-wide {
  width: 100%;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/bg.jpg?a47b05c0e1d8b20873838197a4cf006a);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.dell-baner-wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 900px;
  height: 300px;
  transform: scale(1);
  transform-origin: left top;
}
.dell-baner-wide--after-big-post .dell-baner-wide {
  max-width: 100%;
}

@media (min-width: 768px) {
  .dell-baner-video {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.dell-baner-video__container {
  position: relative;
  overflow: hidden;
}
.dell-baner-video__container video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.dell-baner-image {
  max-width: 900px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dell-baner-wide--after-big-post {
  position: relative;
  z-index: 10;
  background-color: transparent !important;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -8px;
  margin-right: -8px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs > span {
  padding-left: 8px;
  padding-right: 8px;
}

.btn:focus {
  box-shadow: none;
}

.category-label__link {
  display: inline-block;
  background-color: #fff;
  color: #170707;
  font-size: 13px;
  font-weight: 700;
  border-radius: 16px;
  padding: 5px 13px;
  line-height: 17px;
}
.category-label__link, .category-label__link:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .category-label__link {
    font-size: 18px;
    line-height: 23px;
  }
}

.category-label__dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin-right: 6px;
  display: inline-block;
}
@media (min-width: 992px) {
  .category-label__dot {
    margin-right: 9px;
  }
}
@media (min-width: 992px) {
  .category-label__dot {
    width: 14px;
    height: 14px;
  }
}

.category-label__dot--black {
  background-color: #170707;
}

.footer {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #fff;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 44px;
  }
}

.footer__menu-container {
  padding-bottom: 35px;
}
@media (max-width: 991.98px) {
  .footer__menu-container {
    padding-top: 36px;
  }
}
@media (min-width: 992px) {
  .footer__menu-container {
    padding-bottom: 65px;
  }
}

.footer__menu-list {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 33px;
  list-style: none;
}
@media (min-width: 992px) {
  .footer__menu-list {
    font-size: 18px;
    line-height: 36px;
  }
  .footer__menu-list .text-small {
    font-size: 16px;
  }
}
.footer__menu-list a, .footer__menu-list a:hover {
  color: #170707;
  text-decoration: none;
}

.footer__copyright {
  font-family: "Space mono", monospace;
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .footer__social-media {
    padding-bottom: 97px;
  }
}

@media (min-width: 992px) {
  .footer__newsletter {
    max-width: 380px;
    width: 100%;
  }
}

.footer__logo {
  width: 115px;
  height: auto;
}

.form-checkbox-custom {
  position: relative;
  padding-left: 32px;
  font-size: 12px;
  line-height: 15.6px;
  font-family: "Space mono", monospace;
}
.form-checkbox-custom input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-checkbox-custom input + span {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #170707;
  left: 0;
  top: 0;
}
.form-checkbox-custom input:checked + span {
  background-color: #170707;
}

.header {
  font-weight: 700;
}
@media (min-width: 992px) {
  .header {
    padding-bottom: 25px;
  }
}

.header__topbar {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .header__topbar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.header__logo {
  width: 216px;
  height: auto;
}
@media (max-width: 991.98px) {
  .header__logo {
    width: 114px;
  }
}

.header__menu {
  display: flex;
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .header__menu {
    font-size: 18px;
    justify-content: center;
  }
}
.header__menu a, .header__menu a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 992px) {
  .header__menu a, .header__menu a:hover {
    color: #170707;
  }
}

.header__menu-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
@media (max-width: 991.98px) {
  .header__menu-list {
    flex-wrap: wrap;
  }
  .header__menu-list > * {
    width: 100%;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .header__menu-list {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .header__menu-list {
    gap: 40px;
  }
}

.header__menu-dot {
  font-size: 12px;
  margin-right: 18px;
  position: relative;
  top: -3px;
}
@media (min-width: 992px) {
  .header__menu-dot {
    margin-right: 9px;
    top: -3px;
    font-size: 8px;
  }
}

.header__menu-dot--small {
  font-size: 12px;
  position: relative;
  top: -3px;
}
@media (min-width: 992px) {
  .header__menu-dot--small {
    font-size: 8px;
  }
}

.header__mobile-menu {
  background-color: #170707;
  overflow: auto;
  color: #fff;
}
.header__mobile-menu a, .header__mobile-menu a:hover {
  text-decoration: none;
  color: #fff;
}

.header__mobile-menu-search {
  padding-bottom: 25px;
}

.header__mobile-menu-bottom {
  padding-bottom: 25px;
  padding-top: 25px;
  margin-top: auto;
}

.header__mobile-menu-footer {
  padding-top: 25px;
  font-size: 14px;
}
.header__mobile-menu-footer .menu-item {
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
}

.header__toggler--light-header,
.header__logo--light {
  display: none;
}

.hero-scene--light-header + .header .social-media__link {
  color: #fff;
}
.hero-scene--light-header + .header .header__menu a, .hero-scene--light-header + .header .header__menu a:hover {
  color: #fff;
}
.hero-scene--light-header + .header .header__logo {
  display: none;
}
.hero-scene--light-header + .header .header__logo--light {
  display: block;
}
.hero-scene--light-header + .header .header__toggler {
  display: none;
}
.hero-scene--light-header + .header .header__toggler--light-header {
  display: block;
}

.header__offcanvas-logo {
  width: 40px;
}

.header-after-scroll {
  background-color: #170707;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
  opacity: 0;
}
.header-after-scroll, .header-after-scroll a, .header-after-scroll a:hover {
  color: #fff;
}
.header-after-scroll .container-fluid, .header-after-scroll .container-sm, .header-after-scroll .container-md, .header-after-scroll .container-lg, .header-after-scroll .container-xl, .header-after-scroll .container-xxl {
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 50px;
}
@media (min-width: 992px) {
  .header-after-scroll .container-fluid, .header-after-scroll .container-sm, .header-after-scroll .container-md, .header-after-scroll .container-lg, .header-after-scroll .container-xl, .header-after-scroll .container-xxl {
    height: 80px;
  }
}
.header-after-scroll--pushed {
  transform: translateY(0);
  opacity: 1;
}

.header-after-scroll__logo {
  width: 40px;
}
@media (min-width: 992px) {
  .header-after-scroll__logo {
    width: 56px;
  }
}

.hero-scene {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.hero-scene + .header {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
}
.hero-scene::before {
  content: "";
  display: block;
  padding-top: 427px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .hero-scene::before {
    padding-top: 60.5%;
  }
}
@media (min-width: 1400px) {
  .hero-scene::before {
    padding-top: 847px;
  }
}

.hero-scene__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-scene__container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.hero-scene__container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-scene__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  overflow: hidden;
  transform: translateY(-41%);
}
@media (max-width: 991.98px) {
  body.category .hero-scene__wrapper {
    top: 75%;
  }
}
@media (min-width: 992px) {
  .hero-scene__wrapper {
    transform: translateY(-60px);
    bottom: -60px;
  }
}
@media (min-width: 992px) {
  .archive.category .hero-scene__wrapper {
    top: auto;
    bottom: 69px;
    text-align: left;
    transform: none;
    overflow: visible;
  }
}
.hero-scene--single .hero-scene__wrapper {
  transform: translateY(-50%);
  bottom: auto;
}
@media (min-width: 992px) {
  .hero-scene--single .hero-scene__wrapper {
    transform: translateY(-50%);
    bottom: auto;
  }
}

.hero-scene__category {
  color: #fff;
}
@media (max-width: 991.98px) {
  .hero-scene__category {
    justify-content: center;
  }
}

.hero-scene__heading {
  display: flex;
  align-items: center;
  font-size: 39px;
  line-height: 45.225px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero-scene__heading {
    font-size: 90px;
    line-height: 90px;
  }
}
.hero-scene--single .hero-scene__heading {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero-scene--single .hero-scene__heading {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .hero-scene--single .hero-scene__heading {
    font-size: 61.5px;
    line-height: 60px;
  }
}
.hero-scene__heading h1, .hero-scene__heading .h1 {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.hero-scene__heading--center {
  justify-content: center;
}

.hero-scene__category-dot {
  width: 20px;
  height: 20px;
  border-radius: 0;
  display: inline-block;
  margin-right: 11px;
  background-color: #170707;
}
@media (max-width: 991.98px) {
  .hero-scene__category-dot {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .hero-scene__category-dot {
    width: 45px;
    height: 45px;
    margin-right: 25px;
  }
}

.hero-scene__description {
  font-size: 16px;
  line-height: 20px;
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .hero-scene__description {
    font-weight: 700;
    font-size: 24px;
    line-height: 27.6px;
    margin-top: 32px;
  }
}
.hero-scene__description a {
  color: inherit;
  text-decoration: underline;
}

.hero-scene__title {
  margin-top: 12px;
  text-align: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-scene__title {
    margin-top: 32px;
  }
}

.hero-scene__meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-bottom: 27px;
  font-family: "Space mono", monospace;
  font-size: 16px;
  line-height: 18.4px;
}
.hero-scene__meta a {
  color: #fff;
}
@media (min-width: 992px) {
  .hero-scene__meta {
    padding-bottom: 42px;
  }
}

.hero-slider, .banner-slider {
  background-color: #fff;
  position: relative;
}

.hero-slider__image, .banner-slider__image {
  position: relative;
  overflow: hidden;
}
.hero-slider__image img, .banner-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-slider__image::before, .banner-slider__image::before {
  content: "";
  display: block;
  padding-top: 90.4761904762%;
}

.hero-slider__label, .banner-slider__label {
  position: absolute;
  left: 6px;
  top: 6px;
}
@media (min-width: 992px) {
  .hero-slider__label, .banner-slider__label {
    top: 14px;
    left: 14px;
  }
}

.hero-slider__body, .banner-slider__body {
  text-align: center;
  max-width: 686px;
  padding: 28px 20px 83px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-slider__body, .banner-slider__body {
    padding: 28px 20px;
  }
}
.hero-slider__body a, .hero-slider__body a:hover, .banner-slider__body a, .banner-slider__body a:hover {
  color: #170707;
  text-decoration: none;
}

.hero-slider__meta, .banner-slider__meta {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .hero-slider__meta, .banner-slider__meta {
    margin-top: 28px;
  }
}

.hero-slider__pagination, .banner-slider__pagination {
  display: flex;
  gap: 7px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 20;
}
.hero-slider__pagination .swiper-pagination-bullet, .banner-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #170707;
  border-radius: 50%;
}
.hero-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .banner-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #170707;
}
@media (min-width: 992px) {
  .hero-slider__pagination .swiper-pagination-bullet, .banner-slider__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}
@media (min-width: 992px) {
  .hero-slider__pagination, .banner-slider__pagination {
    gap: 12px;
    left: 75%;
    bottom: 40px;
  }
}

.banner-slider {
  background-color: transparent;
}

.banner-slider__pagination {
  display: flex;
  gap: 7px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -19px;
  z-index: 20;
}
.banner-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #170707;
  border-radius: 50%;
}
.banner-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #170707;
}
@media (min-width: 992px) {
  .banner-slider__pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}
@media (min-width: 992px) {
  .banner-slider__pagination {
    bottom: -39px;
  }
}

.loop-post {
  margin-bottom: 17px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .loop-post {
    margin-bottom: 20px;
  }
}

.loop-post--big {
  background-color: #4C0040;
  position: relative;
  z-index: 10;
}

.loop-post__image-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .loop-post__image-wrapper {
    width: 127px;
  }
}
.loop-post__image-wrapper::before {
  content: "";
  display: block;
  padding-top: 105px;
}
@media (min-width: 992px) {
  .loop-post__image-wrapper::before {
    padding-top: 300px;
  }
}
.loop-post__image-wrapper .category-label {
  position: absolute;
  z-index: 10;
  left: 14px;
  top: 14px;
  display: none;
}
@media (min-width: 992px) {
  .loop-post__image-wrapper .category-label {
    display: block;
  }
}
.loop-post--big .loop-post__image-wrapper {
  width: 100%;
}
.loop-post--big .loop-post__image-wrapper::before {
  padding-top: 58.1395348837%;
}
@media (min-width: 992px) {
  .loop-post--big .loop-post__image-wrapper::before {
    padding-top: 612px;
  }
}

.loop-post__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.loop-post__body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-right: 8px;
}
.loop-post__body > * {
  width: 100%;
}
.loop-post__body .category-label {
  margin-top: auto;
}
@media (min-width: 992px) {
  .loop-post__body .category-label {
    display: none;
  }
}
@media (max-width: 459.98px) {
  .loop-post__body {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .loop-post__body {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
  }
}
.loop-post--big .loop-post__body {
  padding: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .loop-post--big .loop-post__body {
    padding: 44px 32px;
  }
}

@media (min-width: 992px) {
  .loop-post__title {
    height: 110.4px;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .loop-post--big .loop-post__title {
    font-size: 16.5px;
    line-height: 18.975px;
  }
}
.loop-post--big .loop-post__title a {
  color: #fff;
}

.loop-post__meta {
  margin-top: auto;
  display: none;
}
@media (min-width: 992px) {
  .loop-post__meta {
    display: block;
  }
}
.loop-post--big .loop-post__meta, .loop-post--big .loop-post__meta a {
  color: #fff;
}

.loop-post--popular .loop-post__body {
  padding-left: 32px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .loop-post--popular .loop-post__body {
    padding: 16px;
  }
}
.loop-post--popular .loop-post__title {
  margin-bottom: 32px;
  height: auto !important;
}
.loop-post--popular .loop-post__meta {
  display: block;
}
.loop-post--popular .loop-post__image-wrapper {
  width: 100%;
}
@media (min-width: 460px) and (max-width: 991.98px) {
  .loop-post--popular .loop-post__image-wrapper::before {
    padding-top: 54.844606947%;
  }
}
@media (max-width: 459.98px) {
  .loop-post--popular .loop-post__image-wrapper::before {
    padding-top: 200px;
  }
}

.loop-post__video-indicator {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .loop-post__video-indicator {
    right: 20px;
    bottom: 20px;
  }
}
.loop-post__video-indicator i {
  margin-left: 3px;
}
@media (min-width: 992px) {
  .loop-post--big .loop-post__video-indicator {
    width: 76px;
    height: 76px;
    font-size: 60px;
  }
  .loop-post--big .loop-post__video-indicator i {
    margin-left: 8px;
  }
}

.mobile-search__input-group {
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.mobile-search__input-group button,
.mobile-search__input-group input {
  border: 0;
  background-color: transparent;
}
.mobile-search__input-group button:hover, .mobile-search__input-group button:focus,
.mobile-search__input-group input:hover,
.mobile-search__input-group input:focus {
  outline: none;
}
.mobile-search__input-group input {
  height: 47px;
  flex: 1;
  padding-left: 29px;
  padding-right: 29px;
  color: #fff;
}

.newsletter-form {
  position: relative;
}
.newsletter-form a {
  text-decoration: underline !important;
}

.newsletter-form__input {
  display: flex;
  border-bottom: 2px solid #170707;
  padding-bottom: 10px;
  align-items: center;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .newsletter-form__input {
    margin-top: 30px;
  }
}
.newsletter-form__input input, .newsletter-form__input button {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.newsletter-form__input input {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif);
  width: 100%;
  flex: 1;
}
@media (min-width: 992px) {
  .newsletter-form__input input {
    font-size: 18px;
  }
}
.newsletter-form--sidebar .newsletter-form__input input {
  color: #fff;
}
.newsletter-form__input button {
  width: 29px;
  height: 29px;
  padding: 0;
  line-height: 1;
}
.newsletter-form__input button img {
  width: 100%;
}

.newsletter-form__consent-list {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .newsletter-form__consent-list {
    margin-top: 21px;
  }
}

.newsletter-form__message {
  font-size: 12px;
  font-family: "Space mono", monospace;
  line-height: 1.4;
  display: none;
}

.newsletter-form__message--error {
  color: #dc3545;
  display: block;
}

.newsletter-form__message--success {
  color: #198754;
  display: block;
}

.newsletter-form--sidebar, .newsletter-form--sidebar a {
  color: #fff;
}
.newsletter-form--sidebar.newsletter-form {
  padding: 44px;
  background-color: #170707;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .newsletter-form--sidebar.newsletter-form {
    padding: 24px;
    font-size: 16px;
    line-height: 1.3;
  }
  .newsletter-form--sidebar.newsletter-form .newsletter-form__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .newsletter-form--sidebar.newsletter-form {
    max-width: 464px;
    margin-bottom: 0;
  }
}
.newsletter-form--sidebar .newsletter-form__input {
  border-color: #fff;
}
.newsletter-form--sidebar .form-checkbox-custom input + span {
  border-color: #fff;
}
.newsletter-form--sidebar .form-checkbox-custom input:checked + span {
  background-color: #fff;
}

.newsletter-form__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
}
.newsletter-form__close, .newsletter-form__close:hover {
  color: #fff;
}

.newsletter-form__description {
  line-height: 1.35;
}

.newsletter-form__message-success {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  line-height: 1.35;
  background-color: #fff;
}
.newsletter-form__message-success p {
  margin-top: 2rem;
}
.newsletter-form--sidebar .newsletter-form__message-success {
  padding: 44px;
  background-color: #170707;
}

.newsletter-form__sending-indicator {
  width: 29px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: none;
}
.newsletter-form--sidebar .newsletter-form__sending-indicator {
  color: #fff;
}

.newsletter-form--busy .newsletter-form__sending-indicator {
  display: flex;
}
.newsletter-form--busy .newsletter-form__input img {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  line-height: normal;
  align-items: center;
  gap: 8px;
  padding-top: 15px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .pagination {
    padding-top: 44px;
    padding-bottom: 64px;
  }
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .pagination .next.page-numbers,
  .pagination .prev.page-numbers {
    width: 7px;
    height: 14px;
  }
}
.pagination .prev {
  background-image: url(../images/pagination-left.svg?3365f93bba3653de84d7fda9b51d78ad);
  margin-right: 8px;
}
.pagination .next {
  background-image: url(../images/pagination-right.svg?a6b3a0e7e771d19fce0caf5796dd833c);
  margin-left: 8px;
}
.pagination .page-numbers {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 17px;
  font-size: 11px;
  font-weight: 700;
}
.pagination .page-numbers.current {
  background-color: #170707;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .pagination .page-numbers {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
  }
}

.popular-authors {
  background-color: #262b39;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.popular-authors, .popular-authors a {
  color: #fff;
}
@media (min-width: 992px) {
  .popular-authors {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 64px;
  }
}
@media (max-width: 991.98px) {
  .popular-authors h2, .popular-authors .h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.popular-authors__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .popular-authors__item {
    max-width: 344px;
  }
}

.popular-authors__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .popular-authors__image-wrapper {
    margin-bottom: 32px;
  }
}
.popular-authors__image-wrapper::before {
  content: "";
  padding-top: 81.6326530612%;
  display: block;
}
@media (min-width: 992px) {
  .popular-authors__image-wrapper::before {
    padding-top: 102.1937842779%;
  }
}
.popular-authors__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular-authors__title {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .popular-authors__title {
    margin-bottom: 10px;
  }
}

.swiper-authors-navigation {
  display: flex;
  gap: 4px;
}
.swiper-authors-navigation > * {
  cursor: pointer;
}
.swiper-authors-navigation .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-authors-navigation-button-prev {
  transform: scale(-1, 1);
}

.popular-post-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.popular-post-item > * {
  width: 100%;
}

.post-entry {
  padding-top: 32px;
  position: relative;
}
@media (min-width: 992px) {
  .post-entry {
    padding-top: 64px;
  }
}
.post-entry h2, .post-entry .h2, .post-entry h3, .post-entry .h3, .post-entry h4, .post-entry .h4, .post-entry h5, .post-entry .h5, .post-entry h6, .post-entry .h6,
.post-entry p, .post-entry ul, .post-entry ol, .post-entry blockqoute {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.post-entry h2.post-excerpt, .post-entry .post-excerpt.h2 {
  max-width: none;
  text-align: center;
}
.post-entry a {
  text-decoration: underline;
}
.post-entry .wp-block-quote p {
  margin-bottom: 0;
}
.post-entry h3, .post-entry .h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
@media (min-width: 992px) {
  .post-entry h3, .post-entry .h3 {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.post-entry iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.post-entry .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.post-entry img {
  height: auto;
}
.post-entry .wp-block-image figcaption {
  font-family: "Space mono", monospace;
  font-size: 12px;
  line-height: 13.8px;
  margin-top: 11px;
  text-align: left;
}
@media (min-width: 992px) {
  .post-entry .wp-block-image figcaption {
    font-size: 16px;
    line-height: 18.4px;
    margin-top: 26px;
  }
}
.post-entry .wp-block-video figcaption {
  text-align: left;
}
.post-entry .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
}
.post-entry .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.post-entry .wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote p {
  max-width: none;
}

.post-related {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .post-related {
    padding-top: 64px;
  }
}

.post-tags {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .post-tags {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.post-tags__list {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.15;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .post-tags__list {
    -moz-column-gap: 36px;
         column-gap: 36px;
    row-gap: 18px;
    font-size: 16px;
  }
}
.post-tags__list a::before {
  content: "#";
}

.search-bar__offcanvas {
  bottom: auto;
  height: 81px;
  background-color: #4C0040;
}

.search-bar__close {
  position: absolute;
  right: 12px;
  top: 18px;
}
.search-bar__close img {
  width: 18px;
  height: 18px;
}

.search-bar__input {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
}
.search-bar__input::-moz-placeholder {
  color: #fff;
}
.search-bar__input::placeholder {
  color: #fff;
}

.search-results__header {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  padding-top: 60px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .search-results__header {
    font-size: 90px;
    padding-top: 120px;
    padding-bottom: 157.5px;
  }
}
.search-results__header h1, .search-results__header .h1 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.section {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .section {
    margin-top: 64px;
  }
}

.section__heading {
  margin-bottom: 24px;
}
.section__heading h2, .section__heading .h2 {
  margin-bottom: 0;
}

.section__heading--post-related {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section__heading--post-related {
    margin-bottom: 64px;
  }
}

.section__body {
  position: relative;
}

.social-media__list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 32px;
}

.social-media__link {
  text-decoration: none;
  color: #170707;
  font-size: 18px;
}

.social-media--post {
  display: none;
}
@media (min-width: 992px) {
  .social-media--post {
    margin-top: 64px;
    display: inline-block;
  }
}
.social-media--post .social-media__list {
  row-gap: 28px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .social-media__counter {
    color: #fff;
    background-color: #170707;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    min-width: 26px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    display: block;
  }
}

.sort {
  font-weight: 700;
  font-size: 22px;
  line-height: 25.3px;
  display: inline-block;
}
@media (min-width: 992px) {
  .sort {
    font-size: 32px;
    line-height: 36.8px;
  }
}
.sort .dropdown-menu {
  width: 100%;
}
.sort .dropdown-item {
  color: #170707;
  font-weight: 700;
}

.sticky-card__container {
  display: none;
}

@media (min-width: 992px) {
  .sticky-card__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
    padding-bottom: 20px;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .sticky-card {
    position: sticky;
    top: 120px;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .sticky-card--fixed {
    position: fixed;
    top: 120px;
  }
  .sticky-card__baner,
  .sticky-card__newsletter {
    pointer-events: auto;
  }
}
.toolbox {
  display: flex;
  align-items: center;
  max-width: 415px;
  width: 100%;
  justify-content: flex-end;
  font-size: 18px;
  gap: 16px;
}
.toolbox a {
  color: #170707;
  text-decoration: none;
}

.toolbox__loop--light {
  display: none;
}

.hero-scene--light-header + .header .toolbox a {
  color: #fff;
}
.hero-scene--light-header + .header .toolbox__loop {
  display: none;
}
.hero-scene--light-header + .header .toolbox__loop--light {
  display: block;
}

h1, .h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 41.25px;
  }
}

h2, .h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 20.7px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 27.6px;
  }
}

.meta-description {
  font-size: 12px;
  line-height: 13px;
  font-family: "Space mono", monospace;
  font-size: 16px;
  line-height: 18px;
}

.post-author {
  font-size: 12px;
}
@media (min-width: 992px) {
  .post-author {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map*/