@charset "UTF-8";
/*!
Theme Name: EJNAR
Theme URI: https://smatter.se/
Author: Smatter AB
Author URI: https://smatter.se/
Description: Ejnar – Ett Jäkligt Nice Arbetsredskap
Version: 2.12
Text Domain: ejnar
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
  Ejnar Variables
--------------------------------------------------------------*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/**
* Ejnar
*/
/**
* Sections
*/
/*--------------------------------------------------------------
  Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFEFD;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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-gray-light: #e9ecef;
  --bs-gray-disabled: #5A5A5A;
  --bs-gray-disabled-light: #DBDBDB;
  --bs-primary: #990000;
  --bs-secondary: #D9775C;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #C40000;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-brand-red: #990000;
  --bs-brand-red-5: #faf1f0;
  --bs-brand-red-10: #f5e5e4;
  --bs-brand-red-25: #e6bfbe;
  --bs-brand-red-50: #cc7f7f;
  --bs-brand-red-75: #b3403f;
  --bs-brand-orange: #D9775C;
  --bs-brand-orange-5: #fdf7f5;
  --bs-brand-orange-10: #fbf1ed;
  --bs-brand-orange-25: #f6dcd5;
  --bs-brand-orange-50: #ecbbad;
  --bs-brand-orange-75: #e39984;
  --bs-brand-purple: #BDA7C7;
  --bs-brand-purple-5: #fcfafa;
  --bs-brand-purple-10: #f8f5f8;
  --bs-brand-purple-25: #efe8f0;
  --bs-brand-purple-50: #ded3e2;
  --bs-brand-purple-75: #cebdd5;
  --bs-brand-night: #423447;
  --bs-brand-night-5: #f6f4f4;
  --bs-brand-night-10: #eceaeb;
  --bs-brand-night-25: #d0ccd0;
  --bs-brand-night-50: #a199a2;
  --bs-brand-night-75: #716775;
  --bs-brand-dusty-pink: #E5D8DE;
  --bs-brand-dusty-pink-5: #fefcfb;
  --bs-brand-dusty-pink-10: #fcfafa;
  --bs-brand-dusty-pink-25: #f9f5f5;
  --bs-brand-dusty-pink-50: #f2ebee;
  --bs-brand-dusty-pink-75: #ece2e6;
  --bs-brand-violet: #6A5772;
  --bs-brand-violet-5: #f8f6f6;
  --bs-brand-violet-10: #f0edef;
  --bs-brand-violet-25: #dad4da;
  --bs-brand-violet-50: #b5abb8;
  --bs-brand-violet-75: #8f8195;
  --bs-gray-light-rgb: 233, 236, 239;
  --bs-gray-disabled-rgb: 90, 90, 90;
  --bs-gray-disabled-light-rgb: 219, 219, 219;
  --bs-primary-rgb: 153, 0, 0;
  --bs-secondary-rgb: 217, 119, 92;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 196, 0, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-brand-red-rgb: 153, 0, 0;
  --bs-brand-red-5-rgb: 250, 241, 240;
  --bs-brand-red-10-rgb: 245, 229, 228;
  --bs-brand-red-25-rgb: 230, 191, 190;
  --bs-brand-red-50-rgb: 204, 127, 127;
  --bs-brand-red-75-rgb: 179, 64, 63;
  --bs-brand-orange-rgb: 217, 119, 92;
  --bs-brand-orange-5-rgb: 253, 247, 245;
  --bs-brand-orange-10-rgb: 251, 241, 237;
  --bs-brand-orange-25-rgb: 246, 220, 213;
  --bs-brand-orange-50-rgb: 236, 187, 173;
  --bs-brand-orange-75-rgb: 227, 153, 132;
  --bs-brand-purple-rgb: 189, 167, 199;
  --bs-brand-purple-5-rgb: 252, 250, 250;
  --bs-brand-purple-10-rgb: 248, 245, 248;
  --bs-brand-purple-25-rgb: 239, 232, 240;
  --bs-brand-purple-50-rgb: 222, 211, 226;
  --bs-brand-purple-75-rgb: 206, 189, 213;
  --bs-brand-night-rgb: 66, 52, 71;
  --bs-brand-night-5-rgb: 246, 244, 244;
  --bs-brand-night-10-rgb: 236, 234, 235;
  --bs-brand-night-25-rgb: 208, 204, 208;
  --bs-brand-night-50-rgb: 161, 153, 162;
  --bs-brand-night-75-rgb: 113, 103, 117;
  --bs-brand-dusty-pink-rgb: 229, 216, 222;
  --bs-brand-dusty-pink-5-rgb: 254, 252, 251;
  --bs-brand-dusty-pink-10-rgb: 252, 250, 250;
  --bs-brand-dusty-pink-25-rgb: 249, 245, 245;
  --bs-brand-dusty-pink-50-rgb: 242, 235, 238;
  --bs-brand-dusty-pink-75-rgb: 236, 226, 230;
  --bs-brand-violet-rgb: 106, 87, 114;
  --bs-brand-violet-5-rgb: 248, 246, 246;
  --bs-brand-violet-10-rgb: 240, 237, 239;
  --bs-brand-violet-25-rgb: 218, 212, 218;
  --bs-brand-violet-50-rgb: 181, 171, 184;
  --bs-brand-violet-75-rgb: 143, 129, 149;
  --bs-white-rgb: 255, 254, 253;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 254, 253;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 254, 253, 0.15), rgba(255, 254, 253, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.65;
  --bs-body-color: #000;
  --bs-body-bg: #FFFEFD;
}

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

@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: #fbfbcc;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #990000;
  text-decoration: underline;
}
a:hover {
  color: #B40000;
}

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: #FFFEFD;
  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;
}

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

::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: #FFFEFD;
  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, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1064px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1064px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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;
}

.g-25em,
.gx-25em {
  --bs-gutter-x: 0.25em;
}

.g-25em,
.gy-25em {
  --bs-gutter-y: 0.25em;
}

.g-5em,
.gx-5em {
  --bs-gutter-x: 0.5em;
}

.g-5em,
.gy-5em {
  --bs-gutter-y: 0.5em;
}

.g-75em,
.gx-75em {
  --bs-gutter-x: 0.75em;
}

.g-75em,
.gy-75em {
  --bs-gutter-y: 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-25em,
.gx-sm-25em {
    --bs-gutter-x: 0.25em;
  }

  .g-sm-25em,
.gy-sm-25em {
    --bs-gutter-y: 0.25em;
  }

  .g-sm-5em,
.gx-sm-5em {
    --bs-gutter-x: 0.5em;
  }

  .g-sm-5em,
.gy-sm-5em {
    --bs-gutter-y: 0.5em;
  }

  .g-sm-75em,
.gx-sm-75em {
    --bs-gutter-x: 0.75em;
  }

  .g-sm-75em,
.gy-sm-75em {
    --bs-gutter-y: 0.75em;
  }

  .g-sm-1em,
.gx-sm-1em {
    --bs-gutter-x: 1em;
  }

  .g-sm-1em,
.gy-sm-1em {
    --bs-gutter-y: 1em;
  }

  .g-sm-4px,
.gx-sm-4px {
    --bs-gutter-x: 4px;
  }

  .g-sm-4px,
.gy-sm-4px {
    --bs-gutter-y: 4px;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 8px;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 8px;
  }

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 12px;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 12px;
  }

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 16px;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 16px;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 20px;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 20px;
  }

  .g-sm-24,
.gx-sm-24 {
    --bs-gutter-x: 24px;
  }

  .g-sm-24,
.gy-sm-24 {
    --bs-gutter-y: 24px;
  }

  .g-sm-32,
.gx-sm-32 {
    --bs-gutter-x: 32px;
  }

  .g-sm-32,
.gy-sm-32 {
    --bs-gutter-y: 32px;
  }

  .g-sm-40,
.gx-sm-40 {
    --bs-gutter-x: 40px;
  }

  .g-sm-40,
.gy-sm-40 {
    --bs-gutter-y: 40px;
  }

  .g-sm-48,
.gx-sm-48 {
    --bs-gutter-x: 48px;
  }

  .g-sm-48,
.gy-sm-48 {
    --bs-gutter-y: 48px;
  }

  .g-sm-60,
.gx-sm-60 {
    --bs-gutter-x: 60px;
  }

  .g-sm-60,
.gy-sm-60 {
    --bs-gutter-y: 60px;
  }

  .g-sm-64,
.gx-sm-64 {
    --bs-gutter-x: 64px;
  }

  .g-sm-64,
.gy-sm-64 {
    --bs-gutter-y: 64px;
  }

  .g-sm-80,
.gx-sm-80 {
    --bs-gutter-x: 80px;
  }

  .g-sm-80,
.gy-sm-80 {
    --bs-gutter-y: 80px;
  }

  .g-sm-100,
.gx-sm-100 {
    --bs-gutter-x: 100px;
  }

  .g-sm-100,
.gy-sm-100 {
    --bs-gutter-y: 100px;
  }

  .g-sm-128,
.gx-sm-128 {
    --bs-gutter-x: 128px;
  }

  .g-sm-128,
.gy-sm-128 {
    --bs-gutter-y: 128px;
  }

  .g-sm-144,
.gx-sm-144 {
    --bs-gutter-x: 144px;
  }

  .g-sm-144,
.gy-sm-144 {
    --bs-gutter-y: 144px;
  }

  .g-sm-176,
.gx-sm-176 {
    --bs-gutter-x: 176px;
  }

  .g-sm-176,
.gy-sm-176 {
    --bs-gutter-y: 176px;
  }

  .g-sm-200,
.gx-sm-200 {
    --bs-gutter-x: 200px;
  }

  .g-sm-200,
.gy-sm-200 {
    --bs-gutter-y: 200px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-25em,
.gx-md-25em {
    --bs-gutter-x: 0.25em;
  }

  .g-md-25em,
.gy-md-25em {
    --bs-gutter-y: 0.25em;
  }

  .g-md-5em,
.gx-md-5em {
    --bs-gutter-x: 0.5em;
  }

  .g-md-5em,
.gy-md-5em {
    --bs-gutter-y: 0.5em;
  }

  .g-md-75em,
.gx-md-75em {
    --bs-gutter-x: 0.75em;
  }

  .g-md-75em,
.gy-md-75em {
    --bs-gutter-y: 0.75em;
  }

  .g-md-1em,
.gx-md-1em {
    --bs-gutter-x: 1em;
  }

  .g-md-1em,
.gy-md-1em {
    --bs-gutter-y: 1em;
  }

  .g-md-4px,
.gx-md-4px {
    --bs-gutter-x: 4px;
  }

  .g-md-4px,
.gy-md-4px {
    --bs-gutter-y: 4px;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 8px;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 8px;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 12px;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 12px;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 16px;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 16px;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 20px;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 20px;
  }

  .g-md-24,
.gx-md-24 {
    --bs-gutter-x: 24px;
  }

  .g-md-24,
.gy-md-24 {
    --bs-gutter-y: 24px;
  }

  .g-md-32,
.gx-md-32 {
    --bs-gutter-x: 32px;
  }

  .g-md-32,
.gy-md-32 {
    --bs-gutter-y: 32px;
  }

  .g-md-40,
.gx-md-40 {
    --bs-gutter-x: 40px;
  }

  .g-md-40,
.gy-md-40 {
    --bs-gutter-y: 40px;
  }

  .g-md-48,
.gx-md-48 {
    --bs-gutter-x: 48px;
  }

  .g-md-48,
.gy-md-48 {
    --bs-gutter-y: 48px;
  }

  .g-md-60,
.gx-md-60 {
    --bs-gutter-x: 60px;
  }

  .g-md-60,
.gy-md-60 {
    --bs-gutter-y: 60px;
  }

  .g-md-64,
.gx-md-64 {
    --bs-gutter-x: 64px;
  }

  .g-md-64,
.gy-md-64 {
    --bs-gutter-y: 64px;
  }

  .g-md-80,
.gx-md-80 {
    --bs-gutter-x: 80px;
  }

  .g-md-80,
.gy-md-80 {
    --bs-gutter-y: 80px;
  }

  .g-md-100,
.gx-md-100 {
    --bs-gutter-x: 100px;
  }

  .g-md-100,
.gy-md-100 {
    --bs-gutter-y: 100px;
  }

  .g-md-128,
.gx-md-128 {
    --bs-gutter-x: 128px;
  }

  .g-md-128,
.gy-md-128 {
    --bs-gutter-y: 128px;
  }

  .g-md-144,
.gx-md-144 {
    --bs-gutter-x: 144px;
  }

  .g-md-144,
.gy-md-144 {
    --bs-gutter-y: 144px;
  }

  .g-md-176,
.gx-md-176 {
    --bs-gutter-x: 176px;
  }

  .g-md-176,
.gy-md-176 {
    --bs-gutter-y: 176px;
  }

  .g-md-200,
.gx-md-200 {
    --bs-gutter-x: 200px;
  }

  .g-md-200,
.gy-md-200 {
    --bs-gutter-y: 200px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-25em,
.gx-lg-25em {
    --bs-gutter-x: 0.25em;
  }

  .g-lg-25em,
.gy-lg-25em {
    --bs-gutter-y: 0.25em;
  }

  .g-lg-5em,
.gx-lg-5em {
    --bs-gutter-x: 0.5em;
  }

  .g-lg-5em,
.gy-lg-5em {
    --bs-gutter-y: 0.5em;
  }

  .g-lg-75em,
.gx-lg-75em {
    --bs-gutter-x: 0.75em;
  }

  .g-lg-75em,
.gy-lg-75em {
    --bs-gutter-y: 0.75em;
  }

  .g-lg-1em,
.gx-lg-1em {
    --bs-gutter-x: 1em;
  }

  .g-lg-1em,
.gy-lg-1em {
    --bs-gutter-y: 1em;
  }

  .g-lg-4px,
.gx-lg-4px {
    --bs-gutter-x: 4px;
  }

  .g-lg-4px,
.gy-lg-4px {
    --bs-gutter-y: 4px;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 8px;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 8px;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 12px;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 12px;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 16px;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 16px;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 20px;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 20px;
  }

  .g-lg-24,
.gx-lg-24 {
    --bs-gutter-x: 24px;
  }

  .g-lg-24,
.gy-lg-24 {
    --bs-gutter-y: 24px;
  }

  .g-lg-32,
.gx-lg-32 {
    --bs-gutter-x: 32px;
  }

  .g-lg-32,
.gy-lg-32 {
    --bs-gutter-y: 32px;
  }

  .g-lg-40,
.gx-lg-40 {
    --bs-gutter-x: 40px;
  }

  .g-lg-40,
.gy-lg-40 {
    --bs-gutter-y: 40px;
  }

  .g-lg-48,
.gx-lg-48 {
    --bs-gutter-x: 48px;
  }

  .g-lg-48,
.gy-lg-48 {
    --bs-gutter-y: 48px;
  }

  .g-lg-60,
.gx-lg-60 {
    --bs-gutter-x: 60px;
  }

  .g-lg-60,
.gy-lg-60 {
    --bs-gutter-y: 60px;
  }

  .g-lg-64,
.gx-lg-64 {
    --bs-gutter-x: 64px;
  }

  .g-lg-64,
.gy-lg-64 {
    --bs-gutter-y: 64px;
  }

  .g-lg-80,
.gx-lg-80 {
    --bs-gutter-x: 80px;
  }

  .g-lg-80,
.gy-lg-80 {
    --bs-gutter-y: 80px;
  }

  .g-lg-100,
.gx-lg-100 {
    --bs-gutter-x: 100px;
  }

  .g-lg-100,
.gy-lg-100 {
    --bs-gutter-y: 100px;
  }

  .g-lg-128,
.gx-lg-128 {
    --bs-gutter-x: 128px;
  }

  .g-lg-128,
.gy-lg-128 {
    --bs-gutter-y: 128px;
  }

  .g-lg-144,
.gx-lg-144 {
    --bs-gutter-x: 144px;
  }

  .g-lg-144,
.gy-lg-144 {
    --bs-gutter-y: 144px;
  }

  .g-lg-176,
.gx-lg-176 {
    --bs-gutter-x: 176px;
  }

  .g-lg-176,
.gy-lg-176 {
    --bs-gutter-y: 176px;
  }

  .g-lg-200,
.gx-lg-200 {
    --bs-gutter-x: 200px;
  }

  .g-lg-200,
.gy-lg-200 {
    --bs-gutter-y: 200px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-25em,
.gx-xl-25em {
    --bs-gutter-x: 0.25em;
  }

  .g-xl-25em,
.gy-xl-25em {
    --bs-gutter-y: 0.25em;
  }

  .g-xl-5em,
.gx-xl-5em {
    --bs-gutter-x: 0.5em;
  }

  .g-xl-5em,
.gy-xl-5em {
    --bs-gutter-y: 0.5em;
  }

  .g-xl-75em,
.gx-xl-75em {
    --bs-gutter-x: 0.75em;
  }

  .g-xl-75em,
.gy-xl-75em {
    --bs-gutter-y: 0.75em;
  }

  .g-xl-1em,
.gx-xl-1em {
    --bs-gutter-x: 1em;
  }

  .g-xl-1em,
.gy-xl-1em {
    --bs-gutter-y: 1em;
  }

  .g-xl-4px,
.gx-xl-4px {
    --bs-gutter-x: 4px;
  }

  .g-xl-4px,
.gy-xl-4px {
    --bs-gutter-y: 4px;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 8px;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 8px;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 12px;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 16px;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 16px;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xl-24,
.gx-xl-24 {
    --bs-gutter-x: 24px;
  }

  .g-xl-24,
.gy-xl-24 {
    --bs-gutter-y: 24px;
  }

  .g-xl-32,
.gx-xl-32 {
    --bs-gutter-x: 32px;
  }

  .g-xl-32,
.gy-xl-32 {
    --bs-gutter-y: 32px;
  }

  .g-xl-40,
.gx-xl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xl-40,
.gy-xl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xl-48,
.gx-xl-48 {
    --bs-gutter-x: 48px;
  }

  .g-xl-48,
.gy-xl-48 {
    --bs-gutter-y: 48px;
  }

  .g-xl-60,
.gx-xl-60 {
    --bs-gutter-x: 60px;
  }

  .g-xl-60,
.gy-xl-60 {
    --bs-gutter-y: 60px;
  }

  .g-xl-64,
.gx-xl-64 {
    --bs-gutter-x: 64px;
  }

  .g-xl-64,
.gy-xl-64 {
    --bs-gutter-y: 64px;
  }

  .g-xl-80,
.gx-xl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xl-80,
.gy-xl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xl-100,
.gx-xl-100 {
    --bs-gutter-x: 100px;
  }

  .g-xl-100,
.gy-xl-100 {
    --bs-gutter-y: 100px;
  }

  .g-xl-128,
.gx-xl-128 {
    --bs-gutter-x: 128px;
  }

  .g-xl-128,
.gy-xl-128 {
    --bs-gutter-y: 128px;
  }

  .g-xl-144,
.gx-xl-144 {
    --bs-gutter-x: 144px;
  }

  .g-xl-144,
.gy-xl-144 {
    --bs-gutter-y: 144px;
  }

  .g-xl-176,
.gx-xl-176 {
    --bs-gutter-x: 176px;
  }

  .g-xl-176,
.gy-xl-176 {
    --bs-gutter-y: 176px;
  }

  .g-xl-200,
.gx-xl-200 {
    --bs-gutter-x: 200px;
  }

  .g-xl-200,
.gy-xl-200 {
    --bs-gutter-y: 200px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-25em,
.gx-xxl-25em {
    --bs-gutter-x: 0.25em;
  }

  .g-xxl-25em,
.gy-xxl-25em {
    --bs-gutter-y: 0.25em;
  }

  .g-xxl-5em,
.gx-xxl-5em {
    --bs-gutter-x: 0.5em;
  }

  .g-xxl-5em,
.gy-xxl-5em {
    --bs-gutter-y: 0.5em;
  }

  .g-xxl-75em,
.gx-xxl-75em {
    --bs-gutter-x: 0.75em;
  }

  .g-xxl-75em,
.gy-xxl-75em {
    --bs-gutter-y: 0.75em;
  }

  .g-xxl-1em,
.gx-xxl-1em {
    --bs-gutter-x: 1em;
  }

  .g-xxl-1em,
.gy-xxl-1em {
    --bs-gutter-y: 1em;
  }

  .g-xxl-4px,
.gx-xxl-4px {
    --bs-gutter-x: 4px;
  }

  .g-xxl-4px,
.gy-xxl-4px {
    --bs-gutter-y: 4px;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 8px;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 8px;
  }

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 12px;
  }

  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 16px;
  }

  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 16px;
  }

  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 20px;
  }

  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 20px;
  }

  .g-xxl-24,
.gx-xxl-24 {
    --bs-gutter-x: 24px;
  }

  .g-xxl-24,
.gy-xxl-24 {
    --bs-gutter-y: 24px;
  }

  .g-xxl-32,
.gx-xxl-32 {
    --bs-gutter-x: 32px;
  }

  .g-xxl-32,
.gy-xxl-32 {
    --bs-gutter-y: 32px;
  }

  .g-xxl-40,
.gx-xxl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xxl-40,
.gy-xxl-40 {
    --bs-gutter-y: 40px;
  }

  .g-xxl-48,
.gx-xxl-48 {
    --bs-gutter-x: 48px;
  }

  .g-xxl-48,
.gy-xxl-48 {
    --bs-gutter-y: 48px;
  }

  .g-xxl-60,
.gx-xxl-60 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-60,
.gy-xxl-60 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-64,
.gx-xxl-64 {
    --bs-gutter-x: 64px;
  }

  .g-xxl-64,
.gy-xxl-64 {
    --bs-gutter-y: 64px;
  }

  .g-xxl-80,
.gx-xxl-80 {
    --bs-gutter-x: 80px;
  }

  .g-xxl-80,
.gy-xxl-80 {
    --bs-gutter-y: 80px;
  }

  .g-xxl-100,
.gx-xxl-100 {
    --bs-gutter-x: 100px;
  }

  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 100px;
  }

  .g-xxl-128,
.gx-xxl-128 {
    --bs-gutter-x: 128px;
  }

  .g-xxl-128,
.gy-xxl-128 {
    --bs-gutter-y: 128px;
  }

  .g-xxl-144,
.gx-xxl-144 {
    --bs-gutter-x: 144px;
  }

  .g-xxl-144,
.gy-xxl-144 {
    --bs-gutter-y: 144px;
  }

  .g-xxl-176,
.gx-xxl-176 {
    --bs-gutter-x: 176px;
  }

  .g-xxl-176,
.gy-xxl-176 {
    --bs-gutter-y: 176px;
  }

  .g-xxl-200,
.gx-xxl-200 {
    --bs-gutter-x: 200px;
  }

  .g-xxl-200,
.gy-xxl-200 {
    --bs-gutter-y: 200px;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ebcccc;
  --bs-table-striped-bg: #dfc2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9bdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4b8b8;
}

.table-secondary {
  --bs-table-bg: #f7e4de;
  --bs-table-striped-bg: #ebd9d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #decdc8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4d3cd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #decdc8;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f3cccc;
  --bs-table-striped-bg: #e7c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbb8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e1bdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dbb8b8;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFEFD;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFEFD;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFEFD;
  color: #FFFEFD;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  background-color: #FFFEFD;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #FFFEFD;
  border-color: #cc8080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.65em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.65em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.65em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.65em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.65em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.65em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.65em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.65em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  background-color: #FFFEFD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #cc8080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.65rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.325em;
  vertical-align: top;
  background-color: #FFFEFD;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #cc8080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #990000;
  border-color: #990000;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFEFD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFEFD'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #990000;
  border-color: #990000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFEFD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cc8080'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFEFD'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFEFD, 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 1px #FFFEFD, 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFEFD, 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #990000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e0b3b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #990000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e0b3b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.65em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4125em + 0.1875rem) center;
  background-size: calc(0.825em + 0.375rem) calc(0.825em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.825em + 0.375rem) calc(0.825em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFEFD;
  background-color: rgba(196, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C40000;
  padding-right: calc(1.65em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23C40000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C40000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4125em + 0.1875rem) center;
  background-size: calc(0.825em + 0.375rem) calc(0.825em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C40000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #C40000;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23C40000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C40000' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.825em + 0.375rem) calc(0.825em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #C40000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #C40000;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #C40000;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C40000;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #000;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-gray-light {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-light:hover {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
}
.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
  color: #000;
  background-color: #eceff1;
  border-color: #ebeef1;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}
.btn-check:checked + .btn-gray-light, .btn-check:active + .btn-gray-light, .btn-gray-light:active, .btn-gray-light.active, .show > .btn-gray-light.dropdown-toggle {
  color: #000;
  background-color: #edf0f2;
  border-color: #ebeef1;
}
.btn-check:checked + .btn-gray-light:focus, .btn-check:active + .btn-gray-light:focus, .btn-gray-light:active:focus, .btn-gray-light.active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 201, 203, 0.5);
}
.btn-gray-light:disabled, .btn-gray-light.disabled {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-disabled {
  color: #FFFEFD;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}
.btn-gray-disabled:hover {
  color: #FFFEFD;
  background-color: #4d4d4d;
  border-color: #484848;
}
.btn-check:focus + .btn-gray-disabled, .btn-gray-disabled:focus {
  color: #FFFEFD;
  background-color: #4d4d4d;
  border-color: #484848;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 115, 114, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(115, 115, 114, 0.5);
}
.btn-check:checked + .btn-gray-disabled, .btn-check:active + .btn-gray-disabled, .btn-gray-disabled:active, .btn-gray-disabled.active, .show > .btn-gray-disabled.dropdown-toggle {
  color: #FFFEFD;
  background-color: #484848;
  border-color: #444444;
}
.btn-check:checked + .btn-gray-disabled:focus, .btn-check:active + .btn-gray-disabled:focus, .btn-gray-disabled:active:focus, .btn-gray-disabled.active:focus, .show > .btn-gray-disabled.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 115, 114, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(115, 115, 114, 0.5);
}
.btn-gray-disabled:disabled, .btn-gray-disabled.disabled {
  color: #FFFEFD;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}

.btn-gray-disabled-light {
  color: #000;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-gray-disabled-light:hover {
  color: #000;
  background-color: #e0e0e0;
  border-color: #dfdfdf;
}
.btn-check:focus + .btn-gray-disabled-light, .btn-gray-disabled-light:focus {
  color: #000;
  background-color: #e0e0e0;
  border-color: #dfdfdf;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
}
.btn-check:checked + .btn-gray-disabled-light, .btn-check:active + .btn-gray-disabled-light, .btn-gray-disabled-light:active, .btn-gray-disabled-light.active, .show > .btn-gray-disabled-light.dropdown-toggle {
  color: #000;
  background-color: #e2e2e2;
  border-color: #dfdfdf;
}
.btn-check:checked + .btn-gray-disabled-light:focus, .btn-check:active + .btn-gray-disabled-light:focus, .btn-gray-disabled-light:active:focus, .btn-gray-disabled-light.active:focus, .show > .btn-gray-disabled-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(186, 186, 186, 0.5);
}
.btn-gray-disabled-light:disabled, .btn-gray-disabled-light.disabled {
  color: #000;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}

.btn-primary {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.btn-primary:hover {
  color: #FFFEFD;
  background-color: #820000;
  border-color: #7a0000;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFEFD;
  background-color: #820000;
  border-color: #7a0000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFEFD;
  background-color: #7a0000;
  border-color: #730000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}

.btn-secondary {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.btn-secondary:hover {
  color: #000;
  background-color: #df8b74;
  border-color: #dd856c;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #df8b74;
  border-color: #dd856c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #e1927d;
  border-color: #dd856c;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}

.btn-success {
  color: #000;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #000;
  background-color: #3c996e;
  border-color: #309365;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #3c996e;
  border-color: #309365;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 115, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(21, 115, 71, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #479f76;
  border-color: #309365;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(21, 115, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(21, 115, 71, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
          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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
          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: #FFFEFD;
  background-color: #C40000;
  border-color: #C40000;
}
.btn-danger:hover {
  color: #FFFEFD;
  background-color: #a70000;
  border-color: #9d0000;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFEFD;
  background-color: #a70000;
  border-color: #9d0000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(205, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(205, 38, 38, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFEFD;
  background-color: #9d0000;
  border-color: #930000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(205, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(205, 38, 38, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFEFD;
  background-color: #C40000;
  border-color: #C40000;
}

.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;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
          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: #FFFEFD;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #FFFEFD;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFEFD;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFEFD;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFEFD;
  background-color: #212529;
  border-color: #212529;
}

.btn-brand-red {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.btn-brand-red:hover {
  color: #FFFEFD;
  background-color: #820000;
  border-color: #7a0000;
}
.btn-check:focus + .btn-brand-red, .btn-brand-red:focus {
  color: #FFFEFD;
  background-color: #820000;
  border-color: #7a0000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
}
.btn-check:checked + .btn-brand-red, .btn-check:active + .btn-brand-red, .btn-brand-red:active, .btn-brand-red.active, .show > .btn-brand-red.dropdown-toggle {
  color: #FFFEFD;
  background-color: #7a0000;
  border-color: #730000;
}
.btn-check:checked + .btn-brand-red:focus, .btn-check:active + .btn-brand-red:focus, .btn-brand-red:active:focus, .btn-brand-red.active:focus, .show > .btn-brand-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(168, 38, 38, 0.5);
}
.btn-brand-red:disabled, .btn-brand-red.disabled {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}

.btn-brand-red-5 {
  color: #000;
  background-color: #faf1f0;
  border-color: #faf1f0;
}
.btn-brand-red-5:hover {
  color: #000;
  background-color: #fbf3f2;
  border-color: #fbf2f2;
}
.btn-check:focus + .btn-brand-red-5, .btn-brand-red-5:focus {
  color: #000;
  background-color: #fbf3f2;
  border-color: #fbf2f2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 205, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 205, 204, 0.5);
}
.btn-check:checked + .btn-brand-red-5, .btn-check:active + .btn-brand-red-5, .btn-brand-red-5:active, .btn-brand-red-5.active, .show > .btn-brand-red-5.dropdown-toggle {
  color: #000;
  background-color: #fbf4f3;
  border-color: #fbf2f2;
}
.btn-check:checked + .btn-brand-red-5:focus, .btn-check:active + .btn-brand-red-5:focus, .btn-brand-red-5:active:focus, .btn-brand-red-5.active:focus, .show > .btn-brand-red-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 205, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 205, 204, 0.5);
}
.btn-brand-red-5:disabled, .btn-brand-red-5.disabled {
  color: #000;
  background-color: #faf1f0;
  border-color: #faf1f0;
}

.btn-brand-red-10 {
  color: #000;
  background-color: #f5e5e4;
  border-color: #f5e5e4;
}
.btn-brand-red-10:hover {
  color: #000;
  background-color: #f7e9e8;
  border-color: #f6e8e7;
}
.btn-check:focus + .btn-brand-red-10, .btn-brand-red-10:focus {
  color: #000;
  background-color: #f7e9e8;
  border-color: #f6e8e7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 195, 194, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 195, 194, 0.5);
}
.btn-check:checked + .btn-brand-red-10, .btn-check:active + .btn-brand-red-10, .btn-brand-red-10:active, .btn-brand-red-10.active, .show > .btn-brand-red-10.dropdown-toggle {
  color: #000;
  background-color: #f7eae9;
  border-color: #f6e8e7;
}
.btn-check:checked + .btn-brand-red-10:focus, .btn-check:active + .btn-brand-red-10:focus, .btn-brand-red-10:active:focus, .btn-brand-red-10.active:focus, .show > .btn-brand-red-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 195, 194, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 195, 194, 0.5);
}
.btn-brand-red-10:disabled, .btn-brand-red-10.disabled {
  color: #000;
  background-color: #f5e5e4;
  border-color: #f5e5e4;
}

.btn-brand-red-25 {
  color: #000;
  background-color: #e6bfbe;
  border-color: #e6bfbe;
}
.btn-brand-red-25:hover {
  color: #000;
  background-color: #eac9c8;
  border-color: #e9c5c5;
}
.btn-check:focus + .btn-brand-red-25, .btn-brand-red-25:focus {
  color: #000;
  background-color: #eac9c8;
  border-color: #e9c5c5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 162, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(196, 162, 162, 0.5);
}
.btn-check:checked + .btn-brand-red-25, .btn-check:active + .btn-brand-red-25, .btn-brand-red-25:active, .btn-brand-red-25.active, .show > .btn-brand-red-25.dropdown-toggle {
  color: #000;
  background-color: #ebcccb;
  border-color: #e9c5c5;
}
.btn-check:checked + .btn-brand-red-25:focus, .btn-check:active + .btn-brand-red-25:focus, .btn-brand-red-25:active:focus, .btn-brand-red-25.active:focus, .show > .btn-brand-red-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 162, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(196, 162, 162, 0.5);
}
.btn-brand-red-25:disabled, .btn-brand-red-25.disabled {
  color: #000;
  background-color: #e6bfbe;
  border-color: #e6bfbe;
}

.btn-brand-red-50 {
  color: #000;
  background-color: #cc7f7f;
  border-color: #cc7f7f;
}
.btn-brand-red-50:hover {
  color: #000;
  background-color: #d49292;
  border-color: #d18c8c;
}
.btn-check:focus + .btn-brand-red-50, .btn-brand-red-50:focus {
  color: #000;
  background-color: #d49292;
  border-color: #d18c8c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(173, 108, 108, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(173, 108, 108, 0.5);
}
.btn-check:checked + .btn-brand-red-50, .btn-check:active + .btn-brand-red-50, .btn-brand-red-50:active, .btn-brand-red-50.active, .show > .btn-brand-red-50.dropdown-toggle {
  color: #000;
  background-color: #d69999;
  border-color: #d18c8c;
}
.btn-check:checked + .btn-brand-red-50:focus, .btn-check:active + .btn-brand-red-50:focus, .btn-brand-red-50:active:focus, .btn-brand-red-50.active:focus, .show > .btn-brand-red-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(173, 108, 108, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(173, 108, 108, 0.5);
}
.btn-brand-red-50:disabled, .btn-brand-red-50.disabled {
  color: #000;
  background-color: #cc7f7f;
  border-color: #cc7f7f;
}

.btn-brand-red-75 {
  color: #FFFEFD;
  background-color: #b3403f;
  border-color: #b3403f;
}
.btn-brand-red-75:hover {
  color: #FFFEFD;
  background-color: #983636;
  border-color: #8f3332;
}
.btn-check:focus + .btn-brand-red-75, .btn-brand-red-75:focus {
  color: #FFFEFD;
  background-color: #983636;
  border-color: #8f3332;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 93, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(190, 93, 92, 0.5);
}
.btn-check:checked + .btn-brand-red-75, .btn-check:active + .btn-brand-red-75, .btn-brand-red-75:active, .btn-brand-red-75.active, .show > .btn-brand-red-75.dropdown-toggle {
  color: #FFFEFD;
  background-color: #8f3332;
  border-color: #86302f;
}
.btn-check:checked + .btn-brand-red-75:focus, .btn-check:active + .btn-brand-red-75:focus, .btn-brand-red-75:active:focus, .btn-brand-red-75.active:focus, .show > .btn-brand-red-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 93, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(190, 93, 92, 0.5);
}
.btn-brand-red-75:disabled, .btn-brand-red-75.disabled {
  color: #FFFEFD;
  background-color: #b3403f;
  border-color: #b3403f;
}

.btn-brand-orange {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.btn-brand-orange:hover {
  color: #000;
  background-color: #df8b74;
  border-color: #dd856c;
}
.btn-check:focus + .btn-brand-orange, .btn-brand-orange:focus {
  color: #000;
  background-color: #df8b74;
  border-color: #dd856c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
}
.btn-check:checked + .btn-brand-orange, .btn-check:active + .btn-brand-orange, .btn-brand-orange:active, .btn-brand-orange.active, .show > .btn-brand-orange.dropdown-toggle {
  color: #000;
  background-color: #e1927d;
  border-color: #dd856c;
}
.btn-check:checked + .btn-brand-orange:focus, .btn-check:active + .btn-brand-orange:focus, .btn-brand-orange:active:focus, .btn-brand-orange.active:focus, .show > .btn-brand-orange.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(184, 101, 78, 0.5);
}
.btn-brand-orange:disabled, .btn-brand-orange.disabled {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}

.btn-brand-orange-5 {
  color: #000;
  background-color: #fdf7f5;
  border-color: #fdf7f5;
}
.btn-brand-orange-5:hover {
  color: #000;
  background-color: #fdf8f7;
  border-color: #fdf8f6;
}
.btn-check:focus + .btn-brand-orange-5, .btn-brand-orange-5:focus {
  color: #000;
  background-color: #fdf8f7;
  border-color: #fdf8f6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(215, 210, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(215, 210, 208, 0.5);
}
.btn-check:checked + .btn-brand-orange-5, .btn-check:active + .btn-brand-orange-5, .btn-brand-orange-5:active, .btn-brand-orange-5.active, .show > .btn-brand-orange-5.dropdown-toggle {
  color: #000;
  background-color: #fdf9f7;
  border-color: #fdf8f6;
}
.btn-check:checked + .btn-brand-orange-5:focus, .btn-check:active + .btn-brand-orange-5:focus, .btn-brand-orange-5:active:focus, .btn-brand-orange-5.active:focus, .show > .btn-brand-orange-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(215, 210, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(215, 210, 208, 0.5);
}
.btn-brand-orange-5:disabled, .btn-brand-orange-5.disabled {
  color: #000;
  background-color: #fdf7f5;
  border-color: #fdf7f5;
}

.btn-brand-orange-10 {
  color: #000;
  background-color: #fbf1ed;
  border-color: #fbf1ed;
}
.btn-brand-orange-10:hover {
  color: #000;
  background-color: #fcf3f0;
  border-color: #fbf2ef;
}
.btn-check:focus + .btn-brand-orange-10, .btn-brand-orange-10:focus {
  color: #000;
  background-color: #fcf3f0;
  border-color: #fbf2ef;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 205, 201, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 205, 201, 0.5);
}
.btn-check:checked + .btn-brand-orange-10, .btn-check:active + .btn-brand-orange-10, .btn-brand-orange-10:active, .btn-brand-orange-10.active, .show > .btn-brand-orange-10.dropdown-toggle {
  color: #000;
  background-color: #fcf4f1;
  border-color: #fbf2ef;
}
.btn-check:checked + .btn-brand-orange-10:focus, .btn-check:active + .btn-brand-orange-10:focus, .btn-brand-orange-10:active:focus, .btn-brand-orange-10.active:focus, .show > .btn-brand-orange-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(213, 205, 201, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(213, 205, 201, 0.5);
}
.btn-brand-orange-10:disabled, .btn-brand-orange-10.disabled {
  color: #000;
  background-color: #fbf1ed;
  border-color: #fbf1ed;
}

.btn-brand-orange-25 {
  color: #000;
  background-color: #f6dcd5;
  border-color: #f6dcd5;
}
.btn-brand-orange-25:hover {
  color: #000;
  background-color: #f7e1db;
  border-color: #f7e0d9;
}
.btn-check:focus + .btn-brand-orange-25, .btn-brand-orange-25:focus {
  color: #000;
  background-color: #f7e1db;
  border-color: #f7e0d9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 187, 181, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 187, 181, 0.5);
}
.btn-check:checked + .btn-brand-orange-25, .btn-check:active + .btn-brand-orange-25, .btn-brand-orange-25:active, .btn-brand-orange-25.active, .show > .btn-brand-orange-25.dropdown-toggle {
  color: #000;
  background-color: #f8e3dd;
  border-color: #f7e0d9;
}
.btn-check:checked + .btn-brand-orange-25:focus, .btn-check:active + .btn-brand-orange-25:focus, .btn-brand-orange-25:active:focus, .btn-brand-orange-25.active:focus, .show > .btn-brand-orange-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 187, 181, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 187, 181, 0.5);
}
.btn-brand-orange-25:disabled, .btn-brand-orange-25.disabled {
  color: #000;
  background-color: #f6dcd5;
  border-color: #f6dcd5;
}

.btn-brand-orange-50 {
  color: #000;
  background-color: #ecbbad;
  border-color: #ecbbad;
}
.btn-brand-orange-50:hover {
  color: #000;
  background-color: #efc5b9;
  border-color: #eec2b5;
}
.btn-check:focus + .btn-brand-orange-50, .btn-brand-orange-50:focus {
  color: #000;
  background-color: #efc5b9;
  border-color: #eec2b5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 159, 147, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 159, 147, 0.5);
}
.btn-check:checked + .btn-brand-orange-50, .btn-check:active + .btn-brand-orange-50, .btn-brand-orange-50:active, .btn-brand-orange-50.active, .show > .btn-brand-orange-50.dropdown-toggle {
  color: #000;
  background-color: #f0c9bd;
  border-color: #eec2b5;
}
.btn-check:checked + .btn-brand-orange-50:focus, .btn-check:active + .btn-brand-orange-50:focus, .btn-brand-orange-50:active:focus, .btn-brand-orange-50.active:focus, .show > .btn-brand-orange-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 159, 147, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 159, 147, 0.5);
}
.btn-brand-orange-50:disabled, .btn-brand-orange-50.disabled {
  color: #000;
  background-color: #ecbbad;
  border-color: #ecbbad;
}

.btn-brand-orange-75 {
  color: #000;
  background-color: #e39984;
  border-color: #e39984;
}
.btn-brand-orange-75:hover {
  color: #000;
  background-color: #e7a896;
  border-color: #e6a390;
}
.btn-check:focus + .btn-brand-orange-75, .btn-brand-orange-75:focus {
  color: #000;
  background-color: #e7a896;
  border-color: #e6a390;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 130, 112, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 130, 112, 0.5);
}
.btn-check:checked + .btn-brand-orange-75, .btn-check:active + .btn-brand-orange-75, .btn-brand-orange-75:active, .btn-brand-orange-75.active, .show > .btn-brand-orange-75.dropdown-toggle {
  color: #000;
  background-color: #e9ad9d;
  border-color: #e6a390;
}
.btn-check:checked + .btn-brand-orange-75:focus, .btn-check:active + .btn-brand-orange-75:focus, .btn-brand-orange-75:active:focus, .btn-brand-orange-75.active:focus, .show > .btn-brand-orange-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(193, 130, 112, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(193, 130, 112, 0.5);
}
.btn-brand-orange-75:disabled, .btn-brand-orange-75.disabled {
  color: #000;
  background-color: #e39984;
  border-color: #e39984;
}

.btn-brand-purple {
  color: #000;
  background-color: #BDA7C7;
  border-color: #BDA7C7;
}
.btn-brand-purple:hover {
  color: #000;
  background-color: #c7b4cf;
  border-color: #c4b0cd;
}
.btn-check:focus + .btn-brand-purple, .btn-brand-purple:focus {
  color: #000;
  background-color: #c7b4cf;
  border-color: #c4b0cd;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(161, 142, 169, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(161, 142, 169, 0.5);
}
.btn-check:checked + .btn-brand-purple, .btn-check:active + .btn-brand-purple, .btn-brand-purple:active, .btn-brand-purple.active, .show > .btn-brand-purple.dropdown-toggle {
  color: #000;
  background-color: #cab9d2;
  border-color: #c4b0cd;
}
.btn-check:checked + .btn-brand-purple:focus, .btn-check:active + .btn-brand-purple:focus, .btn-brand-purple:active:focus, .btn-brand-purple.active:focus, .show > .btn-brand-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(161, 142, 169, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(161, 142, 169, 0.5);
}
.btn-brand-purple:disabled, .btn-brand-purple.disabled {
  color: #000;
  background-color: #BDA7C7;
  border-color: #BDA7C7;
}

.btn-brand-purple-5 {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-brand-purple-5:hover {
  color: #000;
  background-color: #fcfbfb;
  border-color: #fcfbfb;
}
.btn-check:focus + .btn-brand-purple-5, .btn-brand-purple-5:focus {
  color: #000;
  background-color: #fcfbfb;
  border-color: #fcfbfb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
}
.btn-check:checked + .btn-brand-purple-5, .btn-check:active + .btn-brand-purple-5, .btn-brand-purple-5:active, .btn-brand-purple-5.active, .show > .btn-brand-purple-5.dropdown-toggle {
  color: #000;
  background-color: #fdfbfb;
  border-color: #fcfbfb;
}
.btn-check:checked + .btn-brand-purple-5:focus, .btn-check:active + .btn-brand-purple-5:focus, .btn-brand-purple-5:active:focus, .btn-brand-purple-5.active:focus, .show > .btn-brand-purple-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
}
.btn-brand-purple-5:disabled, .btn-brand-purple-5.disabled {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}

.btn-brand-purple-10 {
  color: #000;
  background-color: #f8f5f8;
  border-color: #f8f5f8;
}
.btn-brand-purple-10:hover {
  color: #000;
  background-color: #f9f7f9;
  border-color: #f9f6f9;
}
.btn-check:focus + .btn-brand-purple-10, .btn-brand-purple-10:focus {
  color: #000;
  background-color: #f9f7f9;
  border-color: #f9f6f9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 208, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 208, 211, 0.5);
}
.btn-check:checked + .btn-brand-purple-10, .btn-check:active + .btn-brand-purple-10, .btn-brand-purple-10:active, .btn-brand-purple-10.active, .show > .btn-brand-purple-10.dropdown-toggle {
  color: #000;
  background-color: #f9f7f9;
  border-color: #f9f6f9;
}
.btn-check:checked + .btn-brand-purple-10:focus, .btn-check:active + .btn-brand-purple-10:focus, .btn-brand-purple-10:active:focus, .btn-brand-purple-10.active:focus, .show > .btn-brand-purple-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 208, 211, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 208, 211, 0.5);
}
.btn-brand-purple-10:disabled, .btn-brand-purple-10.disabled {
  color: #000;
  background-color: #f8f5f8;
  border-color: #f8f5f8;
}

.btn-brand-purple-25 {
  color: #000;
  background-color: #efe8f0;
  border-color: #efe8f0;
}
.btn-brand-purple-25:hover {
  color: #000;
  background-color: #f1ebf2;
  border-color: #f1eaf2;
}
.btn-check:focus + .btn-brand-purple-25, .btn-brand-purple-25:focus {
  color: #000;
  background-color: #f1ebf2;
  border-color: #f1eaf2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 197, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 197, 204, 0.5);
}
.btn-check:checked + .btn-brand-purple-25, .btn-check:active + .btn-brand-purple-25, .btn-brand-purple-25:active, .btn-brand-purple-25.active, .show > .btn-brand-purple-25.dropdown-toggle {
  color: #000;
  background-color: #f2edf3;
  border-color: #f1eaf2;
}
.btn-check:checked + .btn-brand-purple-25:focus, .btn-check:active + .btn-brand-purple-25:focus, .btn-brand-purple-25:active:focus, .btn-brand-purple-25.active:focus, .show > .btn-brand-purple-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203, 197, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203, 197, 204, 0.5);
}
.btn-brand-purple-25:disabled, .btn-brand-purple-25.disabled {
  color: #000;
  background-color: #efe8f0;
  border-color: #efe8f0;
}

.btn-brand-purple-50 {
  color: #000;
  background-color: #ded3e2;
  border-color: #ded3e2;
}
.btn-brand-purple-50:hover {
  color: #000;
  background-color: #e3dae6;
  border-color: #e1d7e5;
}
.btn-check:focus + .btn-brand-purple-50, .btn-brand-purple-50:focus {
  color: #000;
  background-color: #e3dae6;
  border-color: #e1d7e5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 179, 192, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(189, 179, 192, 0.5);
}
.btn-check:checked + .btn-brand-purple-50, .btn-check:active + .btn-brand-purple-50, .btn-brand-purple-50:active, .btn-brand-purple-50.active, .show > .btn-brand-purple-50.dropdown-toggle {
  color: #000;
  background-color: #e5dce8;
  border-color: #e1d7e5;
}
.btn-check:checked + .btn-brand-purple-50:focus, .btn-check:active + .btn-brand-purple-50:focus, .btn-brand-purple-50:active:focus, .btn-brand-purple-50.active:focus, .show > .btn-brand-purple-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 179, 192, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(189, 179, 192, 0.5);
}
.btn-brand-purple-50:disabled, .btn-brand-purple-50.disabled {
  color: #000;
  background-color: #ded3e2;
  border-color: #ded3e2;
}

.btn-brand-purple-75 {
  color: #000;
  background-color: #cebdd5;
  border-color: #cebdd5;
}
.btn-brand-purple-75:hover {
  color: #000;
  background-color: #d5c7db;
  border-color: #d3c4d9;
}
.btn-check:focus + .btn-brand-purple-75, .btn-brand-purple-75:focus {
  color: #000;
  background-color: #d5c7db;
  border-color: #d3c4d9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 161, 181, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(175, 161, 181, 0.5);
}
.btn-check:checked + .btn-brand-purple-75, .btn-check:active + .btn-brand-purple-75, .btn-brand-purple-75:active, .btn-brand-purple-75.active, .show > .btn-brand-purple-75.dropdown-toggle {
  color: #000;
  background-color: #d8cadd;
  border-color: #d3c4d9;
}
.btn-check:checked + .btn-brand-purple-75:focus, .btn-check:active + .btn-brand-purple-75:focus, .btn-brand-purple-75:active:focus, .btn-brand-purple-75.active:focus, .show > .btn-brand-purple-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(175, 161, 181, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(175, 161, 181, 0.5);
}
.btn-brand-purple-75:disabled, .btn-brand-purple-75.disabled {
  color: #000;
  background-color: #cebdd5;
  border-color: #cebdd5;
}

.btn-brand-night {
  color: #FFFEFD;
  background-color: #423447;
  border-color: #423447;
}
.btn-brand-night:hover {
  color: #FFFEFD;
  background-color: #382c3c;
  border-color: #352a39;
}
.btn-check:focus + .btn-brand-night, .btn-brand-night:focus {
  color: #FFFEFD;
  background-color: #382c3c;
  border-color: #352a39;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 82, 98, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(94, 82, 98, 0.5);
}
.btn-check:checked + .btn-brand-night, .btn-check:active + .btn-brand-night, .btn-brand-night:active, .btn-brand-night.active, .show > .btn-brand-night.dropdown-toggle {
  color: #FFFEFD;
  background-color: #352a39;
  border-color: #322735;
}
.btn-check:checked + .btn-brand-night:focus, .btn-check:active + .btn-brand-night:focus, .btn-brand-night:active:focus, .btn-brand-night.active:focus, .show > .btn-brand-night.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(94, 82, 98, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(94, 82, 98, 0.5);
}
.btn-brand-night:disabled, .btn-brand-night.disabled {
  color: #FFFEFD;
  background-color: #423447;
  border-color: #423447;
}

.btn-brand-night-5 {
  color: #000;
  background-color: #f6f4f4;
  border-color: #f6f4f4;
}
.btn-brand-night-5:hover {
  color: #000;
  background-color: #f7f6f6;
  border-color: #f7f5f5;
}
.btn-check:focus + .btn-brand-night-5, .btn-brand-night-5:focus {
  color: #000;
  background-color: #f7f6f6;
  border-color: #f7f5f5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 207, 207, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 207, 207, 0.5);
}
.btn-check:checked + .btn-brand-night-5, .btn-check:active + .btn-brand-night-5, .btn-brand-night-5:active, .btn-brand-night-5.active, .show > .btn-brand-night-5.dropdown-toggle {
  color: #000;
  background-color: #f8f6f6;
  border-color: #f7f5f5;
}
.btn-check:checked + .btn-brand-night-5:focus, .btn-check:active + .btn-brand-night-5:focus, .btn-brand-night-5:active:focus, .btn-brand-night-5.active:focus, .show > .btn-brand-night-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(209, 207, 207, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(209, 207, 207, 0.5);
}
.btn-brand-night-5:disabled, .btn-brand-night-5.disabled {
  color: #000;
  background-color: #f6f4f4;
  border-color: #f6f4f4;
}

.btn-brand-night-10 {
  color: #000;
  background-color: #eceaeb;
  border-color: #eceaeb;
}
.btn-brand-night-10:hover {
  color: #000;
  background-color: #efedee;
  border-color: #eeeced;
}
.btn-check:focus + .btn-brand-night-10, .btn-brand-night-10:focus {
  color: #000;
  background-color: #efedee;
  border-color: #eeeced;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 199, 200, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 199, 200, 0.5);
}
.btn-check:checked + .btn-brand-night-10, .btn-check:active + .btn-brand-night-10, .btn-brand-night-10:active, .btn-brand-night-10.active, .show > .btn-brand-night-10.dropdown-toggle {
  color: #000;
  background-color: #f0eeef;
  border-color: #eeeced;
}
.btn-check:checked + .btn-brand-night-10:focus, .btn-check:active + .btn-brand-night-10:focus, .btn-brand-night-10:active:focus, .btn-brand-night-10.active:focus, .show > .btn-brand-night-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 199, 200, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 199, 200, 0.5);
}
.btn-brand-night-10:disabled, .btn-brand-night-10.disabled {
  color: #000;
  background-color: #eceaeb;
  border-color: #eceaeb;
}

.btn-brand-night-25 {
  color: #000;
  background-color: #d0ccd0;
  border-color: #d0ccd0;
}
.btn-brand-night-25:hover {
  color: #000;
  background-color: #d7d4d7;
  border-color: #d5d1d5;
}
.btn-check:focus + .btn-brand-night-25, .btn-brand-night-25:focus {
  color: #000;
  background-color: #d7d4d7;
  border-color: #d5d1d5;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(177, 173, 177, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(177, 173, 177, 0.5);
}
.btn-check:checked + .btn-brand-night-25, .btn-check:active + .btn-brand-night-25, .btn-brand-night-25:active, .btn-brand-night-25.active, .show > .btn-brand-night-25.dropdown-toggle {
  color: #000;
  background-color: #d9d6d9;
  border-color: #d5d1d5;
}
.btn-check:checked + .btn-brand-night-25:focus, .btn-check:active + .btn-brand-night-25:focus, .btn-brand-night-25:active:focus, .btn-brand-night-25.active:focus, .show > .btn-brand-night-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(177, 173, 177, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(177, 173, 177, 0.5);
}
.btn-brand-night-25:disabled, .btn-brand-night-25.disabled {
  color: #000;
  background-color: #d0ccd0;
  border-color: #d0ccd0;
}

.btn-brand-night-50 {
  color: #000;
  background-color: #a199a2;
  border-color: #a199a2;
}
.btn-brand-night-50:hover {
  color: #000;
  background-color: #afa8b0;
  border-color: #aaa3ab;
}
.btn-check:focus + .btn-brand-night-50, .btn-brand-night-50:focus {
  color: #000;
  background-color: #afa8b0;
  border-color: #aaa3ab;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(137, 130, 138, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(137, 130, 138, 0.5);
}
.btn-check:checked + .btn-brand-night-50, .btn-check:active + .btn-brand-night-50, .btn-brand-night-50:active, .btn-brand-night-50.active, .show > .btn-brand-night-50.dropdown-toggle {
  color: #000;
  background-color: #b4adb5;
  border-color: #aaa3ab;
}
.btn-check:checked + .btn-brand-night-50:focus, .btn-check:active + .btn-brand-night-50:focus, .btn-brand-night-50:active:focus, .btn-brand-night-50.active:focus, .show > .btn-brand-night-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(137, 130, 138, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(137, 130, 138, 0.5);
}
.btn-brand-night-50:disabled, .btn-brand-night-50.disabled {
  color: #000;
  background-color: #a199a2;
  border-color: #a199a2;
}

.btn-brand-night-75 {
  color: #FFFEFD;
  background-color: #716775;
  border-color: #716775;
}
.btn-brand-night-75:hover {
  color: #FFFEFD;
  background-color: #605863;
  border-color: #5a525e;
}
.btn-check:focus + .btn-brand-night-75, .btn-brand-night-75:focus {
  color: #FFFEFD;
  background-color: #605863;
  border-color: #5a525e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 126, 137, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 126, 137, 0.5);
}
.btn-check:checked + .btn-brand-night-75, .btn-check:active + .btn-brand-night-75, .btn-brand-night-75:active, .btn-brand-night-75.active, .show > .btn-brand-night-75.dropdown-toggle {
  color: #FFFEFD;
  background-color: #5a525e;
  border-color: #554d58;
}
.btn-check:checked + .btn-brand-night-75:focus, .btn-check:active + .btn-brand-night-75:focus, .btn-brand-night-75:active:focus, .btn-brand-night-75.active:focus, .show > .btn-brand-night-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 126, 137, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 126, 137, 0.5);
}
.btn-brand-night-75:disabled, .btn-brand-night-75.disabled {
  color: #FFFEFD;
  background-color: #716775;
  border-color: #716775;
}

.btn-brand-dusty-pink {
  color: #000;
  background-color: #E5D8DE;
  border-color: #E5D8DE;
}
.btn-brand-dusty-pink:hover {
  color: #000;
  background-color: #e9dee3;
  border-color: #e8dce1;
}
.btn-check:focus + .btn-brand-dusty-pink, .btn-brand-dusty-pink:focus {
  color: #000;
  background-color: #e9dee3;
  border-color: #e8dce1;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 184, 189, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(195, 184, 189, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink, .btn-check:active + .btn-brand-dusty-pink, .btn-brand-dusty-pink:active, .btn-brand-dusty-pink.active, .show > .btn-brand-dusty-pink.dropdown-toggle {
  color: #000;
  background-color: #eae0e5;
  border-color: #e8dce1;
}
.btn-check:checked + .btn-brand-dusty-pink:focus, .btn-check:active + .btn-brand-dusty-pink:focus, .btn-brand-dusty-pink:active:focus, .btn-brand-dusty-pink.active:focus, .show > .btn-brand-dusty-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 184, 189, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(195, 184, 189, 0.5);
}
.btn-brand-dusty-pink:disabled, .btn-brand-dusty-pink.disabled {
  color: #000;
  background-color: #E5D8DE;
  border-color: #E5D8DE;
}

.btn-brand-dusty-pink-5 {
  color: #000;
  background-color: #fefcfb;
  border-color: #fefcfb;
}
.btn-brand-dusty-pink-5:hover {
  color: #000;
  background-color: #fefcfc;
  border-color: #fefcfb;
}
.btn-check:focus + .btn-brand-dusty-pink-5, .btn-brand-dusty-pink-5:focus {
  color: #000;
  background-color: #fefcfc;
  border-color: #fefcfb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 214, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 214, 213, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink-5, .btn-check:active + .btn-brand-dusty-pink-5, .btn-brand-dusty-pink-5:active, .btn-brand-dusty-pink-5.active, .show > .btn-brand-dusty-pink-5.dropdown-toggle {
  color: #000;
  background-color: #fefdfc;
  border-color: #fefcfb;
}
.btn-check:checked + .btn-brand-dusty-pink-5:focus, .btn-check:active + .btn-brand-dusty-pink-5:focus, .btn-brand-dusty-pink-5:active:focus, .btn-brand-dusty-pink-5.active:focus, .show > .btn-brand-dusty-pink-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 214, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(216, 214, 213, 0.5);
}
.btn-brand-dusty-pink-5:disabled, .btn-brand-dusty-pink-5.disabled {
  color: #000;
  background-color: #fefcfb;
  border-color: #fefcfb;
}

.btn-brand-dusty-pink-10 {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-brand-dusty-pink-10:hover {
  color: #000;
  background-color: #fcfbfb;
  border-color: #fcfbfb;
}
.btn-check:focus + .btn-brand-dusty-pink-10, .btn-brand-dusty-pink-10:focus {
  color: #000;
  background-color: #fcfbfb;
  border-color: #fcfbfb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink-10, .btn-check:active + .btn-brand-dusty-pink-10, .btn-brand-dusty-pink-10:active, .btn-brand-dusty-pink-10.active, .show > .btn-brand-dusty-pink-10.dropdown-toggle {
  color: #000;
  background-color: #fdfbfb;
  border-color: #fcfbfb;
}
.btn-check:checked + .btn-brand-dusty-pink-10:focus, .btn-check:active + .btn-brand-dusty-pink-10:focus, .btn-brand-dusty-pink-10:active:focus, .btn-brand-dusty-pink-10.active:focus, .show > .btn-brand-dusty-pink-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(214, 213, 213, 0.5);
}
.btn-brand-dusty-pink-10:disabled, .btn-brand-dusty-pink-10.disabled {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}

.btn-brand-dusty-pink-25 {
  color: #000;
  background-color: #f9f5f5;
  border-color: #f9f5f5;
}
.btn-brand-dusty-pink-25:hover {
  color: #000;
  background-color: #faf7f7;
  border-color: #faf6f6;
}
.btn-check:focus + .btn-brand-dusty-pink-25, .btn-brand-dusty-pink-25:focus {
  color: #000;
  background-color: #faf7f7;
  border-color: #faf6f6;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 208, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(212, 208, 208, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink-25, .btn-check:active + .btn-brand-dusty-pink-25, .btn-brand-dusty-pink-25:active, .btn-brand-dusty-pink-25.active, .show > .btn-brand-dusty-pink-25.dropdown-toggle {
  color: #000;
  background-color: #faf7f7;
  border-color: #faf6f6;
}
.btn-check:checked + .btn-brand-dusty-pink-25:focus, .btn-check:active + .btn-brand-dusty-pink-25:focus, .btn-brand-dusty-pink-25:active:focus, .btn-brand-dusty-pink-25.active:focus, .show > .btn-brand-dusty-pink-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(212, 208, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(212, 208, 208, 0.5);
}
.btn-brand-dusty-pink-25:disabled, .btn-brand-dusty-pink-25.disabled {
  color: #000;
  background-color: #f9f5f5;
  border-color: #f9f5f5;
}

.btn-brand-dusty-pink-50 {
  color: #000;
  background-color: #f2ebee;
  border-color: #f2ebee;
}
.btn-brand-dusty-pink-50:hover {
  color: #000;
  background-color: #f4eef1;
  border-color: #f3edf0;
}
.btn-check:focus + .btn-brand-dusty-pink-50, .btn-brand-dusty-pink-50:focus {
  color: #000;
  background-color: #f4eef1;
  border-color: #f3edf0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 200, 202, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 200, 202, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink-50, .btn-check:active + .btn-brand-dusty-pink-50, .btn-brand-dusty-pink-50:active, .btn-brand-dusty-pink-50.active, .show > .btn-brand-dusty-pink-50.dropdown-toggle {
  color: #000;
  background-color: #f5eff1;
  border-color: #f3edf0;
}
.btn-check:checked + .btn-brand-dusty-pink-50:focus, .btn-check:active + .btn-brand-dusty-pink-50:focus, .btn-brand-dusty-pink-50:active:focus, .btn-brand-dusty-pink-50.active:focus, .show > .btn-brand-dusty-pink-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 200, 202, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 200, 202, 0.5);
}
.btn-brand-dusty-pink-50:disabled, .btn-brand-dusty-pink-50.disabled {
  color: #000;
  background-color: #f2ebee;
  border-color: #f2ebee;
}

.btn-brand-dusty-pink-75 {
  color: #000;
  background-color: #ece2e6;
  border-color: #ece2e6;
}
.btn-brand-dusty-pink-75:hover {
  color: #000;
  background-color: #efe6ea;
  border-color: #eee5e9;
}
.btn-check:focus + .btn-brand-dusty-pink-75, .btn-brand-dusty-pink-75:focus {
  color: #000;
  background-color: #efe6ea;
  border-color: #eee5e9;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 192, 196, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 192, 196, 0.5);
}
.btn-check:checked + .btn-brand-dusty-pink-75, .btn-check:active + .btn-brand-dusty-pink-75, .btn-brand-dusty-pink-75:active, .btn-brand-dusty-pink-75.active, .show > .btn-brand-dusty-pink-75.dropdown-toggle {
  color: #000;
  background-color: #f0e8eb;
  border-color: #eee5e9;
}
.btn-check:checked + .btn-brand-dusty-pink-75:focus, .btn-check:active + .btn-brand-dusty-pink-75:focus, .btn-brand-dusty-pink-75:active:focus, .btn-brand-dusty-pink-75.active:focus, .show > .btn-brand-dusty-pink-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(201, 192, 196, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(201, 192, 196, 0.5);
}
.btn-brand-dusty-pink-75:disabled, .btn-brand-dusty-pink-75.disabled {
  color: #000;
  background-color: #ece2e6;
  border-color: #ece2e6;
}

.btn-brand-violet {
  color: #FFFEFD;
  background-color: #6A5772;
  border-color: #6A5772;
}
.btn-brand-violet:hover {
  color: #FFFEFD;
  background-color: #5a4a61;
  border-color: #55465b;
}
.btn-check:focus + .btn-brand-violet, .btn-brand-violet:focus {
  color: #FFFEFD;
  background-color: #5a4a61;
  border-color: #55465b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 112, 135, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(128, 112, 135, 0.5);
}
.btn-check:checked + .btn-brand-violet, .btn-check:active + .btn-brand-violet, .btn-brand-violet:active, .btn-brand-violet.active, .show > .btn-brand-violet.dropdown-toggle {
  color: #FFFEFD;
  background-color: #55465b;
  border-color: #504156;
}
.btn-check:checked + .btn-brand-violet:focus, .btn-check:active + .btn-brand-violet:focus, .btn-brand-violet:active:focus, .btn-brand-violet.active:focus, .show > .btn-brand-violet.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(128, 112, 135, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(128, 112, 135, 0.5);
}
.btn-brand-violet:disabled, .btn-brand-violet.disabled {
  color: #FFFEFD;
  background-color: #6A5772;
  border-color: #6A5772;
}

.btn-brand-violet-5 {
  color: #000;
  background-color: #f8f6f6;
  border-color: #f8f6f6;
}
.btn-brand-violet-5:hover {
  color: #000;
  background-color: #f9f7f7;
  border-color: #f9f7f7;
}
.btn-check:focus + .btn-brand-violet-5, .btn-brand-violet-5:focus {
  color: #000;
  background-color: #f9f7f7;
  border-color: #f9f7f7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 209, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 209, 209, 0.5);
}
.btn-check:checked + .btn-brand-violet-5, .btn-check:active + .btn-brand-violet-5, .btn-brand-violet-5:active, .btn-brand-violet-5.active, .show > .btn-brand-violet-5.dropdown-toggle {
  color: #000;
  background-color: #f9f8f8;
  border-color: #f9f7f7;
}
.btn-check:checked + .btn-brand-violet-5:focus, .btn-check:active + .btn-brand-violet-5:focus, .btn-brand-violet-5:active:focus, .btn-brand-violet-5.active:focus, .show > .btn-brand-violet-5.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 209, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(211, 209, 209, 0.5);
}
.btn-brand-violet-5:disabled, .btn-brand-violet-5.disabled {
  color: #000;
  background-color: #f8f6f6;
  border-color: #f8f6f6;
}

.btn-brand-violet-10 {
  color: #000;
  background-color: #f0edef;
  border-color: #f0edef;
}
.btn-brand-violet-10:hover {
  color: #000;
  background-color: #f2f0f1;
  border-color: #f2eff1;
}
.btn-check:focus + .btn-brand-violet-10, .btn-brand-violet-10:focus {
  color: #000;
  background-color: #f2f0f1;
  border-color: #f2eff1;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 201, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 201, 203, 0.5);
}
.btn-check:checked + .btn-brand-violet-10, .btn-check:active + .btn-brand-violet-10, .btn-brand-violet-10:active, .btn-brand-violet-10.active, .show > .btn-brand-violet-10.dropdown-toggle {
  color: #000;
  background-color: #f3f1f2;
  border-color: #f2eff1;
}
.btn-check:checked + .btn-brand-violet-10:focus, .btn-check:active + .btn-brand-violet-10:focus, .btn-brand-violet-10:active:focus, .btn-brand-violet-10.active:focus, .show > .btn-brand-violet-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 201, 203, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 201, 203, 0.5);
}
.btn-brand-violet-10:disabled, .btn-brand-violet-10.disabled {
  color: #000;
  background-color: #f0edef;
  border-color: #f0edef;
}

.btn-brand-violet-25 {
  color: #000;
  background-color: #dad4da;
  border-color: #dad4da;
}
.btn-brand-violet-25:hover {
  color: #000;
  background-color: #e0dae0;
  border-color: #ded8de;
}
.btn-check:focus + .btn-brand-violet-25, .btn-brand-violet-25:focus {
  color: #000;
  background-color: #e0dae0;
  border-color: #ded8de;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(185, 180, 185, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(185, 180, 185, 0.5);
}
.btn-check:checked + .btn-brand-violet-25, .btn-check:active + .btn-brand-violet-25, .btn-brand-violet-25:active, .btn-brand-violet-25.active, .show > .btn-brand-violet-25.dropdown-toggle {
  color: #000;
  background-color: #e1dde1;
  border-color: #ded8de;
}
.btn-check:checked + .btn-brand-violet-25:focus, .btn-check:active + .btn-brand-violet-25:focus, .btn-brand-violet-25:active:focus, .btn-brand-violet-25.active:focus, .show > .btn-brand-violet-25.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(185, 180, 185, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(185, 180, 185, 0.5);
}
.btn-brand-violet-25:disabled, .btn-brand-violet-25.disabled {
  color: #000;
  background-color: #dad4da;
  border-color: #dad4da;
}

.btn-brand-violet-50 {
  color: #000;
  background-color: #b5abb8;
  border-color: #b5abb8;
}
.btn-brand-violet-50:hover {
  color: #000;
  background-color: #c0b8c3;
  border-color: #bcb3bf;
}
.btn-check:focus + .btn-brand-violet-50, .btn-brand-violet-50:focus {
  color: #000;
  background-color: #c0b8c3;
  border-color: #bcb3bf;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 145, 156, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(154, 145, 156, 0.5);
}
.btn-check:checked + .btn-brand-violet-50, .btn-check:active + .btn-brand-violet-50, .btn-brand-violet-50:active, .btn-brand-violet-50.active, .show > .btn-brand-violet-50.dropdown-toggle {
  color: #000;
  background-color: #c4bcc6;
  border-color: #bcb3bf;
}
.btn-check:checked + .btn-brand-violet-50:focus, .btn-check:active + .btn-brand-violet-50:focus, .btn-brand-violet-50:active:focus, .btn-brand-violet-50.active:focus, .show > .btn-brand-violet-50.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 145, 156, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(154, 145, 156, 0.5);
}
.btn-brand-violet-50:disabled, .btn-brand-violet-50.disabled {
  color: #000;
  background-color: #b5abb8;
  border-color: #b5abb8;
}

.btn-brand-violet-75 {
  color: #000;
  background-color: #8f8195;
  border-color: #8f8195;
}
.btn-brand-violet-75:hover {
  color: #000;
  background-color: #a094a5;
  border-color: #9a8ea0;
}
.btn-check:focus + .btn-brand-violet-75, .btn-brand-violet-75:focus {
  color: #000;
  background-color: #a094a5;
  border-color: #9a8ea0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(122, 110, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(122, 110, 127, 0.5);
}
.btn-check:checked + .btn-brand-violet-75, .btn-check:active + .btn-brand-violet-75, .btn-brand-violet-75:active, .btn-brand-violet-75.active, .show > .btn-brand-violet-75.dropdown-toggle {
  color: #000;
  background-color: #a59aaa;
  border-color: #9a8ea0;
}
.btn-check:checked + .btn-brand-violet-75:focus, .btn-check:active + .btn-brand-violet-75:focus, .btn-brand-violet-75:active:focus, .btn-brand-violet-75.active:focus, .show > .btn-brand-violet-75.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(122, 110, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(122, 110, 127, 0.5);
}
.btn-brand-violet-75:disabled, .btn-brand-violet-75.disabled {
  color: #000;
  background-color: #8f8195;
  border-color: #8f8195;
}

.btn-outline-gray-light {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-light:hover {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}
.btn-check:checked + .btn-outline-gray-light, .btn-check:active + .btn-outline-gray-light, .btn-outline-gray-light:active, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show {
  color: #000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:checked + .btn-outline-gray-light:focus, .btn-check:active + .btn-outline-gray-light:focus, .btn-outline-gray-light:active:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-light:disabled, .btn-outline-gray-light.disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-gray-disabled {
  color: #5A5A5A;
  border-color: #5A5A5A;
}
.btn-outline-gray-disabled:hover {
  color: #FFFEFD;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}
.btn-check:focus + .btn-outline-gray-disabled, .btn-outline-gray-disabled:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-check:checked + .btn-outline-gray-disabled, .btn-check:active + .btn-outline-gray-disabled, .btn-outline-gray-disabled:active, .btn-outline-gray-disabled.active, .btn-outline-gray-disabled.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
}
.btn-check:checked + .btn-outline-gray-disabled:focus, .btn-check:active + .btn-outline-gray-disabled:focus, .btn-outline-gray-disabled:active:focus, .btn-outline-gray-disabled.active:focus, .btn-outline-gray-disabled.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-outline-gray-disabled:disabled, .btn-outline-gray-disabled.disabled {
  color: #5A5A5A;
  background-color: transparent;
}

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

.btn-outline-primary {
  color: #990000;
  border-color: #990000;
}
.btn-outline-primary:hover {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 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: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #990000;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #D9775C;
  border-color: #D9775C;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 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: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #D9775C;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          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: #000;
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
          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: #C40000;
  border-color: #C40000;
}
.btn-outline-danger:hover {
  color: #FFFEFD;
  background-color: #C40000;
  border-color: #C40000;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 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: #FFFEFD;
  background-color: #C40000;
  border-color: #C40000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(196, 0, 0, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #C40000;
  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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFFEFD;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-brand-red {
  color: #990000;
  border-color: #990000;
}
.btn-outline-brand-red:hover {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.btn-check:focus + .btn-outline-brand-red, .btn-outline-brand-red:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-brand-red, .btn-check:active + .btn-outline-brand-red, .btn-outline-brand-red:active, .btn-outline-brand-red.active, .btn-outline-brand-red.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.btn-check:checked + .btn-outline-brand-red:focus, .btn-check:active + .btn-outline-brand-red:focus, .btn-outline-brand-red:active:focus, .btn-outline-brand-red.active:focus, .btn-outline-brand-red.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.5);
}
.btn-outline-brand-red:disabled, .btn-outline-brand-red.disabled {
  color: #990000;
  background-color: transparent;
}

.btn-outline-brand-red-5 {
  color: #faf1f0;
  border-color: #faf1f0;
}
.btn-outline-brand-red-5:hover {
  color: #000;
  background-color: #faf1f0;
  border-color: #faf1f0;
}
.btn-check:focus + .btn-outline-brand-red-5, .btn-outline-brand-red-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 241, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(250, 241, 240, 0.5);
}
.btn-check:checked + .btn-outline-brand-red-5, .btn-check:active + .btn-outline-brand-red-5, .btn-outline-brand-red-5:active, .btn-outline-brand-red-5.active, .btn-outline-brand-red-5.dropdown-toggle.show {
  color: #000;
  background-color: #faf1f0;
  border-color: #faf1f0;
}
.btn-check:checked + .btn-outline-brand-red-5:focus, .btn-check:active + .btn-outline-brand-red-5:focus, .btn-outline-brand-red-5:active:focus, .btn-outline-brand-red-5.active:focus, .btn-outline-brand-red-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(250, 241, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(250, 241, 240, 0.5);
}
.btn-outline-brand-red-5:disabled, .btn-outline-brand-red-5.disabled {
  color: #faf1f0;
  background-color: transparent;
}

.btn-outline-brand-red-10 {
  color: #f5e5e4;
  border-color: #f5e5e4;
}
.btn-outline-brand-red-10:hover {
  color: #000;
  background-color: #f5e5e4;
  border-color: #f5e5e4;
}
.btn-check:focus + .btn-outline-brand-red-10, .btn-outline-brand-red-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 229, 228, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 229, 228, 0.5);
}
.btn-check:checked + .btn-outline-brand-red-10, .btn-check:active + .btn-outline-brand-red-10, .btn-outline-brand-red-10:active, .btn-outline-brand-red-10.active, .btn-outline-brand-red-10.dropdown-toggle.show {
  color: #000;
  background-color: #f5e5e4;
  border-color: #f5e5e4;
}
.btn-check:checked + .btn-outline-brand-red-10:focus, .btn-check:active + .btn-outline-brand-red-10:focus, .btn-outline-brand-red-10:active:focus, .btn-outline-brand-red-10.active:focus, .btn-outline-brand-red-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 229, 228, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 229, 228, 0.5);
}
.btn-outline-brand-red-10:disabled, .btn-outline-brand-red-10.disabled {
  color: #f5e5e4;
  background-color: transparent;
}

.btn-outline-brand-red-25 {
  color: #e6bfbe;
  border-color: #e6bfbe;
}
.btn-outline-brand-red-25:hover {
  color: #000;
  background-color: #e6bfbe;
  border-color: #e6bfbe;
}
.btn-check:focus + .btn-outline-brand-red-25, .btn-outline-brand-red-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 191, 190, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(230, 191, 190, 0.5);
}
.btn-check:checked + .btn-outline-brand-red-25, .btn-check:active + .btn-outline-brand-red-25, .btn-outline-brand-red-25:active, .btn-outline-brand-red-25.active, .btn-outline-brand-red-25.dropdown-toggle.show {
  color: #000;
  background-color: #e6bfbe;
  border-color: #e6bfbe;
}
.btn-check:checked + .btn-outline-brand-red-25:focus, .btn-check:active + .btn-outline-brand-red-25:focus, .btn-outline-brand-red-25:active:focus, .btn-outline-brand-red-25.active:focus, .btn-outline-brand-red-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 191, 190, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(230, 191, 190, 0.5);
}
.btn-outline-brand-red-25:disabled, .btn-outline-brand-red-25.disabled {
  color: #e6bfbe;
  background-color: transparent;
}

.btn-outline-brand-red-50 {
  color: #cc7f7f;
  border-color: #cc7f7f;
}
.btn-outline-brand-red-50:hover {
  color: #000;
  background-color: #cc7f7f;
  border-color: #cc7f7f;
}
.btn-check:focus + .btn-outline-brand-red-50, .btn-outline-brand-red-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 127, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 127, 127, 0.5);
}
.btn-check:checked + .btn-outline-brand-red-50, .btn-check:active + .btn-outline-brand-red-50, .btn-outline-brand-red-50:active, .btn-outline-brand-red-50.active, .btn-outline-brand-red-50.dropdown-toggle.show {
  color: #000;
  background-color: #cc7f7f;
  border-color: #cc7f7f;
}
.btn-check:checked + .btn-outline-brand-red-50:focus, .btn-check:active + .btn-outline-brand-red-50:focus, .btn-outline-brand-red-50:active:focus, .btn-outline-brand-red-50.active:focus, .btn-outline-brand-red-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(204, 127, 127, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(204, 127, 127, 0.5);
}
.btn-outline-brand-red-50:disabled, .btn-outline-brand-red-50.disabled {
  color: #cc7f7f;
  background-color: transparent;
}

.btn-outline-brand-red-75 {
  color: #b3403f;
  border-color: #b3403f;
}
.btn-outline-brand-red-75:hover {
  color: #FFFEFD;
  background-color: #b3403f;
  border-color: #b3403f;
}
.btn-check:focus + .btn-outline-brand-red-75, .btn-outline-brand-red-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 64, 63, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(179, 64, 63, 0.5);
}
.btn-check:checked + .btn-outline-brand-red-75, .btn-check:active + .btn-outline-brand-red-75, .btn-outline-brand-red-75:active, .btn-outline-brand-red-75.active, .btn-outline-brand-red-75.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #b3403f;
  border-color: #b3403f;
}
.btn-check:checked + .btn-outline-brand-red-75:focus, .btn-check:active + .btn-outline-brand-red-75:focus, .btn-outline-brand-red-75:active:focus, .btn-outline-brand-red-75.active:focus, .btn-outline-brand-red-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(179, 64, 63, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(179, 64, 63, 0.5);
}
.btn-outline-brand-red-75:disabled, .btn-outline-brand-red-75.disabled {
  color: #b3403f;
  background-color: transparent;
}

.btn-outline-brand-orange {
  color: #D9775C;
  border-color: #D9775C;
}
.btn-outline-brand-orange:hover {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.btn-check:focus + .btn-outline-brand-orange, .btn-outline-brand-orange:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange, .btn-check:active + .btn-outline-brand-orange, .btn-outline-brand-orange:active, .btn-outline-brand-orange.active, .btn-outline-brand-orange.dropdown-toggle.show {
  color: #000;
  background-color: #D9775C;
  border-color: #D9775C;
}
.btn-check:checked + .btn-outline-brand-orange:focus, .btn-check:active + .btn-outline-brand-orange:focus, .btn-outline-brand-orange:active:focus, .btn-outline-brand-orange.active:focus, .btn-outline-brand-orange.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 119, 92, 0.5);
}
.btn-outline-brand-orange:disabled, .btn-outline-brand-orange.disabled {
  color: #D9775C;
  background-color: transparent;
}

.btn-outline-brand-orange-5 {
  color: #fdf7f5;
  border-color: #fdf7f5;
}
.btn-outline-brand-orange-5:hover {
  color: #000;
  background-color: #fdf7f5;
  border-color: #fdf7f5;
}
.btn-check:focus + .btn-outline-brand-orange-5, .btn-outline-brand-orange-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 247, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(253, 247, 245, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange-5, .btn-check:active + .btn-outline-brand-orange-5, .btn-outline-brand-orange-5:active, .btn-outline-brand-orange-5.active, .btn-outline-brand-orange-5.dropdown-toggle.show {
  color: #000;
  background-color: #fdf7f5;
  border-color: #fdf7f5;
}
.btn-check:checked + .btn-outline-brand-orange-5:focus, .btn-check:active + .btn-outline-brand-orange-5:focus, .btn-outline-brand-orange-5:active:focus, .btn-outline-brand-orange-5.active:focus, .btn-outline-brand-orange-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 247, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(253, 247, 245, 0.5);
}
.btn-outline-brand-orange-5:disabled, .btn-outline-brand-orange-5.disabled {
  color: #fdf7f5;
  background-color: transparent;
}

.btn-outline-brand-orange-10 {
  color: #fbf1ed;
  border-color: #fbf1ed;
}
.btn-outline-brand-orange-10:hover {
  color: #000;
  background-color: #fbf1ed;
  border-color: #fbf1ed;
}
.btn-check:focus + .btn-outline-brand-orange-10, .btn-outline-brand-orange-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 241, 237, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(251, 241, 237, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange-10, .btn-check:active + .btn-outline-brand-orange-10, .btn-outline-brand-orange-10:active, .btn-outline-brand-orange-10.active, .btn-outline-brand-orange-10.dropdown-toggle.show {
  color: #000;
  background-color: #fbf1ed;
  border-color: #fbf1ed;
}
.btn-check:checked + .btn-outline-brand-orange-10:focus, .btn-check:active + .btn-outline-brand-orange-10:focus, .btn-outline-brand-orange-10:active:focus, .btn-outline-brand-orange-10.active:focus, .btn-outline-brand-orange-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 241, 237, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(251, 241, 237, 0.5);
}
.btn-outline-brand-orange-10:disabled, .btn-outline-brand-orange-10.disabled {
  color: #fbf1ed;
  background-color: transparent;
}

.btn-outline-brand-orange-25 {
  color: #f6dcd5;
  border-color: #f6dcd5;
}
.btn-outline-brand-orange-25:hover {
  color: #000;
  background-color: #f6dcd5;
  border-color: #f6dcd5;
}
.btn-check:focus + .btn-outline-brand-orange-25, .btn-outline-brand-orange-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 220, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(246, 220, 213, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange-25, .btn-check:active + .btn-outline-brand-orange-25, .btn-outline-brand-orange-25:active, .btn-outline-brand-orange-25.active, .btn-outline-brand-orange-25.dropdown-toggle.show {
  color: #000;
  background-color: #f6dcd5;
  border-color: #f6dcd5;
}
.btn-check:checked + .btn-outline-brand-orange-25:focus, .btn-check:active + .btn-outline-brand-orange-25:focus, .btn-outline-brand-orange-25:active:focus, .btn-outline-brand-orange-25.active:focus, .btn-outline-brand-orange-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 220, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(246, 220, 213, 0.5);
}
.btn-outline-brand-orange-25:disabled, .btn-outline-brand-orange-25.disabled {
  color: #f6dcd5;
  background-color: transparent;
}

.btn-outline-brand-orange-50 {
  color: #ecbbad;
  border-color: #ecbbad;
}
.btn-outline-brand-orange-50:hover {
  color: #000;
  background-color: #ecbbad;
  border-color: #ecbbad;
}
.btn-check:focus + .btn-outline-brand-orange-50, .btn-outline-brand-orange-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 187, 173, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 187, 173, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange-50, .btn-check:active + .btn-outline-brand-orange-50, .btn-outline-brand-orange-50:active, .btn-outline-brand-orange-50.active, .btn-outline-brand-orange-50.dropdown-toggle.show {
  color: #000;
  background-color: #ecbbad;
  border-color: #ecbbad;
}
.btn-check:checked + .btn-outline-brand-orange-50:focus, .btn-check:active + .btn-outline-brand-orange-50:focus, .btn-outline-brand-orange-50:active:focus, .btn-outline-brand-orange-50.active:focus, .btn-outline-brand-orange-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 187, 173, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 187, 173, 0.5);
}
.btn-outline-brand-orange-50:disabled, .btn-outline-brand-orange-50.disabled {
  color: #ecbbad;
  background-color: transparent;
}

.btn-outline-brand-orange-75 {
  color: #e39984;
  border-color: #e39984;
}
.btn-outline-brand-orange-75:hover {
  color: #000;
  background-color: #e39984;
  border-color: #e39984;
}
.btn-check:focus + .btn-outline-brand-orange-75, .btn-outline-brand-orange-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 153, 132, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(227, 153, 132, 0.5);
}
.btn-check:checked + .btn-outline-brand-orange-75, .btn-check:active + .btn-outline-brand-orange-75, .btn-outline-brand-orange-75:active, .btn-outline-brand-orange-75.active, .btn-outline-brand-orange-75.dropdown-toggle.show {
  color: #000;
  background-color: #e39984;
  border-color: #e39984;
}
.btn-check:checked + .btn-outline-brand-orange-75:focus, .btn-check:active + .btn-outline-brand-orange-75:focus, .btn-outline-brand-orange-75:active:focus, .btn-outline-brand-orange-75.active:focus, .btn-outline-brand-orange-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(227, 153, 132, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(227, 153, 132, 0.5);
}
.btn-outline-brand-orange-75:disabled, .btn-outline-brand-orange-75.disabled {
  color: #e39984;
  background-color: transparent;
}

.btn-outline-brand-purple {
  color: #BDA7C7;
  border-color: #BDA7C7;
}
.btn-outline-brand-purple:hover {
  color: #000;
  background-color: #BDA7C7;
  border-color: #BDA7C7;
}
.btn-check:focus + .btn-outline-brand-purple, .btn-outline-brand-purple:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 167, 199, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(189, 167, 199, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple, .btn-check:active + .btn-outline-brand-purple, .btn-outline-brand-purple:active, .btn-outline-brand-purple.active, .btn-outline-brand-purple.dropdown-toggle.show {
  color: #000;
  background-color: #BDA7C7;
  border-color: #BDA7C7;
}
.btn-check:checked + .btn-outline-brand-purple:focus, .btn-check:active + .btn-outline-brand-purple:focus, .btn-outline-brand-purple:active:focus, .btn-outline-brand-purple.active:focus, .btn-outline-brand-purple.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(189, 167, 199, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(189, 167, 199, 0.5);
}
.btn-outline-brand-purple:disabled, .btn-outline-brand-purple.disabled {
  color: #BDA7C7;
  background-color: transparent;
}

.btn-outline-brand-purple-5 {
  color: #fcfafa;
  border-color: #fcfafa;
}
.btn-outline-brand-purple-5:hover {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-check:focus + .btn-outline-brand-purple-5, .btn-outline-brand-purple-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple-5, .btn-check:active + .btn-outline-brand-purple-5, .btn-outline-brand-purple-5:active, .btn-outline-brand-purple-5.active, .btn-outline-brand-purple-5.dropdown-toggle.show {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-check:checked + .btn-outline-brand-purple-5:focus, .btn-check:active + .btn-outline-brand-purple-5:focus, .btn-outline-brand-purple-5:active:focus, .btn-outline-brand-purple-5.active:focus, .btn-outline-brand-purple-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
}
.btn-outline-brand-purple-5:disabled, .btn-outline-brand-purple-5.disabled {
  color: #fcfafa;
  background-color: transparent;
}

.btn-outline-brand-purple-10 {
  color: #f8f5f8;
  border-color: #f8f5f8;
}
.btn-outline-brand-purple-10:hover {
  color: #000;
  background-color: #f8f5f8;
  border-color: #f8f5f8;
}
.btn-check:focus + .btn-outline-brand-purple-10, .btn-outline-brand-purple-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 245, 248, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 245, 248, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple-10, .btn-check:active + .btn-outline-brand-purple-10, .btn-outline-brand-purple-10:active, .btn-outline-brand-purple-10.active, .btn-outline-brand-purple-10.dropdown-toggle.show {
  color: #000;
  background-color: #f8f5f8;
  border-color: #f8f5f8;
}
.btn-check:checked + .btn-outline-brand-purple-10:focus, .btn-check:active + .btn-outline-brand-purple-10:focus, .btn-outline-brand-purple-10:active:focus, .btn-outline-brand-purple-10.active:focus, .btn-outline-brand-purple-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 245, 248, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 245, 248, 0.5);
}
.btn-outline-brand-purple-10:disabled, .btn-outline-brand-purple-10.disabled {
  color: #f8f5f8;
  background-color: transparent;
}

.btn-outline-brand-purple-25 {
  color: #efe8f0;
  border-color: #efe8f0;
}
.btn-outline-brand-purple-25:hover {
  color: #000;
  background-color: #efe8f0;
  border-color: #efe8f0;
}
.btn-check:focus + .btn-outline-brand-purple-25, .btn-outline-brand-purple-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 232, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 232, 240, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple-25, .btn-check:active + .btn-outline-brand-purple-25, .btn-outline-brand-purple-25:active, .btn-outline-brand-purple-25.active, .btn-outline-brand-purple-25.dropdown-toggle.show {
  color: #000;
  background-color: #efe8f0;
  border-color: #efe8f0;
}
.btn-check:checked + .btn-outline-brand-purple-25:focus, .btn-check:active + .btn-outline-brand-purple-25:focus, .btn-outline-brand-purple-25:active:focus, .btn-outline-brand-purple-25.active:focus, .btn-outline-brand-purple-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 232, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 232, 240, 0.5);
}
.btn-outline-brand-purple-25:disabled, .btn-outline-brand-purple-25.disabled {
  color: #efe8f0;
  background-color: transparent;
}

.btn-outline-brand-purple-50 {
  color: #ded3e2;
  border-color: #ded3e2;
}
.btn-outline-brand-purple-50:hover {
  color: #000;
  background-color: #ded3e2;
  border-color: #ded3e2;
}
.btn-check:focus + .btn-outline-brand-purple-50, .btn-outline-brand-purple-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 211, 226, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 211, 226, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple-50, .btn-check:active + .btn-outline-brand-purple-50, .btn-outline-brand-purple-50:active, .btn-outline-brand-purple-50.active, .btn-outline-brand-purple-50.dropdown-toggle.show {
  color: #000;
  background-color: #ded3e2;
  border-color: #ded3e2;
}
.btn-check:checked + .btn-outline-brand-purple-50:focus, .btn-check:active + .btn-outline-brand-purple-50:focus, .btn-outline-brand-purple-50:active:focus, .btn-outline-brand-purple-50.active:focus, .btn-outline-brand-purple-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(222, 211, 226, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(222, 211, 226, 0.5);
}
.btn-outline-brand-purple-50:disabled, .btn-outline-brand-purple-50.disabled {
  color: #ded3e2;
  background-color: transparent;
}

.btn-outline-brand-purple-75 {
  color: #cebdd5;
  border-color: #cebdd5;
}
.btn-outline-brand-purple-75:hover {
  color: #000;
  background-color: #cebdd5;
  border-color: #cebdd5;
}
.btn-check:focus + .btn-outline-brand-purple-75, .btn-outline-brand-purple-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 189, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 189, 213, 0.5);
}
.btn-check:checked + .btn-outline-brand-purple-75, .btn-check:active + .btn-outline-brand-purple-75, .btn-outline-brand-purple-75:active, .btn-outline-brand-purple-75.active, .btn-outline-brand-purple-75.dropdown-toggle.show {
  color: #000;
  background-color: #cebdd5;
  border-color: #cebdd5;
}
.btn-check:checked + .btn-outline-brand-purple-75:focus, .btn-check:active + .btn-outline-brand-purple-75:focus, .btn-outline-brand-purple-75:active:focus, .btn-outline-brand-purple-75.active:focus, .btn-outline-brand-purple-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 189, 213, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 189, 213, 0.5);
}
.btn-outline-brand-purple-75:disabled, .btn-outline-brand-purple-75.disabled {
  color: #cebdd5;
  background-color: transparent;
}

.btn-outline-brand-night {
  color: #423447;
  border-color: #423447;
}
.btn-outline-brand-night:hover {
  color: #FFFEFD;
  background-color: #423447;
  border-color: #423447;
}
.btn-check:focus + .btn-outline-brand-night, .btn-outline-brand-night:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 52, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 52, 71, 0.5);
}
.btn-check:checked + .btn-outline-brand-night, .btn-check:active + .btn-outline-brand-night, .btn-outline-brand-night:active, .btn-outline-brand-night.active, .btn-outline-brand-night.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #423447;
  border-color: #423447;
}
.btn-check:checked + .btn-outline-brand-night:focus, .btn-check:active + .btn-outline-brand-night:focus, .btn-outline-brand-night:active:focus, .btn-outline-brand-night.active:focus, .btn-outline-brand-night.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 52, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66, 52, 71, 0.5);
}
.btn-outline-brand-night:disabled, .btn-outline-brand-night.disabled {
  color: #423447;
  background-color: transparent;
}

.btn-outline-brand-night-5 {
  color: #f6f4f4;
  border-color: #f6f4f4;
}
.btn-outline-brand-night-5:hover {
  color: #000;
  background-color: #f6f4f4;
  border-color: #f6f4f4;
}
.btn-check:focus + .btn-outline-brand-night-5, .btn-outline-brand-night-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 244, 244, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(246, 244, 244, 0.5);
}
.btn-check:checked + .btn-outline-brand-night-5, .btn-check:active + .btn-outline-brand-night-5, .btn-outline-brand-night-5:active, .btn-outline-brand-night-5.active, .btn-outline-brand-night-5.dropdown-toggle.show {
  color: #000;
  background-color: #f6f4f4;
  border-color: #f6f4f4;
}
.btn-check:checked + .btn-outline-brand-night-5:focus, .btn-check:active + .btn-outline-brand-night-5:focus, .btn-outline-brand-night-5:active:focus, .btn-outline-brand-night-5.active:focus, .btn-outline-brand-night-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(246, 244, 244, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(246, 244, 244, 0.5);
}
.btn-outline-brand-night-5:disabled, .btn-outline-brand-night-5.disabled {
  color: #f6f4f4;
  background-color: transparent;
}

.btn-outline-brand-night-10 {
  color: #eceaeb;
  border-color: #eceaeb;
}
.btn-outline-brand-night-10:hover {
  color: #000;
  background-color: #eceaeb;
  border-color: #eceaeb;
}
.btn-check:focus + .btn-outline-brand-night-10, .btn-outline-brand-night-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 234, 235, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 234, 235, 0.5);
}
.btn-check:checked + .btn-outline-brand-night-10, .btn-check:active + .btn-outline-brand-night-10, .btn-outline-brand-night-10:active, .btn-outline-brand-night-10.active, .btn-outline-brand-night-10.dropdown-toggle.show {
  color: #000;
  background-color: #eceaeb;
  border-color: #eceaeb;
}
.btn-check:checked + .btn-outline-brand-night-10:focus, .btn-check:active + .btn-outline-brand-night-10:focus, .btn-outline-brand-night-10:active:focus, .btn-outline-brand-night-10.active:focus, .btn-outline-brand-night-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 234, 235, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 234, 235, 0.5);
}
.btn-outline-brand-night-10:disabled, .btn-outline-brand-night-10.disabled {
  color: #eceaeb;
  background-color: transparent;
}

.btn-outline-brand-night-25 {
  color: #d0ccd0;
  border-color: #d0ccd0;
}
.btn-outline-brand-night-25:hover {
  color: #000;
  background-color: #d0ccd0;
  border-color: #d0ccd0;
}
.btn-check:focus + .btn-outline-brand-night-25, .btn-outline-brand-night-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 204, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 204, 208, 0.5);
}
.btn-check:checked + .btn-outline-brand-night-25, .btn-check:active + .btn-outline-brand-night-25, .btn-outline-brand-night-25:active, .btn-outline-brand-night-25.active, .btn-outline-brand-night-25.dropdown-toggle.show {
  color: #000;
  background-color: #d0ccd0;
  border-color: #d0ccd0;
}
.btn-check:checked + .btn-outline-brand-night-25:focus, .btn-check:active + .btn-outline-brand-night-25:focus, .btn-outline-brand-night-25:active:focus, .btn-outline-brand-night-25.active:focus, .btn-outline-brand-night-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208, 204, 208, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208, 204, 208, 0.5);
}
.btn-outline-brand-night-25:disabled, .btn-outline-brand-night-25.disabled {
  color: #d0ccd0;
  background-color: transparent;
}

.btn-outline-brand-night-50 {
  color: #a199a2;
  border-color: #a199a2;
}
.btn-outline-brand-night-50:hover {
  color: #000;
  background-color: #a199a2;
  border-color: #a199a2;
}
.btn-check:focus + .btn-outline-brand-night-50, .btn-outline-brand-night-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(161, 153, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(161, 153, 162, 0.5);
}
.btn-check:checked + .btn-outline-brand-night-50, .btn-check:active + .btn-outline-brand-night-50, .btn-outline-brand-night-50:active, .btn-outline-brand-night-50.active, .btn-outline-brand-night-50.dropdown-toggle.show {
  color: #000;
  background-color: #a199a2;
  border-color: #a199a2;
}
.btn-check:checked + .btn-outline-brand-night-50:focus, .btn-check:active + .btn-outline-brand-night-50:focus, .btn-outline-brand-night-50:active:focus, .btn-outline-brand-night-50.active:focus, .btn-outline-brand-night-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(161, 153, 162, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(161, 153, 162, 0.5);
}
.btn-outline-brand-night-50:disabled, .btn-outline-brand-night-50.disabled {
  color: #a199a2;
  background-color: transparent;
}

.btn-outline-brand-night-75 {
  color: #716775;
  border-color: #716775;
}
.btn-outline-brand-night-75:hover {
  color: #FFFEFD;
  background-color: #716775;
  border-color: #716775;
}
.btn-check:focus + .btn-outline-brand-night-75, .btn-outline-brand-night-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(113, 103, 117, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(113, 103, 117, 0.5);
}
.btn-check:checked + .btn-outline-brand-night-75, .btn-check:active + .btn-outline-brand-night-75, .btn-outline-brand-night-75:active, .btn-outline-brand-night-75.active, .btn-outline-brand-night-75.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #716775;
  border-color: #716775;
}
.btn-check:checked + .btn-outline-brand-night-75:focus, .btn-check:active + .btn-outline-brand-night-75:focus, .btn-outline-brand-night-75:active:focus, .btn-outline-brand-night-75.active:focus, .btn-outline-brand-night-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(113, 103, 117, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(113, 103, 117, 0.5);
}
.btn-outline-brand-night-75:disabled, .btn-outline-brand-night-75.disabled {
  color: #716775;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink {
  color: #E5D8DE;
  border-color: #E5D8DE;
}
.btn-outline-brand-dusty-pink:hover {
  color: #000;
  background-color: #E5D8DE;
  border-color: #E5D8DE;
}
.btn-check:focus + .btn-outline-brand-dusty-pink, .btn-outline-brand-dusty-pink:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(229, 216, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(229, 216, 222, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink, .btn-check:active + .btn-outline-brand-dusty-pink, .btn-outline-brand-dusty-pink:active, .btn-outline-brand-dusty-pink.active, .btn-outline-brand-dusty-pink.dropdown-toggle.show {
  color: #000;
  background-color: #E5D8DE;
  border-color: #E5D8DE;
}
.btn-check:checked + .btn-outline-brand-dusty-pink:focus, .btn-check:active + .btn-outline-brand-dusty-pink:focus, .btn-outline-brand-dusty-pink:active:focus, .btn-outline-brand-dusty-pink.active:focus, .btn-outline-brand-dusty-pink.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(229, 216, 222, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(229, 216, 222, 0.5);
}
.btn-outline-brand-dusty-pink:disabled, .btn-outline-brand-dusty-pink.disabled {
  color: #E5D8DE;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink-5 {
  color: #fefcfb;
  border-color: #fefcfb;
}
.btn-outline-brand-dusty-pink-5:hover {
  color: #000;
  background-color: #fefcfb;
  border-color: #fefcfb;
}
.btn-check:focus + .btn-outline-brand-dusty-pink-5, .btn-outline-brand-dusty-pink-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 252, 251, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(254, 252, 251, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink-5, .btn-check:active + .btn-outline-brand-dusty-pink-5, .btn-outline-brand-dusty-pink-5:active, .btn-outline-brand-dusty-pink-5.active, .btn-outline-brand-dusty-pink-5.dropdown-toggle.show {
  color: #000;
  background-color: #fefcfb;
  border-color: #fefcfb;
}
.btn-check:checked + .btn-outline-brand-dusty-pink-5:focus, .btn-check:active + .btn-outline-brand-dusty-pink-5:focus, .btn-outline-brand-dusty-pink-5:active:focus, .btn-outline-brand-dusty-pink-5.active:focus, .btn-outline-brand-dusty-pink-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(254, 252, 251, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(254, 252, 251, 0.5);
}
.btn-outline-brand-dusty-pink-5:disabled, .btn-outline-brand-dusty-pink-5.disabled {
  color: #fefcfb;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink-10 {
  color: #fcfafa;
  border-color: #fcfafa;
}
.btn-outline-brand-dusty-pink-10:hover {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-check:focus + .btn-outline-brand-dusty-pink-10, .btn-outline-brand-dusty-pink-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink-10, .btn-check:active + .btn-outline-brand-dusty-pink-10, .btn-outline-brand-dusty-pink-10:active, .btn-outline-brand-dusty-pink-10.active, .btn-outline-brand-dusty-pink-10.dropdown-toggle.show {
  color: #000;
  background-color: #fcfafa;
  border-color: #fcfafa;
}
.btn-check:checked + .btn-outline-brand-dusty-pink-10:focus, .btn-check:active + .btn-outline-brand-dusty-pink-10:focus, .btn-outline-brand-dusty-pink-10:active:focus, .btn-outline-brand-dusty-pink-10.active:focus, .btn-outline-brand-dusty-pink-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 250, 250, 0.5);
}
.btn-outline-brand-dusty-pink-10:disabled, .btn-outline-brand-dusty-pink-10.disabled {
  color: #fcfafa;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink-25 {
  color: #f9f5f5;
  border-color: #f9f5f5;
}
.btn-outline-brand-dusty-pink-25:hover {
  color: #000;
  background-color: #f9f5f5;
  border-color: #f9f5f5;
}
.btn-check:focus + .btn-outline-brand-dusty-pink-25, .btn-outline-brand-dusty-pink-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249, 245, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(249, 245, 245, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink-25, .btn-check:active + .btn-outline-brand-dusty-pink-25, .btn-outline-brand-dusty-pink-25:active, .btn-outline-brand-dusty-pink-25.active, .btn-outline-brand-dusty-pink-25.dropdown-toggle.show {
  color: #000;
  background-color: #f9f5f5;
  border-color: #f9f5f5;
}
.btn-check:checked + .btn-outline-brand-dusty-pink-25:focus, .btn-check:active + .btn-outline-brand-dusty-pink-25:focus, .btn-outline-brand-dusty-pink-25:active:focus, .btn-outline-brand-dusty-pink-25.active:focus, .btn-outline-brand-dusty-pink-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249, 245, 245, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(249, 245, 245, 0.5);
}
.btn-outline-brand-dusty-pink-25:disabled, .btn-outline-brand-dusty-pink-25.disabled {
  color: #f9f5f5;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink-50 {
  color: #f2ebee;
  border-color: #f2ebee;
}
.btn-outline-brand-dusty-pink-50:hover {
  color: #000;
  background-color: #f2ebee;
  border-color: #f2ebee;
}
.btn-check:focus + .btn-outline-brand-dusty-pink-50, .btn-outline-brand-dusty-pink-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 235, 238, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 235, 238, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink-50, .btn-check:active + .btn-outline-brand-dusty-pink-50, .btn-outline-brand-dusty-pink-50:active, .btn-outline-brand-dusty-pink-50.active, .btn-outline-brand-dusty-pink-50.dropdown-toggle.show {
  color: #000;
  background-color: #f2ebee;
  border-color: #f2ebee;
}
.btn-check:checked + .btn-outline-brand-dusty-pink-50:focus, .btn-check:active + .btn-outline-brand-dusty-pink-50:focus, .btn-outline-brand-dusty-pink-50:active:focus, .btn-outline-brand-dusty-pink-50.active:focus, .btn-outline-brand-dusty-pink-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 235, 238, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 235, 238, 0.5);
}
.btn-outline-brand-dusty-pink-50:disabled, .btn-outline-brand-dusty-pink-50.disabled {
  color: #f2ebee;
  background-color: transparent;
}

.btn-outline-brand-dusty-pink-75 {
  color: #ece2e6;
  border-color: #ece2e6;
}
.btn-outline-brand-dusty-pink-75:hover {
  color: #000;
  background-color: #ece2e6;
  border-color: #ece2e6;
}
.btn-check:focus + .btn-outline-brand-dusty-pink-75, .btn-outline-brand-dusty-pink-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 226, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 226, 230, 0.5);
}
.btn-check:checked + .btn-outline-brand-dusty-pink-75, .btn-check:active + .btn-outline-brand-dusty-pink-75, .btn-outline-brand-dusty-pink-75:active, .btn-outline-brand-dusty-pink-75.active, .btn-outline-brand-dusty-pink-75.dropdown-toggle.show {
  color: #000;
  background-color: #ece2e6;
  border-color: #ece2e6;
}
.btn-check:checked + .btn-outline-brand-dusty-pink-75:focus, .btn-check:active + .btn-outline-brand-dusty-pink-75:focus, .btn-outline-brand-dusty-pink-75:active:focus, .btn-outline-brand-dusty-pink-75.active:focus, .btn-outline-brand-dusty-pink-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 226, 230, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(236, 226, 230, 0.5);
}
.btn-outline-brand-dusty-pink-75:disabled, .btn-outline-brand-dusty-pink-75.disabled {
  color: #ece2e6;
  background-color: transparent;
}

.btn-outline-brand-violet {
  color: #6A5772;
  border-color: #6A5772;
}
.btn-outline-brand-violet:hover {
  color: #FFFEFD;
  background-color: #6A5772;
  border-color: #6A5772;
}
.btn-check:focus + .btn-outline-brand-violet, .btn-outline-brand-violet:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(106, 87, 114, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(106, 87, 114, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet, .btn-check:active + .btn-outline-brand-violet, .btn-outline-brand-violet:active, .btn-outline-brand-violet.active, .btn-outline-brand-violet.dropdown-toggle.show {
  color: #FFFEFD;
  background-color: #6A5772;
  border-color: #6A5772;
}
.btn-check:checked + .btn-outline-brand-violet:focus, .btn-check:active + .btn-outline-brand-violet:focus, .btn-outline-brand-violet:active:focus, .btn-outline-brand-violet.active:focus, .btn-outline-brand-violet.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(106, 87, 114, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(106, 87, 114, 0.5);
}
.btn-outline-brand-violet:disabled, .btn-outline-brand-violet.disabled {
  color: #6A5772;
  background-color: transparent;
}

.btn-outline-brand-violet-5 {
  color: #f8f6f6;
  border-color: #f8f6f6;
}
.btn-outline-brand-violet-5:hover {
  color: #000;
  background-color: #f8f6f6;
  border-color: #f8f6f6;
}
.btn-check:focus + .btn-outline-brand-violet-5, .btn-outline-brand-violet-5:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 246, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 246, 246, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet-5, .btn-check:active + .btn-outline-brand-violet-5, .btn-outline-brand-violet-5:active, .btn-outline-brand-violet-5.active, .btn-outline-brand-violet-5.dropdown-toggle.show {
  color: #000;
  background-color: #f8f6f6;
  border-color: #f8f6f6;
}
.btn-check:checked + .btn-outline-brand-violet-5:focus, .btn-check:active + .btn-outline-brand-violet-5:focus, .btn-outline-brand-violet-5:active:focus, .btn-outline-brand-violet-5.active:focus, .btn-outline-brand-violet-5.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 246, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 246, 246, 0.5);
}
.btn-outline-brand-violet-5:disabled, .btn-outline-brand-violet-5.disabled {
  color: #f8f6f6;
  background-color: transparent;
}

.btn-outline-brand-violet-10 {
  color: #f0edef;
  border-color: #f0edef;
}
.btn-outline-brand-violet-10:hover {
  color: #000;
  background-color: #f0edef;
  border-color: #f0edef;
}
.btn-check:focus + .btn-outline-brand-violet-10, .btn-outline-brand-violet-10:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 237, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(240, 237, 239, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet-10, .btn-check:active + .btn-outline-brand-violet-10, .btn-outline-brand-violet-10:active, .btn-outline-brand-violet-10.active, .btn-outline-brand-violet-10.dropdown-toggle.show {
  color: #000;
  background-color: #f0edef;
  border-color: #f0edef;
}
.btn-check:checked + .btn-outline-brand-violet-10:focus, .btn-check:active + .btn-outline-brand-violet-10:focus, .btn-outline-brand-violet-10:active:focus, .btn-outline-brand-violet-10.active:focus, .btn-outline-brand-violet-10.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 237, 239, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(240, 237, 239, 0.5);
}
.btn-outline-brand-violet-10:disabled, .btn-outline-brand-violet-10.disabled {
  color: #f0edef;
  background-color: transparent;
}

.btn-outline-brand-violet-25 {
  color: #dad4da;
  border-color: #dad4da;
}
.btn-outline-brand-violet-25:hover {
  color: #000;
  background-color: #dad4da;
  border-color: #dad4da;
}
.btn-check:focus + .btn-outline-brand-violet-25, .btn-outline-brand-violet-25:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(218, 212, 218, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet-25, .btn-check:active + .btn-outline-brand-violet-25, .btn-outline-brand-violet-25:active, .btn-outline-brand-violet-25.active, .btn-outline-brand-violet-25.dropdown-toggle.show {
  color: #000;
  background-color: #dad4da;
  border-color: #dad4da;
}
.btn-check:checked + .btn-outline-brand-violet-25:focus, .btn-check:active + .btn-outline-brand-violet-25:focus, .btn-outline-brand-violet-25:active:focus, .btn-outline-brand-violet-25.active:focus, .btn-outline-brand-violet-25.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(218, 212, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(218, 212, 218, 0.5);
}
.btn-outline-brand-violet-25:disabled, .btn-outline-brand-violet-25.disabled {
  color: #dad4da;
  background-color: transparent;
}

.btn-outline-brand-violet-50 {
  color: #b5abb8;
  border-color: #b5abb8;
}
.btn-outline-brand-violet-50:hover {
  color: #000;
  background-color: #b5abb8;
  border-color: #b5abb8;
}
.btn-check:focus + .btn-outline-brand-violet-50, .btn-outline-brand-violet-50:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 171, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(181, 171, 184, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet-50, .btn-check:active + .btn-outline-brand-violet-50, .btn-outline-brand-violet-50:active, .btn-outline-brand-violet-50.active, .btn-outline-brand-violet-50.dropdown-toggle.show {
  color: #000;
  background-color: #b5abb8;
  border-color: #b5abb8;
}
.btn-check:checked + .btn-outline-brand-violet-50:focus, .btn-check:active + .btn-outline-brand-violet-50:focus, .btn-outline-brand-violet-50:active:focus, .btn-outline-brand-violet-50.active:focus, .btn-outline-brand-violet-50.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(181, 171, 184, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(181, 171, 184, 0.5);
}
.btn-outline-brand-violet-50:disabled, .btn-outline-brand-violet-50.disabled {
  color: #b5abb8;
  background-color: transparent;
}

.btn-outline-brand-violet-75 {
  color: #8f8195;
  border-color: #8f8195;
}
.btn-outline-brand-violet-75:hover {
  color: #000;
  background-color: #8f8195;
  border-color: #8f8195;
}
.btn-check:focus + .btn-outline-brand-violet-75, .btn-outline-brand-violet-75:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(143, 129, 149, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(143, 129, 149, 0.5);
}
.btn-check:checked + .btn-outline-brand-violet-75, .btn-check:active + .btn-outline-brand-violet-75, .btn-outline-brand-violet-75:active, .btn-outline-brand-violet-75.active, .btn-outline-brand-violet-75.dropdown-toggle.show {
  color: #000;
  background-color: #8f8195;
  border-color: #8f8195;
}
.btn-check:checked + .btn-outline-brand-violet-75:focus, .btn-check:active + .btn-outline-brand-violet-75:focus, .btn-outline-brand-violet-75:active:focus, .btn-outline-brand-violet-75.active:focus, .btn-outline-brand-violet-75.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(143, 129, 149, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(143, 129, 149, 0.5);
}
.btn-outline-brand-violet-75:disabled, .btn-outline-brand-violet-75.disabled {
  color: #8f8195;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #FFFEFD;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.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: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-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 rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #990000;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #B40000;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFEFD;
  border-color: #dee2e6 #dee2e6 #FFFEFD;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.29375rem;
  padding-bottom: 0.29375rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFEFD;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFEFD;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 254, 253, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 254, 253, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 254, 253, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFEFD;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 254, 253, 0.55);
  border-color: rgba(255, 254, 253, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 254, 253, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 254, 253, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFFEFD;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFEFD;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #FFFEFD;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #8a0000;
  background-color: #f5e6e6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238a0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #cc8080;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #FFFEFD;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #990000;
  text-decoration: none;
  background-color: #FFFEFD;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #B40000;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #B40000;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFEFD;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFEFD;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-gray-light {
  color: #5d5e60;
  background-color: #fbfbfc;
  border-color: #f8f9fa;
}
.alert-gray-light .alert-link {
  color: #4a4b4d;
}

.alert-gray-disabled {
  color: #363636;
  background-color: #dedede;
  border-color: #cecece;
}
.alert-gray-disabled .alert-link {
  color: #2b2b2b;
}

.alert-gray-disabled-light {
  color: #585858;
  background-color: #f8f8f8;
  border-color: #f4f4f4;
}
.alert-gray-disabled-light .alert-link {
  color: #464646;
}

.alert-primary {
  color: #5c0000;
  background-color: #ebcccc;
  border-color: #e0b3b3;
}
.alert-primary .alert-link {
  color: #4a0000;
}

.alert-secondary {
  color: #824737;
  background-color: #f7e4de;
  border-color: #f4d6ce;
}
.alert-secondary .alert-link {
  color: #68392c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #760000;
  background-color: #f3cccc;
  border-color: #edb3b3;
}
.alert-danger .alert-link {
  color: #5e0000;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-brand-red {
  color: #5c0000;
  background-color: #ebcccc;
  border-color: #e0b3b3;
}
.alert-brand-red .alert-link {
  color: #4a0000;
}

.alert-brand-red-5 {
  color: #646060;
  background-color: #fefcfc;
  border-color: #fefbfb;
}
.alert-brand-red-5 .alert-link {
  color: #504d4d;
}

.alert-brand-red-10 {
  color: #625c5b;
  background-color: #fdfafa;
  border-color: #fcf7f7;
}
.alert-brand-red-10 .alert-link {
  color: #4e4a49;
}

.alert-brand-red-25 {
  color: #5c4c4c;
  background-color: #faf2f2;
  border-color: #f8ecec;
}
.alert-brand-red-25 .alert-link {
  color: #4a3d3d;
}

.alert-brand-red-50 {
  color: #7a4c4c;
  background-color: #f5e5e5;
  border-color: #f0d9d9;
}
.alert-brand-red-50 .alert-link {
  color: #623d3d;
}

.alert-brand-red-75 {
  color: #6b2626;
  background-color: #f0d9d9;
  border-color: #e8c6c5;
}
.alert-brand-red-75 .alert-link {
  color: #561e1e;
}

.alert-brand-orange {
  color: #824737;
  background-color: #f7e4de;
  border-color: #f4d6ce;
}
.alert-brand-orange .alert-link {
  color: #68392c;
}

.alert-brand-orange-5 {
  color: #656362;
  background-color: #fffdfd;
  border-color: #fefdfc;
}
.alert-brand-orange-5 .alert-link {
  color: #514f4e;
}

.alert-brand-orange-10 {
  color: #64605f;
  background-color: #fefcfb;
  border-color: #fefbfa;
}
.alert-brand-orange-10 .alert-link {
  color: #504d4c;
}

.alert-brand-orange-25 {
  color: #625855;
  background-color: #fdf8f7;
  border-color: #fcf5f2;
}
.alert-brand-orange-25 .alert-link {
  color: #4e4644;
}

.alert-brand-orange-50 {
  color: #5e4b45;
  background-color: #fbf1ef;
  border-color: #f9ebe6;
}
.alert-brand-orange-50 .alert-link {
  color: #4b3c37;
}

.alert-brand-orange-75 {
  color: #885c4f;
  background-color: #f9ebe6;
  border-color: #f7e0da;
}
.alert-brand-orange-75 .alert-link {
  color: #6d4a3f;
}

.alert-brand-purple {
  color: #716477;
  background-color: #f2edf4;
  border-color: #ebe5ee;
}
.alert-brand-purple .alert-link {
  color: #5a505f;
}

.alert-brand-purple-5 {
  color: #656464;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-brand-purple-5 .alert-link {
  color: #515050;
}

.alert-brand-purple-10 {
  color: #636263;
  background-color: #fefdfe;
  border-color: #fdfcfd;
}
.alert-brand-purple-10 .alert-link {
  color: #4f4e4f;
}

.alert-brand-purple-25 {
  color: #605d60;
  background-color: #fcfafc;
  border-color: #faf8fb;
}
.alert-brand-purple-25 .alert-link {
  color: #4d4a4d;
}

.alert-brand-purple-50 {
  color: #59545a;
  background-color: #f8f6f9;
  border-color: #f5f2f6;
}
.alert-brand-purple-50 .alert-link {
  color: #474348;
}

.alert-brand-purple-75 {
  color: #524c55;
  background-color: #f5f2f7;
  border-color: #f0ebf2;
}
.alert-brand-purple-75 .alert-link {
  color: #423d44;
}

.alert-brand-night {
  color: #281f2b;
  background-color: #d9d6da;
  border-color: #c6c2c8;
}
.alert-brand-night .alert-link {
  color: #201922;
}

.alert-brand-night-5 {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-brand-night-5 .alert-link {
  color: #4e4e4e;
}

.alert-brand-night-10 {
  color: #5e5e5e;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}
.alert-brand-night-10 .alert-link {
  color: #4b4b4b;
}

.alert-brand-night-25 {
  color: #535253;
  background-color: #f6f5f6;
  border-color: #f1f0f1;
}
.alert-brand-night-25 .alert-link {
  color: #424242;
}

.alert-brand-night-50 {
  color: #615c61;
  background-color: #ecebec;
  border-color: #e3e0e3;
}
.alert-brand-night-50 .alert-link {
  color: #4e4a4e;
}

.alert-brand-night-75 {
  color: #443e46;
  background-color: #e3e1e3;
  border-color: #d4d1d6;
}
.alert-brand-night-75 .alert-link {
  color: #363238;
}

.alert-brand-dusty-pink {
  color: #5c5659;
  background-color: #faf7f8;
  border-color: #f7f3f5;
}
.alert-brand-dusty-pink .alert-link {
  color: #4a4547;
}

.alert-brand-dusty-pink-5 {
  color: #666564;
  background-color: #fffefe;
  border-color: #fffefe;
}
.alert-brand-dusty-pink-5 .alert-link {
  color: #525150;
}

.alert-brand-dusty-pink-10 {
  color: #656464;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-brand-dusty-pink-10 .alert-link {
  color: #515050;
}

.alert-brand-dusty-pink-25 {
  color: #646262;
  background-color: #fefdfd;
  border-color: #fdfcfc;
}
.alert-brand-dusty-pink-25 .alert-link {
  color: #504e4e;
}

.alert-brand-dusty-pink-50 {
  color: #615e5f;
  background-color: #fcfbfc;
  border-color: #fbf9fa;
}
.alert-brand-dusty-pink-50 .alert-link {
  color: #4e4b4c;
}

.alert-brand-dusty-pink-75 {
  color: #5e5a5c;
  background-color: #fbf9fa;
  border-color: #f9f6f8;
}
.alert-brand-dusty-pink-75 .alert-link {
  color: #4b484a;
}

.alert-brand-violet {
  color: #403444;
  background-color: #e1dde3;
  border-color: #d2cdd5;
}
.alert-brand-violet .alert-link {
  color: #332a36;
}

.alert-brand-violet-5 {
  color: #636262;
  background-color: #fefdfd;
  border-color: #fdfcfc;
}
.alert-brand-violet-5 .alert-link {
  color: #4f4e4e;
}

.alert-brand-violet-10 {
  color: #605f60;
  background-color: #fcfbfc;
  border-color: #fbfafa;
}
.alert-brand-violet-10 .alert-link {
  color: #4d4c4d;
}

.alert-brand-violet-25 {
  color: #575557;
  background-color: #f8f6f8;
  border-color: #f4f2f4;
}
.alert-brand-violet-25 .alert-link {
  color: #464446;
}

.alert-brand-violet-50 {
  color: #6d676e;
  background-color: #f0eef1;
  border-color: #e9e6ea;
}
.alert-brand-violet-50 .alert-link {
  color: #575258;
}

.alert-brand-violet-75 {
  color: #564d59;
  background-color: #e9e6ea;
  border-color: #ddd9df;
}
.alert-brand-violet-75 .alert-link {
  color: #453e47;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #FFFEFD;
  text-align: center;
  white-space: nowrap;
  background-color: #990000;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 254, 253, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 254, 253, 0.15) 50%, rgba(255, 254, 253, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFEFD;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFEFD;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFEFD;
  background-color: #990000;
  border-color: #990000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-gray-light {
  color: #5d5e60;
  background-color: #fbfbfc;
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #5d5e60;
  background-color: #e2e2e3;
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5d5e60;
  border-color: #5d5e60;
}

.list-group-item-gray-disabled {
  color: #363636;
  background-color: #dedede;
}
.list-group-item-gray-disabled.list-group-item-action:hover, .list-group-item-gray-disabled.list-group-item-action:focus {
  color: #363636;
  background-color: #c8c8c8;
}
.list-group-item-gray-disabled.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #363636;
  border-color: #363636;
}

.list-group-item-gray-disabled-light {
  color: #585858;
  background-color: #f8f8f8;
}
.list-group-item-gray-disabled-light.list-group-item-action:hover, .list-group-item-gray-disabled-light.list-group-item-action:focus {
  color: #585858;
  background-color: #dfdfdf;
}
.list-group-item-gray-disabled-light.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #585858;
  border-color: #585858;
}

.list-group-item-primary {
  color: #5c0000;
  background-color: #ebcccc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #5c0000;
  background-color: #d4b8b8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5c0000;
  border-color: #5c0000;
}

.list-group-item-secondary {
  color: #824737;
  background-color: #f7e4de;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #824737;
  background-color: #decdc8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #824737;
  border-color: #824737;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #760000;
  background-color: #f3cccc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #760000;
  background-color: #dbb8b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #760000;
  border-color: #760000;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-brand-red {
  color: #5c0000;
  background-color: #ebcccc;
}
.list-group-item-brand-red.list-group-item-action:hover, .list-group-item-brand-red.list-group-item-action:focus {
  color: #5c0000;
  background-color: #d4b8b8;
}
.list-group-item-brand-red.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5c0000;
  border-color: #5c0000;
}

.list-group-item-brand-red-5 {
  color: #646060;
  background-color: #fefcfc;
}
.list-group-item-brand-red-5.list-group-item-action:hover, .list-group-item-brand-red-5.list-group-item-action:focus {
  color: #646060;
  background-color: #e5e3e3;
}
.list-group-item-brand-red-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #646060;
  border-color: #646060;
}

.list-group-item-brand-red-10 {
  color: #625c5b;
  background-color: #fdfafa;
}
.list-group-item-brand-red-10.list-group-item-action:hover, .list-group-item-brand-red-10.list-group-item-action:focus {
  color: #625c5b;
  background-color: #e4e1e1;
}
.list-group-item-brand-red-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #625c5b;
  border-color: #625c5b;
}

.list-group-item-brand-red-25 {
  color: #5c4c4c;
  background-color: #faf2f2;
}
.list-group-item-brand-red-25.list-group-item-action:hover, .list-group-item-brand-red-25.list-group-item-action:focus {
  color: #5c4c4c;
  background-color: #e1dada;
}
.list-group-item-brand-red-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5c4c4c;
  border-color: #5c4c4c;
}

.list-group-item-brand-red-50 {
  color: #7a4c4c;
  background-color: #f5e5e5;
}
.list-group-item-brand-red-50.list-group-item-action:hover, .list-group-item-brand-red-50.list-group-item-action:focus {
  color: #7a4c4c;
  background-color: #ddcece;
}
.list-group-item-brand-red-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #7a4c4c;
  border-color: #7a4c4c;
}

.list-group-item-brand-red-75 {
  color: #6b2626;
  background-color: #f0d9d9;
}
.list-group-item-brand-red-75.list-group-item-action:hover, .list-group-item-brand-red-75.list-group-item-action:focus {
  color: #6b2626;
  background-color: #d8c3c3;
}
.list-group-item-brand-red-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #6b2626;
  border-color: #6b2626;
}

.list-group-item-brand-orange {
  color: #824737;
  background-color: #f7e4de;
}
.list-group-item-brand-orange.list-group-item-action:hover, .list-group-item-brand-orange.list-group-item-action:focus {
  color: #824737;
  background-color: #decdc8;
}
.list-group-item-brand-orange.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #824737;
  border-color: #824737;
}

.list-group-item-brand-orange-5 {
  color: #656362;
  background-color: #fffdfd;
}
.list-group-item-brand-orange-5.list-group-item-action:hover, .list-group-item-brand-orange-5.list-group-item-action:focus {
  color: #656362;
  background-color: #e6e4e4;
}
.list-group-item-brand-orange-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #656362;
  border-color: #656362;
}

.list-group-item-brand-orange-10 {
  color: #64605f;
  background-color: #fefcfb;
}
.list-group-item-brand-orange-10.list-group-item-action:hover, .list-group-item-brand-orange-10.list-group-item-action:focus {
  color: #64605f;
  background-color: #e5e3e2;
}
.list-group-item-brand-orange-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #64605f;
  border-color: #64605f;
}

.list-group-item-brand-orange-25 {
  color: #625855;
  background-color: #fdf8f7;
}
.list-group-item-brand-orange-25.list-group-item-action:hover, .list-group-item-brand-orange-25.list-group-item-action:focus {
  color: #625855;
  background-color: #e4dfde;
}
.list-group-item-brand-orange-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #625855;
  border-color: #625855;
}

.list-group-item-brand-orange-50 {
  color: #5e4b45;
  background-color: #fbf1ef;
}
.list-group-item-brand-orange-50.list-group-item-action:hover, .list-group-item-brand-orange-50.list-group-item-action:focus {
  color: #5e4b45;
  background-color: #e2d9d7;
}
.list-group-item-brand-orange-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5e4b45;
  border-color: #5e4b45;
}

.list-group-item-brand-orange-75 {
  color: #885c4f;
  background-color: #f9ebe6;
}
.list-group-item-brand-orange-75.list-group-item-action:hover, .list-group-item-brand-orange-75.list-group-item-action:focus {
  color: #885c4f;
  background-color: #e0d4cf;
}
.list-group-item-brand-orange-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #885c4f;
  border-color: #885c4f;
}

.list-group-item-brand-purple {
  color: #716477;
  background-color: #f2edf4;
}
.list-group-item-brand-purple.list-group-item-action:hover, .list-group-item-brand-purple.list-group-item-action:focus {
  color: #716477;
  background-color: #dad5dc;
}
.list-group-item-brand-purple.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #716477;
  border-color: #716477;
}

.list-group-item-brand-purple-5 {
  color: #656464;
  background-color: #fefefe;
}
.list-group-item-brand-purple-5.list-group-item-action:hover, .list-group-item-brand-purple-5.list-group-item-action:focus {
  color: #656464;
  background-color: #e5e5e5;
}
.list-group-item-brand-purple-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #656464;
  border-color: #656464;
}

.list-group-item-brand-purple-10 {
  color: #636263;
  background-color: #fefdfe;
}
.list-group-item-brand-purple-10.list-group-item-action:hover, .list-group-item-brand-purple-10.list-group-item-action:focus {
  color: #636263;
  background-color: #e5e4e5;
}
.list-group-item-brand-purple-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #636263;
  border-color: #636263;
}

.list-group-item-brand-purple-25 {
  color: #605d60;
  background-color: #fcfafc;
}
.list-group-item-brand-purple-25.list-group-item-action:hover, .list-group-item-brand-purple-25.list-group-item-action:focus {
  color: #605d60;
  background-color: #e3e1e3;
}
.list-group-item-brand-purple-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #605d60;
  border-color: #605d60;
}

.list-group-item-brand-purple-50 {
  color: #59545a;
  background-color: #f8f6f9;
}
.list-group-item-brand-purple-50.list-group-item-action:hover, .list-group-item-brand-purple-50.list-group-item-action:focus {
  color: #59545a;
  background-color: #dfdde0;
}
.list-group-item-brand-purple-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #59545a;
  border-color: #59545a;
}

.list-group-item-brand-purple-75 {
  color: #524c55;
  background-color: #f5f2f7;
}
.list-group-item-brand-purple-75.list-group-item-action:hover, .list-group-item-brand-purple-75.list-group-item-action:focus {
  color: #524c55;
  background-color: #dddade;
}
.list-group-item-brand-purple-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #524c55;
  border-color: #524c55;
}

.list-group-item-brand-night {
  color: #281f2b;
  background-color: #d9d6da;
}
.list-group-item-brand-night.list-group-item-action:hover, .list-group-item-brand-night.list-group-item-action:focus {
  color: #281f2b;
  background-color: #c3c1c4;
}
.list-group-item-brand-night.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #281f2b;
  border-color: #281f2b;
}

.list-group-item-brand-night-5 {
  color: #626262;
  background-color: #fdfdfd;
}
.list-group-item-brand-night-5.list-group-item-action:hover, .list-group-item-brand-night-5.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-brand-night-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-brand-night-10 {
  color: #5e5e5e;
  background-color: #fbfbfb;
}
.list-group-item-brand-night-10.list-group-item-action:hover, .list-group-item-brand-night-10.list-group-item-action:focus {
  color: #5e5e5e;
  background-color: #e2e2e2;
}
.list-group-item-brand-night-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.list-group-item-brand-night-25 {
  color: #535253;
  background-color: #f6f5f6;
}
.list-group-item-brand-night-25.list-group-item-action:hover, .list-group-item-brand-night-25.list-group-item-action:focus {
  color: #535253;
  background-color: #dddddd;
}
.list-group-item-brand-night-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #535253;
  border-color: #535253;
}

.list-group-item-brand-night-50 {
  color: #615c61;
  background-color: #ecebec;
}
.list-group-item-brand-night-50.list-group-item-action:hover, .list-group-item-brand-night-50.list-group-item-action:focus {
  color: #615c61;
  background-color: #d4d4d4;
}
.list-group-item-brand-night-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #615c61;
  border-color: #615c61;
}

.list-group-item-brand-night-75 {
  color: #443e46;
  background-color: #e3e1e3;
}
.list-group-item-brand-night-75.list-group-item-action:hover, .list-group-item-brand-night-75.list-group-item-action:focus {
  color: #443e46;
  background-color: #cccbcc;
}
.list-group-item-brand-night-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #443e46;
  border-color: #443e46;
}

.list-group-item-brand-dusty-pink {
  color: #5c5659;
  background-color: #faf7f8;
}
.list-group-item-brand-dusty-pink.list-group-item-action:hover, .list-group-item-brand-dusty-pink.list-group-item-action:focus {
  color: #5c5659;
  background-color: #e1dedf;
}
.list-group-item-brand-dusty-pink.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5c5659;
  border-color: #5c5659;
}

.list-group-item-brand-dusty-pink-5 {
  color: #666564;
  background-color: #fffefe;
}
.list-group-item-brand-dusty-pink-5.list-group-item-action:hover, .list-group-item-brand-dusty-pink-5.list-group-item-action:focus {
  color: #666564;
  background-color: #e6e5e5;
}
.list-group-item-brand-dusty-pink-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #666564;
  border-color: #666564;
}

.list-group-item-brand-dusty-pink-10 {
  color: #656464;
  background-color: #fefefe;
}
.list-group-item-brand-dusty-pink-10.list-group-item-action:hover, .list-group-item-brand-dusty-pink-10.list-group-item-action:focus {
  color: #656464;
  background-color: #e5e5e5;
}
.list-group-item-brand-dusty-pink-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #656464;
  border-color: #656464;
}

.list-group-item-brand-dusty-pink-25 {
  color: #646262;
  background-color: #fefdfd;
}
.list-group-item-brand-dusty-pink-25.list-group-item-action:hover, .list-group-item-brand-dusty-pink-25.list-group-item-action:focus {
  color: #646262;
  background-color: #e5e4e4;
}
.list-group-item-brand-dusty-pink-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #646262;
  border-color: #646262;
}

.list-group-item-brand-dusty-pink-50 {
  color: #615e5f;
  background-color: #fcfbfc;
}
.list-group-item-brand-dusty-pink-50.list-group-item-action:hover, .list-group-item-brand-dusty-pink-50.list-group-item-action:focus {
  color: #615e5f;
  background-color: #e3e2e3;
}
.list-group-item-brand-dusty-pink-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #615e5f;
  border-color: #615e5f;
}

.list-group-item-brand-dusty-pink-75 {
  color: #5e5a5c;
  background-color: #fbf9fa;
}
.list-group-item-brand-dusty-pink-75.list-group-item-action:hover, .list-group-item-brand-dusty-pink-75.list-group-item-action:focus {
  color: #5e5a5c;
  background-color: #e2e0e1;
}
.list-group-item-brand-dusty-pink-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #5e5a5c;
  border-color: #5e5a5c;
}

.list-group-item-brand-violet {
  color: #403444;
  background-color: #e1dde3;
}
.list-group-item-brand-violet.list-group-item-action:hover, .list-group-item-brand-violet.list-group-item-action:focus {
  color: #403444;
  background-color: #cbc7cc;
}
.list-group-item-brand-violet.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #403444;
  border-color: #403444;
}

.list-group-item-brand-violet-5 {
  color: #636262;
  background-color: #fefdfd;
}
.list-group-item-brand-violet-5.list-group-item-action:hover, .list-group-item-brand-violet-5.list-group-item-action:focus {
  color: #636262;
  background-color: #e5e4e4;
}
.list-group-item-brand-violet-5.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #636262;
  border-color: #636262;
}

.list-group-item-brand-violet-10 {
  color: #605f60;
  background-color: #fcfbfc;
}
.list-group-item-brand-violet-10.list-group-item-action:hover, .list-group-item-brand-violet-10.list-group-item-action:focus {
  color: #605f60;
  background-color: #e3e2e3;
}
.list-group-item-brand-violet-10.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #605f60;
  border-color: #605f60;
}

.list-group-item-brand-violet-25 {
  color: #575557;
  background-color: #f8f6f8;
}
.list-group-item-brand-violet-25.list-group-item-action:hover, .list-group-item-brand-violet-25.list-group-item-action:focus {
  color: #575557;
  background-color: #dfdddf;
}
.list-group-item-brand-violet-25.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #575557;
  border-color: #575557;
}

.list-group-item-brand-violet-50 {
  color: #6d676e;
  background-color: #f0eef1;
}
.list-group-item-brand-violet-50.list-group-item-action:hover, .list-group-item-brand-violet-50.list-group-item-action:focus {
  color: #6d676e;
  background-color: #d8d6d9;
}
.list-group-item-brand-violet-50.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #6d676e;
  border-color: #6d676e;
}

.list-group-item-brand-violet-75 {
  color: #564d59;
  background-color: #e9e6ea;
}
.list-group-item-brand-violet-75.list-group-item-action:hover, .list-group-item-brand-violet-75.list-group-item-action:focus {
  color: #564d59;
  background-color: #d2cfd3;
}
.list-group-item-brand-violet-75.list-group-item-action.active {
  color: #FFFEFD;
  background-color: #564d59;
  border-color: #564d59;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(153, 0, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 254, 253, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 20px;
}

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

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFEFD;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.65;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFEFD;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover-body {
  padding: 1rem 1rem;
  color: #000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFEFD;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFEFD;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFEFD'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFEFD'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFEFD;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFEFD;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

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

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

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

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-gray-light {
  color: #e9ecef;
}
.link-gray-light:hover, .link-gray-light:focus {
  color: #edf0f2;
}

.link-gray-disabled {
  color: #5A5A5A;
}
.link-gray-disabled:hover, .link-gray-disabled:focus {
  color: #484848;
}

.link-gray-disabled-light {
  color: #DBDBDB;
}
.link-gray-disabled-light:hover, .link-gray-disabled-light:focus {
  color: #e2e2e2;
}

.link-primary {
  color: #990000;
}
.link-primary:hover, .link-primary:focus {
  color: #7a0000;
}

.link-secondary {
  color: #D9775C;
}
.link-secondary:hover, .link-secondary:focus {
  color: #e1927d;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #479f76;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #C40000;
}
.link-danger:hover, .link-danger:focus {
  color: #9d0000;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-brand-red {
  color: #990000;
}
.link-brand-red:hover, .link-brand-red:focus {
  color: #7a0000;
}

.link-brand-red-5 {
  color: #faf1f0;
}
.link-brand-red-5:hover, .link-brand-red-5:focus {
  color: #fbf4f3;
}

.link-brand-red-10 {
  color: #f5e5e4;
}
.link-brand-red-10:hover, .link-brand-red-10:focus {
  color: #f7eae9;
}

.link-brand-red-25 {
  color: #e6bfbe;
}
.link-brand-red-25:hover, .link-brand-red-25:focus {
  color: #ebcccb;
}

.link-brand-red-50 {
  color: #cc7f7f;
}
.link-brand-red-50:hover, .link-brand-red-50:focus {
  color: #d69999;
}

.link-brand-red-75 {
  color: #b3403f;
}
.link-brand-red-75:hover, .link-brand-red-75:focus {
  color: #8f3332;
}

.link-brand-orange {
  color: #D9775C;
}
.link-brand-orange:hover, .link-brand-orange:focus {
  color: #e1927d;
}

.link-brand-orange-5 {
  color: #fdf7f5;
}
.link-brand-orange-5:hover, .link-brand-orange-5:focus {
  color: #fdf9f7;
}

.link-brand-orange-10 {
  color: #fbf1ed;
}
.link-brand-orange-10:hover, .link-brand-orange-10:focus {
  color: #fcf4f1;
}

.link-brand-orange-25 {
  color: #f6dcd5;
}
.link-brand-orange-25:hover, .link-brand-orange-25:focus {
  color: #f8e3dd;
}

.link-brand-orange-50 {
  color: #ecbbad;
}
.link-brand-orange-50:hover, .link-brand-orange-50:focus {
  color: #f0c9bd;
}

.link-brand-orange-75 {
  color: #e39984;
}
.link-brand-orange-75:hover, .link-brand-orange-75:focus {
  color: #e9ad9d;
}

.link-brand-purple {
  color: #BDA7C7;
}
.link-brand-purple:hover, .link-brand-purple:focus {
  color: #cab9d2;
}

.link-brand-purple-5 {
  color: #fcfafa;
}
.link-brand-purple-5:hover, .link-brand-purple-5:focus {
  color: #fdfbfb;
}

.link-brand-purple-10 {
  color: #f8f5f8;
}
.link-brand-purple-10:hover, .link-brand-purple-10:focus {
  color: #f9f7f9;
}

.link-brand-purple-25 {
  color: #efe8f0;
}
.link-brand-purple-25:hover, .link-brand-purple-25:focus {
  color: #f2edf3;
}

.link-brand-purple-50 {
  color: #ded3e2;
}
.link-brand-purple-50:hover, .link-brand-purple-50:focus {
  color: #e5dce8;
}

.link-brand-purple-75 {
  color: #cebdd5;
}
.link-brand-purple-75:hover, .link-brand-purple-75:focus {
  color: #d8cadd;
}

.link-brand-night {
  color: #423447;
}
.link-brand-night:hover, .link-brand-night:focus {
  color: #352a39;
}

.link-brand-night-5 {
  color: #f6f4f4;
}
.link-brand-night-5:hover, .link-brand-night-5:focus {
  color: #f8f6f6;
}

.link-brand-night-10 {
  color: #eceaeb;
}
.link-brand-night-10:hover, .link-brand-night-10:focus {
  color: #f0eeef;
}

.link-brand-night-25 {
  color: #d0ccd0;
}
.link-brand-night-25:hover, .link-brand-night-25:focus {
  color: #d9d6d9;
}

.link-brand-night-50 {
  color: #a199a2;
}
.link-brand-night-50:hover, .link-brand-night-50:focus {
  color: #b4adb5;
}

.link-brand-night-75 {
  color: #716775;
}
.link-brand-night-75:hover, .link-brand-night-75:focus {
  color: #5a525e;
}

.link-brand-dusty-pink {
  color: #E5D8DE;
}
.link-brand-dusty-pink:hover, .link-brand-dusty-pink:focus {
  color: #eae0e5;
}

.link-brand-dusty-pink-5 {
  color: #fefcfb;
}
.link-brand-dusty-pink-5:hover, .link-brand-dusty-pink-5:focus {
  color: #fefdfc;
}

.link-brand-dusty-pink-10 {
  color: #fcfafa;
}
.link-brand-dusty-pink-10:hover, .link-brand-dusty-pink-10:focus {
  color: #fdfbfb;
}

.link-brand-dusty-pink-25 {
  color: #f9f5f5;
}
.link-brand-dusty-pink-25:hover, .link-brand-dusty-pink-25:focus {
  color: #faf7f7;
}

.link-brand-dusty-pink-50 {
  color: #f2ebee;
}
.link-brand-dusty-pink-50:hover, .link-brand-dusty-pink-50:focus {
  color: #f5eff1;
}

.link-brand-dusty-pink-75 {
  color: #ece2e6;
}
.link-brand-dusty-pink-75:hover, .link-brand-dusty-pink-75:focus {
  color: #f0e8eb;
}

.link-brand-violet {
  color: #6A5772;
}
.link-brand-violet:hover, .link-brand-violet:focus {
  color: #55465b;
}

.link-brand-violet-5 {
  color: #f8f6f6;
}
.link-brand-violet-5:hover, .link-brand-violet-5:focus {
  color: #f9f8f8;
}

.link-brand-violet-10 {
  color: #f0edef;
}
.link-brand-violet-10:hover, .link-brand-violet-10:focus {
  color: #f3f1f2;
}

.link-brand-violet-25 {
  color: #dad4da;
}
.link-brand-violet-25:hover, .link-brand-violet-25:focus {
  color: #e1dde1;
}

.link-brand-violet-50 {
  color: #b5abb8;
}
.link-brand-violet-50:hover, .link-brand-violet-50:focus {
  color: #c4bcc6;
}

.link-brand-violet-75 {
  color: #8f8195;
}
.link-brand-violet-75:hover, .link-brand-violet-75:focus {
  color: #a59aaa;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-30x9 {
  --bs-aspect-ratio: 30%;
}

.ratio-1x4vh {
  --bs-aspect-ratio: 25vh;
}

.ratio-2x4vh {
  --bs-aspect-ratio: 50vh;
}

.ratio-3x4vh {
  --bs-aspect-ratio: 75vh;
}

.ratio-4x4vh {
  --bs-aspect-ratio: 100vh;
}

@media (min-width: 576px) {
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
  }

  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75%;
  }

  .ratio-sm-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-sm-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .ratio-sm-30x9 {
    --bs-aspect-ratio: 30%;
  }

  .ratio-sm-1x4vh {
    --bs-aspect-ratio: 25vh;
  }

  .ratio-sm-2x4vh {
    --bs-aspect-ratio: 50vh;
  }

  .ratio-sm-3x4vh {
    --bs-aspect-ratio: 75vh;
  }

  .ratio-sm-4x4vh {
    --bs-aspect-ratio: 100vh;
  }
}
@media (min-width: 768px) {
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
  }

  .ratio-md-4x3 {
    --bs-aspect-ratio: 75%;
  }

  .ratio-md-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-md-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .ratio-md-30x9 {
    --bs-aspect-ratio: 30%;
  }

  .ratio-md-1x4vh {
    --bs-aspect-ratio: 25vh;
  }

  .ratio-md-2x4vh {
    --bs-aspect-ratio: 50vh;
  }

  .ratio-md-3x4vh {
    --bs-aspect-ratio: 75vh;
  }

  .ratio-md-4x4vh {
    --bs-aspect-ratio: 100vh;
  }
}
@media (min-width: 992px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
  }

  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
  }

  .ratio-lg-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-lg-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .ratio-lg-30x9 {
    --bs-aspect-ratio: 30%;
  }

  .ratio-lg-1x4vh {
    --bs-aspect-ratio: 25vh;
  }

  .ratio-lg-2x4vh {
    --bs-aspect-ratio: 50vh;
  }

  .ratio-lg-3x4vh {
    --bs-aspect-ratio: 75vh;
  }

  .ratio-lg-4x4vh {
    --bs-aspect-ratio: 100vh;
  }
}
@media (min-width: 1200px) {
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100%;
  }

  .ratio-xl-4x3 {
    --bs-aspect-ratio: 75%;
  }

  .ratio-xl-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-xl-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .ratio-xl-30x9 {
    --bs-aspect-ratio: 30%;
  }

  .ratio-xl-1x4vh {
    --bs-aspect-ratio: 25vh;
  }

  .ratio-xl-2x4vh {
    --bs-aspect-ratio: 50vh;
  }

  .ratio-xl-3x4vh {
    --bs-aspect-ratio: 75vh;
  }

  .ratio-xl-4x4vh {
    --bs-aspect-ratio: 100vh;
  }
}
@media (min-width: 1400px) {
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
  }

  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75%;
  }

  .ratio-xxl-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-xxl-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .ratio-xxl-30x9 {
    --bs-aspect-ratio: 30%;
  }

  .ratio-xxl-1x4vh {
    --bs-aspect-ratio: 25vh;
  }

  .ratio-xxl-2x4vh {
    --bs-aspect-ratio: 50vh;
  }

  .ratio-xxl-3x4vh {
    --bs-aspect-ratio: 75vh;
  }

  .ratio-xxl-4x4vh {
    --bs-aspect-ratio: 100vh;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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: -ms-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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-gray-light {
  border-color: #e9ecef !important;
}

.border-gray-disabled {
  border-color: #5A5A5A !important;
}

.border-gray-disabled-light {
  border-color: #DBDBDB !important;
}

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

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

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

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

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

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

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

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

.border-brand-red {
  border-color: #990000 !important;
}

.border-brand-red-5 {
  border-color: #faf1f0 !important;
}

.border-brand-red-10 {
  border-color: #f5e5e4 !important;
}

.border-brand-red-25 {
  border-color: #e6bfbe !important;
}

.border-brand-red-50 {
  border-color: #cc7f7f !important;
}

.border-brand-red-75 {
  border-color: #b3403f !important;
}

.border-brand-orange {
  border-color: #D9775C !important;
}

.border-brand-orange-5 {
  border-color: #fdf7f5 !important;
}

.border-brand-orange-10 {
  border-color: #fbf1ed !important;
}

.border-brand-orange-25 {
  border-color: #f6dcd5 !important;
}

.border-brand-orange-50 {
  border-color: #ecbbad !important;
}

.border-brand-orange-75 {
  border-color: #e39984 !important;
}

.border-brand-purple {
  border-color: #BDA7C7 !important;
}

.border-brand-purple-5 {
  border-color: #fcfafa !important;
}

.border-brand-purple-10 {
  border-color: #f8f5f8 !important;
}

.border-brand-purple-25 {
  border-color: #efe8f0 !important;
}

.border-brand-purple-50 {
  border-color: #ded3e2 !important;
}

.border-brand-purple-75 {
  border-color: #cebdd5 !important;
}

.border-brand-night {
  border-color: #423447 !important;
}

.border-brand-night-5 {
  border-color: #f6f4f4 !important;
}

.border-brand-night-10 {
  border-color: #eceaeb !important;
}

.border-brand-night-25 {
  border-color: #d0ccd0 !important;
}

.border-brand-night-50 {
  border-color: #a199a2 !important;
}

.border-brand-night-75 {
  border-color: #716775 !important;
}

.border-brand-dusty-pink {
  border-color: #E5D8DE !important;
}

.border-brand-dusty-pink-5 {
  border-color: #fefcfb !important;
}

.border-brand-dusty-pink-10 {
  border-color: #fcfafa !important;
}

.border-brand-dusty-pink-25 {
  border-color: #f9f5f5 !important;
}

.border-brand-dusty-pink-50 {
  border-color: #f2ebee !important;
}

.border-brand-dusty-pink-75 {
  border-color: #ece2e6 !important;
}

.border-brand-violet {
  border-color: #6A5772 !important;
}

.border-brand-violet-5 {
  border-color: #f8f6f6 !important;
}

.border-brand-violet-10 {
  border-color: #f0edef !important;
}

.border-brand-violet-25 {
  border-color: #dad4da !important;
}

.border-brand-violet-50 {
  border-color: #b5abb8 !important;
}

.border-brand-violet-75 {
  border-color: #8f8195 !important;
}

.border-white {
  border-color: #FFFEFD !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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.gap-25em {
  gap: 0.25em !important;
}

.gap-5em {
  gap: 0.5em !important;
}

.gap-75em {
  gap: 0.75em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-4px {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-128 {
  gap: 128px !important;
}

.gap-144 {
  gap: 144px !important;
}

.gap-176 {
  gap: 176px !important;
}

.gap-200 {
  gap: 200px !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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-25em {
  margin: 0.25em !important;
}

.m-5em {
  margin: 0.5em !important;
}

.m-75em {
  margin: 0.75em !important;
}

.m-1em {
  margin: 1em !important;
}

.m-4px {
  margin: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-128 {
  margin: 128px !important;
}

.m-144 {
  margin: 144px !important;
}

.m-176 {
  margin: 176px !important;
}

.m-200 {
  margin: 200px !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-25em {
  margin-right: 0.25em !important;
  margin-left: 0.25em !important;
}

.mx-5em {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}

.mx-75em {
  margin-right: 0.75em !important;
  margin-left: 0.75em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !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-25em {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.my-5em {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my-75em {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !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-25em {
  margin-top: 0.25em !important;
}

.mt-5em {
  margin-top: 0.5em !important;
}

.mt-75em {
  margin-top: 0.75em !important;
}

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

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

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-176 {
  margin-top: 176px !important;
}

.mt-200 {
  margin-top: 200px !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-25em {
  margin-right: 0.25em !important;
}

.me-5em {
  margin-right: 0.5em !important;
}

.me-75em {
  margin-right: 0.75em !important;
}

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

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

.me-8 {
  margin-right: 8px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.me-16 {
  margin-right: 16px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.me-32 {
  margin-right: 32px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-48 {
  margin-right: 48px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-64 {
  margin-right: 64px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-128 {
  margin-right: 128px !important;
}

.me-144 {
  margin-right: 144px !important;
}

.me-176 {
  margin-right: 176px !important;
}

.me-200 {
  margin-right: 200px !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-25em {
  margin-bottom: 0.25em !important;
}

.mb-5em {
  margin-bottom: 0.5em !important;
}

.mb-75em {
  margin-bottom: 0.75em !important;
}

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

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

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-144 {
  margin-bottom: 144px !important;
}

.mb-176 {
  margin-bottom: 176px !important;
}

.mb-200 {
  margin-bottom: 200px !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-25em {
  margin-left: 0.25em !important;
}

.ms-5em {
  margin-left: 0.5em !important;
}

.ms-75em {
  margin-left: 0.75em !important;
}

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

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

.ms-8 {
  margin-left: 8px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.ms-16 {
  margin-left: 16px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.ms-32 {
  margin-left: 32px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-48 {
  margin-left: 48px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-64 {
  margin-left: 64px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-128 {
  margin-left: 128px !important;
}

.ms-144 {
  margin-left: 144px !important;
}

.ms-176 {
  margin-left: 176px !important;
}

.ms-200 {
  margin-left: 200px !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;
}

.p-25em {
  padding: 0.25em !important;
}

.p-5em {
  padding: 0.5em !important;
}

.p-75em {
  padding: 0.75em !important;
}

.p-1em {
  padding: 1em !important;
}

.p-4px {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-128 {
  padding: 128px !important;
}

.p-144 {
  padding: 144px !important;
}

.p-176 {
  padding: 176px !important;
}

.p-200 {
  padding: 200px !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;
}

.px-25em {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

.px-5em {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

.px-75em {
  padding-right: 0.75em !important;
  padding-left: 0.75em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !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;
}

.py-25em {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.py-5em {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-75em {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !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;
}

.pt-25em {
  padding-top: 0.25em !important;
}

.pt-5em {
  padding-top: 0.5em !important;
}

.pt-75em {
  padding-top: 0.75em !important;
}

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

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

.pt-8 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.pt-144 {
  padding-top: 144px !important;
}

.pt-176 {
  padding-top: 176px !important;
}

.pt-200 {
  padding-top: 200px !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;
}

.pe-25em {
  padding-right: 0.25em !important;
}

.pe-5em {
  padding-right: 0.5em !important;
}

.pe-75em {
  padding-right: 0.75em !important;
}

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

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

.pe-8 {
  padding-right: 8px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.pe-16 {
  padding-right: 16px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.pe-32 {
  padding-right: 32px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-48 {
  padding-right: 48px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-64 {
  padding-right: 64px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pe-128 {
  padding-right: 128px !important;
}

.pe-144 {
  padding-right: 144px !important;
}

.pe-176 {
  padding-right: 176px !important;
}

.pe-200 {
  padding-right: 200px !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;
}

.pb-25em {
  padding-bottom: 0.25em !important;
}

.pb-5em {
  padding-bottom: 0.5em !important;
}

.pb-75em {
  padding-bottom: 0.75em !important;
}

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

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

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.pb-144 {
  padding-bottom: 144px !important;
}

.pb-176 {
  padding-bottom: 176px !important;
}

.pb-200 {
  padding-bottom: 200px !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;
}

.ps-25em {
  padding-left: 0.25em !important;
}

.ps-5em {
  padding-left: 0.5em !important;
}

.ps-75em {
  padding-left: 0.75em !important;
}

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

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

.ps-8 {
  padding-left: 8px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.ps-16 {
  padding-left: 16px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.ps-32 {
  padding-left: 32px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-48 {
  padding-left: 48px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-64 {
  padding-left: 64px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.ps-128 {
  padding-left: 128px !important;
}

.ps-144 {
  padding-left: 144px !important;
}

.ps-176 {
  padding-left: 176px !important;
}

.ps-200 {
  padding-left: 200px !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.65 !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-gray-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-light-rgb), var(--bs-text-opacity)) !important;
}

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

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

.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-brand-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-red-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-brand-dusty-pink-5 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-dusty-pink-5-rgb), var(--bs-text-opacity)) !important;
}

.text-brand-dusty-pink-10 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-dusty-pink-10-rgb), var(--bs-text-opacity)) !important;
}

.text-brand-dusty-pink-25 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-dusty-pink-25-rgb), var(--bs-text-opacity)) !important;
}

.text-brand-dusty-pink-50 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-dusty-pink-50-rgb), var(--bs-text-opacity)) !important;
}

.text-brand-dusty-pink-75 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-dusty-pink-75-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

.text-brand-violet-75 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brand-violet-75-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, 254, 253, 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-gray-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-light-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.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-brand-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-brand-red-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-brand-violet-75 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-brand-violet-75-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;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .gap-sm-25em {
    gap: 0.25em !important;
  }

  .gap-sm-5em {
    gap: 0.5em !important;
  }

  .gap-sm-75em {
    gap: 0.75em !important;
  }

  .gap-sm-1em {
    gap: 1em !important;
  }

  .gap-sm-4px {
    gap: 4px !important;
  }

  .gap-sm-8 {
    gap: 8px !important;
  }

  .gap-sm-12 {
    gap: 12px !important;
  }

  .gap-sm-16 {
    gap: 16px !important;
  }

  .gap-sm-20 {
    gap: 20px !important;
  }

  .gap-sm-24 {
    gap: 24px !important;
  }

  .gap-sm-32 {
    gap: 32px !important;
  }

  .gap-sm-40 {
    gap: 40px !important;
  }

  .gap-sm-48 {
    gap: 48px !important;
  }

  .gap-sm-60 {
    gap: 60px !important;
  }

  .gap-sm-64 {
    gap: 64px !important;
  }

  .gap-sm-80 {
    gap: 80px !important;
  }

  .gap-sm-100 {
    gap: 100px !important;
  }

  .gap-sm-128 {
    gap: 128px !important;
  }

  .gap-sm-144 {
    gap: 144px !important;
  }

  .gap-sm-176 {
    gap: 176px !important;
  }

  .gap-sm-200 {
    gap: 200px !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

  .m-sm-25em {
    margin: 0.25em !important;
  }

  .m-sm-5em {
    margin: 0.5em !important;
  }

  .m-sm-75em {
    margin: 0.75em !important;
  }

  .m-sm-1em {
    margin: 1em !important;
  }

  .m-sm-4px {
    margin: 4px !important;
  }

  .m-sm-8 {
    margin: 8px !important;
  }

  .m-sm-12 {
    margin: 12px !important;
  }

  .m-sm-16 {
    margin: 16px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-24 {
    margin: 24px !important;
  }

  .m-sm-32 {
    margin: 32px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-48 {
    margin: 48px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .m-sm-64 {
    margin: 64px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .m-sm-128 {
    margin: 128px !important;
  }

  .m-sm-144 {
    margin: 144px !important;
  }

  .m-sm-176 {
    margin: 176px !important;
  }

  .m-sm-200 {
    margin: 200px !important;
  }

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

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

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

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

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

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

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

  .mx-sm-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }

  .mx-sm-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .mx-sm-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }

  .mx-sm-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  .mx-sm-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .my-sm-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }

  .my-sm-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .my-sm-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }

  .my-sm-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .my-sm-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .mt-sm-25em {
    margin-top: 0.25em !important;
  }

  .mt-sm-5em {
    margin-top: 0.5em !important;
  }

  .mt-sm-75em {
    margin-top: 0.75em !important;
  }

  .mt-sm-1em {
    margin-top: 1em !important;
  }

  .mt-sm-4px {
    margin-top: 4px !important;
  }

  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mt-sm-12 {
    margin-top: 12px !important;
  }

  .mt-sm-16 {
    margin-top: 16px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-24 {
    margin-top: 24px !important;
  }

  .mt-sm-32 {
    margin-top: 32px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-48 {
    margin-top: 48px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-64 {
    margin-top: 64px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-128 {
    margin-top: 128px !important;
  }

  .mt-sm-144 {
    margin-top: 144px !important;
  }

  .mt-sm-176 {
    margin-top: 176px !important;
  }

  .mt-sm-200 {
    margin-top: 200px !important;
  }

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

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

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

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

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

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

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

  .me-sm-25em {
    margin-right: 0.25em !important;
  }

  .me-sm-5em {
    margin-right: 0.5em !important;
  }

  .me-sm-75em {
    margin-right: 0.75em !important;
  }

  .me-sm-1em {
    margin-right: 1em !important;
  }

  .me-sm-4px {
    margin-right: 4px !important;
  }

  .me-sm-8 {
    margin-right: 8px !important;
  }

  .me-sm-12 {
    margin-right: 12px !important;
  }

  .me-sm-16 {
    margin-right: 16px !important;
  }

  .me-sm-20 {
    margin-right: 20px !important;
  }

  .me-sm-24 {
    margin-right: 24px !important;
  }

  .me-sm-32 {
    margin-right: 32px !important;
  }

  .me-sm-40 {
    margin-right: 40px !important;
  }

  .me-sm-48 {
    margin-right: 48px !important;
  }

  .me-sm-60 {
    margin-right: 60px !important;
  }

  .me-sm-64 {
    margin-right: 64px !important;
  }

  .me-sm-80 {
    margin-right: 80px !important;
  }

  .me-sm-100 {
    margin-right: 100px !important;
  }

  .me-sm-128 {
    margin-right: 128px !important;
  }

  .me-sm-144 {
    margin-right: 144px !important;
  }

  .me-sm-176 {
    margin-right: 176px !important;
  }

  .me-sm-200 {
    margin-right: 200px !important;
  }

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

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

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

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

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

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

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

  .mb-sm-25em {
    margin-bottom: 0.25em !important;
  }

  .mb-sm-5em {
    margin-bottom: 0.5em !important;
  }

  .mb-sm-75em {
    margin-bottom: 0.75em !important;
  }

  .mb-sm-1em {
    margin-bottom: 1em !important;
  }

  .mb-sm-4px {
    margin-bottom: 4px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .mb-sm-12 {
    margin-bottom: 12px !important;
  }

  .mb-sm-16 {
    margin-bottom: 16px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-24 {
    margin-bottom: 24px !important;
  }

  .mb-sm-32 {
    margin-bottom: 32px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-48 {
    margin-bottom: 48px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-64 {
    margin-bottom: 64px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-128 {
    margin-bottom: 128px !important;
  }

  .mb-sm-144 {
    margin-bottom: 144px !important;
  }

  .mb-sm-176 {
    margin-bottom: 176px !important;
  }

  .mb-sm-200 {
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .ms-sm-25em {
    margin-left: 0.25em !important;
  }

  .ms-sm-5em {
    margin-left: 0.5em !important;
  }

  .ms-sm-75em {
    margin-left: 0.75em !important;
  }

  .ms-sm-1em {
    margin-left: 1em !important;
  }

  .ms-sm-4px {
    margin-left: 4px !important;
  }

  .ms-sm-8 {
    margin-left: 8px !important;
  }

  .ms-sm-12 {
    margin-left: 12px !important;
  }

  .ms-sm-16 {
    margin-left: 16px !important;
  }

  .ms-sm-20 {
    margin-left: 20px !important;
  }

  .ms-sm-24 {
    margin-left: 24px !important;
  }

  .ms-sm-32 {
    margin-left: 32px !important;
  }

  .ms-sm-40 {
    margin-left: 40px !important;
  }

  .ms-sm-48 {
    margin-left: 48px !important;
  }

  .ms-sm-60 {
    margin-left: 60px !important;
  }

  .ms-sm-64 {
    margin-left: 64px !important;
  }

  .ms-sm-80 {
    margin-left: 80px !important;
  }

  .ms-sm-100 {
    margin-left: 100px !important;
  }

  .ms-sm-128 {
    margin-left: 128px !important;
  }

  .ms-sm-144 {
    margin-left: 144px !important;
  }

  .ms-sm-176 {
    margin-left: 176px !important;
  }

  .ms-sm-200 {
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .p-sm-25em {
    padding: 0.25em !important;
  }

  .p-sm-5em {
    padding: 0.5em !important;
  }

  .p-sm-75em {
    padding: 0.75em !important;
  }

  .p-sm-1em {
    padding: 1em !important;
  }

  .p-sm-4px {
    padding: 4px !important;
  }

  .p-sm-8 {
    padding: 8px !important;
  }

  .p-sm-12 {
    padding: 12px !important;
  }

  .p-sm-16 {
    padding: 16px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-24 {
    padding: 24px !important;
  }

  .p-sm-32 {
    padding: 32px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-48 {
    padding: 48px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .p-sm-64 {
    padding: 64px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .p-sm-128 {
    padding: 128px !important;
  }

  .p-sm-144 {
    padding: 144px !important;
  }

  .p-sm-176 {
    padding: 176px !important;
  }

  .p-sm-200 {
    padding: 200px !important;
  }

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

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

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

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

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

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

  .px-sm-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }

  .px-sm-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }

  .px-sm-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }

  .px-sm-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-sm-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .py-sm-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .py-sm-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .py-sm-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .py-sm-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

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

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

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

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

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

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

  .pt-sm-25em {
    padding-top: 0.25em !important;
  }

  .pt-sm-5em {
    padding-top: 0.5em !important;
  }

  .pt-sm-75em {
    padding-top: 0.75em !important;
  }

  .pt-sm-1em {
    padding-top: 1em !important;
  }

  .pt-sm-4px {
    padding-top: 4px !important;
  }

  .pt-sm-8 {
    padding-top: 8px !important;
  }

  .pt-sm-12 {
    padding-top: 12px !important;
  }

  .pt-sm-16 {
    padding-top: 16px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-24 {
    padding-top: 24px !important;
  }

  .pt-sm-32 {
    padding-top: 32px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-48 {
    padding-top: 48px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-64 {
    padding-top: 64px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pt-sm-128 {
    padding-top: 128px !important;
  }

  .pt-sm-144 {
    padding-top: 144px !important;
  }

  .pt-sm-176 {
    padding-top: 176px !important;
  }

  .pt-sm-200 {
    padding-top: 200px !important;
  }

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

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

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

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

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

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

  .pe-sm-25em {
    padding-right: 0.25em !important;
  }

  .pe-sm-5em {
    padding-right: 0.5em !important;
  }

  .pe-sm-75em {
    padding-right: 0.75em !important;
  }

  .pe-sm-1em {
    padding-right: 1em !important;
  }

  .pe-sm-4px {
    padding-right: 4px !important;
  }

  .pe-sm-8 {
    padding-right: 8px !important;
  }

  .pe-sm-12 {
    padding-right: 12px !important;
  }

  .pe-sm-16 {
    padding-right: 16px !important;
  }

  .pe-sm-20 {
    padding-right: 20px !important;
  }

  .pe-sm-24 {
    padding-right: 24px !important;
  }

  .pe-sm-32 {
    padding-right: 32px !important;
  }

  .pe-sm-40 {
    padding-right: 40px !important;
  }

  .pe-sm-48 {
    padding-right: 48px !important;
  }

  .pe-sm-60 {
    padding-right: 60px !important;
  }

  .pe-sm-64 {
    padding-right: 64px !important;
  }

  .pe-sm-80 {
    padding-right: 80px !important;
  }

  .pe-sm-100 {
    padding-right: 100px !important;
  }

  .pe-sm-128 {
    padding-right: 128px !important;
  }

  .pe-sm-144 {
    padding-right: 144px !important;
  }

  .pe-sm-176 {
    padding-right: 176px !important;
  }

  .pe-sm-200 {
    padding-right: 200px !important;
  }

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

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

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

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

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

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

  .pb-sm-25em {
    padding-bottom: 0.25em !important;
  }

  .pb-sm-5em {
    padding-bottom: 0.5em !important;
  }

  .pb-sm-75em {
    padding-bottom: 0.75em !important;
  }

  .pb-sm-1em {
    padding-bottom: 1em !important;
  }

  .pb-sm-4px {
    padding-bottom: 4px !important;
  }

  .pb-sm-8 {
    padding-bottom: 8px !important;
  }

  .pb-sm-12 {
    padding-bottom: 12px !important;
  }

  .pb-sm-16 {
    padding-bottom: 16px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-24 {
    padding-bottom: 24px !important;
  }

  .pb-sm-32 {
    padding-bottom: 32px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-48 {
    padding-bottom: 48px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-64 {
    padding-bottom: 64px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-128 {
    padding-bottom: 128px !important;
  }

  .pb-sm-144 {
    padding-bottom: 144px !important;
  }

  .pb-sm-176 {
    padding-bottom: 176px !important;
  }

  .pb-sm-200 {
    padding-bottom: 200px !important;
  }

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

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

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

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

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

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

  .ps-sm-25em {
    padding-left: 0.25em !important;
  }

  .ps-sm-5em {
    padding-left: 0.5em !important;
  }

  .ps-sm-75em {
    padding-left: 0.75em !important;
  }

  .ps-sm-1em {
    padding-left: 1em !important;
  }

  .ps-sm-4px {
    padding-left: 4px !important;
  }

  .ps-sm-8 {
    padding-left: 8px !important;
  }

  .ps-sm-12 {
    padding-left: 12px !important;
  }

  .ps-sm-16 {
    padding-left: 16px !important;
  }

  .ps-sm-20 {
    padding-left: 20px !important;
  }

  .ps-sm-24 {
    padding-left: 24px !important;
  }

  .ps-sm-32 {
    padding-left: 32px !important;
  }

  .ps-sm-40 {
    padding-left: 40px !important;
  }

  .ps-sm-48 {
    padding-left: 48px !important;
  }

  .ps-sm-60 {
    padding-left: 60px !important;
  }

  .ps-sm-64 {
    padding-left: 64px !important;
  }

  .ps-sm-80 {
    padding-left: 80px !important;
  }

  .ps-sm-100 {
    padding-left: 100px !important;
  }

  .ps-sm-128 {
    padding-left: 128px !important;
  }

  .ps-sm-144 {
    padding-left: 144px !important;
  }

  .ps-sm-176 {
    padding-left: 176px !important;
  }

  .ps-sm-200 {
    padding-left: 200px !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .gap-md-25em {
    gap: 0.25em !important;
  }

  .gap-md-5em {
    gap: 0.5em !important;
  }

  .gap-md-75em {
    gap: 0.75em !important;
  }

  .gap-md-1em {
    gap: 1em !important;
  }

  .gap-md-4px {
    gap: 4px !important;
  }

  .gap-md-8 {
    gap: 8px !important;
  }

  .gap-md-12 {
    gap: 12px !important;
  }

  .gap-md-16 {
    gap: 16px !important;
  }

  .gap-md-20 {
    gap: 20px !important;
  }

  .gap-md-24 {
    gap: 24px !important;
  }

  .gap-md-32 {
    gap: 32px !important;
  }

  .gap-md-40 {
    gap: 40px !important;
  }

  .gap-md-48 {
    gap: 48px !important;
  }

  .gap-md-60 {
    gap: 60px !important;
  }

  .gap-md-64 {
    gap: 64px !important;
  }

  .gap-md-80 {
    gap: 80px !important;
  }

  .gap-md-100 {
    gap: 100px !important;
  }

  .gap-md-128 {
    gap: 128px !important;
  }

  .gap-md-144 {
    gap: 144px !important;
  }

  .gap-md-176 {
    gap: 176px !important;
  }

  .gap-md-200 {
    gap: 200px !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-25em {
    margin: 0.25em !important;
  }

  .m-md-5em {
    margin: 0.5em !important;
  }

  .m-md-75em {
    margin: 0.75em !important;
  }

  .m-md-1em {
    margin: 1em !important;
  }

  .m-md-4px {
    margin: 4px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .m-md-16 {
    margin: 16px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .m-md-64 {
    margin: 64px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .m-md-128 {
    margin: 128px !important;
  }

  .m-md-144 {
    margin: 144px !important;
  }

  .m-md-176 {
    margin: 176px !important;
  }

  .m-md-200 {
    margin: 200px !important;
  }

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

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

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

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

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

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

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

  .mx-md-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }

  .mx-md-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .mx-md-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }

  .mx-md-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  .mx-md-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .my-md-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }

  .my-md-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .my-md-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }

  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .my-md-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .mt-md-25em {
    margin-top: 0.25em !important;
  }

  .mt-md-5em {
    margin-top: 0.5em !important;
  }

  .mt-md-75em {
    margin-top: 0.75em !important;
  }

  .mt-md-1em {
    margin-top: 1em !important;
  }

  .mt-md-4px {
    margin-top: 4px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mt-md-12 {
    margin-top: 12px !important;
  }

  .mt-md-16 {
    margin-top: 16px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-24 {
    margin-top: 24px !important;
  }

  .mt-md-32 {
    margin-top: 32px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-48 {
    margin-top: 48px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-64 {
    margin-top: 64px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-128 {
    margin-top: 128px !important;
  }

  .mt-md-144 {
    margin-top: 144px !important;
  }

  .mt-md-176 {
    margin-top: 176px !important;
  }

  .mt-md-200 {
    margin-top: 200px !important;
  }

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

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

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

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

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

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

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

  .me-md-25em {
    margin-right: 0.25em !important;
  }

  .me-md-5em {
    margin-right: 0.5em !important;
  }

  .me-md-75em {
    margin-right: 0.75em !important;
  }

  .me-md-1em {
    margin-right: 1em !important;
  }

  .me-md-4px {
    margin-right: 4px !important;
  }

  .me-md-8 {
    margin-right: 8px !important;
  }

  .me-md-12 {
    margin-right: 12px !important;
  }

  .me-md-16 {
    margin-right: 16px !important;
  }

  .me-md-20 {
    margin-right: 20px !important;
  }

  .me-md-24 {
    margin-right: 24px !important;
  }

  .me-md-32 {
    margin-right: 32px !important;
  }

  .me-md-40 {
    margin-right: 40px !important;
  }

  .me-md-48 {
    margin-right: 48px !important;
  }

  .me-md-60 {
    margin-right: 60px !important;
  }

  .me-md-64 {
    margin-right: 64px !important;
  }

  .me-md-80 {
    margin-right: 80px !important;
  }

  .me-md-100 {
    margin-right: 100px !important;
  }

  .me-md-128 {
    margin-right: 128px !important;
  }

  .me-md-144 {
    margin-right: 144px !important;
  }

  .me-md-176 {
    margin-right: 176px !important;
  }

  .me-md-200 {
    margin-right: 200px !important;
  }

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

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

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

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

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

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

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

  .mb-md-25em {
    margin-bottom: 0.25em !important;
  }

  .mb-md-5em {
    margin-bottom: 0.5em !important;
  }

  .mb-md-75em {
    margin-bottom: 0.75em !important;
  }

  .mb-md-1em {
    margin-bottom: 1em !important;
  }

  .mb-md-4px {
    margin-bottom: 4px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .mb-md-12 {
    margin-bottom: 12px !important;
  }

  .mb-md-16 {
    margin-bottom: 16px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-24 {
    margin-bottom: 24px !important;
  }

  .mb-md-32 {
    margin-bottom: 32px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-48 {
    margin-bottom: 48px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-64 {
    margin-bottom: 64px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-128 {
    margin-bottom: 128px !important;
  }

  .mb-md-144 {
    margin-bottom: 144px !important;
  }

  .mb-md-176 {
    margin-bottom: 176px !important;
  }

  .mb-md-200 {
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .ms-md-25em {
    margin-left: 0.25em !important;
  }

  .ms-md-5em {
    margin-left: 0.5em !important;
  }

  .ms-md-75em {
    margin-left: 0.75em !important;
  }

  .ms-md-1em {
    margin-left: 1em !important;
  }

  .ms-md-4px {
    margin-left: 4px !important;
  }

  .ms-md-8 {
    margin-left: 8px !important;
  }

  .ms-md-12 {
    margin-left: 12px !important;
  }

  .ms-md-16 {
    margin-left: 16px !important;
  }

  .ms-md-20 {
    margin-left: 20px !important;
  }

  .ms-md-24 {
    margin-left: 24px !important;
  }

  .ms-md-32 {
    margin-left: 32px !important;
  }

  .ms-md-40 {
    margin-left: 40px !important;
  }

  .ms-md-48 {
    margin-left: 48px !important;
  }

  .ms-md-60 {
    margin-left: 60px !important;
  }

  .ms-md-64 {
    margin-left: 64px !important;
  }

  .ms-md-80 {
    margin-left: 80px !important;
  }

  .ms-md-100 {
    margin-left: 100px !important;
  }

  .ms-md-128 {
    margin-left: 128px !important;
  }

  .ms-md-144 {
    margin-left: 144px !important;
  }

  .ms-md-176 {
    margin-left: 176px !important;
  }

  .ms-md-200 {
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .p-md-25em {
    padding: 0.25em !important;
  }

  .p-md-5em {
    padding: 0.5em !important;
  }

  .p-md-75em {
    padding: 0.75em !important;
  }

  .p-md-1em {
    padding: 1em !important;
  }

  .p-md-4px {
    padding: 4px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .p-md-12 {
    padding: 12px !important;
  }

  .p-md-16 {
    padding: 16px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-24 {
    padding: 24px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-48 {
    padding: 48px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .p-md-64 {
    padding: 64px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .p-md-128 {
    padding: 128px !important;
  }

  .p-md-144 {
    padding: 144px !important;
  }

  .p-md-176 {
    padding: 176px !important;
  }

  .p-md-200 {
    padding: 200px !important;
  }

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

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

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

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

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

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

  .px-md-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }

  .px-md-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }

  .px-md-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }

  .px-md-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-md-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .py-md-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .py-md-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .py-md-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

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

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

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

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

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

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

  .pt-md-25em {
    padding-top: 0.25em !important;
  }

  .pt-md-5em {
    padding-top: 0.5em !important;
  }

  .pt-md-75em {
    padding-top: 0.75em !important;
  }

  .pt-md-1em {
    padding-top: 1em !important;
  }

  .pt-md-4px {
    padding-top: 4px !important;
  }

  .pt-md-8 {
    padding-top: 8px !important;
  }

  .pt-md-12 {
    padding-top: 12px !important;
  }

  .pt-md-16 {
    padding-top: 16px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-24 {
    padding-top: 24px !important;
  }

  .pt-md-32 {
    padding-top: 32px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-48 {
    padding-top: 48px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-64 {
    padding-top: 64px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-128 {
    padding-top: 128px !important;
  }

  .pt-md-144 {
    padding-top: 144px !important;
  }

  .pt-md-176 {
    padding-top: 176px !important;
  }

  .pt-md-200 {
    padding-top: 200px !important;
  }

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

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

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

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

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

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

  .pe-md-25em {
    padding-right: 0.25em !important;
  }

  .pe-md-5em {
    padding-right: 0.5em !important;
  }

  .pe-md-75em {
    padding-right: 0.75em !important;
  }

  .pe-md-1em {
    padding-right: 1em !important;
  }

  .pe-md-4px {
    padding-right: 4px !important;
  }

  .pe-md-8 {
    padding-right: 8px !important;
  }

  .pe-md-12 {
    padding-right: 12px !important;
  }

  .pe-md-16 {
    padding-right: 16px !important;
  }

  .pe-md-20 {
    padding-right: 20px !important;
  }

  .pe-md-24 {
    padding-right: 24px !important;
  }

  .pe-md-32 {
    padding-right: 32px !important;
  }

  .pe-md-40 {
    padding-right: 40px !important;
  }

  .pe-md-48 {
    padding-right: 48px !important;
  }

  .pe-md-60 {
    padding-right: 60px !important;
  }

  .pe-md-64 {
    padding-right: 64px !important;
  }

  .pe-md-80 {
    padding-right: 80px !important;
  }

  .pe-md-100 {
    padding-right: 100px !important;
  }

  .pe-md-128 {
    padding-right: 128px !important;
  }

  .pe-md-144 {
    padding-right: 144px !important;
  }

  .pe-md-176 {
    padding-right: 176px !important;
  }

  .pe-md-200 {
    padding-right: 200px !important;
  }

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

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

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

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

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

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

  .pb-md-25em {
    padding-bottom: 0.25em !important;
  }

  .pb-md-5em {
    padding-bottom: 0.5em !important;
  }

  .pb-md-75em {
    padding-bottom: 0.75em !important;
  }

  .pb-md-1em {
    padding-bottom: 1em !important;
  }

  .pb-md-4px {
    padding-bottom: 4px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pb-md-12 {
    padding-bottom: 12px !important;
  }

  .pb-md-16 {
    padding-bottom: 16px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-24 {
    padding-bottom: 24px !important;
  }

  .pb-md-32 {
    padding-bottom: 32px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-48 {
    padding-bottom: 48px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-64 {
    padding-bottom: 64px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-128 {
    padding-bottom: 128px !important;
  }

  .pb-md-144 {
    padding-bottom: 144px !important;
  }

  .pb-md-176 {
    padding-bottom: 176px !important;
  }

  .pb-md-200 {
    padding-bottom: 200px !important;
  }

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

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

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

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

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

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

  .ps-md-25em {
    padding-left: 0.25em !important;
  }

  .ps-md-5em {
    padding-left: 0.5em !important;
  }

  .ps-md-75em {
    padding-left: 0.75em !important;
  }

  .ps-md-1em {
    padding-left: 1em !important;
  }

  .ps-md-4px {
    padding-left: 4px !important;
  }

  .ps-md-8 {
    padding-left: 8px !important;
  }

  .ps-md-12 {
    padding-left: 12px !important;
  }

  .ps-md-16 {
    padding-left: 16px !important;
  }

  .ps-md-20 {
    padding-left: 20px !important;
  }

  .ps-md-24 {
    padding-left: 24px !important;
  }

  .ps-md-32 {
    padding-left: 32px !important;
  }

  .ps-md-40 {
    padding-left: 40px !important;
  }

  .ps-md-48 {
    padding-left: 48px !important;
  }

  .ps-md-60 {
    padding-left: 60px !important;
  }

  .ps-md-64 {
    padding-left: 64px !important;
  }

  .ps-md-80 {
    padding-left: 80px !important;
  }

  .ps-md-100 {
    padding-left: 100px !important;
  }

  .ps-md-128 {
    padding-left: 128px !important;
  }

  .ps-md-144 {
    padding-left: 144px !important;
  }

  .ps-md-176 {
    padding-left: 176px !important;
  }

  .ps-md-200 {
    padding-left: 200px !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .gap-lg-25em {
    gap: 0.25em !important;
  }

  .gap-lg-5em {
    gap: 0.5em !important;
  }

  .gap-lg-75em {
    gap: 0.75em !important;
  }

  .gap-lg-1em {
    gap: 1em !important;
  }

  .gap-lg-4px {
    gap: 4px !important;
  }

  .gap-lg-8 {
    gap: 8px !important;
  }

  .gap-lg-12 {
    gap: 12px !important;
  }

  .gap-lg-16 {
    gap: 16px !important;
  }

  .gap-lg-20 {
    gap: 20px !important;
  }

  .gap-lg-24 {
    gap: 24px !important;
  }

  .gap-lg-32 {
    gap: 32px !important;
  }

  .gap-lg-40 {
    gap: 40px !important;
  }

  .gap-lg-48 {
    gap: 48px !important;
  }

  .gap-lg-60 {
    gap: 60px !important;
  }

  .gap-lg-64 {
    gap: 64px !important;
  }

  .gap-lg-80 {
    gap: 80px !important;
  }

  .gap-lg-100 {
    gap: 100px !important;
  }

  .gap-lg-128 {
    gap: 128px !important;
  }

  .gap-lg-144 {
    gap: 144px !important;
  }

  .gap-lg-176 {
    gap: 176px !important;
  }

  .gap-lg-200 {
    gap: 200px !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

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

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

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

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

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

  .m-lg-25em {
    margin: 0.25em !important;
  }

  .m-lg-5em {
    margin: 0.5em !important;
  }

  .m-lg-75em {
    margin: 0.75em !important;
  }

  .m-lg-1em {
    margin: 1em !important;
  }

  .m-lg-4px {
    margin: 4px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .m-lg-16 {
    margin: 16px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .m-lg-128 {
    margin: 128px !important;
  }

  .m-lg-144 {
    margin: 144px !important;
  }

  .m-lg-176 {
    margin: 176px !important;
  }

  .m-lg-200 {
    margin: 200px !important;
  }

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

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

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

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

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

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

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

  .mx-lg-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }

  .mx-lg-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .mx-lg-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }

  .mx-lg-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  .mx-lg-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .my-lg-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }

  .my-lg-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .my-lg-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }

  .my-lg-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .my-lg-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .mt-lg-25em {
    margin-top: 0.25em !important;
  }

  .mt-lg-5em {
    margin-top: 0.5em !important;
  }

  .mt-lg-75em {
    margin-top: 0.75em !important;
  }

  .mt-lg-1em {
    margin-top: 1em !important;
  }

  .mt-lg-4px {
    margin-top: 4px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mt-lg-12 {
    margin-top: 12px !important;
  }

  .mt-lg-16 {
    margin-top: 16px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-24 {
    margin-top: 24px !important;
  }

  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-48 {
    margin-top: 48px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-64 {
    margin-top: 64px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-128 {
    margin-top: 128px !important;
  }

  .mt-lg-144 {
    margin-top: 144px !important;
  }

  .mt-lg-176 {
    margin-top: 176px !important;
  }

  .mt-lg-200 {
    margin-top: 200px !important;
  }

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

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

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

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

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

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

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

  .me-lg-25em {
    margin-right: 0.25em !important;
  }

  .me-lg-5em {
    margin-right: 0.5em !important;
  }

  .me-lg-75em {
    margin-right: 0.75em !important;
  }

  .me-lg-1em {
    margin-right: 1em !important;
  }

  .me-lg-4px {
    margin-right: 4px !important;
  }

  .me-lg-8 {
    margin-right: 8px !important;
  }

  .me-lg-12 {
    margin-right: 12px !important;
  }

  .me-lg-16 {
    margin-right: 16px !important;
  }

  .me-lg-20 {
    margin-right: 20px !important;
  }

  .me-lg-24 {
    margin-right: 24px !important;
  }

  .me-lg-32 {
    margin-right: 32px !important;
  }

  .me-lg-40 {
    margin-right: 40px !important;
  }

  .me-lg-48 {
    margin-right: 48px !important;
  }

  .me-lg-60 {
    margin-right: 60px !important;
  }

  .me-lg-64 {
    margin-right: 64px !important;
  }

  .me-lg-80 {
    margin-right: 80px !important;
  }

  .me-lg-100 {
    margin-right: 100px !important;
  }

  .me-lg-128 {
    margin-right: 128px !important;
  }

  .me-lg-144 {
    margin-right: 144px !important;
  }

  .me-lg-176 {
    margin-right: 176px !important;
  }

  .me-lg-200 {
    margin-right: 200px !important;
  }

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

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

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

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

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

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

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

  .mb-lg-25em {
    margin-bottom: 0.25em !important;
  }

  .mb-lg-5em {
    margin-bottom: 0.5em !important;
  }

  .mb-lg-75em {
    margin-bottom: 0.75em !important;
  }

  .mb-lg-1em {
    margin-bottom: 1em !important;
  }

  .mb-lg-4px {
    margin-bottom: 4px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mb-lg-12 {
    margin-bottom: 12px !important;
  }

  .mb-lg-16 {
    margin-bottom: 16px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-24 {
    margin-bottom: 24px !important;
  }

  .mb-lg-32 {
    margin-bottom: 32px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-48 {
    margin-bottom: 48px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-64 {
    margin-bottom: 64px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-128 {
    margin-bottom: 128px !important;
  }

  .mb-lg-144 {
    margin-bottom: 144px !important;
  }

  .mb-lg-176 {
    margin-bottom: 176px !important;
  }

  .mb-lg-200 {
    margin-bottom: 200px !important;
  }

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

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

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

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

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

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

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

  .ms-lg-25em {
    margin-left: 0.25em !important;
  }

  .ms-lg-5em {
    margin-left: 0.5em !important;
  }

  .ms-lg-75em {
    margin-left: 0.75em !important;
  }

  .ms-lg-1em {
    margin-left: 1em !important;
  }

  .ms-lg-4px {
    margin-left: 4px !important;
  }

  .ms-lg-8 {
    margin-left: 8px !important;
  }

  .ms-lg-12 {
    margin-left: 12px !important;
  }

  .ms-lg-16 {
    margin-left: 16px !important;
  }

  .ms-lg-20 {
    margin-left: 20px !important;
  }

  .ms-lg-24 {
    margin-left: 24px !important;
  }

  .ms-lg-32 {
    margin-left: 32px !important;
  }

  .ms-lg-40 {
    margin-left: 40px !important;
  }

  .ms-lg-48 {
    margin-left: 48px !important;
  }

  .ms-lg-60 {
    margin-left: 60px !important;
  }

  .ms-lg-64 {
    margin-left: 64px !important;
  }

  .ms-lg-80 {
    margin-left: 80px !important;
  }

  .ms-lg-100 {
    margin-left: 100px !important;
  }

  .ms-lg-128 {
    margin-left: 128px !important;
  }

  .ms-lg-144 {
    margin-left: 144px !important;
  }

  .ms-lg-176 {
    margin-left: 176px !important;
  }

  .ms-lg-200 {
    margin-left: 200px !important;
  }

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

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

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

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

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

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

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

  .p-lg-25em {
    padding: 0.25em !important;
  }

  .p-lg-5em {
    padding: 0.5em !important;
  }

  .p-lg-75em {
    padding: 0.75em !important;
  }

  .p-lg-1em {
    padding: 1em !important;
  }

  .p-lg-4px {
    padding: 4px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .p-lg-128 {
    padding: 128px !important;
  }

  .p-lg-144 {
    padding: 144px !important;
  }

  .p-lg-176 {
    padding: 176px !important;
  }

  .p-lg-200 {
    padding: 200px !important;
  }

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

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

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

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

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

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

  .px-lg-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }

  .px-lg-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }

  .px-lg-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }

  .px-lg-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .py-lg-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .py-lg-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .py-lg-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .py-lg-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-25em {
    padding-top: 0.25em !important;
  }

  .pt-lg-5em {
    padding-top: 0.5em !important;
  }

  .pt-lg-75em {
    padding-top: 0.75em !important;
  }

  .pt-lg-1em {
    padding-top: 1em !important;
  }

  .pt-lg-4px {
    padding-top: 4px !important;
  }

  .pt-lg-8 {
    padding-top: 8px !important;
  }

  .pt-lg-12 {
    padding-top: 12px !important;
  }

  .pt-lg-16 {
    padding-top: 16px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-24 {
    padding-top: 24px !important;
  }

  .pt-lg-32 {
    padding-top: 32px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-48 {
    padding-top: 48px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-64 {
    padding-top: 64px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pt-lg-128 {
    padding-top: 128px !important;
  }

  .pt-lg-144 {
    padding-top: 144px !important;
  }

  .pt-lg-176 {
    padding-top: 176px !important;
  }

  .pt-lg-200 {
    padding-top: 200px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-25em {
    padding-right: 0.25em !important;
  }

  .pe-lg-5em {
    padding-right: 0.5em !important;
  }

  .pe-lg-75em {
    padding-right: 0.75em !important;
  }

  .pe-lg-1em {
    padding-right: 1em !important;
  }

  .pe-lg-4px {
    padding-right: 4px !important;
  }

  .pe-lg-8 {
    padding-right: 8px !important;
  }

  .pe-lg-12 {
    padding-right: 12px !important;
  }

  .pe-lg-16 {
    padding-right: 16px !important;
  }

  .pe-lg-20 {
    padding-right: 20px !important;
  }

  .pe-lg-24 {
    padding-right: 24px !important;
  }

  .pe-lg-32 {
    padding-right: 32px !important;
  }

  .pe-lg-40 {
    padding-right: 40px !important;
  }

  .pe-lg-48 {
    padding-right: 48px !important;
  }

  .pe-lg-60 {
    padding-right: 60px !important;
  }

  .pe-lg-64 {
    padding-right: 64px !important;
  }

  .pe-lg-80 {
    padding-right: 80px !important;
  }

  .pe-lg-100 {
    padding-right: 100px !important;
  }

  .pe-lg-128 {
    padding-right: 128px !important;
  }

  .pe-lg-144 {
    padding-right: 144px !important;
  }

  .pe-lg-176 {
    padding-right: 176px !important;
  }

  .pe-lg-200 {
    padding-right: 200px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-25em {
    padding-bottom: 0.25em !important;
  }

  .pb-lg-5em {
    padding-bottom: 0.5em !important;
  }

  .pb-lg-75em {
    padding-bottom: 0.75em !important;
  }

  .pb-lg-1em {
    padding-bottom: 1em !important;
  }

  .pb-lg-4px {
    padding-bottom: 4px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pb-lg-12 {
    padding-bottom: 12px !important;
  }

  .pb-lg-16 {
    padding-bottom: 16px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-24 {
    padding-bottom: 24px !important;
  }

  .pb-lg-32 {
    padding-bottom: 32px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-48 {
    padding-bottom: 48px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-64 {
    padding-bottom: 64px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pb-lg-128 {
    padding-bottom: 128px !important;
  }

  .pb-lg-144 {
    padding-bottom: 144px !important;
  }

  .pb-lg-176 {
    padding-bottom: 176px !important;
  }

  .pb-lg-200 {
    padding-bottom: 200px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-25em {
    padding-left: 0.25em !important;
  }

  .ps-lg-5em {
    padding-left: 0.5em !important;
  }

  .ps-lg-75em {
    padding-left: 0.75em !important;
  }

  .ps-lg-1em {
    padding-left: 1em !important;
  }

  .ps-lg-4px {
    padding-left: 4px !important;
  }

  .ps-lg-8 {
    padding-left: 8px !important;
  }

  .ps-lg-12 {
    padding-left: 12px !important;
  }

  .ps-lg-16 {
    padding-left: 16px !important;
  }

  .ps-lg-20 {
    padding-left: 20px !important;
  }

  .ps-lg-24 {
    padding-left: 24px !important;
  }

  .ps-lg-32 {
    padding-left: 32px !important;
  }

  .ps-lg-40 {
    padding-left: 40px !important;
  }

  .ps-lg-48 {
    padding-left: 48px !important;
  }

  .ps-lg-60 {
    padding-left: 60px !important;
  }

  .ps-lg-64 {
    padding-left: 64px !important;
  }

  .ps-lg-80 {
    padding-left: 80px !important;
  }

  .ps-lg-100 {
    padding-left: 100px !important;
  }

  .ps-lg-128 {
    padding-left: 128px !important;
  }

  .ps-lg-144 {
    padding-left: 144px !important;
  }

  .ps-lg-176 {
    padding-left: 176px !important;
  }

  .ps-lg-200 {
    padding-left: 200px !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-25em {
    gap: 0.25em !important;
  }

  .gap-xl-5em {
    gap: 0.5em !important;
  }

  .gap-xl-75em {
    gap: 0.75em !important;
  }

  .gap-xl-1em {
    gap: 1em !important;
  }

  .gap-xl-4px {
    gap: 4px !important;
  }

  .gap-xl-8 {
    gap: 8px !important;
  }

  .gap-xl-12 {
    gap: 12px !important;
  }

  .gap-xl-16 {
    gap: 16px !important;
  }

  .gap-xl-20 {
    gap: 20px !important;
  }

  .gap-xl-24 {
    gap: 24px !important;
  }

  .gap-xl-32 {
    gap: 32px !important;
  }

  .gap-xl-40 {
    gap: 40px !important;
  }

  .gap-xl-48 {
    gap: 48px !important;
  }

  .gap-xl-60 {
    gap: 60px !important;
  }

  .gap-xl-64 {
    gap: 64px !important;
  }

  .gap-xl-80 {
    gap: 80px !important;
  }

  .gap-xl-100 {
    gap: 100px !important;
  }

  .gap-xl-128 {
    gap: 128px !important;
  }

  .gap-xl-144 {
    gap: 144px !important;
  }

  .gap-xl-176 {
    gap: 176px !important;
  }

  .gap-xl-200 {
    gap: 200px !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-25em {
    margin: 0.25em !important;
  }

  .m-xl-5em {
    margin: 0.5em !important;
  }

  .m-xl-75em {
    margin: 0.75em !important;
  }

  .m-xl-1em {
    margin: 1em !important;
  }

  .m-xl-4px {
    margin: 4px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .m-xl-128 {
    margin: 128px !important;
  }

  .m-xl-144 {
    margin: 144px !important;
  }

  .m-xl-176 {
    margin: 176px !important;
  }

  .m-xl-200 {
    margin: 200px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }

  .mx-xl-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .mx-xl-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }

  .mx-xl-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  .mx-xl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }

  .my-xl-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .my-xl-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }

  .my-xl-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .my-xl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-25em {
    margin-top: 0.25em !important;
  }

  .mt-xl-5em {
    margin-top: 0.5em !important;
  }

  .mt-xl-75em {
    margin-top: 0.75em !important;
  }

  .mt-xl-1em {
    margin-top: 1em !important;
  }

  .mt-xl-4px {
    margin-top: 4px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mt-xl-12 {
    margin-top: 12px !important;
  }

  .mt-xl-16 {
    margin-top: 16px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-24 {
    margin-top: 24px !important;
  }

  .mt-xl-32 {
    margin-top: 32px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-48 {
    margin-top: 48px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-64 {
    margin-top: 64px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-128 {
    margin-top: 128px !important;
  }

  .mt-xl-144 {
    margin-top: 144px !important;
  }

  .mt-xl-176 {
    margin-top: 176px !important;
  }

  .mt-xl-200 {
    margin-top: 200px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-25em {
    margin-right: 0.25em !important;
  }

  .me-xl-5em {
    margin-right: 0.5em !important;
  }

  .me-xl-75em {
    margin-right: 0.75em !important;
  }

  .me-xl-1em {
    margin-right: 1em !important;
  }

  .me-xl-4px {
    margin-right: 4px !important;
  }

  .me-xl-8 {
    margin-right: 8px !important;
  }

  .me-xl-12 {
    margin-right: 12px !important;
  }

  .me-xl-16 {
    margin-right: 16px !important;
  }

  .me-xl-20 {
    margin-right: 20px !important;
  }

  .me-xl-24 {
    margin-right: 24px !important;
  }

  .me-xl-32 {
    margin-right: 32px !important;
  }

  .me-xl-40 {
    margin-right: 40px !important;
  }

  .me-xl-48 {
    margin-right: 48px !important;
  }

  .me-xl-60 {
    margin-right: 60px !important;
  }

  .me-xl-64 {
    margin-right: 64px !important;
  }

  .me-xl-80 {
    margin-right: 80px !important;
  }

  .me-xl-100 {
    margin-right: 100px !important;
  }

  .me-xl-128 {
    margin-right: 128px !important;
  }

  .me-xl-144 {
    margin-right: 144px !important;
  }

  .me-xl-176 {
    margin-right: 176px !important;
  }

  .me-xl-200 {
    margin-right: 200px !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-25em {
    margin-bottom: 0.25em !important;
  }

  .mb-xl-5em {
    margin-bottom: 0.5em !important;
  }

  .mb-xl-75em {
    margin-bottom: 0.75em !important;
  }

  .mb-xl-1em {
    margin-bottom: 1em !important;
  }

  .mb-xl-4px {
    margin-bottom: 4px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xl-12 {
    margin-bottom: 12px !important;
  }

  .mb-xl-16 {
    margin-bottom: 16px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-24 {
    margin-bottom: 24px !important;
  }

  .mb-xl-32 {
    margin-bottom: 32px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-48 {
    margin-bottom: 48px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-64 {
    margin-bottom: 64px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xl-128 {
    margin-bottom: 128px !important;
  }

  .mb-xl-144 {
    margin-bottom: 144px !important;
  }

  .mb-xl-176 {
    margin-bottom: 176px !important;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-25em {
    margin-left: 0.25em !important;
  }

  .ms-xl-5em {
    margin-left: 0.5em !important;
  }

  .ms-xl-75em {
    margin-left: 0.75em !important;
  }

  .ms-xl-1em {
    margin-left: 1em !important;
  }

  .ms-xl-4px {
    margin-left: 4px !important;
  }

  .ms-xl-8 {
    margin-left: 8px !important;
  }

  .ms-xl-12 {
    margin-left: 12px !important;
  }

  .ms-xl-16 {
    margin-left: 16px !important;
  }

  .ms-xl-20 {
    margin-left: 20px !important;
  }

  .ms-xl-24 {
    margin-left: 24px !important;
  }

  .ms-xl-32 {
    margin-left: 32px !important;
  }

  .ms-xl-40 {
    margin-left: 40px !important;
  }

  .ms-xl-48 {
    margin-left: 48px !important;
  }

  .ms-xl-60 {
    margin-left: 60px !important;
  }

  .ms-xl-64 {
    margin-left: 64px !important;
  }

  .ms-xl-80 {
    margin-left: 80px !important;
  }

  .ms-xl-100 {
    margin-left: 100px !important;
  }

  .ms-xl-128 {
    margin-left: 128px !important;
  }

  .ms-xl-144 {
    margin-left: 144px !important;
  }

  .ms-xl-176 {
    margin-left: 176px !important;
  }

  .ms-xl-200 {
    margin-left: 200px !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-25em {
    padding: 0.25em !important;
  }

  .p-xl-5em {
    padding: 0.5em !important;
  }

  .p-xl-75em {
    padding: 0.75em !important;
  }

  .p-xl-1em {
    padding: 1em !important;
  }

  .p-xl-4px {
    padding: 4px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .p-xl-128 {
    padding: 128px !important;
  }

  .p-xl-144 {
    padding: 144px !important;
  }

  .p-xl-176 {
    padding: 176px !important;
  }

  .p-xl-200 {
    padding: 200px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }

  .px-xl-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }

  .px-xl-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }

  .px-xl-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

  .px-xl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .py-xl-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .py-xl-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .py-xl-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .py-xl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-25em {
    padding-top: 0.25em !important;
  }

  .pt-xl-5em {
    padding-top: 0.5em !important;
  }

  .pt-xl-75em {
    padding-top: 0.75em !important;
  }

  .pt-xl-1em {
    padding-top: 1em !important;
  }

  .pt-xl-4px {
    padding-top: 4px !important;
  }

  .pt-xl-8 {
    padding-top: 8px !important;
  }

  .pt-xl-12 {
    padding-top: 12px !important;
  }

  .pt-xl-16 {
    padding-top: 16px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pt-xl-24 {
    padding-top: 24px !important;
  }

  .pt-xl-32 {
    padding-top: 32px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-48 {
    padding-top: 48px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pt-xl-64 {
    padding-top: 64px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pt-xl-128 {
    padding-top: 128px !important;
  }

  .pt-xl-144 {
    padding-top: 144px !important;
  }

  .pt-xl-176 {
    padding-top: 176px !important;
  }

  .pt-xl-200 {
    padding-top: 200px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-25em {
    padding-right: 0.25em !important;
  }

  .pe-xl-5em {
    padding-right: 0.5em !important;
  }

  .pe-xl-75em {
    padding-right: 0.75em !important;
  }

  .pe-xl-1em {
    padding-right: 1em !important;
  }

  .pe-xl-4px {
    padding-right: 4px !important;
  }

  .pe-xl-8 {
    padding-right: 8px !important;
  }

  .pe-xl-12 {
    padding-right: 12px !important;
  }

  .pe-xl-16 {
    padding-right: 16px !important;
  }

  .pe-xl-20 {
    padding-right: 20px !important;
  }

  .pe-xl-24 {
    padding-right: 24px !important;
  }

  .pe-xl-32 {
    padding-right: 32px !important;
  }

  .pe-xl-40 {
    padding-right: 40px !important;
  }

  .pe-xl-48 {
    padding-right: 48px !important;
  }

  .pe-xl-60 {
    padding-right: 60px !important;
  }

  .pe-xl-64 {
    padding-right: 64px !important;
  }

  .pe-xl-80 {
    padding-right: 80px !important;
  }

  .pe-xl-100 {
    padding-right: 100px !important;
  }

  .pe-xl-128 {
    padding-right: 128px !important;
  }

  .pe-xl-144 {
    padding-right: 144px !important;
  }

  .pe-xl-176 {
    padding-right: 176px !important;
  }

  .pe-xl-200 {
    padding-right: 200px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-25em {
    padding-bottom: 0.25em !important;
  }

  .pb-xl-5em {
    padding-bottom: 0.5em !important;
  }

  .pb-xl-75em {
    padding-bottom: 0.75em !important;
  }

  .pb-xl-1em {
    padding-bottom: 1em !important;
  }

  .pb-xl-4px {
    padding-bottom: 4px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pb-xl-12 {
    padding-bottom: 12px !important;
  }

  .pb-xl-16 {
    padding-bottom: 16px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xl-24 {
    padding-bottom: 24px !important;
  }

  .pb-xl-32 {
    padding-bottom: 32px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-48 {
    padding-bottom: 48px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xl-64 {
    padding-bottom: 64px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pb-xl-128 {
    padding-bottom: 128px !important;
  }

  .pb-xl-144 {
    padding-bottom: 144px !important;
  }

  .pb-xl-176 {
    padding-bottom: 176px !important;
  }

  .pb-xl-200 {
    padding-bottom: 200px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-25em {
    padding-left: 0.25em !important;
  }

  .ps-xl-5em {
    padding-left: 0.5em !important;
  }

  .ps-xl-75em {
    padding-left: 0.75em !important;
  }

  .ps-xl-1em {
    padding-left: 1em !important;
  }

  .ps-xl-4px {
    padding-left: 4px !important;
  }

  .ps-xl-8 {
    padding-left: 8px !important;
  }

  .ps-xl-12 {
    padding-left: 12px !important;
  }

  .ps-xl-16 {
    padding-left: 16px !important;
  }

  .ps-xl-20 {
    padding-left: 20px !important;
  }

  .ps-xl-24 {
    padding-left: 24px !important;
  }

  .ps-xl-32 {
    padding-left: 32px !important;
  }

  .ps-xl-40 {
    padding-left: 40px !important;
  }

  .ps-xl-48 {
    padding-left: 48px !important;
  }

  .ps-xl-60 {
    padding-left: 60px !important;
  }

  .ps-xl-64 {
    padding-left: 64px !important;
  }

  .ps-xl-80 {
    padding-left: 80px !important;
  }

  .ps-xl-100 {
    padding-left: 100px !important;
  }

  .ps-xl-128 {
    padding-left: 128px !important;
  }

  .ps-xl-144 {
    padding-left: 144px !important;
  }

  .ps-xl-176 {
    padding-left: 176px !important;
  }

  .ps-xl-200 {
    padding-left: 200px !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-25em {
    gap: 0.25em !important;
  }

  .gap-xxl-5em {
    gap: 0.5em !important;
  }

  .gap-xxl-75em {
    gap: 0.75em !important;
  }

  .gap-xxl-1em {
    gap: 1em !important;
  }

  .gap-xxl-4px {
    gap: 4px !important;
  }

  .gap-xxl-8 {
    gap: 8px !important;
  }

  .gap-xxl-12 {
    gap: 12px !important;
  }

  .gap-xxl-16 {
    gap: 16px !important;
  }

  .gap-xxl-20 {
    gap: 20px !important;
  }

  .gap-xxl-24 {
    gap: 24px !important;
  }

  .gap-xxl-32 {
    gap: 32px !important;
  }

  .gap-xxl-40 {
    gap: 40px !important;
  }

  .gap-xxl-48 {
    gap: 48px !important;
  }

  .gap-xxl-60 {
    gap: 60px !important;
  }

  .gap-xxl-64 {
    gap: 64px !important;
  }

  .gap-xxl-80 {
    gap: 80px !important;
  }

  .gap-xxl-100 {
    gap: 100px !important;
  }

  .gap-xxl-128 {
    gap: 128px !important;
  }

  .gap-xxl-144 {
    gap: 144px !important;
  }

  .gap-xxl-176 {
    gap: 176px !important;
  }

  .gap-xxl-200 {
    gap: 200px !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-25em {
    margin: 0.25em !important;
  }

  .m-xxl-5em {
    margin: 0.5em !important;
  }

  .m-xxl-75em {
    margin: 0.75em !important;
  }

  .m-xxl-1em {
    margin: 1em !important;
  }

  .m-xxl-4px {
    margin: 4px !important;
  }

  .m-xxl-8 {
    margin: 8px !important;
  }

  .m-xxl-12 {
    margin: 12px !important;
  }

  .m-xxl-16 {
    margin: 16px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .m-xxl-24 {
    margin: 24px !important;
  }

  .m-xxl-32 {
    margin: 32px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .m-xxl-48 {
    margin: 48px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .m-xxl-64 {
    margin: 64px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .m-xxl-128 {
    margin: 128px !important;
  }

  .m-xxl-144 {
    margin: 144px !important;
  }

  .m-xxl-176 {
    margin: 176px !important;
  }

  .m-xxl-200 {
    margin: 200px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-25em {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }

  .mx-xxl-5em {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }

  .mx-xxl-75em {
    margin-right: 0.75em !important;
    margin-left: 0.75em !important;
  }

  .mx-xxl-1em {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  .mx-xxl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .mx-xxl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xxl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xxl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .mx-xxl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .mx-xxl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .mx-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-25em {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }

  .my-xxl-5em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  .my-xxl-75em {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }

  .my-xxl-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  .my-xxl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .my-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .my-xxl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .my-xxl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-25em {
    margin-top: 0.25em !important;
  }

  .mt-xxl-5em {
    margin-top: 0.5em !important;
  }

  .mt-xxl-75em {
    margin-top: 0.75em !important;
  }

  .mt-xxl-1em {
    margin-top: 1em !important;
  }

  .mt-xxl-4px {
    margin-top: 4px !important;
  }

  .mt-xxl-8 {
    margin-top: 8px !important;
  }

  .mt-xxl-12 {
    margin-top: 12px !important;
  }

  .mt-xxl-16 {
    margin-top: 16px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-24 {
    margin-top: 24px !important;
  }

  .mt-xxl-32 {
    margin-top: 32px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-48 {
    margin-top: 48px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-64 {
    margin-top: 64px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-128 {
    margin-top: 128px !important;
  }

  .mt-xxl-144 {
    margin-top: 144px !important;
  }

  .mt-xxl-176 {
    margin-top: 176px !important;
  }

  .mt-xxl-200 {
    margin-top: 200px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-25em {
    margin-right: 0.25em !important;
  }

  .me-xxl-5em {
    margin-right: 0.5em !important;
  }

  .me-xxl-75em {
    margin-right: 0.75em !important;
  }

  .me-xxl-1em {
    margin-right: 1em !important;
  }

  .me-xxl-4px {
    margin-right: 4px !important;
  }

  .me-xxl-8 {
    margin-right: 8px !important;
  }

  .me-xxl-12 {
    margin-right: 12px !important;
  }

  .me-xxl-16 {
    margin-right: 16px !important;
  }

  .me-xxl-20 {
    margin-right: 20px !important;
  }

  .me-xxl-24 {
    margin-right: 24px !important;
  }

  .me-xxl-32 {
    margin-right: 32px !important;
  }

  .me-xxl-40 {
    margin-right: 40px !important;
  }

  .me-xxl-48 {
    margin-right: 48px !important;
  }

  .me-xxl-60 {
    margin-right: 60px !important;
  }

  .me-xxl-64 {
    margin-right: 64px !important;
  }

  .me-xxl-80 {
    margin-right: 80px !important;
  }

  .me-xxl-100 {
    margin-right: 100px !important;
  }

  .me-xxl-128 {
    margin-right: 128px !important;
  }

  .me-xxl-144 {
    margin-right: 144px !important;
  }

  .me-xxl-176 {
    margin-right: 176px !important;
  }

  .me-xxl-200 {
    margin-right: 200px !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-25em {
    margin-bottom: 0.25em !important;
  }

  .mb-xxl-5em {
    margin-bottom: 0.5em !important;
  }

  .mb-xxl-75em {
    margin-bottom: 0.75em !important;
  }

  .mb-xxl-1em {
    margin-bottom: 1em !important;
  }

  .mb-xxl-4px {
    margin-bottom: 4px !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12px !important;
  }

  .mb-xxl-16 {
    margin-bottom: 16px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-24 {
    margin-bottom: 24px !important;
  }

  .mb-xxl-32 {
    margin-bottom: 32px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-48 {
    margin-bottom: 48px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-64 {
    margin-bottom: 64px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xxl-128 {
    margin-bottom: 128px !important;
  }

  .mb-xxl-144 {
    margin-bottom: 144px !important;
  }

  .mb-xxl-176 {
    margin-bottom: 176px !important;
  }

  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-25em {
    margin-left: 0.25em !important;
  }

  .ms-xxl-5em {
    margin-left: 0.5em !important;
  }

  .ms-xxl-75em {
    margin-left: 0.75em !important;
  }

  .ms-xxl-1em {
    margin-left: 1em !important;
  }

  .ms-xxl-4px {
    margin-left: 4px !important;
  }

  .ms-xxl-8 {
    margin-left: 8px !important;
  }

  .ms-xxl-12 {
    margin-left: 12px !important;
  }

  .ms-xxl-16 {
    margin-left: 16px !important;
  }

  .ms-xxl-20 {
    margin-left: 20px !important;
  }

  .ms-xxl-24 {
    margin-left: 24px !important;
  }

  .ms-xxl-32 {
    margin-left: 32px !important;
  }

  .ms-xxl-40 {
    margin-left: 40px !important;
  }

  .ms-xxl-48 {
    margin-left: 48px !important;
  }

  .ms-xxl-60 {
    margin-left: 60px !important;
  }

  .ms-xxl-64 {
    margin-left: 64px !important;
  }

  .ms-xxl-80 {
    margin-left: 80px !important;
  }

  .ms-xxl-100 {
    margin-left: 100px !important;
  }

  .ms-xxl-128 {
    margin-left: 128px !important;
  }

  .ms-xxl-144 {
    margin-left: 144px !important;
  }

  .ms-xxl-176 {
    margin-left: 176px !important;
  }

  .ms-xxl-200 {
    margin-left: 200px !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-25em {
    padding: 0.25em !important;
  }

  .p-xxl-5em {
    padding: 0.5em !important;
  }

  .p-xxl-75em {
    padding: 0.75em !important;
  }

  .p-xxl-1em {
    padding: 1em !important;
  }

  .p-xxl-4px {
    padding: 4px !important;
  }

  .p-xxl-8 {
    padding: 8px !important;
  }

  .p-xxl-12 {
    padding: 12px !important;
  }

  .p-xxl-16 {
    padding: 16px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .p-xxl-24 {
    padding: 24px !important;
  }

  .p-xxl-32 {
    padding: 32px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .p-xxl-48 {
    padding: 48px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .p-xxl-64 {
    padding: 64px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .p-xxl-128 {
    padding: 128px !important;
  }

  .p-xxl-144 {
    padding: 144px !important;
  }

  .p-xxl-176 {
    padding: 176px !important;
  }

  .p-xxl-200 {
    padding: 200px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-25em {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }

  .px-xxl-5em {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }

  .px-xxl-75em {
    padding-right: 0.75em !important;
    padding-left: 0.75em !important;
  }

  .px-xxl-1em {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

  .px-xxl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .px-xxl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xxl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xxl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .px-xxl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .px-xxl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .px-xxl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-25em {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .py-xxl-5em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .py-xxl-75em {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }

  .py-xxl-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .py-xxl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .py-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .py-xxl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .py-xxl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-25em {
    padding-top: 0.25em !important;
  }

  .pt-xxl-5em {
    padding-top: 0.5em !important;
  }

  .pt-xxl-75em {
    padding-top: 0.75em !important;
  }

  .pt-xxl-1em {
    padding-top: 1em !important;
  }

  .pt-xxl-4px {
    padding-top: 4px !important;
  }

  .pt-xxl-8 {
    padding-top: 8px !important;
  }

  .pt-xxl-12 {
    padding-top: 12px !important;
  }

  .pt-xxl-16 {
    padding-top: 16px !important;
  }

  .pt-xxl-20 {
    padding-top: 20px !important;
  }

  .pt-xxl-24 {
    padding-top: 24px !important;
  }

  .pt-xxl-32 {
    padding-top: 32px !important;
  }

  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-48 {
    padding-top: 48px !important;
  }

  .pt-xxl-60 {
    padding-top: 60px !important;
  }

  .pt-xxl-64 {
    padding-top: 64px !important;
  }

  .pt-xxl-80 {
    padding-top: 80px !important;
  }

  .pt-xxl-100 {
    padding-top: 100px !important;
  }

  .pt-xxl-128 {
    padding-top: 128px !important;
  }

  .pt-xxl-144 {
    padding-top: 144px !important;
  }

  .pt-xxl-176 {
    padding-top: 176px !important;
  }

  .pt-xxl-200 {
    padding-top: 200px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-25em {
    padding-right: 0.25em !important;
  }

  .pe-xxl-5em {
    padding-right: 0.5em !important;
  }

  .pe-xxl-75em {
    padding-right: 0.75em !important;
  }

  .pe-xxl-1em {
    padding-right: 1em !important;
  }

  .pe-xxl-4px {
    padding-right: 4px !important;
  }

  .pe-xxl-8 {
    padding-right: 8px !important;
  }

  .pe-xxl-12 {
    padding-right: 12px !important;
  }

  .pe-xxl-16 {
    padding-right: 16px !important;
  }

  .pe-xxl-20 {
    padding-right: 20px !important;
  }

  .pe-xxl-24 {
    padding-right: 24px !important;
  }

  .pe-xxl-32 {
    padding-right: 32px !important;
  }

  .pe-xxl-40 {
    padding-right: 40px !important;
  }

  .pe-xxl-48 {
    padding-right: 48px !important;
  }

  .pe-xxl-60 {
    padding-right: 60px !important;
  }

  .pe-xxl-64 {
    padding-right: 64px !important;
  }

  .pe-xxl-80 {
    padding-right: 80px !important;
  }

  .pe-xxl-100 {
    padding-right: 100px !important;
  }

  .pe-xxl-128 {
    padding-right: 128px !important;
  }

  .pe-xxl-144 {
    padding-right: 144px !important;
  }

  .pe-xxl-176 {
    padding-right: 176px !important;
  }

  .pe-xxl-200 {
    padding-right: 200px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-25em {
    padding-bottom: 0.25em !important;
  }

  .pb-xxl-5em {
    padding-bottom: 0.5em !important;
  }

  .pb-xxl-75em {
    padding-bottom: 0.75em !important;
  }

  .pb-xxl-1em {
    padding-bottom: 1em !important;
  }

  .pb-xxl-4px {
    padding-bottom: 4px !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pb-xxl-12 {
    padding-bottom: 12px !important;
  }

  .pb-xxl-16 {
    padding-bottom: 16px !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pb-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-48 {
    padding-bottom: 48px !important;
  }

  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-64 {
    padding-bottom: 64px !important;
  }

  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pb-xxl-128 {
    padding-bottom: 128px !important;
  }

  .pb-xxl-144 {
    padding-bottom: 144px !important;
  }

  .pb-xxl-176 {
    padding-bottom: 176px !important;
  }

  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-25em {
    padding-left: 0.25em !important;
  }

  .ps-xxl-5em {
    padding-left: 0.5em !important;
  }

  .ps-xxl-75em {
    padding-left: 0.75em !important;
  }

  .ps-xxl-1em {
    padding-left: 1em !important;
  }

  .ps-xxl-4px {
    padding-left: 4px !important;
  }

  .ps-xxl-8 {
    padding-left: 8px !important;
  }

  .ps-xxl-12 {
    padding-left: 12px !important;
  }

  .ps-xxl-16 {
    padding-left: 16px !important;
  }

  .ps-xxl-20 {
    padding-left: 20px !important;
  }

  .ps-xxl-24 {
    padding-left: 24px !important;
  }

  .ps-xxl-32 {
    padding-left: 32px !important;
  }

  .ps-xxl-40 {
    padding-left: 40px !important;
  }

  .ps-xxl-48 {
    padding-left: 48px !important;
  }

  .ps-xxl-60 {
    padding-left: 60px !important;
  }

  .ps-xxl-64 {
    padding-left: 64px !important;
  }

  .ps-xxl-80 {
    padding-left: 80px !important;
  }

  .ps-xxl-100 {
    padding-left: 100px !important;
  }

  .ps-xxl-128 {
    padding-left: 128px !important;
  }

  .ps-xxl-144 {
    padding-left: 144px !important;
  }

  .ps-xxl-176 {
    padding-left: 176px !important;
  }

  .ps-xxl-200 {
    padding-left: 200px !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*--------------------------------------------------------------
  Ejnar
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img.lazyload, img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  img.lazyloaded {
    -webkit-transition: none;
    transition: none;
  }
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
* Slide in
*/
@-webkit-keyframes slideFromTop {
  0% {
    -webkit-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromTop {
  0% {
    -webkit-transform: translate(0, -24px);
            transform: translate(0, -24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromTop_Strong {
  0% {
    -webkit-transform: translate(0, -128px);
            transform: translate(0, -128px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromTop_Strong {
  0% {
    -webkit-transform: translate(0, -128px);
            transform: translate(0, -128px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromBottom {
  0% {
    -webkit-transform: translate(0, 24px);
            transform: translate(0, 24px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromBottom_Strong {
  0% {
    -webkit-transform: translate(0, 128px);
            transform: translate(0, 128px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromBottom_Strong {
  0% {
    -webkit-transform: translate(0, 128px);
            transform: translate(0, 128px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideFromRight_Strong {
  0% {
    -webkit-transform: translate(128px, 0);
            transform: translate(128px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromRight_Strong {
  0% {
    -webkit-transform: translate(128px, 0);
            transform: translate(128px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate(-24px, 0);
            transform: translate(-24px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slideFromLeft_Strong {
  0% {
    -webkit-transform: translate(-128px, 0);
            transform: translate(-128px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideFromLeft_Strong {
  0% {
    -webkit-transform: translate(-128px, 0);
            transform: translate(-128px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ------------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation alert-blink
 * ----------------------------------------
 */
@-webkit-keyframes alert-blink {
  0%, 50%, 100% {
    background-color: #dc3545;
  }
  25%, 75% {
    background-color: rgba(220, 53, 69, 0.2);
  }
}
@keyframes alert-blink {
  0%, 50%, 100% {
    background-color: #dc3545;
  }
  25%, 75% {
    background-color: rgba(220, 53, 69, 0.2);
  }
}
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  9% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  11% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  6% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  9% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  11% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  45% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  62% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.in-view-target {
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .in-view-target {
    -webkit-transition: none;
    transition: none;
  }
}
.in-view-target.in-view.inV-fadeInLeft {
  -webkit-animation: slideFromLeft 0.7s ease 0s forwards, fadeIn 0.7s ease 0s forwards;
          animation: slideFromLeft 0.7s ease 0s forwards, fadeIn 0.7s ease 0s forwards;
}

.button-reset {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: left;
}

.btn,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button] {
  -webkit-transition: background-color 0.3s ease 0s, color 0.15s ease 0s forwards, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.15s ease 0s forwards, border-color 0.3s ease 0s;
  min-width: 243px;
  max-width: 100%;
  padding: 8px 16px;
  background-color: #990000;
  color: #FFFEFD;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-bordered,
.gform_wrapper .gform_page_footer input.btn-bordered[type=submit],
.gform_wrapper .gform_page_footer input.btn-bordered[type=button] {
  background-color: transparent;
  border: 2px solid #990000;
  color: #990000;
}
.btn.btn-bordered:hover, .btn.btn-bordered:focus,
.gform_wrapper .gform_page_footer input.btn-bordered[type=submit]:hover,
.gform_wrapper .gform_page_footer input.btn-bordered[type=button]:hover,
.gform_wrapper .gform_page_footer input.btn-bordered[type=submit]:focus,
.gform_wrapper .gform_page_footer input.btn-bordered[type=button]:focus {
  background-color: #B40000;
  border-color: #B40000;
  color: #FFFEFD;
}
.btn.btn-bordered:active,
.gform_wrapper .gform_page_footer input.btn-bordered[type=submit]:active,
.gform_wrapper .gform_page_footer input.btn-bordered[type=button]:active {
  background-color: #620000;
  border-color: #620000;
  color: #FFFEFD;
}
.btn.btn-wide,
.gform_wrapper .gform_page_footer input.btn-wide[type=submit],
.gform_wrapper .gform_page_footer input.btn-wide[type=button] {
  width: 100%;
  max-width: 100%;
}
.btn:hover, .btn:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=button]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input[type=button]:focus {
  background-color: #B40000;
  border-color: #B40000;
  color: #FFFEFD;
}
.btn:active,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input[type=button]:active {
  background-color: #620000;
  border-color: #620000;
  color: #FFFEFD;
}
.btn:disabled, .btn[disabled=disabled],
.gform_wrapper .gform_page_footer input[type=submit]:disabled,
.gform_wrapper .gform_page_footer input[type=button]:disabled,
.gform_wrapper .gform_page_footer input[disabled=disabled][type=submit],
.gform_wrapper .gform_page_footer input[disabled=disabled][type=button] {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: #5A5A5A;
}

p, .p {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  letter-spacing: 0em;
}

.p-semibold {
  font-weight: 600;
}

.lead,
.lead-semibold {
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 136%;
  letter-spacing: -0.01em;
}

.lead {
  font-weight: 400;
}

.lead-semibold {
  font-weight: 600;
}

.breadcrumbs {
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0.005em;
}
.breadcrumbs.breadcrumbs-underlined {
  text-decoration: underline;
}
.breadcrumbs.breadcrumbs-bold {
  font-weight: 700;
}

.upper-title {
  font-size: 13px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  p, .p {
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0em;
  }

  .p-semibold {
    font-weight: 600;
  }

  .lead,
.lead-semibold {
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: -0.01em;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .upper-title {
    font-size: 14px;
    line-height: 180%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  color: #1F1C34;
  margin-top: 0;
  margin-bottom: 8px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h3, .h3 {
  font-size: 19px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.005em;
}

h4, .h4 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0em;
}

h5, .h5 {
  font-size: 13px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 125%;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: -0.005em;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 145%;
    font-weight: 700;
    letter-spacing: 0em;
  }

  h5, .h5 {
    font-size: 14px;
    line-height: 180%;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.site-navigation {
  position: relative;
  display: none;
}
.site-navigation ul {
  padding-left: 0;
  list-style: none;
}
.site-navigation .site-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.site-navigation .site-navigation__list a {
  text-decoration: none;
}
.site-navigation .site-navigation__list .expand-sub-menu {
  display: none;
}
.site-navigation .site-navigation__list > .menu-item {
  position: relative;
  margin-right: 20px;
}
.site-navigation .site-navigation__list > .menu-item:last-child {
  margin-right: 0;
}
.site-navigation .site-navigation__list > .menu-item:hover > a {
  color: #990000;
}
.site-navigation .site-navigation__list > .menu-item a {
  color: unset;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.69em;
  letter-spacing: 0.008em;
}
.site-navigation .site-navigation__list > .menu-item a:hover {
  color: #990000;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  padding: 12px 24px;
  background-color: #BDA7C7;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu .menu-item:hover > .sub-menu {
  display: block;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu .menu-item a {
  display: inline-block;
  line-height: 1.2;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  padding: 4px 12px;
  background-color: #000;
}
.site-navigation .site-navigation__list > .menu-item > .sub-menu .menu-item > .sub-menu a:not(:hover) {
  color: #FFFEFD;
}
@media (min-width: 992px) {
  .site-navigation {
    display: block;
  }
}

.container-desktop-nav-buttons {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
}
.container-desktop-nav-buttons .desktop-nav-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #5A5A5A;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.005em;
}
.container-desktop-nav-buttons .desktop-nav-button:not(:last-child) {
  margin-right: 20px;
}
.container-desktop-nav-buttons .desktop-nav-button:hover, .container-desktop-nav-buttons .desktop-nav-button:focus, .container-desktop-nav-buttons .desktop-nav-button.state__is-toggled {
  cursor: pointer;
  color: #000;
  outline-offset: 8px;
}
.container-desktop-nav-buttons .desktop-nav-button.state__is-toggled::after {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  bottom: -12px;
  left: -12px;
  right: -12px;
  z-index: 1;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbf1ed;
}
.container-desktop-nav-buttons .desktop-nav-button-icon,
.container-desktop-nav-buttons .desktop-nav-button-label,
.container-desktop-nav-buttons .desktop-nav-button-close {
  z-index: 2;
}
.container-desktop-nav-buttons .desktop-nav-button-icon {
  height: 20px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .container-desktop-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.container-header-contents {
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fbf1ed;
  /* Languages */
  /* / Languages */
  /* Search */
  /* / Search */
}
.container-header-contents .header-contents {
  margin: 0 auto;
}
.container-header-contents .header-content {
  display: none;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 40px;
}
.container-header-contents .header-content.contents-language {
  max-width: 100%;
}
.container-header-contents .header-content.state__is-toggled {
  display: block;
}
.container-header-contents .header-contents-separator {
  max-width: 328px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  border-radius: 20px;
  background-color: #000;
  opacity: 1;
}
.container-header-contents .container-site-languages .header-languages-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
}
.container-header-contents .container-site-languages .site-languages-list,
.container-header-contents .container-site-languages .header-info-pages-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-header-contents .container-site-languages .site-languages-list .lang-item,
.container-header-contents .container-site-languages .header-info-pages-list .lang-item {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.008em;
  text-transform: uppercase;
}
.container-header-contents .container-site-languages .site-languages-list .lang-item a:not(:hover),
.container-header-contents .container-site-languages .header-info-pages-list .lang-item a:not(:hover) {
  color: #000;
  text-decoration: none;
}
.container-header-contents .container-site-languages .site-languages-list .lang-item-light,
.container-header-contents .container-site-languages .header-info-pages-list .lang-item-light {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
  text-transform: none;
}
.container-header-contents .container-site-languages .site-languages-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.container-header-contents .container-site-languages .header-info-pages-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 38px -webkit-max-content 38px -webkit-max-content;
  -ms-grid-columns: max-content 38px max-content 38px max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 8px 38px;
  grid-auto-flow: row;
      grid-template-areas: ". . .";
}
.container-header-contents .container-site-languages .header-info-pages-list .lang-item {
  margin-right: 0;
}
.container-header-contents .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-header-contents .header-search-form .header-search-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 427px;
          flex: 0 0 427px;
  position: relative;
}
.container-header-contents .header-search-form .header-search-icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 24px;
}
.container-header-contents .header-search-form .header-search-field,
.container-header-contents .header-search-form .header-search-submit {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-radius: 5px;
}
.container-header-contents .header-search-form .header-search-field {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 48px;
  padding-right: 12px;
  border: 1px solid #DBDBDB;
}
.container-header-contents .header-search-form .header-search-submit {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 8px;
  border: none;
  background-color: #990000;
  color: #FFFEFD;
  text-transform: uppercase;
}
.container-header-contents .header-search-form .header-search-submit:disabled, .container-header-contents .header-search-form .header-search-submit[disabled] {
  background-color: #DBDBDB;
  color: #5A5A5A;
}
.container-header-contents .header-search-form .header-search-submit:hover:not(:disabled), .container-header-contents .header-search-form .header-search-submit:focus:not(:disabled) {
  background-color: #B40000;
}
.container-header-contents .header-search-form .header-search-submit:active {
  background-color: #620000;
}
@media (max-width: 991.98px) {
  .container-header-contents {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container-header-contents {
    /* Languages */
    /* / Languages */
  }
  .container-header-contents .container-site-languages .header-info-pages-list {
    -ms-grid-columns: -webkit-max-content 38px -webkit-max-content 38px -webkit-max-content 38px -webkit-max-content;
    -ms-grid-columns: max-content 38px max-content 38px max-content 38px max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content max-content max-content;
    -ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 8px 38px;
    grid-auto-flow: row;
        grid-template-areas: ". . . ." ". . . ." ". . . ." ". . . ." ". . . ." ". . . ." ". . . ." ". . . .";
  }
}

.mobile-navigation {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  z-index: 1030;
  background-color: #FFFEFD;
}
.mobile-navigation.state__is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-navigation .mobile-navigation__list {
  padding-left: 0;
  list-style: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0 20px;
  overflow-y: auto;
}
.mobile-navigation .mobile-navigation__list a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.mobile-navigation .mobile-navigation__list .menu-item {
  position: relative;
}
.mobile-navigation .mobile-navigation__list .menu-item-has-children.state__is-toggled > .sub-menu {
  display: block;
}
.mobile-navigation .mobile-navigation__list .expand-sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 28px;
}
.mobile-navigation .mobile-navigation__list .expand-sub-menu .material-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #990000;
  color: #FFFEFD;
  font-size: 16px;
}
.mobile-navigation .mobile-navigation__list > .menu-item {
  position: relative;
}
.mobile-navigation .mobile-navigation__list > .menu-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 20px;
  background-color: #990000;
}
.mobile-navigation .mobile-navigation__list > .menu-item > a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.008em;
  text-transform: uppercase;
}
.mobile-navigation .mobile-navigation__list > .menu-item > .sub-menu {
  background-color: #faf1f0;
}
.mobile-navigation .mobile-navigation__list > .menu-item > .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 20px;
  background-color: #990000;
}
.mobile-navigation .mobile-navigation__list .sub-menu {
  padding-left: 0;
  list-style: none;
  display: none;
  position: relative;
}
.mobile-navigation .mobile-navigation__list .sub-menu .menu-item a {
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.005em;
}
.mobile-navigation .mobile-navigation__list .sub-menu .menu-item .sub-menu {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5e5e4;
}
.mobile-navigation .mobile-navigation__list .sub-menu .menu-item-has-children > a {
  margin-right: 56px;
}
.mobile-navigation .container-mobile-search {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.mobile-navigation .container-mobile-search .mobile-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-navigation .container-mobile-search .mobile-search-field,
.mobile-navigation .container-mobile-search .mobile-search-submit {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  height: 48px;
  border-radius: 5px;
}
.mobile-navigation .container-mobile-search .mobile-search-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-navigation .container-mobile-search .mobile-search-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #5A5A5A;
  background-color: transparent;
}
.mobile-navigation .container-mobile-search .mobile-search-field:focus {
  border-color: #DBDBDB;
}
.mobile-navigation .container-mobile-search .mobile-search-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  background-color: #990000;
}
.mobile-navigation .container-mobile-search .mobile-search-submit:disabled, .mobile-navigation .container-mobile-search .mobile-search-submit[disabled] {
  background-color: #DBDBDB;
}
.mobile-navigation .container-mobile-search .mobile-search-submit:disabled .material-icons, .mobile-navigation .container-mobile-search .mobile-search-submit[disabled] .material-icons {
  color: #5A5A5A;
}
.mobile-navigation .container-mobile-search .mobile-search-submit:hover:not(:disabled), .mobile-navigation .container-mobile-search .mobile-search-submit:focus:not(:disabled) {
  background-color: #B40000;
}
.mobile-navigation .container-mobile-search .mobile-search-submit:active {
  background-color: #620000;
}
.mobile-navigation .container-mobile-search .mobile-search-submit .material-icons {
  color: #FFFEFD;
}
@media (min-width: 992px) {
  .mobile-navigation {
    display: none;
  }
}

.container-mobile-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}
.container-mobile-nav-buttons .mobile-nav-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
}
.container-mobile-nav-buttons .mobile-nav-button.state__is-toggled::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -24px;
  right: -24px;
  z-index: -1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #faf1f0;
}
.container-mobile-nav-buttons .mobile-nav-button.state__is-toggled .mobile-nav-button-close {
  color: #000;
}
@media (min-width: 992px) {
  .container-mobile-nav-buttons {
    display: none;
  }
}

.container-mobile-nav-contents {
  display: none;
  position: absolute;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 1;
  overflow-y: scroll;
  background-color: #faf1f0;
}
.container-mobile-nav-contents.state__is-toggled {
  display: block;
}
.container-mobile-nav-contents .mobile-nav-content {
  display: none;
}
.container-mobile-nav-contents .mobile-nav-content.state__is-toggled {
  display: block;
}
.container-mobile-nav-contents .container-mobile-nav-content-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.container-mobile-nav-contents .container-mobile-nav-content-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  border-radius: 20px;
  background-color: #000;
}
.container-mobile-nav-contents .container-mobile-nav-content-label .mobile-nav-label-icon {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.container-mobile-nav-contents .container-mobile-nav-content-label .mobile-nav-content-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
}
.container-mobile-nav-contents .mobile-nav-contents-separator {
  height: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  opacity: 1;
  border-radius: 20px;
  background-color: #000;
}
.container-mobile-nav-contents .container-site-languages .mobile-nav-languages-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
}
.container-mobile-nav-contents .site-languages-list,
.container-mobile-nav-contents .mobile-nav-info-pages-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container-mobile-nav-contents .site-languages-list .lang-item,
.container-mobile-nav-contents .mobile-nav-info-pages-list .lang-item {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.008em;
  text-transform: uppercase;
}
.container-mobile-nav-contents .site-languages-list .lang-item a:not(:hover),
.container-mobile-nav-contents .mobile-nav-info-pages-list .lang-item a:not(:hover) {
  color: #000;
  text-decoration: none;
}
.container-mobile-nav-contents .site-languages-list .lang-item-light,
.container-mobile-nav-contents .mobile-nav-info-pages-list .lang-item-light {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
  text-transform: none;
}
.container-mobile-nav-contents .legible-menu-list,
.container-mobile-nav-contents .signlanguage-menu-list {
  padding-left: 0;
  list-style: none;
}
.container-mobile-nav-contents .legible-menu-list .menu-item,
.container-mobile-nav-contents .signlanguage-menu-list .menu-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.005em;
}
.container-mobile-nav-contents .legible-menu-list .menu-item::after,
.container-mobile-nav-contents .signlanguage-menu-list .menu-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-radius: 20px;
  background-color: #000;
}
.container-mobile-nav-contents .legible-menu-list .menu-item:first-child,
.container-mobile-nav-contents .signlanguage-menu-list .menu-item:first-child {
  padding-top: 0;
}
.container-mobile-nav-contents .legible-menu-list .menu-item:last-child::after,
.container-mobile-nav-contents .signlanguage-menu-list .menu-item:last-child::after {
  display: none;
}
.container-mobile-nav-contents .legible-menu-list .menu-item a:not(:hover),
.container-mobile-nav-contents .signlanguage-menu-list .menu-item a:not(:hover) {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .container-mobile-nav-contents {
    display: none;
  }
}

.wrapper-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper-page .container-page-sections {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
.wrapper-page .container-sidebar-nav {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
.wrapper-page .sidebar-nav__list {
  padding-left: 0;
  list-style: none;
}
.wrapper-page .sidebar-nav__list > .page_item:first-child {
  font-size: 18px;
  line-height: 31px;
}
.wrapper-page .sidebar-nav__list .page_item {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: 0.005em;
}
.wrapper-page .sidebar-nav__list .page_item:hover > a {
  background-color: #faf1f0;
}
.wrapper-page .sidebar-nav__list .page_item:active > a {
  background-color: #e6bfbe;
}
.wrapper-page .sidebar-nav__list .page_item.current_page_item > a {
  background-color: #f5e5e4;
}
.wrapper-page .sidebar-nav__list .page_item > a {
  padding: 7px 20px;
}
.wrapper-page .sidebar-nav__list .page_item a {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  display: block;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}
.wrapper-page .sidebar-nav__list .page_item_has_children.state__is-toggled .children {
  display: block;
}
.wrapper-page .sidebar-nav__list .page_item_has_children > a {
  padding-right: 40px;
}
.wrapper-page .sidebar-nav__list .page_item_has_children .children {
  display: none;
}
.wrapper-page .sidebar-nav__list .expand-child-page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.wrapper-page .sidebar-nav__list .expand-child-page-menu .material-icons {
  font-size: 20px;
  line-height: 20px;
}
.wrapper-page .sidebar-nav__list .children {
  padding-left: 0;
  list-style: none;
}
.wrapper-page .sidebar-nav__list .children .page_item > a {
  padding: 5px 10px 5px 30px;
}
@media (min-width: 992px) {
  .wrapper-page .container-sidebar-nav {
    display: block;
  }
}

.container-breadcrumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.container-breadcrumbs #breadcrumbs-nav__list {
  margin-bottom: 0;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.005em;
}
.container-breadcrumbs #breadcrumbs-nav__list a:not(:hover) {
  color: #000;
}
.container-breadcrumbs #breadcrumbs-nav__list .breadcrumb_last {
  color: #5A5A5A;
}
.container-breadcrumbs #breadcrumbs-nav__list .breadcrumb-separator {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .container-breadcrumbs {
    margin-top: 16px;
    margin-bottom: 62px;
  }
  .container-breadcrumbs #breadcrumbs-nav__list {
    font-size: 12px;
    line-height: 21.6px;
  }
}

a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  line-height: 145%;
  font-weight: 600;
  letter-spacing: 0em;
}

a.link-with-underline {
  font-size: 16px;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

a.link-with-arrow {
  position: relative;
  padding-left: 1.55em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
a.link-with-arrow .link-arrow-icon {
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 16px;
}
a.link-with-arrow:hover .link-arrow-icon, a.link-with-arrow:focus .link-arrow-icon {
  left: 0.4em;
}

a.block-link {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  text-indent: -999em !important;
  z-index: 10 !important;
}

body.state__no-scroll {
  overflow-y: hidden;
}
body.home .site-header {
  background-color: #FFFEFD;
}
body.home .site-content section:first-of-type {
  margin-top: 68px;
}
body:not(.home) .site-content {
  margin-top: 68px;
}
@media (min-width: 768px) {
  body.home .site-header {
    background-color: transparent;
  }
  body.home .site-content section:first-of-type {
    margin-top: 68px;
  }
  body:not(.home) .site-content {
    margin-top: 68px;
  }
}
@media (min-width: 992px) {
  body.home .site-content section:first-of-type {
    margin-top: 126px;
  }
  body:not(.home) .site-content {
    margin-top: 126px;
  }
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .container .container {
    padding-left: 40px;
    padding-right: 0;
  }
}

#wrapper-content {
  outline: none;
}

/*
* States
*/
.state__is-hidden {
  display: none !important;
}

.site-header {
  -webkit-transition: background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  transition: background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s, background-color 0.7s ease 0s;
  transition: transform 0.7s ease 0s, background-color 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: #FFFEFD;
}
.site-header.state__is-alternative {
  background-color: #FFFEFD !important;
}
.site-header.contents-toggled {
  background-color: #FFFEFD !important;
}
.site-header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 68px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.site-header .header-main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #990000;
  border-radius: 100px;
}
.site-header .site-header__logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 156px;
  height: 47px;
  margin-left: 0;
  margin-right: auto;
  background-image: url("https://kvinnofridslinjen.se/wp-content/uploads/2025/04/Logotyp-Rod-RGB-scaled.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-header .toggle-desktop-expandable-menu {
  display: none;
}
.site-header .toggle-mobile-menu,
.site-header .toggle-desktop-expandable-menu {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  width: 30px;
  padding: unset;
  border: unset;
  background-color: unset;
}
.site-header .toggle-mobile-menu .container-menu-bar,
.site-header .toggle-desktop-expandable-menu .container-menu-bar {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: 0 auto;
}
.site-header .toggle-mobile-menu .container-menu-bar .menu-bar,
.site-header .toggle-desktop-expandable-menu .container-menu-bar .menu-bar {
  -webkit-transition: opacity 0.3s ease 0s, width 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, width 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, width 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #FFFEFD;
}
.site-header .toggle-mobile-menu .menu-bar-top,
.site-header .toggle-desktop-expandable-menu .menu-bar-top {
  top: calc(50% - 5px);
}
.site-header .toggle-mobile-menu .menu-bar-middle .menu-bar::before,
.site-header .toggle-desktop-expandable-menu .menu-bar-middle .menu-bar::before {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: inherit;
}
.site-header .toggle-mobile-menu .menu-bar-bottom,
.site-header .toggle-desktop-expandable-menu .menu-bar-bottom {
  top: calc(50% + 5px);
}
.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-top .menu-bar,
.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-bottom .menu-bar,
.site-header .toggle-desktop-expandable-menu.state__is-toggled .menu-bar-top .menu-bar,
.site-header .toggle-desktop-expandable-menu.state__is-toggled .menu-bar-bottom .menu-bar {
  width: 0;
  opacity: 0;
}
.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-middle .menu-bar,
.site-header .toggle-desktop-expandable-menu.state__is-toggled .menu-bar-middle .menu-bar {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.site-header .toggle-mobile-menu.state__is-toggled .menu-bar-middle .menu-bar::before,
.site-header .toggle-desktop-expandable-menu.state__is-toggled .menu-bar-middle .menu-bar::before {
  opacity: 1;
}
.site-header .toggle-mobile-menu .toggle-mobile-menu-icon {
  color: #000;
  font-size: 30px;
}
.site-header .panic-button {
  -webkit-transition: bottom 0.3s ease 0s, right 0.3s ease 0s;
  transition: bottom 0.3s ease 0s, right 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 44px;
  width: 44px;
  margin-right: 16px;
  border-radius: 100px;
  background-color: #990000;
  color: #FFFEFD;
}
.site-header .panic-button .panic-button-icon {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 2px;
  left: 50%;
  height: 12px;
  width: 12px;
  font-size: 12px;
}
.site-header .panic-button .panic-button-label {
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: -0.005em;
  text-align: center;
}
.site-header .panic-button .panic-button-label.device-desktop {
  display: none;
}
@media (min-width: 768px) {
  .site-header .header-main {
    height: 68px;
  }
  .site-header .site-header__logo {
    width: 156px;
    height: 47px;
  }
}
@media (min-width: 992px) {
  .site-header {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .site-header.state__is-toggled {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .site-header .header-main {
    height: 126px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header .site-header__logo {
    width: 357px;
    height: 106px;
  }
  .site-header .toggle-desktop-expandable-menu {
    display: block;
  }
  .site-header .toggle-mobile-menu {
    display: none;
  }
  .site-header .panic-button {
    position: absolute;
    bottom: -80px;
    right: 0;
    height: 68px;
    width: 68px;
    margin-right: 0;
  }
  .site-header .panic-button .panic-button-icon {
    top: 6px;
    height: 16px;
    width: 16px;
    font-size: 16px;
  }
  .site-header .panic-button .panic-button-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0em;
  }
  .site-header .panic-button .panic-button-label.device-mobile {
    display: none;
  }
  .site-header .panic-button .panic-button-label.device-desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .site-header .panic-button {
    bottom: -48px;
    right: -80px;
  }
}

.site-footer {
  padding-top: 24px;
  padding-bottom: 40px;
  overflow-y: auto;
  background-color: #990000;
  color: #FFFEFD;
}
.site-footer a, .site-footer button {
  color: #FFFEFD;
  text-decoration: none;
}
.site-footer a:hover, .site-footer button:hover {
  text-decoration: underline;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer .container-footer-content {
  margin-bottom: 40px;
}
.site-footer .container-footer-content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
}
.site-footer .container-footer-content .footer-content {
  margin-bottom: 20px;
}
.site-footer .container-footer-content .footer-content-link a {
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.005em;
}
.site-footer .footer-nav .footer-nav-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.005em;
}
.site-footer .footer-nav .footer-nav__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 80px;
}
.site-footer .footer-nav .footer-nav__list a {
  text-transform: uppercase;
}
.site-footer .footer-nav .footer-nav__list .menu-item {
  margin-bottom: 12px;
}
.site-footer .footer-nav .footer-nav__list .desktop-nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.008em;
  text-transform: uppercase;
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon {
  height: 20px;
  width: 20px;
  margin-top: -1px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon.icon-language {
  background-image: url("images/icons/icon_language-white.png");
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon.icon-legible {
  background-image: url("images/icons/icon_legible-white.png");
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon.icon-signlanguage {
  background-image: url("images/icons/icon_signlanguage-white.png");
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon.icon-listen {
  background-image: url("images/icons/icon_listen-white.png");
}
.site-footer .footer-nav .footer-nav__list .footer-menu-item-icon.icon-hide {
  background-image: url("images/icons/icon_hide-white.png");
}
.site-footer .container-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .container-footer-bottom p, .site-footer .container-footer-bottom a, .site-footer .container-footer-bottom span {
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.005em;
}
.site-footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .footer-copyright .bottom-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 12px;
}
.site-footer .footer-copyright .bottom-links .footer-link-separator:first-child {
  display: none;
}
.site-footer .footer-copyright .bottom-links .footer-link-separator {
  margin: 0 12px;
}
.site-footer .footer-logo {
  max-width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 68px;
  }
  .site-footer .container-footer-content {
    margin-bottom: 78px;
  }
  .site-footer .footer-nav .footer-nav-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 31px;
  }
  .site-footer .footer-nav .footer-nav__list {
    margin-bottom: 0;
  }
  .site-footer .footer-nav .footer-nav__list a {
    text-transform: none;
  }
  .site-footer .container-footer-bottom {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .footer-copyright .copyright-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .site-footer .footer-copyright .bottom-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 0;
  }
  .site-footer .footer-copyright .bottom-links .footer-link-separator:first-child {
    display: inline-block;
  }
  .site-footer .footer-copyright .bottom-links .footer-link-separator {
    margin: 0 8px;
  }
  .site-footer .footer-logo {
    max-width: 500px;
    margin-bottom: 0;
  }
}

.section-search {
  padding-bottom: 100px;
  /* Search */
  /* / Search */
}
.section-search .search-title {
  margin-bottom: 20px;
}
.section-search .search-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.section-search .search-page-form .search-page-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
}
.section-search .search-page-form .search-page-icon {
  display: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 24px;
}
.section-search .search-page-form .search-page-field,
.section-search .search-page-form .search-page-submit {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-radius: 5px;
}
.section-search .search-page-form .search-page-field {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #DBDBDB;
}
.section-search .search-page-form .search-page-submit {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  margin-left: 8px;
  border: none;
  background-color: #990000;
  color: #FFFEFD;
  text-transform: uppercase;
}
.section-search .search-page-form .search-page-submit:disabled, .section-search .search-page-form .search-page-submit[disabled] {
  background-color: #DBDBDB;
  color: #5A5A5A;
}
.section-search .search-page-form .search-page-submit:hover:not(:disabled), .section-search .search-page-form .search-page-submit:focus:not(:disabled) {
  background-color: #B40000;
}
.section-search .search-page-form .search-page-submit:active {
  background-color: #620000;
}
.section-search .search-subtitle {
  margin-bottom: 20px;
  font-weight: 700;
}
.section-search .search-result {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #eceaeb;
}
.section-search .result-link {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
}
.section-search .result-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: #990000;
}
.section-search .result-link:hover::after {
  background-color: #B40000;
}
.section-search .result-link .material-icons {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  margin-left: 4px;
  margin-bottom: -2px;
  font-size: inherit;
}
.section-search .search-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-search .search-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.005em;
  text-decoration: none;
}
.section-search .search-pagination .page-numbers:not(:hover) {
  color: #5A5A5A;
}
.section-search .search-pagination .page-numbers.current,
.section-search .search-pagination .page-numbers .material-icons:not(:hover) {
  color: #990000;
}
.section-search .search-pagination .page-numbers .material-icons {
  font-size: 24px;
  line-height: 31px;
}
@media (min-width: 992px) {
  .section-search .search-page-form .search-page-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 519px;
            flex: 0 0 519px;
  }
  .section-search .search-page-form .search-page-icon {
    display: block;
  }
  .section-search .search-page-form .search-page-field {
    padding-left: 48px;
  }
  .section-search .search-page-form .search-page-submit {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .section-search .result-link .material-icons {
    bottom: 3px;
    margin-left: 4px;
    margin-bottom: -2px;
  }
}

.toast-btn-listen {
  -webkit-transition: background-color 0.3s ease 0s, background-image 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, background-image 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
  margin-right: 16px;
  border-radius: 100px;
  border: 2px solid #990000;
  background-color: #990000;
}
.toast-btn-listen.state__is-toggled {
  background-color: #FFFEFD;
}
.toast-btn-listen.state__is-toggled .toast-btn-icon {
  background-image: url("images/icons/icon_listen-red.png");
}
.toast-btn-listen:hover .toast-btn-label {
  opacity: 1;
}
.toast-btn-listen .toast-btn-icon {
  display: block;
  height: 32px;
  width: 32px;
  background-image: url("images/icons/icon_listen-white.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .toast-btn-listen {
    display: none;
  }
}

.toast-listen {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: calc(100% - 40px);
}
.toast-listen .toast-header {
  background-color: #990000;
}
.toast-listen .toast-header-icon {
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
  background-image: url("images/icons/icon_listen-white.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.toast-listen .toast-title {
  color: #FFFEFD;
}
.toast-listen .toast-body {
  background-color: #FFFEFD;
}
.toast-listen .rsbtn {
  -webkit-transition: margin-bottom 0.3s ease 0s;
  transition: margin-bottom 0.3s ease 0s;
  margin-bottom: 0;
}
.toast-listen .rsbtn.rsexpanded {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .toast-listen {
    display: none;
  }
}

.archive-blog-post {
  position: relative;
}

/*--------------------------------------------------------------
	Sections
--------------------------------------------------------------*/
.section-categorised-content.categorised-texts .texts-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.section-categorised-content.categorised-texts .texts-categories__list .texts-category {
  margin-right: 12px;
  margin-bottom: 12px;
}
.section-categorised-content.categorised-texts .texts-categories__list .texts-category.state__is-active .texts-category-btn,
.section-categorised-content.categorised-texts .texts-categories__list .texts-category.state__is-active .texts-category-btn:hover,
.section-categorised-content.categorised-texts .texts-categories__list .texts-category.state__is-active .texts-category-btn:focus {
  background-color: #423447;
  color: #FFFEFD;
}
.section-categorised-content.categorised-texts .texts-categories__list .texts-category .texts-category-btn {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding: 12px 24px;
  border: 2px solid #423447;
  border-radius: 50px;
  color: #423447;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.005em;
  outline-offset: 5px;
  outline-color: #D9775C;
}
.section-categorised-content.categorised-texts .texts-categories__list .texts-category .texts-category-btn:hover, .section-categorised-content.categorised-texts .texts-categories__list .texts-category .texts-category-btn:focus {
  background-color: #eceaeb;
  color: #423447;
}
.section-categorised-content.categorised-texts .texts-category-name {
  margin-bottom: 20px;
}
.section-categorised-content.categorised-texts .category-item.state__is-toggled {
  background-color: #f6f4f4;
}
.section-categorised-content.categorised-texts .category-item .category-item-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-categorised-content.categorised-texts .category-item .category-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #990000;
}
.section-categorised-content.categorised-texts .category-item .category-item-toggle .material-icons {
  font-size: 17px;
  line-height: 17px;
  padding: 7.5px;
  color: #FFFEFD;
}
@media (min-width: 992px) {
  .section-categorised-content.categorised-texts .texts-categories__list .texts-category {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .section-categorised-content.categorised-texts .texts-categories__list .texts-category .texts-category-btn {
    font-size: 18px;
    line-height: 31px;
  }
}

.section-contact .coworker-phone > a {
  color: inherit;
  text-decoration: none;
}
.section-cover {
  position: relative;
}
.section-cover.is-on-frontpage {
  margin-top: 0 !important;
}
.section-cover.is-on-frontpage .container-cover {
  margin-top: 68px !important;
}
.section-cover.is-on-frontpage .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-cover .container-cover-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 500px 40px;
  border-bottom-right-radius: 500px 40px;
}
.section-cover .container-cover-bg.bg-brand-red-gradient {
  background: linear-gradient(150.65deg, rgba(245, 229, 228, 0.2) 50.19%, rgba(204, 127, 127, 0.2) 81.58%), linear-gradient(150.65deg, rgba(245, 229, 228, 0.2) 50.19%, rgba(204, 127, 127, 0.2) 81.58%), #f5e5e4;
}
.section-cover .container-cover-bg.bg-brand-orange-gradient {
  background: linear-gradient(150.65deg, rgba(251, 241, 237, 0.2) 50.19%, rgba(236, 187, 173, 0.2) 81.58%), linear-gradient(150.65deg, rgba(251, 241, 237, 0.2) 50.19%, rgba(236, 187, 173, 0.2) 81.58%), #fbf1ed;
}
.section-cover .container-cover-bg.bg-brand-purple-gradient {
  background: linear-gradient(150.65deg, rgba(248, 245, 248, 0.2) 50.19%, rgba(222, 211, 226, 0.2) 81.58%), linear-gradient(150.65deg, rgba(248, 245, 248, 0.2) 50.19%, rgba(222, 211, 226, 0.2) 81.58%), #f8f5f8;
}
.section-cover .container-cover-bg.bg-brand-night-gradient {
  background: linear-gradient(150.65deg, rgba(236, 234, 235, 0.2) 50.19%, rgba(161, 153, 162, 0.2) 81.58%), linear-gradient(150.65deg, rgba(236, 234, 235, 0.2) 50.19%, rgba(161, 153, 162, 0.2) 81.58%), #eceaeb;
}
.section-cover .container-cover-bg.bg-brand-dusty-pink-gradient {
  background: linear-gradient(150.65deg, rgba(252, 250, 250, 0.2) 50.19%, rgba(242, 235, 238, 0.2) 81.58%), linear-gradient(150.65deg, rgba(252, 250, 250, 0.2) 50.19%, rgba(242, 235, 238, 0.2) 81.58%), #fcfafa;
}
.section-cover .container-cover-bg.bg-brand-violet-gradient {
  background: linear-gradient(150.65deg, rgba(240, 237, 239, 0.2) 50.19%, rgba(181, 171, 184, 0.2) 81.58%), linear-gradient(150.65deg, rgba(240, 237, 239, 0.2) 50.19%, rgba(181, 171, 184, 0.2) 81.58%), #f0edef;
}
.section-cover .container-cover-content {
  max-width: 500px;
}
@media (min-width: 768px) {
  .section-cover.is-on-frontpage .container-cover {
    margin-top: 0 !important;
    padding-top: 168px !important;
  }
}
@media (min-width: 992px) {
  .section-cover.is-on-frontpage .container-cover {
    padding-top: 226px !important;
  }
}

.section-categorised-content.categorised-boxes .boxes-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category {
  margin-right: 12px;
  margin-bottom: 12px;
}
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category.state__is-active .boxes-category-btn,
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category.state__is-active .boxes-category-btn:hover,
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category.state__is-active .boxes-category-btn:focus {
  background-color: #423447;
  color: #FFFEFD;
}
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category .boxes-category-btn {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding: 12px 24px;
  border: 2px solid #423447;
  border-radius: 50px;
  color: #423447;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.005em;
  outline-offset: 5px;
  outline-color: #D9775C;
}
.section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category .boxes-category-btn:hover, .section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category .boxes-category-btn:focus {
  background-color: #eceaeb;
  color: #423447;
}
.section-categorised-content.categorised-boxes .boxes-category-name {
  margin-bottom: 20px;
}
.section-categorised-content.categorised-boxes .category-item {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  position: relative;
  min-height: 72px;
  margin-bottom: 8px;
  padding: 20px;
  padding-right: 84px;
  background-color: #eceaeb;
}
.section-categorised-content.categorised-boxes .category-item.state__is-toggled {
  background-color: #f6f4f4;
}
.section-categorised-content.categorised-boxes .category-item .category-item-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-categorised-content.categorised-boxes .category-item .category-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #990000;
}
.section-categorised-content.categorised-boxes .category-item .category-item-toggle .material-icons {
  font-size: 17px;
  line-height: 17px;
  padding: 7.5px;
  color: #FFFEFD;
}
@media (min-width: 992px) {
  .section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .section-categorised-content.categorised-boxes .boxes-categories__list .boxes-category .boxes-category-btn {
    font-size: 18px;
    line-height: 31px;
  }
  .section-categorised-content.categorised-boxes .category-item {
    padding-right: 128px;
  }
}

.section-faq.bg-brand-red-gradient {
  background: linear-gradient(283.77deg, rgba(230, 191, 190, 0.5) 40.51%, rgba(245, 229, 228, 0.5) 93.38%), #e6bfbe;
}
.section-faq.bg-brand-orange-gradient {
  background: linear-gradient(283.77deg, rgba(246, 220, 213, 0.5) 40.51%, rgba(251, 241, 237, 0.5) 93.38%), #f6dcd5;
}
.section-faq.bg-brand-purple-gradient {
  background: linear-gradient(283.77deg, rgba(239, 232, 240, 0.5) 40.51%, rgba(248, 245, 248, 0.5) 93.38%), #efe8f0;
}
.section-faq.bg-brand-night-gradient {
  background: linear-gradient(283.77deg, rgba(208, 204, 208, 0.5) 40.51%, rgba(236, 234, 235, 0.5) 93.38%), #d0ccd0;
}
.section-faq.bg-brand-dusty-pink-gradient {
  background: linear-gradient(283.77deg, rgba(249, 245, 245, 0.5) 40.51%, rgba(252, 250, 250, 0.5) 93.38%), #f9f5f5;
}
.section-faq.bg-brand-violet-gradient {
  background: linear-gradient(283.77deg, rgba(218, 212, 218, 0.5) 40.51%, rgba(240, 237, 239, 0.5) 93.38%), #dad4da;
}
.section-faq .container-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-faq .text-box-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFEFD;
  min-width: 243px;
}
.section-faq .faq-item {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  position: relative;
  min-height: 72px;
}
.section-faq .faq-item.state__is-toggled.bg-brand-red-10 {
  background-color: #faf1f0 !important;
}
.section-faq .faq-item.state__is-toggled.bg-brand-orange-10 {
  background-color: #fdf7f5 !important;
}
.section-faq .faq-item.state__is-toggled.bg-brand-purple-10 {
  background-color: #fcfafa !important;
}
.section-faq .faq-item.state__is-toggled.bg-brand-night-10 {
  background-color: #f6f4f4 !important;
}
.section-faq .faq-item.state__is-toggled.bg-brand-dusty-10 {
  background-color: #fefcfb !important;
}
.section-faq .faq-item.state__is-toggled.bg-brand-violet-10 {
  background-color: #f8f6f6 !important;
}
.section-faq .faq-item .faq-item-answer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-faq .faq-item .faq-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #990000;
}
.section-faq .faq-item .faq-item-toggle .material-icons {
  font-size: 17px;
  line-height: 17px;
  padding: 7.5px;
  color: #FFFEFD;
}
@media (max-width: 767.98px) {
  .section-faq .text-box-link.hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-faq .text-box-link.hidden-md {
    display: none;
  }
}

.section-faq-archive .container-faq-archive-content {
  margin-bottom: 20px;
}
.section-faq-archive .faq-terms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.section-faq-archive .faq-terms__list .faq-term {
  margin-right: 12px;
  margin-bottom: 12px;
}
.section-faq-archive .faq-terms__list .faq-term.state__is-active .faq-term-btn,
.section-faq-archive .faq-terms__list .faq-term.state__is-active .faq-term-btn:hover,
.section-faq-archive .faq-terms__list .faq-term.state__is-active .faq-term-btn:focus {
  background-color: #423447;
  color: #FFFEFD;
}
.section-faq-archive .faq-terms__list .faq-term .faq-term-btn {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding: 12px 24px;
  border: 2px solid #423447;
  border-radius: 50px;
  color: #423447;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.005em;
  outline-offset: 5px;
  outline-color: #D9775C;
}
.section-faq-archive .faq-terms__list .faq-term .faq-term-btn:hover, .section-faq-archive .faq-terms__list .faq-term .faq-term-btn:focus {
  background-color: #eceaeb;
  color: #423447;
}
.section-faq-archive .faq-filter-header {
  display: none;
}
.section-faq-archive .faq-filter-btn {
  display: none;
}
.section-faq-archive .faq-term-name {
  margin-bottom: 20px;
}
.section-faq-archive .faq-item {
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  position: relative;
  min-height: 72px;
  margin-bottom: 8px;
  padding: 20px;
  padding-right: 84px;
  background-color: #eceaeb;
}
.section-faq-archive .faq-item.state__is-toggled {
  background-color: #f6f4f4;
}
.section-faq-archive .faq-item .faq-item-answer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-faq-archive .faq-item .faq-item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #990000;
}
.section-faq-archive .faq-item .faq-item-toggle .material-icons {
  font-size: 17px;
  line-height: 17px;
  padding: 7.5px;
  color: #FFFEFD;
}
@media (min-width: 992px) {
  .section-faq-archive .container-faq-archive-content {
    margin-bottom: 40px;
  }
  .section-faq-archive .faq-terms__list .faq-term {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .section-faq-archive .faq-terms__list .faq-term .faq-term-btn {
    font-size: 18px;
    line-height: 31px;
  }
  .section-faq-archive .faq-filter-header {
    display: none;
  }
  .section-faq-archive .faq-filter-btn {
    display: none;
  }
  .section-faq-archive .faq-item {
    padding-right: 128px;
  }
}

.section-media .container-film {
  position: relative;
}
.section-media .container-film video {
  width: 100%;
}
.section-media .container-film .play-icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 37px;
  color: #990000;
  background-color: rgba(0, 0, 0, 0);
}
.section-media .container-film .play-icon.state__is-active {
  display: none;
}
.section-media .container-media-links .film-link {
  font-size: 16px;
  position: relative;
  text-decoration: none;
  padding-left: 24px;
}
.section-media .container-media-links .film-link .material-icons-outlined {
  display: block;
  position: absolute;
  font-size: 16px;
  margin-right: 6px;
  bottom: 3px;
}
.section-media .container-media-links .film-link::after {
  left: 24px !important;
}
@media (min-width: 768px) {
  .section-media .container-film {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .section-media .container-film .play-icon {
    font-size: 56px;
  }
}

.section-publications .container-publications-content {
  margin-bottom: 40px;
}
.section-publications .publications-title {
  margin-bottom: 8px;
}
.section-publications .container-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-publications .container-publication {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 28px 20px;
  border-radius: 5px;
}
.section-publications .publication-tagline {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.section-publications .publication-title {
  margin-bottom: 8px;
}
.section-publications .publication-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.section-publications .container-publication-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-publications .publication-link,
.section-publications .publication-file {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
.section-publications .publication-link .material-icons,
.section-publications .publication-file .material-icons {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  margin-right: 4px;
  margin-bottom: -2px;
  font-size: 16px;
}
.section-publications .publication-link::after,
.section-publications .publication-file::after {
  left: 24px !important;
}
.section-publications .container-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.section-publications .container-load-more .load-more-publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 57px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .section-publications .publication-link .material-icons,
.section-publications .publication-file .material-icons {
    top: 3px;
  }
}

.section-tabs.bg-black .nav-tabs {
  border-bottom-color: #990000;
}
.section-tabs.bg-black .nav-tabs .nav-link {
  border-color: rgba(153, 0, 0, 0.7);
}
.section-tabs.bg-black .nav-tabs .nav-link.active {
  background-color: #990000;
}
.section-tabs.bg-black .nav-tabs .nav-link.active, .section-tabs.bg-black .nav-tabs .nav-link:hover {
  border-color: rgba(153, 0, 0, 0.7);
  color: #D9775C;
}
.section-tabs.bg-brand-blue .nav-tabs {
  border-bottom-color: #990000;
}
.section-tabs.bg-brand-blue .nav-tabs .nav-link {
  border-color: rgba(153, 0, 0, 0.7);
  color: #990000;
}
.section-tabs.bg-brand-blue .nav-tabs .nav-link.active {
  background-color: #990000;
}
.section-tabs.bg-brand-blue .nav-tabs .nav-link.active, .section-tabs.bg-brand-blue .nav-tabs .nav-link:hover {
  border-color: rgba(153, 0, 0, 0.7);
  color: #D9775C;
}
.section-tabs .tab-pane {
  padding: 40px;
}
.section-tabs .container-pane-content {
  max-width: 500px;
}

.section-text-and-film.bg-brand-red-gradient {
  background: linear-gradient(149.3deg, rgba(245, 229, 228, 0.2) 51.33%, rgba(230, 191, 190, 0.2) 81.37%), #f5e5e4;
}
.section-text-and-film.bg-brand-orange-gradient {
  background: linear-gradient(149.3deg, rgba(251, 241, 237, 0.2) 51.33%, rgba(246, 220, 213, 0.2) 81.37%), #fbf1ed;
}
.section-text-and-film.bg-brand-purple-gradient {
  background: linear-gradient(149.3deg, rgba(248, 245, 248, 0.2) 51.33%, rgba(239, 232, 240, 0.2) 81.37%), #f8f5f8;
}
.section-text-and-film.bg-brand-night-gradient {
  background: linear-gradient(149.3deg, rgba(236, 234, 235, 0.2) 51.33%, rgba(208, 204, 208, 0.2) 81.37%), #eceaeb;
}
.section-text-and-film.bg-brand-dusty-pink-gradient {
  background: linear-gradient(149.3deg, rgba(252, 250, 250, 0.2) 51.33%, rgba(249, 245, 245, 0.2) 81.37%), #fcfafa;
}
.section-text-and-film.bg-brand-violet-gradient {
  background: linear-gradient(149.3deg, rgba(240, 237, 239, 0.2) 51.33%, rgba(218, 212, 218, 0.2) 81.37%), #f0edef;
}
.section-text-and-film .container-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-text-and-film .container-film {
  position: relative;
  height: 0;
  padding-bottom: 64.4%;
}
.section-text-and-film .container-film video,
.section-text-and-film .container-film iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.section-text-and-film .container-film video {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-text-and-film .container-film iframe {
  background-color: #000;
}
.section-text-and-film .container-film .play-icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 37px;
  color: #990000;
  background-color: rgba(0, 0, 0, 0);
}
.section-text-and-film .container-film .play-icon.state__is-active {
  display: none;
}
.section-text-and-film .container-film-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-text-and-film .container-film-links .film-link {
  font-size: 16px;
  position: relative;
  text-decoration: none;
  padding-left: 24px;
}
.section-text-and-film .container-film-links .film-link .icon {
  display: block;
  position: absolute;
  font-size: 16px;
  margin-right: 2px;
  bottom: 3px;
}
.section-text-and-film .container-film-links .film-link::after {
  left: 24px !important;
}
@media (max-width: 575.98px) {
  .section-text-and-film .container-text-title.hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-text-and-film .container-text-title.hidden-md {
    display: none;
  }
  .section-text-and-film .container-film .play-icon {
    font-size: 56px;
  }
  .section-text-and-film .container-film-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-text-and-image .container-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .section-text-and-image .container-text-title.hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-text-and-image .container-text-title.hidden-md {
    display: none;
  }
}

.section-text .container-text-content.bg-brand-red-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #f5e5e4 !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-red-quote blockquote {
    padding: 40px;
  }
}
.section-text .container-text-content.bg-brand-orange-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #fbf1ed !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-orange-quote blockquote {
    padding: 40px;
  }
}
.section-text .container-text-content.bg-brand-purple-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #f8f5f8 !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-purple-quote blockquote {
    padding: 40px;
  }
}
.section-text .container-text-content.bg-brand-night-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #eceaeb !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-night-quote blockquote {
    padding: 40px;
  }
}
.section-text .container-text-content.bg-brand-dusty-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #fcfafa !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-dusty-quote blockquote {
    padding: 40px;
  }
}
.section-text .container-text-content.bg-brand-violet-quote blockquote {
  margin: 20px 0;
  padding: 32px 16px;
  background-color: #f0edef !important;
}
@media (min-width: 768px) {
  .section-text .container-text-content.bg-brand-violet-quote blockquote {
    padding: 40px;
  }
}

.section-text-columns .container-content-desktop {
  display: none;
}
@media (min-width: 768px) {
  .section-text-columns .container-content-mobile {
    display: none;
  }
  .section-text-columns .container-content-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-textboxes-duo .bg-brand-red-gradient {
  background: linear-gradient(149.3deg, rgba(245, 229, 228, 0.2) 51.33%, rgba(204, 127, 127, 0.2) 81.37%), #b3403f;
}
.section-textboxes-duo .bg-brand-orange-gradient {
  background: linear-gradient(149.3deg, rgba(251, 241, 237, 0.2) 51.33%, rgba(236, 187, 173, 0.2) 81.37%), #e39984;
}
.section-textboxes-duo .bg-brand-purple-gradient {
  background: linear-gradient(149.3deg, rgba(248, 245, 248, 0.2) 51.33%, rgba(222, 211, 226, 0.2) 81.37%), #cebdd5;
}
.section-textboxes-duo .bg-brand-night-gradient {
  background: linear-gradient(149.3deg, rgba(236, 234, 235, 0.2) 51.33%, rgba(161, 153, 162, 0.2) 81.37%), #716775;
}
.section-textboxes-duo .bg-brand-dusty-pink-gradient {
  background: linear-gradient(149.3deg, rgba(252, 250, 250, 0.2) 51.33%, rgba(242, 235, 238, 0.2) 81.37%), #ece2e6;
}
.section-textboxes-duo .bg-brand-violet-gradient {
  background: linear-gradient(149.3deg, rgba(240, 237, 239, 0.2) 51.33%, rgba(181, 171, 184, 0.2) 81.37%), #8f8195;
}
.section-textboxes-duo .text-content {
  border-radius: 5px;
}
.section-textboxes-duo .container-link {
  width: 100%;
}
.section-textboxes-duo .text-box-link {
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFEFD;
  min-width: 243px;
}
@media (max-width: 575.98px) {
  .section-textboxes-duo .text-box-link {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-textboxes-duo .text-content {
    height: 100%;
  }
}

.section-textboxes-trio .text-content {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .section-textboxes-trio .text-content {
    height: 100%;
  }
  .section-textboxes-trio .container-link {
    width: auto;
  }
}

.gform_wrapper {
  /*
  * Input fields
  */
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield > .gfield_label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
}
.gform_wrapper .gfield > .gfield_description {
  max-width: 405px;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
}
.gform_wrapper .subtle-label > .gfield_label {
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.gform_wrapper .hidden_label > .gfield_label {
  display: none;
}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  padding: 9px 12px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  color: #5A5A5A;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
}
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder, .gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder, .gform_wrapper .ginput_container select::-webkit-input-placeholder, .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder, .gform_wrapper .ginput_container input[type=email]::-moz-placeholder, .gform_wrapper .ginput_container input[type=tel]::-moz-placeholder, .gform_wrapper .ginput_container select::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder, .gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder, .gform_wrapper .ginput_container select:-ms-input-placeholder, .gform_wrapper .ginput_container textarea:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.gform_wrapper .ginput_container input[type=text]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type=email]::-ms-input-placeholder, .gform_wrapper .ginput_container input[type=tel]::-ms-input-placeholder, .gform_wrapper .ginput_container select::-ms-input-placeholder, .gform_wrapper .ginput_container textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.gform_wrapper .ginput_container input[type=text]::placeholder,
.gform_wrapper .ginput_container input[type=email]::placeholder,
.gform_wrapper .ginput_container input[type=tel]::placeholder,
.gform_wrapper .ginput_container select::placeholder,
.gform_wrapper .ginput_container textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel] {
  width: 100%;
}
.gform_wrapper .ginput_container textarea[aria-invalid=true],
.gform_wrapper .ginput_container input[type=text][aria-invalid=true],
.gform_wrapper .ginput_container input[type=email][aria-invalid=true],
.gform_wrapper .ginput_container input[type=tel][aria-invalid=true] {
  border-color: #C40000;
}
.gform_wrapper .ginput_container select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  padding-right: 36px;
  text-align: center;
  background-image: url("images/keyboard_arrow_down.png");
  background-size: 24px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_header {
  display: none;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_groups .gfield_list_group:not(:last-child) .gfield_list_icons {
  display: none;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_groups .gfield_list_icons {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .gfield_list_group_item[data-label=Språk] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 12px;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .gfield_list_group_item[data-label=Språk] select {
  max-width: 222px;
  text-align: left;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .gfield_list_group_item[data-label=Antal] {
  margin-right: 12px;
  margin-bottom: 20px;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item,
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .delete_list_item {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
  border: none;
  background-color: transparent;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:hover .add_list_item-icon, .gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:focus .add_list_item-icon {
  background-color: #B40000;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:hover .add_list_item-label, .gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:focus .add_list_item-label {
  color: #B40000;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:active .add_list_item-icon {
  background-color: #620000;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:active .add_list_item-label {
  color: #620000;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item:active .add_list_item-label::after {
  background-color: #620000;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item-icon {
  margin-right: 6px;
  border-radius: 50%;
  background-color: #990000;
  color: #FFFEFD;
  font-size: 20px;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item-label {
  position: relative;
  color: #990000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.01em;
}
.gform_wrapper .ginput_container .gfield_list .gfield_list_group .add_list_item-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background-color: #990000;
}
.gform_wrapper .gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  padding: 8px 16px;
  min-width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.gform_wrapper .gform_page_footer input[type=submit][disabled=disabled],
.gform_wrapper .gform_page_footer input[type=button][disabled=disabled] {
  display: block !important;
}
.gform_wrapper .gform_page_footer .gform_previous_button {
  margin-bottom: 20px;
}
.gform_wrapper h2.gform_submission_error, .gform_wrapper .gform_submission_error.h2 {
  color: #C40000;
}
.gform_wrapper .gfield_description.gfield_validation_message {
  margin-top: 2px;
  color: #C40000;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.016em;
}
@media (min-width: 992px) {
  .gform_wrapper {
    /*
    * Input fields
    */
  }
  .gform_wrapper .ginput_container .gfield_list .gfield_list_group .gfield_list_group_item[data-label=Språk] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 12px;
    margin-bottom: 21px;
  }
  .gform_wrapper .ginput_container .gfield_list .gfield_list_group .gfield_list_group_item[data-label=Antal] {
    margin-right: 20px;
    margin-bottom: 21px;
  }
  .gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button] {
    min-width: 243px;
    max-width: 100%;
  }
  .gform_wrapper .gform_page_footer .gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit] {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
  Dev
--------------------------------------------------------------*/
/**
* Dev classes
*/
.__dev-breakpoints {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.7em;
  z-index: 1030;
  background-color: rgba(220, 53, 69, 0.8);
  color: #FFFEFD;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.07em;
}
.__dev-breakpoints::after {
  white-space: pre-wrap;
  content: "X-Small\a< 576px";
}
@media (min-width: 576px) {
  .__dev-breakpoints::after {
    content: "Small\a 576px – 767px";
  }
}
@media (min-width: 768px) {
  .__dev-breakpoints::after {
    content: "Medium\a 768px – 991px";
  }
}
@media (min-width: 992px) {
  .__dev-breakpoints::after {
    content: "Large\a 992px – 1199px";
  }
}
@media (min-width: 1200px) {
  .__dev-breakpoints::after {
    content: "X-Large\a 1200px – 1399px";
  }
}
@media (min-width: 1400px) {
  .__dev-breakpoints::after {
    content: "XX-Large\a> 1400px";
  }
}
@media (min-width: 768px) {
  .__dev-breakpoints {
    left: 24px;
    right: auto;
  }
}

.__dev-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  pointer-events: none;
}
.__dev-grid .__dev-grid-column {
  position: relative;
}
.__dev-grid .__dev-grid-column::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  background-color: #FFFEFD;
}
.__dev-grid .__dev-grid-column[data-grid-color=grid-color-red]::before {
  background-color: #dc3545;
}
.__dev-grid .__dev-grid-column[data-grid-color=grid-color-white]::before {
  background-color: #FFFEFD;
}
.__dev-grid .__dev-grid-column[data-grid-color=grid-color-black]::before {
  background-color: #000;
}

.__dev-container-grid-icon {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background-color: rgba(0, 0, 0, 0.7);
}

.__dev-grid-settings {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: auto;
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 10001;
  background-color: #FFFEFD;
  color: #000;
}
.__dev-grid-settings:hover {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.__dev-grid-settings .__dev-grid-icon {
  color: #FFFEFD;
  font-size: 40px;
}

.dev-container-grid-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
  padding: 20px;
}
.dev-container-grid-settings.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.dev-container-grid-settings label, .dev-container-grid-settings input, .dev-container-grid-settings select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.dev-container-grid-settings #__dev-gridSettingColor {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 4px 6px;
  border-radius: 0;
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.dev-container-grid-settings label[for=devGridSettingOpacity] {
  margin-top: 8px;
}

.acf-template-notfound {
  padding: 12px 24px;
  border-width: 8px;
  border-color: #dc3545;
  border-style: ridge;
  background-color: #dc3545;
  color: #FFFEFD;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
}
.acf-template-notfound strong {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
}
.acf-template-notfound strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  border-bottom: 2px dotted #FFFEFD;
}

/*--------------------------------------------------------------
  Print
--------------------------------------------------------------*/
/*
* Print styles
*/
@media print {
  header, footer,
.container-breadcrumbs, .btn,
.container-sidebar-nav {
    display: none;
  }

  button, button > * {
    display: none !important;
  }

  .collapse {
    display: block !important;
  }
}


/*--------------------------------------------------------------
	CHATT styling
--------------------------------------------------------------*/

.humany-trigger {
	display: none;
}

.humany-grid {
	z-index: 5000;
}

.css-1xq6kzf {
	overflow: hidden;
}

#panicButtonChatt  {
    position: fixed;
    height: 68px;
    width: 68px;
    margin-right: 16px;
    border-radius: 100px;
    background-color: #990000;
    color: #FFFEFD;
	bottom: 2%;
    right: 8%;
    display: none;
    align-items: center;
    justify-content: center;
	z-index: 1000;
}
#panicButtonChatt .panic-button-icon {
  	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 6px;
	height: 16px;
	width: 16px;
	font-size: 16px;
}
#panicButtonChatt .panic-button-label {
	font-size: 12px;
	font-weight: 600;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: center;
}

#panicButtonChatt .device-mobile {
	display: none;
}

@media (max-width: 992px) {
	#panicButtonChatt {
		display: none;
	}
}

@media (min-width: 992px) {
    #panicButton.panic-active {
		display: none;
    }
}
@media (min-width: 1200px) {
    #panicButton.panic-active {
		bottom: -85vh;
        right: 0;
    }
}

@media (max-width: 768px) {
	#humany_widget_local-chat-kfl > div:nth-of-type(1) {
		margin-top: 65px;
        height: calc(100dvh - 65px);
		max-height: calc(100vh - 65px);
		
	}
}