@charset "UTF-8";
/*--------------------------------------------------------------
# Dependencies (vendor)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tokens
--------------------------------------------------------------*/
/*! functions */
/*! variables */
/**
 * Logos & Monograms
 * @type: Base64{String}
 */
/**
 * Icons Default
 * @type Base64{String}
 */
/**
 * Inversed Icons
 * @type Base64{String}
 */
/*! Typography */
/*! 
 * Type Scale 
 *
 * Responsive Typographic Scales:
 * See: https://blog.envylabs.com/responsive-typographic-scales-in-css-b9f60431d1c4
 */
:root {
  --type-scale-base:	1em;
  --type-scale-step-up-8:	3.0314em;
  --type-scale-step-up-7:	2.639em;
  --type-scale-step-up-6:	2.2974em;
  --type-scale-step-up-5:	2em;
  --type-scale-step-up-4:	1.7411em;
  --type-scale-step-up-3:	1.5157em;
  --type-scale-step-up-2:	1.3195em;
  --type-scale-step-up-1:	1.1487em;
  --type-scale-step-down-1:	0.8706em;
  --type-scale-step-down-2:	0.7579em;
  --type-scale-step-down-3:	0.6598em;
  --type-scale-step-down-4:	0.5743em;
  --type-scale-step-down-5:	0.5em;
  --type-scale-step-down-6:	0.4353em;
}

/*! 
 * Type System
 */
/*--------------------------------------------------------------
# ToDos:
# 1 - Use font shorthand?
--------------------------------------------------------------*/
:root {
  --type-size-jumbo-large-size: 6.0629rem;
  --type-size-jumbo-large-leading: 5.278rem;
  --type-size-jumbo-medium-size: 4.5948rem;
  --type-size-jumbo-medium-leading: 4rem;
  --type-size-jumbo-small-size: 3.4822rem;
  --type-size-jumbo-small-leading: 3.0314rem;
  --type-size-display-large-size: 2.639rem;
  --type-size-display-large-leading: 2.639rem;
  --type-size-display-medium-size: 2.2974rem;
  --type-size-display-medium-leading: 2.2974rem;
  --type-size-display-small-size: 2rem;
  --type-size-display-small-leading: 2rem;
  --type-size-heading-large-size: 1.7411rem;
  --type-size-heading-large-leading: 2rem;
  --type-size-heading-medium-size: 1.5157rem;
  --type-size-heading-medium-leading: 1.7411rem;
  --type-size-heading-small-size: 1.3195rem;
  --type-size-heading-small-leading: 1.5157rem;
  --type-size-body-large-size: 1.1487rem;
  --type-size-body-large-leading: 1.5157rem;
  --type-size-body-medium-size: 1rem;
  --type-size-body-medium-leading: 1.3195rem;
  --type-size-body-small-size: 0.8706rem;
  --type-size-body-small-leading: 1.1487rem;
  --type-size-notation-large-size: 0.7579rem;
  --type-size-notation-large-leading: 0.8706rem;
  --type-size-notation-medium-size: 0.6598rem;
  --type-size-notation-medium-leading: 0.8706rem;
  --type-size-notation-small-size: 0.5743rem;
  --type-size-notation-small-leading: 0.8706rem;
  --type-size-button-large-size: 0.7579rem;
  --type-size-button-large-leading: 0.7579rem;
  --type-size-button-medium-size: 0.6598rem;
  --type-size-button-medium-leading: 0.6598rem;
  --type-size-button-small-size: 0.5743rem;
  --type-size-button-small-leading: 0.5743rem;
}

/*!
 * Typography Variables
 */
:root {
  --font-family-sans: "Alaska";
  --font-family-serif: "Atacama BeTri VAR";
  --font-family-sans-stack: var(--font-family-sans), Helvetica, Arial, sans-serif;
  --font-family-serif-stack: var(--font-family-serif), serif;
  --font-family: var(--font-family-sans);
  --font-family-stack: var(--font-family-sans-stack);
  --font-size-root: 16px;
  --font-style: normal;
  --font-weight: 400;
  --font-variation-wght-extra-black-settings: "wght" 950;
  --font-variation-wght-black-settings: "wght" 900;
  --font-variation-wght-extra-bold-settings: "wght" 800;
  --font-variation-wght-bold-settings: "wght" 700;
  --font-variation-wght-semi-bold-settings: "wght" 600;
  --font-variation-wght-medium-settings: "wght" 500;
  --font-variation-wght-regular-settings: "wght" 400;
  --font-variation-wght-light-settings: "wght" 300;
  --font-variation-wght-extra-light-settings: "wght" 200;
  --font-variation-wght-thin-settings: "wght" 100;
  --font-variation-wght-hairline-settings: "wght" 1;
  --font-variation-wdth-extra-expanded-settings: "wdth" 200;
  --font-variation-wdth-expanded-settings: "wdth" 150;
  --font-variation-wdth-regular-settings: "wdth" 100;
  --font-variation-wdth-condensed-settings: "wdth" 75;
  --font-variation-wdth-extra-condensed-settings: "wdth" 50;
  --font-variation-cntr-regular-settings: "CNTR" 81.54;
  --font-variation-wght-settings: var(--font-variation-wght-light-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-regular-settings);
  --font-variation-cntr-settings: var(--font-variation-cntr-regular-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
}

/*! variables/colors */
/**
 * Web Safe Colors
 * See: https://en.wikipedia.org/wiki/Web_colors
 */
/**
 * Extra colors cherry picked and modified from web safe colors
 */
/*
 * Queries
 */
/*! mixins */
/**
 * Font Styles System v3
 */
/*
** TYPE CASE
**/
/*
** TYPE CASE
**/
/*
** TYPE WEIGHT
**/
/*
** TYPE WIDTH
**/
/*
** TYPE STYLE VARIATION SETTINGS
**/
/**
 * Helpers
 */
/*--------------------------------------------------------------
# Dependencies (vendor)
--------------------------------------------------------------*/
/**
 * Vendor config files entry point.
 */
/**
 * Bootstrap configuration file
 * See: https://getbootstrap.com/docs/4.0/getting-started/theming
 */
/*
 * Deprecated variables
 */
/*
 * Sass config options
 * See: See: https://getbootstrap.com/docs/4.0/getting-started/theming/#sass-options
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Layout
 */
/**
 * Buttons + Forms
 */
/**
 * Vendor plugins
 */
/**
 * Normalize
 * Note: Normalize is not needed as Bootstrap has Reboot
 */
/**
 * Bootstrap
 */
/*!
 * Bootstrap Reboot v5.0.0-beta3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1487;
  color: #000000;
  background-color: #ffffff;
  -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, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.1487;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 1.6rem;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

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: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.0.0-beta3 (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)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1520px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-4,
.gx-4,
.cards--single-full .card--full > .row {
  --bs-gutter-x: 2rem;
}

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

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

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

@media (min-width: 288px) {
  .col-xxs {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxs-5,
.gy-xxs-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 476px) {
  .col-xs {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gx-md-5,
.cards--single-full .card--full > .row {
    --bs-gutter-x: 4rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1520px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 2200px) {
  .col-xxxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxxl-5,
.gy-xxxxl-5 {
    --bs-gutter-y: 4rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 4rem !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: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !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: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !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: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !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: 2rem !important;
}

.me-5 {
  margin-right: 4rem !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: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n5 {
  margin-left: -4rem !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: 2rem !important;
}

.p-5 {
  padding: 4rem !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: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !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: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !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: 2rem !important;
}

.pt-5 {
  padding-top: 4rem !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: 2rem !important;
}

.pe-5 {
  padding-right: 4rem !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: 2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !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: 2rem !important;
}

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

@media (min-width: 288px) {
  .d-xxs-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxs-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 476px) {
  .d-xs-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xs-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xs-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xs-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xs-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xs-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xs-n3 {
    margin-top: -1rem !important;
  }

  .mt-xs-n4 {
    margin-top: -2rem !important;
  }

  .mt-xs-n5 {
    margin-top: -4rem !important;
  }

  .me-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xs-n3 {
    margin-right: -1rem !important;
  }

  .me-xs-n4 {
    margin-right: -2rem !important;
  }

  .me-xs-n5 {
    margin-right: -4rem !important;
  }

  .mb-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xs-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xs-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xs-n3 {
    margin-left: -1rem !important;
  }

  .ms-xs-n4 {
    margin-left: -2rem !important;
  }

  .ms-xs-n5 {
    margin-left: -4rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .p-xs-4 {
    padding: 2rem !important;
  }

  .p-xs-5 {
    padding: 4rem !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xs-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xs-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xs-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pt-xs-4 {
    padding-top: 2rem !important;
  }

  .pt-xs-5 {
    padding-top: 4rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xs-3 {
    padding-right: 1rem !important;
  }

  .pe-xs-4 {
    padding-right: 2rem !important;
  }

  .pe-xs-5 {
    padding-right: 4rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xs-3 {
    padding-left: 1rem !important;
  }

  .ps-xs-4 {
    padding-left: 2rem !important;
  }

  .ps-xs-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .m-sm-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-sm-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-sm-5 {
    margin-left: 4rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -2rem !important;
  }

  .m-sm-n5 {
    margin: -4rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -2rem !important;
  }

  .mt-sm-n5 {
    margin-top: -4rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -2rem !important;
  }

  .me-sm-n5 {
    margin-right: -4rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -2rem !important;
  }

  .ms-sm-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-sm-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-sm-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-sm-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-sm-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .m-md-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-md-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-md-5 {
    margin-left: 4rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -2rem !important;
  }

  .m-md-n5 {
    margin: -4rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -2rem !important;
  }

  .mt-md-n5 {
    margin-top: -4rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -2rem !important;
  }

  .me-md-n5 {
    margin-right: -4rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -2rem !important;
  }

  .ms-md-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-md-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-md-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-md-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-md-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .m-lg-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-lg-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-lg-5 {
    margin-left: 4rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -2rem !important;
  }

  .m-lg-n5 {
    margin: -4rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -2rem !important;
  }

  .mt-lg-n5 {
    margin-top: -4rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -2rem !important;
  }

  .me-lg-n5 {
    margin-right: -4rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -2rem !important;
  }

  .ms-lg-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-lg-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-lg-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-lg-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-lg-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .m-xl-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-xl-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-xl-5 {
    margin-left: 4rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -2rem !important;
  }

  .m-xl-n5 {
    margin: -4rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xl-n5 {
    margin-top: -4rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -2rem !important;
  }

  .me-xl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xl-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-xl-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-xl-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-xl-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-xl-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1520px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 2rem !important;
  }

  .m-xxl-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-xxl-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -2rem !important;
  }

  .m-xxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-xxl-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 2rem !important;
  }

  .m-xxxl-5 {
    margin: 4rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 4rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 2rem !important;
  }

  .me-xxxl-5 {
    margin-right: 4rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -2rem !important;
  }

  .m-xxxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxxl-n5 {
    margin-left: -4rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 2rem !important;
  }

  .p-xxxl-5 {
    padding: 4rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 4rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 4rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 4rem !important;
  }
}
@media (min-width: 2200px) {
  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-grid {
    display: grid !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxl-flex {
    display: flex !important;
  }

  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxxl-none {
    display: none !important;
  }

  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxxl-center {
    align-items: center !important;
  }

  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxxl-center {
    align-content: center !important;
  }

  .align-content-xxxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxxl-center {
    align-self: center !important;
  }

  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxxl-first {
    order: -1 !important;
  }

  .order-xxxxl-0 {
    order: 0 !important;
  }

  .order-xxxxl-1 {
    order: 1 !important;
  }

  .order-xxxxl-2 {
    order: 2 !important;
  }

  .order-xxxxl-3 {
    order: 3 !important;
  }

  .order-xxxxl-4 {
    order: 4 !important;
  }

  .order-xxxxl-5 {
    order: 5 !important;
  }

  .order-xxxxl-last {
    order: 6 !important;
  }

  .m-xxxxl-0 {
    margin: 0 !important;
  }

  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxxl-4 {
    margin: 2rem !important;
  }

  .m-xxxxl-5 {
    margin: 4rem !important;
  }

  .m-xxxxl-auto {
    margin: auto !important;
  }

  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxxl-4 {
    margin-top: 2rem !important;
  }

  .mt-xxxxl-5 {
    margin-top: 4rem !important;
  }

  .mt-xxxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxxl-4 {
    margin-right: 2rem !important;
  }

  .me-xxxxl-5 {
    margin-right: 4rem !important;
  }

  .me-xxxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxxl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxxl-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxxl-4 {
    margin-left: 2rem !important;
  }

  .ms-xxxxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxxl-n4 {
    margin: -2rem !important;
  }

  .m-xxxxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxxxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxxxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxxxl-n5 {
    margin-left: -4rem !important;
  }

  .p-xxxxl-0 {
    padding: 0 !important;
  }

  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxxl-4 {
    padding: 2rem !important;
  }

  .p-xxxxl-5 {
    padding: 4rem !important;
  }

  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxxl-4 {
    padding-top: 2rem !important;
  }

  .pt-xxxxl-5 {
    padding-top: 4rem !important;
  }

  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxxl-4 {
    padding-right: 2rem !important;
  }

  .pe-xxxxl-5 {
    padding-right: 4rem !important;
  }

  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxxl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxxl-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxxl-4 {
    padding-left: 2rem !important;
  }

  .ps-xxxxl-5 {
    padding-left: 4rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.btn, .button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.1487;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .button {
    transition: none;
  }
}
.btn:hover, .button:hover {
  color: #000000;
}
.btn-check:focus + .btn, .btn-check:focus + .button, .btn:focus, .button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.btn:disabled, .button:disabled, .btn.disabled, .disabled.button, fieldset:disabled .btn, fieldset:disabled .button {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 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: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-secondary {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-secondary:hover {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: #ff1a1a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-outline-primary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 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: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 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: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #ff0000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}
.btn-link:hover {
  color: #000000;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .button--large {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}

.btn-sm, .button--small {
  padding: 0.25rem 0.5rem;
  font-size: 1.6rem;
  border-radius: 0.2rem;
}

/*!
 * Bootstrap Utilities v5.0.0-beta3 (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)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #000000;
}
.link-primary:hover, .link-primary:focus {
  color: black;
}

.link-secondary {
  color: #ff0000;
}
.link-secondary:hover, .link-secondary:focus {
  color: #ff3333;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 288px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 476px) {
  .sticky-xs-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: 1520px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 2200px) {
  .sticky-xxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #000000 !important;
}

.border-secondary {
  border-color: #ff0000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.m-5 {
  margin: 4rem !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: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !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: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !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: 2rem !important;
}

.mt-5 {
  margin-top: 4rem !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: 2rem !important;
}

.me-5 {
  margin-right: 4rem !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: 2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !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: 2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.m-n5 {
  margin: -4rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n5 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n5 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -2rem !important;
}

.mt-n5 {
  margin-top: -4rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -2rem !important;
}

.me-n5 {
  margin-right: -4rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -2rem !important;
}

.mb-n5 {
  margin-bottom: -4rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -2rem !important;
}

.ms-n5 {
  margin-left: -4rem !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: 2rem !important;
}

.p-5 {
  padding: 4rem !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: 2rem !important;
  padding-left: 2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !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: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !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: 2rem !important;
}

.pt-5 {
  padding-top: 4rem !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: 2rem !important;
}

.pe-5 {
  padding-right: 4rem !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: 2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !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: 2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 1.6rem !important;
}

.fs-2 {
  font-size: 1.6rem !important;
}

.fs-3 {
  font-size: 1.6rem !important;
}

.fs-4 {
  font-size: 1.6rem !important;
}

.fs-5 {
  font-size: 1.6rem !important;
}

.fs-6 {
  font-size: 1.6rem !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.1487 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #000000 !important;
}

.text-secondary {
  color: #ff0000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #000000 !important;
}

.bg-secondary {
  background-color: #ff0000 !important;
}

.bg-body {
  background-color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 288px) {
  .float-xxs-start {
    float: left !important;
  }

  .float-xxs-end {
    float: right !important;
  }

  .float-xxs-none {
    float: none !important;
  }

  .d-xxs-inline {
    display: inline !important;
  }

  .d-xxs-inline-block {
    display: inline-block !important;
  }

  .d-xxs-block {
    display: block !important;
  }

  .d-xxs-grid {
    display: grid !important;
  }

  .d-xxs-table {
    display: table !important;
  }

  .d-xxs-table-row {
    display: table-row !important;
  }

  .d-xxs-table-cell {
    display: table-cell !important;
  }

  .d-xxs-flex {
    display: flex !important;
  }

  .d-xxs-inline-flex {
    display: inline-flex !important;
  }

  .d-xxs-none {
    display: none !important;
  }

  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxs-row {
    flex-direction: row !important;
  }

  .flex-xxs-column {
    flex-direction: column !important;
  }

  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxs-0 {
    gap: 0 !important;
  }

  .gap-xxs-1 {
    gap: 0.25rem !important;
  }

  .gap-xxs-2 {
    gap: 0.5rem !important;
  }

  .gap-xxs-3 {
    gap: 1rem !important;
  }

  .gap-xxs-4 {
    gap: 2rem !important;
  }

  .gap-xxs-5 {
    gap: 4rem !important;
  }

  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxs-center {
    justify-content: center !important;
  }

  .justify-content-xxs-between {
    justify-content: space-between !important;
  }

  .justify-content-xxs-around {
    justify-content: space-around !important;
  }

  .justify-content-xxs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxs-start {
    align-items: flex-start !important;
  }

  .align-items-xxs-end {
    align-items: flex-end !important;
  }

  .align-items-xxs-center {
    align-items: center !important;
  }

  .align-items-xxs-baseline {
    align-items: baseline !important;
  }

  .align-items-xxs-stretch {
    align-items: stretch !important;
  }

  .align-content-xxs-start {
    align-content: flex-start !important;
  }

  .align-content-xxs-end {
    align-content: flex-end !important;
  }

  .align-content-xxs-center {
    align-content: center !important;
  }

  .align-content-xxs-between {
    align-content: space-between !important;
  }

  .align-content-xxs-around {
    align-content: space-around !important;
  }

  .align-content-xxs-stretch {
    align-content: stretch !important;
  }

  .align-self-xxs-auto {
    align-self: auto !important;
  }

  .align-self-xxs-start {
    align-self: flex-start !important;
  }

  .align-self-xxs-end {
    align-self: flex-end !important;
  }

  .align-self-xxs-center {
    align-self: center !important;
  }

  .align-self-xxs-baseline {
    align-self: baseline !important;
  }

  .align-self-xxs-stretch {
    align-self: stretch !important;
  }

  .order-xxs-first {
    order: -1 !important;
  }

  .order-xxs-0 {
    order: 0 !important;
  }

  .order-xxs-1 {
    order: 1 !important;
  }

  .order-xxs-2 {
    order: 2 !important;
  }

  .order-xxs-3 {
    order: 3 !important;
  }

  .order-xxs-4 {
    order: 4 !important;
  }

  .order-xxs-5 {
    order: 5 !important;
  }

  .order-xxs-last {
    order: 6 !important;
  }

  .m-xxs-0 {
    margin: 0 !important;
  }

  .m-xxs-1 {
    margin: 0.25rem !important;
  }

  .m-xxs-2 {
    margin: 0.5rem !important;
  }

  .m-xxs-3 {
    margin: 1rem !important;
  }

  .m-xxs-4 {
    margin: 2rem !important;
  }

  .m-xxs-5 {
    margin: 4rem !important;
  }

  .m-xxs-auto {
    margin: auto !important;
  }

  .mx-xxs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxs-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxs-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxs-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxs-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxs-0 {
    margin-top: 0 !important;
  }

  .mt-xxs-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxs-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxs-3 {
    margin-top: 1rem !important;
  }

  .mt-xxs-4 {
    margin-top: 2rem !important;
  }

  .mt-xxs-5 {
    margin-top: 4rem !important;
  }

  .mt-xxs-auto {
    margin-top: auto !important;
  }

  .me-xxs-0 {
    margin-right: 0 !important;
  }

  .me-xxs-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxs-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxs-3 {
    margin-right: 1rem !important;
  }

  .me-xxs-4 {
    margin-right: 2rem !important;
  }

  .me-xxs-5 {
    margin-right: 4rem !important;
  }

  .me-xxs-auto {
    margin-right: auto !important;
  }

  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxs-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxs-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxs-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xxs-auto {
    margin-bottom: auto !important;
  }

  .ms-xxs-0 {
    margin-left: 0 !important;
  }

  .ms-xxs-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxs-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxs-3 {
    margin-left: 1rem !important;
  }

  .ms-xxs-4 {
    margin-left: 2rem !important;
  }

  .ms-xxs-5 {
    margin-left: 4rem !important;
  }

  .ms-xxs-auto {
    margin-left: auto !important;
  }

  .m-xxs-n1 {
    margin: -0.25rem !important;
  }

  .m-xxs-n2 {
    margin: -0.5rem !important;
  }

  .m-xxs-n3 {
    margin: -1rem !important;
  }

  .m-xxs-n4 {
    margin: -2rem !important;
  }

  .m-xxs-n5 {
    margin: -4rem !important;
  }

  .mx-xxs-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxs-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxs-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxs-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxs-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxs-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxs-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxs-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxs-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxs-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxs-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxs-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxs-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxs-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxs-n5 {
    margin-top: -4rem !important;
  }

  .me-xxs-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxs-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxs-n3 {
    margin-right: -1rem !important;
  }

  .me-xxs-n4 {
    margin-right: -2rem !important;
  }

  .me-xxs-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxs-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxs-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxs-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxs-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxs-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxs-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxs-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxs-n5 {
    margin-left: -4rem !important;
  }

  .p-xxs-0 {
    padding: 0 !important;
  }

  .p-xxs-1 {
    padding: 0.25rem !important;
  }

  .p-xxs-2 {
    padding: 0.5rem !important;
  }

  .p-xxs-3 {
    padding: 1rem !important;
  }

  .p-xxs-4 {
    padding: 2rem !important;
  }

  .p-xxs-5 {
    padding: 4rem !important;
  }

  .px-xxs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxs-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxs-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxs-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxs-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxs-0 {
    padding-top: 0 !important;
  }

  .pt-xxs-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxs-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxs-3 {
    padding-top: 1rem !important;
  }

  .pt-xxs-4 {
    padding-top: 2rem !important;
  }

  .pt-xxs-5 {
    padding-top: 4rem !important;
  }

  .pe-xxs-0 {
    padding-right: 0 !important;
  }

  .pe-xxs-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxs-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxs-3 {
    padding-right: 1rem !important;
  }

  .pe-xxs-4 {
    padding-right: 2rem !important;
  }

  .pe-xxs-5 {
    padding-right: 4rem !important;
  }

  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxs-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxs-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xxs-0 {
    padding-left: 0 !important;
  }

  .ps-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxs-3 {
    padding-left: 1rem !important;
  }

  .ps-xxs-4 {
    padding-left: 2rem !important;
  }

  .ps-xxs-5 {
    padding-left: 4rem !important;
  }

  .text-xxs-start {
    text-align: left !important;
  }

  .text-xxs-end {
    text-align: right !important;
  }

  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 476px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 0.25rem !important;
  }

  .gap-xs-2 {
    gap: 0.5rem !important;
  }

  .gap-xs-3 {
    gap: 1rem !important;
  }

  .gap-xs-4 {
    gap: 2rem !important;
  }

  .gap-xs-5 {
    gap: 4rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .m-xs-4 {
    margin: 2rem !important;
  }

  .m-xs-5 {
    margin: 4rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xs-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xs-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xs-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xs-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-4 {
    margin-top: 2rem !important;
  }

  .mt-xs-5 {
    margin-top: 4rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 0.25rem !important;
  }

  .me-xs-2 {
    margin-right: 0.5rem !important;
  }

  .me-xs-3 {
    margin-right: 1rem !important;
  }

  .me-xs-4 {
    margin-right: 2rem !important;
  }

  .me-xs-5 {
    margin-right: 4rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xs-3 {
    margin-left: 1rem !important;
  }

  .ms-xs-4 {
    margin-left: 2rem !important;
  }

  .ms-xs-5 {
    margin-left: 4rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .m-xs-n3 {
    margin: -1rem !important;
  }

  .m-xs-n4 {
    margin: -2rem !important;
  }

  .m-xs-n5 {
    margin: -4rem !important;
  }

  .mx-xs-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xs-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xs-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xs-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xs-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xs-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xs-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xs-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xs-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xs-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xs-n3 {
    margin-top: -1rem !important;
  }

  .mt-xs-n4 {
    margin-top: -2rem !important;
  }

  .mt-xs-n5 {
    margin-top: -4rem !important;
  }

  .me-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xs-n3 {
    margin-right: -1rem !important;
  }

  .me-xs-n4 {
    margin-right: -2rem !important;
  }

  .me-xs-n5 {
    margin-right: -4rem !important;
  }

  .mb-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xs-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xs-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xs-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xs-n3 {
    margin-left: -1rem !important;
  }

  .ms-xs-n4 {
    margin-left: -2rem !important;
  }

  .ms-xs-n5 {
    margin-left: -4rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .p-xs-4 {
    padding: 2rem !important;
  }

  .p-xs-5 {
    padding: 4rem !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xs-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xs-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xs-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pt-xs-4 {
    padding-top: 2rem !important;
  }

  .pt-xs-5 {
    padding-top: 4rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xs-3 {
    padding-right: 1rem !important;
  }

  .pe-xs-4 {
    padding-right: 2rem !important;
  }

  .pe-xs-5 {
    padding-right: 4rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xs-3 {
    padding-left: 1rem !important;
  }

  .ps-xs-4 {
    padding-left: 2rem !important;
  }

  .ps-xs-5 {
    padding-left: 4rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 2rem !important;
  }

  .gap-sm-5 {
    gap: 4rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .m-sm-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-sm-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-sm-5 {
    margin-left: 4rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -2rem !important;
  }

  .m-sm-n5 {
    margin: -4rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -2rem !important;
  }

  .mt-sm-n5 {
    margin-top: -4rem !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -2rem !important;
  }

  .me-sm-n5 {
    margin-right: -4rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -2rem !important;
  }

  .ms-sm-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-sm-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-sm-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-sm-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-sm-5 {
    padding-left: 4rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 2rem !important;
  }

  .gap-md-5 {
    gap: 4rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .m-md-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-md-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-md-5 {
    margin-left: 4rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -2rem !important;
  }

  .m-md-n5 {
    margin: -4rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -2rem !important;
  }

  .mt-md-n5 {
    margin-top: -4rem !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -2rem !important;
  }

  .me-md-n5 {
    margin-right: -4rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -2rem !important;
  }

  .ms-md-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-md-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-md-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-md-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-md-5 {
    padding-left: 4rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 2rem !important;
  }

  .gap-lg-5 {
    gap: 4rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .m-lg-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-lg-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-lg-5 {
    margin-left: 4rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -2rem !important;
  }

  .m-lg-n5 {
    margin: -4rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -2rem !important;
  }

  .mt-lg-n5 {
    margin-top: -4rem !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -2rem !important;
  }

  .me-lg-n5 {
    margin-right: -4rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -2rem !important;
  }

  .ms-lg-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-lg-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-lg-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-lg-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-lg-5 {
    padding-left: 4rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 2rem !important;
  }

  .gap-xl-5 {
    gap: 4rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .m-xl-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-xl-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-xl-5 {
    margin-left: 4rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -2rem !important;
  }

  .m-xl-n5 {
    margin: -4rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xl-n5 {
    margin-top: -4rem !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -2rem !important;
  }

  .me-xl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xl-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-xl-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-xl-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-xl-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-xl-5 {
    padding-left: 4rem !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: 1520px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 2rem !important;
  }

  .gap-xxl-5 {
    gap: 4rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 2rem !important;
  }

  .m-xxl-5 {
    margin: 4rem !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: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !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: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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: 2rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4rem !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: 2rem !important;
  }

  .me-xxl-5 {
    margin-right: 4rem !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: 2rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4rem !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: 2rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -2rem !important;
  }

  .m-xxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .p-xxl-5 {
    padding: 4rem !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: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !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: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !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: 2rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4rem !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: 2rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4rem !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: 2rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4rem !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: 2rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4rem !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: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 2rem !important;
  }

  .gap-xxxl-5 {
    gap: 4rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 2rem !important;
  }

  .m-xxxl-5 {
    margin: 4rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 4rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 2rem !important;
  }

  .me-xxxl-5 {
    margin-right: 4rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxl-n4 {
    margin: -2rem !important;
  }

  .m-xxxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxxl-n5 {
    margin-left: -4rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 2rem !important;
  }

  .p-xxxl-5 {
    padding: 4rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 4rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 4rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 4rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2200px) {
  .float-xxxxl-start {
    float: left !important;
  }

  .float-xxxxl-end {
    float: right !important;
  }

  .float-xxxxl-none {
    float: none !important;
  }

  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-grid {
    display: grid !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxl-flex {
    display: flex !important;
  }

  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxxl-none {
    display: none !important;
  }

  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxxl-4 {
    gap: 2rem !important;
  }

  .gap-xxxxl-5 {
    gap: 4rem !important;
  }

  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxxl-center {
    align-items: center !important;
  }

  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxxl-center {
    align-content: center !important;
  }

  .align-content-xxxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxxl-center {
    align-self: center !important;
  }

  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxxl-first {
    order: -1 !important;
  }

  .order-xxxxl-0 {
    order: 0 !important;
  }

  .order-xxxxl-1 {
    order: 1 !important;
  }

  .order-xxxxl-2 {
    order: 2 !important;
  }

  .order-xxxxl-3 {
    order: 3 !important;
  }

  .order-xxxxl-4 {
    order: 4 !important;
  }

  .order-xxxxl-5 {
    order: 5 !important;
  }

  .order-xxxxl-last {
    order: 6 !important;
  }

  .m-xxxxl-0 {
    margin: 0 !important;
  }

  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxxl-4 {
    margin: 2rem !important;
  }

  .m-xxxxl-5 {
    margin: 4rem !important;
  }

  .m-xxxxl-auto {
    margin: auto !important;
  }

  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxxl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxxl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxxl-4 {
    margin-top: 2rem !important;
  }

  .mt-xxxxl-5 {
    margin-top: 4rem !important;
  }

  .mt-xxxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxxl-4 {
    margin-right: 2rem !important;
  }

  .me-xxxxl-5 {
    margin-right: 4rem !important;
  }

  .me-xxxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxxl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxxl-5 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxxl-4 {
    margin-left: 2rem !important;
  }

  .ms-xxxxl-5 {
    margin-left: 4rem !important;
  }

  .ms-xxxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxxl-n3 {
    margin: -1rem !important;
  }

  .m-xxxxl-n4 {
    margin: -2rem !important;
  }

  .m-xxxxl-n5 {
    margin: -4rem !important;
  }

  .mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxxl-n4 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxxl-n5 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .my-xxxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxxl-n4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxxl-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mt-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxxxl-n4 {
    margin-top: -2rem !important;
  }

  .mt-xxxxl-n5 {
    margin-top: -4rem !important;
  }

  .me-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxxxl-n4 {
    margin-right: -2rem !important;
  }

  .me-xxxxl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxxl-n4 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxxl-n5 {
    margin-bottom: -4rem !important;
  }

  .ms-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxxxl-n4 {
    margin-left: -2rem !important;
  }

  .ms-xxxxl-n5 {
    margin-left: -4rem !important;
  }

  .p-xxxxl-0 {
    padding: 0 !important;
  }

  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxxl-4 {
    padding: 2rem !important;
  }

  .p-xxxxl-5 {
    padding: 4rem !important;
  }

  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxxl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxxl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxxl-4 {
    padding-top: 2rem !important;
  }

  .pt-xxxxl-5 {
    padding-top: 4rem !important;
  }

  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxxl-4 {
    padding-right: 2rem !important;
  }

  .pe-xxxxl-5 {
    padding-right: 4rem !important;
  }

  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxxl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxxl-5 {
    padding-bottom: 4rem !important;
  }

  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxxl-4 {
    padding-left: 2rem !important;
  }

  .ps-xxxxl-5 {
    padding-left: 4rem !important;
  }

  .text-xxxxl-start {
    text-align: left !important;
  }

  .text-xxxxl-end {
    text-align: right !important;
  }

  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/**
 * Bootstrap Select
 */
/**
 * Animate.css
 */
/**
 * Slick Slider
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Photoswipe
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #dcdcdc;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #bbb;
}

.pswp__error-msg a {
  color: #bbb;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/default-skin.b2eba8c9.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/default-skin.22420a8d.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/preloader.d15a48a3.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**
 * Vendor plugin overrides
 */
/**
 * Bootstrap Overrides
 */
b,
strong {
  font-weight: normal;
}

/*
 * Slick Slider Overrides
 */
.slick-list,
.slick-track {
  height: 100%;
}

.slick-list {
  overflow: visible;
  margin-left: -calc(var(--bs-gutter-x) / 4);
  margin-right: -calc(var(--bs-gutter-x) / 4);
}

.slick-dots {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: calc(var(--type-scale-step-up-2) - 0.3rem);
  display: none;
}
@media (min-width: 768px) {
  .slick-dots.multiple-dots {
    display: block;
  }
}
.slick-dots li {
  display: inline-block;
  width: 8rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: calc(var(--type-scale-step-up-2) / 2) 1rem;
  cursor: pointer;
}
.slick-dots li:hover button {
  padding: 0 0 0.2rem;
}
.slick-dots .slick-active button {
  padding: 0 0 0.2rem;
}
.slick-dots button {
  background: #000000;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 0.1rem;
}
.slick-dots.background--dark button {
  background: #ffffff;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 0;
  padding: 0;
  opacity: 1;
  transition: left 0.3s, right 0.3s, transform 0.3s;
}
.slick-arrow .is__touch_device {
  display: none;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-100%);
}
.slick-slider:hover .slick-arrow.slick-prev {
  left: calc(var(--bs-gutter-x) / 2);
  transform: translateX(0);
}
.slick-arrow.slick-next {
  right: 0;
  transform: translateX(100%);
}
.slick-slider:hover .slick-arrow.slick-next {
  right: calc(var(--bs-gutter-x) / 2);
  transform: translateX(0);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background: transparent !important;
}

.pswp__caption__center {
  text-align: center;
  color: #000;
  padding: 14px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button {
    background-image: initial !important;
  }
  .pswp--svg .pswp__button:before {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-color: transparent;
  }
  .pswp--svg .pswp__button--close:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iOTYiIGhlaWdodD0iOTYiPjx0aXRsZT5pY29ucy1jbG9zZS1ibGFjay02MDwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSI3OC4xMiAyMi4xMiA3My44OCAxNy44OCA0OCA0My43NiAyMi4xMiAxNy44OCAxNy44OCAyMi4xMiA0My43NiA0OCAxNy44OCA3My44OCAyMi4xMiA3OC4xMiA0OCA1Mi4yNCA3My44OCA3OC4xMiA3OC4xMiA3My44OCA1Mi4yNCA0OCA3OC4xMiAyMi4xMiIvPjwvc3ZnPg==") !important;
  }
  .pswp--svg .pswp__button--arrow--left:before {
    left: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") !important;
  }
  .pswp--svg .pswp__button--arrow--right:before {
    right: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") !important;
  }
}
.pswp__bg {
  opacity: 1 !important;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
}
@keyframes fadeOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
}
/*--------------------------------------------------------------
# Core or Base ??
--------------------------------------------------------------*/
/*! Fonts */
/* Variable Fonts */
/*!
 * Typography System
 * 
 * ToDo:
 * – Make type__sizes and other typography helpers and wrap specific features around like .text
 */
:root {
  font-size: var(--font-size-root);
}
@media (min-width: 1800px) {
  :root {
    font-size: var(--type-scale-step-up-1);
  }
}

body {
  font-family: var(--font-family-stack);
  font-style: var(--font-style);
  font-weight: var(--font-weight);
  font-variation-settings: var(--font-variation-settings);
}

/*
 * Type elements */
small {
  font-size: calc(var(--type-scale-step-down-2) * 1em);
  font-size: calc(var(--type-scale-step-down-3) * 1em);
  font-size: var(--type-scale-step-down-3);
  letter-spacing: 0.05em;
}

/*
 * Type component */
.type__size--jumbo-large {
  font-size: var(--type-size-jumbo-large-size);
  line-height: var(--type-size-jumbo-large-leading);
  letter-spacing: 0em;
}
.type__size--jumbo, .type__size--jumbo-medium {
  font-size: var(--type-size-jumbo-medium-size);
  line-height: var(--type-size-jumbo-medium-leading);
  letter-spacing: 0em;
}
.type__size--jumbo-small {
  font-size: var(--type-size-jumbo-small-size);
  line-height: var(--type-size-jumbo-small-leading);
  letter-spacing: 0em;
}
.type__size--display-large {
  font-size: var(--type-size-display-large-size);
  line-height: var(--type-size-display-large-leading);
  letter-spacing: 0em;
}
.type__size--display, .type__size--display-medium {
  font-size: var(--type-size-display-medium-size);
  line-height: var(--type-size-display-medium-leading);
  letter-spacing: 0em;
}
.type__size--display-small {
  font-size: var(--type-size-display-small-size);
  line-height: var(--type-size-display-small-leading);
  letter-spacing: 0em;
}
.type__size--heading-large {
  font-size: var(--type-size-heading-large-size);
  line-height: var(--type-size-heading-large-leading);
  letter-spacing: 0em;
}
.type__size--heading, .type__size--heading-medium {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
}
.type__size--heading-small {
  font-size: var(--type-size-heading-small-size);
  line-height: var(--type-size-heading-small-leading);
  letter-spacing: 0em;
}
.type__size--body-large {
  font-size: var(--type-size-body-large-size);
  line-height: var(--type-size-body-large-leading);
  letter-spacing: 0em;
}
.type__size--body, .type__size--body-medium {
  font-size: var(--type-size-body-medium-size);
  line-height: var(--type-size-body-medium-leading);
  letter-spacing: 0em;
}
.type__size--body-small {
  font-size: var(--type-size-body-small-size);
  line-height: var(--type-size-body-small-leading);
  letter-spacing: 0em;
}
.type__size--notation-large {
  font-size: var(--type-size-notation-large-size);
  line-height: var(--type-size-notation-large-leading);
  letter-spacing: 0.02em;
}
.type__size--notation, .type__size--notation-medium {
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
}
.type__size--notation-small {
  font-size: var(--type-size-notation-small-size);
  line-height: var(--type-size-notation-small-leading);
  letter-spacing: 0.02em;
}
.type__size--button-large {
  font-size: var(--type-size-button-large-size);
  line-height: var(--type-size-button-large-leading);
  letter-spacing: 0.02em;
}
.type__size--button, .type__size--button-medium {
  font-size: var(--type-size-button-medium-size);
  line-height: var(--type-size-button-medium-leading);
  letter-spacing: 0.02em;
}
.type__size--button-small {
  font-size: var(--type-size-button-small-size);
  line-height: var(--type-size-button-small-leading);
  letter-spacing: 0.02em;
}

.type__style--sans {
  font-family: var(--font-family-sans-stack);
}
.type__style--serif {
  font-family: var(--font-family-serif-stack);
}
.type__style__case--upper {
  text-transform: uppercase;
}
.type__style__case--lower {
  text-transform: lowercase;
}
.type__style__wght--extra-black {
  --font-variation-wght-settings: var(--font-variation-wght-extra-black-settings);
}
.type__style__wght--black {
  --font-variation-wght-settings: var(--font-variation-wght-black-settings);
}
.type__style__wght--extra-bold {
  --font-variation-wght-settings: var(--font-variation-wght-extra-bold-settings);
}
.type__style__wght--bold {
  --font-variation-wght-settings: var(--font-variation-wght-bold-settings);
}
.type__style__wght--semi-bold {
  --font-variation-wght-settings: var(--font-variation-wght-semi-bold-settings);
}
.type__style__wght--medium {
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
}
.type__style__wght--regular {
  --font-variation-wght-settings: var(--font-variation-wght-regular-settings);
}
.type__style__wght--light {
  --font-variation-wght-settings: var(--font-variation-wght-light-settings);
}
.type__style__wght--extra-light {
  --font-variation-wght-settings: var(--font-variation-wght-extra-light-settings);
}
.type__style__wght--thin {
  --font-variation-wght-settings: var(--font-variation-wght-thin-settings);
}
.type__style__wght--hairline {
  --font-variation-wght-settings: var(--font-variation-wght-hairline-settings);
}

/*
 * Text component */
.text {
  font-size: var(--type-size-body-medium-size);
  line-height: var(--type-size-body-medium-leading);
  letter-spacing: 0em;
  margin-bottom: var(--type-size-body-medium-leading);
  /**
   * Modifier / Helpers
   */
}
.text__size--heading-medium {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  margin-bottom: var(--type-size-heading-medium-leading);
}
.text__size--heading-small {
  font-size: var(--type-size-heading-small-size);
  line-height: var(--type-size-heading-small-leading);
  letter-spacing: 0em;
  margin-bottom: var(--type-size-heading-small-leading);
}
.text__size--body-medium {
  font-size: var(--type-size-body-medium-size);
  line-height: var(--type-size-body-medium-leading);
  letter-spacing: 0em;
  margin-bottom: var(--type-size-body-medium-leading);
}
.text__size--body-small {
  font-size: var(--type-size-body-small-size);
  line-height: var(--type-size-body-small-leading);
  letter-spacing: 0em;
  margin-bottom: var(--type-size-body-small-leading);
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}

/**
 * ARTICLE TEXT WRAPPER
 */
.article__title h1, .article__title h2, .article__title h3, .article__title h4, .article__title h5, .article__title h6,
.article__title blockquote, .article__title p, .article__title ul, .article__title ol, .article__subtitle h1, .article__subtitle h2, .article__subtitle h3, .article__subtitle h4, .article__subtitle h5, .article__subtitle h6,
.article__subtitle blockquote, .article__subtitle p, .article__subtitle ul, .article__subtitle ol, .article__meta h1, .article__meta h2, .article__meta h3, .article__meta h4, .article__meta h5, .article__meta h6,
.article__meta blockquote, .article__meta p, .article__meta ul, .article__meta ol, .article__intro h1, .article__intro h2, .article__intro h3, .article__intro h4, .article__intro h5, .article__intro h6,
.article__intro blockquote, .article__intro p, .article__intro ul, .article__intro ol, .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6,
.article__content blockquote, .article__content p, .article__content ul, .article__content ol {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin-bottom: inherit;
}
.article__title h1:last-child, .article__title h2:last-child, .article__title h3:last-child, .article__title h4:last-child, .article__title h5:last-child, .article__title h6:last-child,
.article__title blockquote:last-child, .article__title p:last-child, .article__title ul:last-child, .article__title ol:last-child, .article__subtitle h1:last-child, .article__subtitle h2:last-child, .article__subtitle h3:last-child, .article__subtitle h4:last-child, .article__subtitle h5:last-child, .article__subtitle h6:last-child,
.article__subtitle blockquote:last-child, .article__subtitle p:last-child, .article__subtitle ul:last-child, .article__subtitle ol:last-child, .article__meta h1:last-child, .article__meta h2:last-child, .article__meta h3:last-child, .article__meta h4:last-child, .article__meta h5:last-child, .article__meta h6:last-child,
.article__meta blockquote:last-child, .article__meta p:last-child, .article__meta ul:last-child, .article__meta ol:last-child, .article__intro h1:last-child, .article__intro h2:last-child, .article__intro h3:last-child, .article__intro h4:last-child, .article__intro h5:last-child, .article__intro h6:last-child,
.article__intro blockquote:last-child, .article__intro p:last-child, .article__intro ul:last-child, .article__intro ol:last-child, .article__content h1:last-child, .article__content h2:last-child, .article__content h3:last-child, .article__content h4:last-child, .article__content h5:last-child, .article__content h6:last-child,
.article__content blockquote:last-child, .article__content p:last-child, .article__content ul:last-child, .article__content ol:last-child {
  margin-bottom: 0;
}
.article__title {
  font-size: var(--type-size-jumbo-small-size);
  line-height: var(--type-size-jumbo-small-leading);
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-bottom: calc(var(--type-size-jumbo-small-leading) - var(--type-size-heading-medium-leading));
}
@media (min-width: 768px) {
  .article__title {
    font-size: var(--type-size-jumbo-medium-size);
    line-height: var(--type-size-jumbo-medium-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-jumbo-medium-leading) - var(--type-size-heading-large-leading));
  }
}
.article__title--smaller {
  font-size: var(--type-size-display-small-size);
  line-height: var(--type-size-display-small-leading);
  letter-spacing: 0em;
  margin-bottom: calc(var(--type-size-display-small-leading) - var(--type-size-heading-medium-leading));
}
@media (min-width: 576px) {
  .article__title--smaller {
    font-size: var(--type-size-display-medium-size);
    line-height: var(--type-size-display-medium-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-display-medium-leading) - var(--type-size-heading-large-leading));
  }
}
@media (min-width: 768px) {
  .article__title--smaller {
    font-size: var(--type-size-jumbo-small-size);
    line-height: var(--type-size-jumbo-small-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-jumbo-small-leading) - var(--type-size-heading-large-leading));
  }
}
@media (min-width: 992px) {
  .article__title--smaller {
    font-size: var(--type-size-display-large-size);
    line-height: var(--type-size-display-large-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-display-large-leading) - var(--type-size-heading-large-leading));
  }
}
@media (min-width: 1200px) {
  .article__title--smaller {
    font-size: var(--type-size-jumbo-small-size);
    line-height: var(--type-size-jumbo-small-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-jumbo-small-leading) - var(--type-size-heading-large-leading));
  }
}
.article__title--smaller .article__title__prefix {
  font-weight: 900 !important;
  font-size: var(--type-size-body-large-size);
  line-height: var(--type-size-body-large-leading);
  letter-spacing: 0em;
  margin-bottom: calc(var(--type-size-display-small-leading) - var(--type-size-body-large-leading));
}
@media (min-width: 1200px) {
  .article__title--smaller .article__title__prefix {
    font-size: var(--type-size-heading-small-size);
    line-height: var(--type-size-heading-small-leading);
    letter-spacing: 0em;
    margin-bottom: calc(var(--type-size-jumbo-small-leading) - var(--type-size-heading-small-leading));
  }
}
.article__subtitle {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  text-transform: uppercase;
  margin-bottom: var(--type-size-heading-medium-leading);
}
@media (min-width: 768px) {
  .article__subtitle {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
    margin-bottom: var(--type-size-heading-large-leading);
  }
}
.article__intro {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  padding-top: var(--type-size-heading-medium-leading);
  margin-bottom: var(--type-size-heading-medium-leading);
}
@media (min-width: 768px) {
  .article__intro {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
    padding-top: var(--type-size-heading-large-leading);
    margin-bottom: var(--type-size-heading-large-leading);
  }
}
.article__intro.add_mw {
  max-width: 39rem;
}
@media (min-width: 768px) {
  .article__intro.add_mw {
    max-width: 46rem;
  }
}
@media (min-width: 1200px) {
  .article__intro.add_mw {
    max-width: 54rem;
  }
}
@media (min-width: 1520px) {
  .article__intro.add_mw {
    max-width: 54rem;
  }
}
.article__meta {
  font-size: var(--type-size-notation-small-size);
  line-height: var(--type-size-notation-small-leading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  --font-variation-wght-settings: var(--font-variation-wght-regular-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
  padding-top: var(--type-size-notation-large-leading);
  margin-bottom: var(--type-size-notation-large-leading);
}
.article__content {
  font-size: var(--type-size-body-medium-size);
  line-height: var(--type-size-body-medium-leading);
  letter-spacing: 0em;
  font-family: var(--font-family-sans-stack);
  --font-variation-wght-settings: var(--font-variation-wght-light-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
  margin-bottom: var(--type-size-body-medium-leading);
}
@media (min-width: 768px) {
  .article__content {
    font-size: var(--type-size-body-large-size);
    line-height: var(--type-size-body-large-leading);
    letter-spacing: 0em;
    margin-bottom: var(--type-size-body-large-leading);
  }
}
.article__content b,
.article__content strong {
  --font-variation-wght-settings: var(--font-variation-wght-regular-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.article__content .instagram-media {
  max-width: 35rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .article__content {
    text-align: justify;
  }
}
.article__content.add_mw {
  max-width: 37rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article__content.add_mw {
    max-width: 42rem;
  }
}
@media (min-width: 1200px) {
  .article__content.add_mw {
    max-width: 47rem;
  }
}
@media (min-width: 1520px) {
  .article__content.add_mw {
    max-width: 52rem;
  }
}
.article__content.add_mw > p {
  max-width: 31rem;
}
@media (min-width: 768px) {
  .article__content.add_mw > p {
    max-width: 35rem;
  }
}
@media (min-width: 1200px) {
  .article__content.add_mw > p {
    max-width: 39rem;
  }
}
@media (min-width: 1520px) {
  .article__content.add_mw > p {
    max-width: 43rem;
  }
}
.article__content.mx-auto > p {
  margin-left: auto;
  margin-right: auto;
}
.article__content > blockquote {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  padding-top: var(--type-size-jumbo-small-leading);
  padding-bottom: var(--type-size-jumbo-small-leading);
}
@media (min-width: 768px) {
  .article__content > blockquote {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
  }
}
.article__content > blockquote p {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/*! elements without classes */
:focus {
  outline: none !important;
}

html, body, .site {
  height: 100%;
}

body.popUp--active {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

/*! helpers */
/**
 * Extra alternate border colors for WP usage
 * – Merged $theme-colors for complete autonomy from .btn
 */
.border-primary {
  border-color: #000000 !important;
}

.border-secondary {
  border-color: #ff0000 !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-hot-pink {
  border-color: #FF69B4 !important;
}

.border-magenta {
  border-color: #FF00FF !important;
}

.border-light-pink {
  border-color: #FFB6C1 !important;
}

.border-light-salmon {
  border-color: #FFA07A !important;
}

.border-crimson {
  border-color: #ff0033 !important;
}

.border-firebrick {
  border-color: #B22222 !important;
}

.border-red {
  border-color: #FF0000 !important;
}

.border-orange-red {
  border-color: #FF4500 !important;
}

.border-dark-orange {
  border-color: #FF8C00 !important;
}

.border-orange {
  border-color: #FFA500 !important;
}

.border-yellow {
  border-color: #FFFF00 !important;
}

.border-gold {
  border-color: #FFD700 !important;
}

.border-peach-puff {
  border-color: #FFDAB9 !important;
}

.border-lime-green {
  border-color: #32CD32 !important;
}

.border-lime {
  border-color: #00FF00 !important;
}

.border-pale-green {
  border-color: #98FB98 !important;
}

.border-dark-green {
  border-color: #006400 !important;
}

.border-aqua {
  border-color: #00FFFF !important;
}

.border-turquoise {
  border-color: #40E0D0 !important;
}

.border-blue {
  border-color: #0000FF !important;
}

.border-light-steel-blue {
  border-color: #B0C4DE !important;
}

/**
 * Extra alternate text colors for WP usage
 * – Merged $theme-colors for complete autonomy from .btn
 */
.text-blue {
  color: #0000FF;
}

.mb-inherit {
  margin-bottom: inherit;
}

/**
 * Informing helper
 * Should it be part of Chunks?
 */
/**
 * Modifying helpers
 */
.no_paragraphs *,
.no_paragraphs p {
  margin-bottom: 0;
}
.no_wrap {
  white-space: nowrap;
}

/**
 * Bootstrap breakpoint based helpers
 */
.row-detach {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.col-detach {
  position: fixed;
  top: 0;
  left: 0;
}

.col-detach--rel {
  position: absolute;
  top: 0;
  left: 0;
}

.col-detach--stick {
  position: sticky;
  top: 0;
  left: 0;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mh-25 {
  min-height: 25%;
}

.mh-50 {
  min-height: 50%;
}

.mh-75 {
  min-height: 75%;
}

.mh-100 {
  min-height: 100%;
}

.mh-auto {
  min-height: auto;
}

.disable-wrap br,
.disable-breaks br {
  display: none;
}

.enable-wrap br,
.enable-breaks br {
  display: block;
}

@media (min-width: 288px) {
  .row-xxs-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xxs-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xxs-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xxs-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xxs-25 {
    height: 25%;
  }

  .h-xxs-50 {
    height: 50%;
  }

  .h-xxs-75 {
    height: 75%;
  }

  .h-xxs-100 {
    height: 100%;
  }

  .h-xxs-auto {
    height: auto;
  }

  .mh-xxs-25 {
    min-height: 25%;
  }

  .mh-xxs-50 {
    min-height: 50%;
  }

  .mh-xxs-75 {
    min-height: 75%;
  }

  .mh-xxs-100 {
    min-height: 100%;
  }

  .mh-xxs-auto {
    min-height: auto;
  }

  .disable-wrap-xxs br,
.disable-breaks-xxs br {
    display: none;
  }

  .enable-wrap-xxs br,
.enable-breaks-xxs br {
    display: block;
  }
}
@media (min-width: 476px) {
  .row-xs-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xs-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xs-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xs-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xs-25 {
    height: 25%;
  }

  .h-xs-50 {
    height: 50%;
  }

  .h-xs-75 {
    height: 75%;
  }

  .h-xs-100 {
    height: 100%;
  }

  .h-xs-auto {
    height: auto;
  }

  .mh-xs-25 {
    min-height: 25%;
  }

  .mh-xs-50 {
    min-height: 50%;
  }

  .mh-xs-75 {
    min-height: 75%;
  }

  .mh-xs-100 {
    min-height: 100%;
  }

  .mh-xs-auto {
    min-height: auto;
  }

  .disable-wrap-xs br,
.disable-breaks-xs br {
    display: none;
  }

  .enable-wrap-xs br,
.enable-breaks-xs br {
    display: block;
  }
}
@media (min-width: 576px) {
  .row-sm-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-sm-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-sm-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-sm-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-sm-25 {
    height: 25%;
  }

  .h-sm-50 {
    height: 50%;
  }

  .h-sm-75 {
    height: 75%;
  }

  .h-sm-100 {
    height: 100%;
  }

  .h-sm-auto {
    height: auto;
  }

  .mh-sm-25 {
    min-height: 25%;
  }

  .mh-sm-50 {
    min-height: 50%;
  }

  .mh-sm-75 {
    min-height: 75%;
  }

  .mh-sm-100 {
    min-height: 100%;
  }

  .mh-sm-auto {
    min-height: auto;
  }

  .disable-wrap-sm br,
.disable-breaks-sm br {
    display: none;
  }

  .enable-wrap-sm br,
.enable-breaks-sm br {
    display: block;
  }
}
@media (min-width: 768px) {
  .row-md-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-md-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-md-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-md-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-md-25 {
    height: 25%;
  }

  .h-md-50 {
    height: 50%;
  }

  .h-md-75 {
    height: 75%;
  }

  .h-md-100 {
    height: 100%;
  }

  .h-md-auto {
    height: auto;
  }

  .mh-md-25 {
    min-height: 25%;
  }

  .mh-md-50 {
    min-height: 50%;
  }

  .mh-md-75 {
    min-height: 75%;
  }

  .mh-md-100 {
    min-height: 100%;
  }

  .mh-md-auto {
    min-height: auto;
  }

  .disable-wrap-md br,
.disable-breaks-md br {
    display: none;
  }

  .enable-wrap-md br,
.enable-breaks-md br {
    display: block;
  }
}
@media (min-width: 992px) {
  .row-lg-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-lg-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-lg-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-lg-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-lg-25 {
    height: 25%;
  }

  .h-lg-50 {
    height: 50%;
  }

  .h-lg-75 {
    height: 75%;
  }

  .h-lg-100 {
    height: 100%;
  }

  .h-lg-auto {
    height: auto;
  }

  .mh-lg-25 {
    min-height: 25%;
  }

  .mh-lg-50 {
    min-height: 50%;
  }

  .mh-lg-75 {
    min-height: 75%;
  }

  .mh-lg-100 {
    min-height: 100%;
  }

  .mh-lg-auto {
    min-height: auto;
  }

  .disable-wrap-lg br,
.disable-breaks-lg br {
    display: none;
  }

  .enable-wrap-lg br,
.enable-breaks-lg br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .row-xl-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xl-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xl-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xl-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xl-25 {
    height: 25%;
  }

  .h-xl-50 {
    height: 50%;
  }

  .h-xl-75 {
    height: 75%;
  }

  .h-xl-100 {
    height: 100%;
  }

  .h-xl-auto {
    height: auto;
  }

  .mh-xl-25 {
    min-height: 25%;
  }

  .mh-xl-50 {
    min-height: 50%;
  }

  .mh-xl-75 {
    min-height: 75%;
  }

  .mh-xl-100 {
    min-height: 100%;
  }

  .mh-xl-auto {
    min-height: auto;
  }

  .disable-wrap-xl br,
.disable-breaks-xl br {
    display: none;
  }

  .enable-wrap-xl br,
.enable-breaks-xl br {
    display: block;
  }
}
@media (min-width: 1520px) {
  .row-xxl-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xxl-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xxl-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xxl-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xxl-25 {
    height: 25%;
  }

  .h-xxl-50 {
    height: 50%;
  }

  .h-xxl-75 {
    height: 75%;
  }

  .h-xxl-100 {
    height: 100%;
  }

  .h-xxl-auto {
    height: auto;
  }

  .mh-xxl-25 {
    min-height: 25%;
  }

  .mh-xxl-50 {
    min-height: 50%;
  }

  .mh-xxl-75 {
    min-height: 75%;
  }

  .mh-xxl-100 {
    min-height: 100%;
  }

  .mh-xxl-auto {
    min-height: auto;
  }

  .disable-wrap-xxl br,
.disable-breaks-xxl br {
    display: none;
  }

  .enable-wrap-xxl br,
.enable-breaks-xxl br {
    display: block;
  }
}
@media (min-width: 1800px) {
  .row-xxxl-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xxxl-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xxxl-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xxxl-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xxxl-25 {
    height: 25%;
  }

  .h-xxxl-50 {
    height: 50%;
  }

  .h-xxxl-75 {
    height: 75%;
  }

  .h-xxxl-100 {
    height: 100%;
  }

  .h-xxxl-auto {
    height: auto;
  }

  .mh-xxxl-25 {
    min-height: 25%;
  }

  .mh-xxxl-50 {
    min-height: 50%;
  }

  .mh-xxxl-75 {
    min-height: 75%;
  }

  .mh-xxxl-100 {
    min-height: 100%;
  }

  .mh-xxxl-auto {
    min-height: auto;
  }

  .disable-wrap-xxxl br,
.disable-breaks-xxxl br {
    display: none;
  }

  .enable-wrap-xxxl br,
.enable-breaks-xxxl br {
    display: block;
  }
}
@media (min-width: 2200px) {
  .row-xxxxl-detach {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col-xxxxl-detach {
    position: fixed;
    top: 0;
    left: 0;
  }

  .col-xxxxl-detach--rel {
    position: absolute;
    top: 0;
    left: 0;
  }

  .col-xxxxl-detach--stick {
    position: sticky;
    top: 0;
    left: 0;
  }

  .h-xxxxl-25 {
    height: 25%;
  }

  .h-xxxxl-50 {
    height: 50%;
  }

  .h-xxxxl-75 {
    height: 75%;
  }

  .h-xxxxl-100 {
    height: 100%;
  }

  .h-xxxxl-auto {
    height: auto;
  }

  .mh-xxxxl-25 {
    min-height: 25%;
  }

  .mh-xxxxl-50 {
    min-height: 50%;
  }

  .mh-xxxxl-75 {
    min-height: 75%;
  }

  .mh-xxxxl-100 {
    min-height: 100%;
  }

  .mh-xxxxl-auto {
    min-height: auto;
  }

  .disable-wrap-xxxxl br,
.disable-breaks-xxxxl br {
    display: none;
  }

  .enable-wrap-xxxxl br,
.enable-breaks-xxxxl br {
    display: block;
  }
}
/**
 * General helpers
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Plugin looks for elements with class named "balance-text" */
.balance-text {
  text-wrap: balance;
}

/*--------------------------------------------------------------
# Components / Modules / Blocks
--------------------------------------------------------------*/
/*! components following BEM Methodology */
/*
 * Components don't have PHP functionality like Blocks?
 */
/**
 * Generic Components (or should we call it classes ready to be instanciated into specific blocks/components?)
 * Components don't have PHP functionality like Blocks?
 */
/**
 * Layout
 */
.v-spacer {
  --height: var(--header-height, 144px);
  padding-top: var(--height);
}
.v-spacer--half {
  padding-top: calc(var(--height) * 0.5);
}
.v-spacer.reset {
  padding-top: 0;
  margin-top: calc(var(--height) * -1);
}
.v-spacer.reset--half {
  padding-top: 0;
  margin-top: calc(var(--height) * -0.5);
}

/*! media-blocks module following BEM Methodology */
/*
 * General Block
 */
.mass {
  /**
   * Block
   */
  /**
   * Blocks
   */
  /**
   * Block
   */
}
.mass__wrap {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  position: relative;
}
.mass__wrap--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mass__wrap--detach {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mass__blocks {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  position: relative;
}
.mass__block--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mass__block--shape {
  display: flex;
}
.mass__block--shape .shape {
  flex: 1;
}

.block_position {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .block_position--lg {
    display: flex;
  }
}
.block_position--nw, .block_position--ne, .block_position--n {
  align-items: flex-start;
}
.block_position--sw, .block_position--se, .block_position--s {
  align-items: flex-end;
}
.block_position--nw, .block_position--sw, .block_position--w {
  justify-content: flex-start;
}
.block_position--ne, .block_position--se, .block_position--e {
  justify-content: flex-end;
}

.block {
  display: flex;
}
.block--center, .block--west, .block--east {
  align-items: center;
}
.block--center, .block--north, .block--south {
  justify-content: center;
}
.block--north, .block--nw, .block--ne {
  align-items: flex-start;
}
.block--south, .block--sw, .block--se {
  align-items: flex-end;
}
.block--west, .block--nw, .block--sw {
  justify-content: flex-start;
}
.block--east, .block--ne, .block--se {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .block_lg--center, .block_lg--west, .block_lg--east {
    align-items: center;
  }
  .block_lg--center, .block_lg--north, .block_lg--south {
    justify-content: center;
  }
  .block_lg--north, .block_lg--nw, .block_lg--ne {
    align-items: flex-start;
  }
  .block_lg--south, .block_lg--sw, .block_lg--se {
    align-items: flex-end;
  }
  .block_lg--west, .block_lg--nw, .block_lg--sw {
    justify-content: flex-start;
  }
  .block_lg--east, .block_lg--ne, .block_lg--se {
    justify-content: flex-end;
  }
}
.block--contain--temporary .mass__figure--landscape {
  max-width: 35rem;
}
.block--contain--temporary .mass__figure--portrait {
  max-width: 25rem;
}

/**
 * Chunks Block / Component
 * Building block of the website, useful for controling full areas, layouts and even plug into for AJAX.
 * 
 * It basically creates a way to have layouts more modular and horizontal instead of vertical and nested. 
 * This ables layouts to use the window's height as they want and stack easily without overflow hacks 
 * like giving its contents a float property.
 */
/**
** Chunk Block
**/
.chunk {
  transition: opacity 0.3s;
  opacity: 0;
}
.chunk.is-visible {
  opacity: 1;
}
.chunk--shape {
  height: 100%;
  width: 100%;
}
.chunk__footer {
  margin-bottom: 0;
}

/**
 * Atoms
*/
/**
 * Chunks Block / Component
 * Extends Bootstrap .btn and adds other funcs.
 * 
 */
.button {
  font-size: var(--type-size-button-medium-size);
  line-height: var(--type-size-button-medium-leading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  --font-variation-wght-settings: var(--font-variation-wght-semi-bold-settings);
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
  box-shadow: none;
  padding: var(--type-scale-step-down-6) var(--type-scale-step-down-1);
  border-radius: 1em;
  vertical-align: text-bottom;
  white-space: nowrap;
}
.button--opaque {
  background: #ffffff;
}
.button--small {
  font-size: var(--type-size-button-small-size);
  line-height: var(--type-size-button-small-leading);
  letter-spacing: 0.02em;
  box-shadow: none;
}
.button--small[class*=btn-outline] {
  border-color: #6f6f6f;
}
.button--small[class*=btn-outline]:hover {
  border-color: #000000;
}
.button--large {
  font-size: var(--type-size-button-large-size);
  line-height: var(--type-size-button-large-leading);
  letter-spacing: 0.02em;
  box-shadow: none;
}
.button--large[class*=btn-outline] {
  border-color: #6f6f6f;
}
.button--large[class*=btn-outline]:hover {
  border-color: #000000;
}
.button.material-icons {
  font-family: "Material Icons";
  text-transform: initial;
}
.button--text {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  vertical-align: text-bottom;
  white-space: nowrap;
  text-decoration: underline;
}

/**
 * Extra alternate buttons for WP usage
 * – Merged $theme-colors for complete autonomy from .btn
 */
.button-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.button-primary:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .button-primary, .button-primary:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .button-primary, .btn-check:active + .button-primary, .button-primary:active, .button-primary.active, .show > .button-primary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .button-primary:focus, .btn-check:active + .button-primary:focus, .button-primary:active:focus, .button-primary.active:focus, .show > .button-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.button-primary:disabled, .button-primary.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.button-primary.active {
  color: color-yiq(#000000);
  background-color: #000000;
  border-color: #000000;
}
.button-primary.active > svg {
  fill: color-yiq(#000000);
}

.button-secondary {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: none;
}
.button-secondary:hover {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
}
.btn-check:focus + .button-secondary, .button-secondary:focus {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-check:checked + .button-secondary, .btn-check:active + .button-secondary, .button-secondary:active, .button-secondary.active, .show > .button-secondary.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: #ff1a1a;
}
.btn-check:checked + .button-secondary:focus, .btn-check:active + .button-secondary:focus, .button-secondary:active:focus, .button-secondary.active:focus, .show > .button-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.button-secondary:disabled, .button-secondary.disabled {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.button-secondary.active {
  color: color-yiq(#ff0000);
  background-color: #ff0000;
  border-color: #ff0000;
}
.button-secondary.active > svg {
  fill: color-yiq(#ff0000);
}

.button-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.button-black:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .button-black, .button-black:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .button-black, .btn-check:active + .button-black, .button-black:active, .button-black.active, .show > .button-black.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .button-black:focus, .btn-check:active + .button-black:focus, .button-black:active:focus, .button-black.active:focus, .show > .button-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.button-black:disabled, .button-black.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.button-black.active {
  color: color-yiq(#000000);
  background-color: #000000;
  border-color: #000000;
}
.button-black.active > svg {
  fill: color-yiq(#000000);
}

.button-hot-pink {
  color: #000000;
  background-color: #FF69B4;
  border-color: #FF69B4;
  box-shadow: none;
}
.button-hot-pink:hover {
  color: #000000;
  background-color: #ff80bf;
  border-color: #ff78bc;
}
.btn-check:focus + .button-hot-pink, .button-hot-pink:focus {
  color: #000000;
  background-color: #ff80bf;
  border-color: #ff78bc;
  box-shadow: 0 0 0 0.25rem rgba(217, 89, 153, 0.5);
}
.btn-check:checked + .button-hot-pink, .btn-check:active + .button-hot-pink, .button-hot-pink:active, .button-hot-pink.active, .show > .button-hot-pink.dropdown-toggle {
  color: #000000;
  background-color: #ff87c3;
  border-color: #ff78bc;
}
.btn-check:checked + .button-hot-pink:focus, .btn-check:active + .button-hot-pink:focus, .button-hot-pink:active:focus, .button-hot-pink.active:focus, .show > .button-hot-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 89, 153, 0.5);
}
.button-hot-pink:disabled, .button-hot-pink.disabled {
  color: #000000;
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.button-hot-pink.active {
  color: color-yiq(#FF69B4);
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.button-hot-pink.active > svg {
  fill: color-yiq(#FF69B4);
}

.button-magenta {
  color: #000000;
  background-color: #FF00FF;
  border-color: #FF00FF;
  box-shadow: none;
}
.button-magenta:hover {
  color: #000000;
  background-color: #ff26ff;
  border-color: #ff1aff;
}
.btn-check:focus + .button-magenta, .button-magenta:focus {
  color: #000000;
  background-color: #ff26ff;
  border-color: #ff1aff;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 217, 0.5);
}
.btn-check:checked + .button-magenta, .btn-check:active + .button-magenta, .button-magenta:active, .button-magenta.active, .show > .button-magenta.dropdown-toggle {
  color: #000000;
  background-color: #ff33ff;
  border-color: #ff1aff;
}
.btn-check:checked + .button-magenta:focus, .btn-check:active + .button-magenta:focus, .button-magenta:active:focus, .button-magenta.active:focus, .show > .button-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 217, 0.5);
}
.button-magenta:disabled, .button-magenta.disabled {
  color: #000000;
  background-color: #FF00FF;
  border-color: #FF00FF;
}
.button-magenta.active {
  color: color-yiq(#FF00FF);
  background-color: #FF00FF;
  border-color: #FF00FF;
}
.button-magenta.active > svg {
  fill: color-yiq(#FF00FF);
}

.button-light-pink {
  color: #000000;
  background-color: #FFB6C1;
  border-color: #FFB6C1;
  box-shadow: none;
}
.button-light-pink:hover {
  color: #000000;
  background-color: #ffc1ca;
  border-color: #ffbdc7;
}
.btn-check:focus + .button-light-pink, .button-light-pink:focus {
  color: #000000;
  background-color: #ffc1ca;
  border-color: #ffbdc7;
  box-shadow: 0 0 0 0.25rem rgba(217, 155, 164, 0.5);
}
.btn-check:checked + .button-light-pink, .btn-check:active + .button-light-pink, .button-light-pink:active, .button-light-pink.active, .show > .button-light-pink.dropdown-toggle {
  color: #000000;
  background-color: #ffc5cd;
  border-color: #ffbdc7;
}
.btn-check:checked + .button-light-pink:focus, .btn-check:active + .button-light-pink:focus, .button-light-pink:active:focus, .button-light-pink.active:focus, .show > .button-light-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 155, 164, 0.5);
}
.button-light-pink:disabled, .button-light-pink.disabled {
  color: #000000;
  background-color: #FFB6C1;
  border-color: #FFB6C1;
}
.button-light-pink.active {
  color: color-yiq(#FFB6C1);
  background-color: #FFB6C1;
  border-color: #FFB6C1;
}
.button-light-pink.active > svg {
  fill: color-yiq(#FFB6C1);
}

.button-light-salmon {
  color: #000000;
  background-color: #FFA07A;
  border-color: #FFA07A;
  box-shadow: none;
}
.button-light-salmon:hover {
  color: #000000;
  background-color: #ffae8e;
  border-color: #ffaa87;
}
.btn-check:focus + .button-light-salmon, .button-light-salmon:focus {
  color: #000000;
  background-color: #ffae8e;
  border-color: #ffaa87;
  box-shadow: 0 0 0 0.25rem rgba(217, 136, 104, 0.5);
}
.btn-check:checked + .button-light-salmon, .btn-check:active + .button-light-salmon, .button-light-salmon:active, .button-light-salmon.active, .show > .button-light-salmon.dropdown-toggle {
  color: #000000;
  background-color: #ffb395;
  border-color: #ffaa87;
}
.btn-check:checked + .button-light-salmon:focus, .btn-check:active + .button-light-salmon:focus, .button-light-salmon:active:focus, .button-light-salmon.active:focus, .show > .button-light-salmon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 136, 104, 0.5);
}
.button-light-salmon:disabled, .button-light-salmon.disabled {
  color: #000000;
  background-color: #FFA07A;
  border-color: #FFA07A;
}
.button-light-salmon.active {
  color: color-yiq(#FFA07A);
  background-color: #FFA07A;
  border-color: #FFA07A;
}
.button-light-salmon.active > svg {
  fill: color-yiq(#FFA07A);
}

.button-crimson {
  color: #000000;
  background-color: #ff0033;
  border-color: #ff0033;
  box-shadow: none;
}
.button-crimson:hover {
  color: #000000;
  background-color: #ff2652;
  border-color: #ff1a47;
}
.btn-check:focus + .button-crimson, .button-crimson:focus {
  color: #000000;
  background-color: #ff2652;
  border-color: #ff1a47;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 43, 0.5);
}
.btn-check:checked + .button-crimson, .btn-check:active + .button-crimson, .button-crimson:active, .button-crimson.active, .show > .button-crimson.dropdown-toggle {
  color: #000000;
  background-color: #ff335c;
  border-color: #ff1a47;
}
.btn-check:checked + .button-crimson:focus, .btn-check:active + .button-crimson:focus, .button-crimson:active:focus, .button-crimson.active:focus, .show > .button-crimson.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 43, 0.5);
}
.button-crimson:disabled, .button-crimson.disabled {
  color: #000000;
  background-color: #ff0033;
  border-color: #ff0033;
}
.button-crimson.active {
  color: color-yiq(#ff0033);
  background-color: #ff0033;
  border-color: #ff0033;
}
.button-crimson.active > svg {
  fill: color-yiq(#ff0033);
}

.button-firebrick {
  color: #ffffff;
  background-color: #B22222;
  border-color: #B22222;
  box-shadow: none;
}
.button-firebrick:hover {
  color: #ffffff;
  background-color: #971d1d;
  border-color: #8e1b1b;
}
.btn-check:focus + .button-firebrick, .button-firebrick:focus {
  color: #ffffff;
  background-color: #971d1d;
  border-color: #8e1b1b;
  box-shadow: 0 0 0 0.25rem rgba(190, 67, 67, 0.5);
}
.btn-check:checked + .button-firebrick, .btn-check:active + .button-firebrick, .button-firebrick:active, .button-firebrick.active, .show > .button-firebrick.dropdown-toggle {
  color: #ffffff;
  background-color: #8e1b1b;
  border-color: #861a1a;
}
.btn-check:checked + .button-firebrick:focus, .btn-check:active + .button-firebrick:focus, .button-firebrick:active:focus, .button-firebrick.active:focus, .show > .button-firebrick.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 67, 67, 0.5);
}
.button-firebrick:disabled, .button-firebrick.disabled {
  color: #ffffff;
  background-color: #B22222;
  border-color: #B22222;
}
.button-firebrick.active {
  color: color-yiq(#B22222);
  background-color: #B22222;
  border-color: #B22222;
}
.button-firebrick.active > svg {
  fill: color-yiq(#B22222);
}

.button-red {
  color: #000000;
  background-color: #FF0000;
  border-color: #FF0000;
  box-shadow: none;
}
.button-red:hover {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
}
.btn-check:focus + .button-red, .button-red:focus {
  color: #000000;
  background-color: #ff2626;
  border-color: #ff1a1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.btn-check:checked + .button-red, .btn-check:active + .button-red, .button-red:active, .button-red.active, .show > .button-red.dropdown-toggle {
  color: #000000;
  background-color: #ff3333;
  border-color: #ff1a1a;
}
.btn-check:checked + .button-red:focus, .btn-check:active + .button-red:focus, .button-red:active:focus, .button-red.active:focus, .show > .button-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 0, 0, 0.5);
}
.button-red:disabled, .button-red.disabled {
  color: #000000;
  background-color: #FF0000;
  border-color: #FF0000;
}
.button-red.active {
  color: color-yiq(#FF0000);
  background-color: #FF0000;
  border-color: #FF0000;
}
.button-red.active > svg {
  fill: color-yiq(#FF0000);
}

.button-orange-red {
  color: #000000;
  background-color: #FF4500;
  border-color: #FF4500;
  box-shadow: none;
}
.button-orange-red:hover {
  color: #000000;
  background-color: #ff6126;
  border-color: #ff581a;
}
.btn-check:focus + .button-orange-red, .button-orange-red:focus {
  color: #000000;
  background-color: #ff6126;
  border-color: #ff581a;
  box-shadow: 0 0 0 0.25rem rgba(217, 59, 0, 0.5);
}
.btn-check:checked + .button-orange-red, .btn-check:active + .button-orange-red, .button-orange-red:active, .button-orange-red.active, .show > .button-orange-red.dropdown-toggle {
  color: #000000;
  background-color: #ff6a33;
  border-color: #ff581a;
}
.btn-check:checked + .button-orange-red:focus, .btn-check:active + .button-orange-red:focus, .button-orange-red:active:focus, .button-orange-red.active:focus, .show > .button-orange-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 59, 0, 0.5);
}
.button-orange-red:disabled, .button-orange-red.disabled {
  color: #000000;
  background-color: #FF4500;
  border-color: #FF4500;
}
.button-orange-red.active {
  color: color-yiq(#FF4500);
  background-color: #FF4500;
  border-color: #FF4500;
}
.button-orange-red.active > svg {
  fill: color-yiq(#FF4500);
}

.button-dark-orange {
  color: #000000;
  background-color: #FF8C00;
  border-color: #FF8C00;
  box-shadow: none;
}
.button-dark-orange:hover {
  color: #000000;
  background-color: #ff9d26;
  border-color: #ff981a;
}
.btn-check:focus + .button-dark-orange, .button-dark-orange:focus {
  color: #000000;
  background-color: #ff9d26;
  border-color: #ff981a;
  box-shadow: 0 0 0 0.25rem rgba(217, 119, 0, 0.5);
}
.btn-check:checked + .button-dark-orange, .btn-check:active + .button-dark-orange, .button-dark-orange:active, .button-dark-orange.active, .show > .button-dark-orange.dropdown-toggle {
  color: #000000;
  background-color: #ffa333;
  border-color: #ff981a;
}
.btn-check:checked + .button-dark-orange:focus, .btn-check:active + .button-dark-orange:focus, .button-dark-orange:active:focus, .button-dark-orange.active:focus, .show > .button-dark-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 119, 0, 0.5);
}
.button-dark-orange:disabled, .button-dark-orange.disabled {
  color: #000000;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.button-dark-orange.active {
  color: color-yiq(#FF8C00);
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.button-dark-orange.active > svg {
  fill: color-yiq(#FF8C00);
}

.button-orange {
  color: #000000;
  background-color: #FFA500;
  border-color: #FFA500;
  box-shadow: none;
}
.button-orange:hover {
  color: #000000;
  background-color: #ffb326;
  border-color: #ffae1a;
}
.btn-check:focus + .button-orange, .button-orange:focus {
  color: #000000;
  background-color: #ffb326;
  border-color: #ffae1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 140, 0, 0.5);
}
.btn-check:checked + .button-orange, .btn-check:active + .button-orange, .button-orange:active, .button-orange.active, .show > .button-orange.dropdown-toggle {
  color: #000000;
  background-color: #ffb733;
  border-color: #ffae1a;
}
.btn-check:checked + .button-orange:focus, .btn-check:active + .button-orange:focus, .button-orange:active:focus, .button-orange.active:focus, .show > .button-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 140, 0, 0.5);
}
.button-orange:disabled, .button-orange.disabled {
  color: #000000;
  background-color: #FFA500;
  border-color: #FFA500;
}
.button-orange.active {
  color: color-yiq(#FFA500);
  background-color: #FFA500;
  border-color: #FFA500;
}
.button-orange.active > svg {
  fill: color-yiq(#FFA500);
}

.button-yellow {
  color: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00;
  box-shadow: none;
}
.button-yellow:hover {
  color: #000000;
  background-color: #ffff26;
  border-color: #ffff1a;
}
.btn-check:focus + .button-yellow, .button-yellow:focus {
  color: #000000;
  background-color: #ffff26;
  border-color: #ffff1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 0, 0.5);
}
.btn-check:checked + .button-yellow, .btn-check:active + .button-yellow, .button-yellow:active, .button-yellow.active, .show > .button-yellow.dropdown-toggle {
  color: #000000;
  background-color: #ffff33;
  border-color: #ffff1a;
}
.btn-check:checked + .button-yellow:focus, .btn-check:active + .button-yellow:focus, .button-yellow:active:focus, .button-yellow.active:focus, .show > .button-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 0, 0.5);
}
.button-yellow:disabled, .button-yellow.disabled {
  color: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.button-yellow.active {
  color: color-yiq(#FFFF00);
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.button-yellow.active > svg {
  fill: color-yiq(#FFFF00);
}

.button-gold {
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
  box-shadow: none;
}
.button-gold:hover {
  color: #000000;
  background-color: #ffdd26;
  border-color: #ffdb1a;
}
.btn-check:focus + .button-gold, .button-gold:focus {
  color: #000000;
  background-color: #ffdd26;
  border-color: #ffdb1a;
  box-shadow: 0 0 0 0.25rem rgba(217, 183, 0, 0.5);
}
.btn-check:checked + .button-gold, .btn-check:active + .button-gold, .button-gold:active, .button-gold.active, .show > .button-gold.dropdown-toggle {
  color: #000000;
  background-color: #ffdf33;
  border-color: #ffdb1a;
}
.btn-check:checked + .button-gold:focus, .btn-check:active + .button-gold:focus, .button-gold:active:focus, .button-gold.active:focus, .show > .button-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 183, 0, 0.5);
}
.button-gold:disabled, .button-gold.disabled {
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
}
.button-gold.active {
  color: color-yiq(#FFD700);
  background-color: #FFD700;
  border-color: #FFD700;
}
.button-gold.active > svg {
  fill: color-yiq(#FFD700);
}

.button-peach-puff {
  color: #000000;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
  box-shadow: none;
}
.button-peach-puff:hover {
  color: #000000;
  background-color: #ffe0c4;
  border-color: #ffdec0;
}
.btn-check:focus + .button-peach-puff, .button-peach-puff:focus {
  color: #000000;
  background-color: #ffe0c4;
  border-color: #ffdec0;
  box-shadow: 0 0 0 0.25rem rgba(217, 185, 157, 0.5);
}
.btn-check:checked + .button-peach-puff, .btn-check:active + .button-peach-puff, .button-peach-puff:active, .button-peach-puff.active, .show > .button-peach-puff.dropdown-toggle {
  color: #000000;
  background-color: #ffe1c7;
  border-color: #ffdec0;
}
.btn-check:checked + .button-peach-puff:focus, .btn-check:active + .button-peach-puff:focus, .button-peach-puff:active:focus, .button-peach-puff.active:focus, .show > .button-peach-puff.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 185, 157, 0.5);
}
.button-peach-puff:disabled, .button-peach-puff.disabled {
  color: #000000;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.button-peach-puff.active {
  color: color-yiq(#FFDAB9);
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.button-peach-puff.active > svg {
  fill: color-yiq(#FFDAB9);
}

.button-lime-green {
  color: #000000;
  background-color: #32CD32;
  border-color: #32CD32;
  box-shadow: none;
}
.button-lime-green:hover {
  color: #000000;
  background-color: #51d551;
  border-color: #47d247;
}
.btn-check:focus + .button-lime-green, .button-lime-green:focus {
  color: #000000;
  background-color: #51d551;
  border-color: #47d247;
  box-shadow: 0 0 0 0.25rem rgba(43, 174, 43, 0.5);
}
.btn-check:checked + .button-lime-green, .btn-check:active + .button-lime-green, .button-lime-green:active, .button-lime-green.active, .show > .button-lime-green.dropdown-toggle {
  color: #000000;
  background-color: #5bd75b;
  border-color: #47d247;
}
.btn-check:checked + .button-lime-green:focus, .btn-check:active + .button-lime-green:focus, .button-lime-green:active:focus, .button-lime-green.active:focus, .show > .button-lime-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 174, 43, 0.5);
}
.button-lime-green:disabled, .button-lime-green.disabled {
  color: #000000;
  background-color: #32CD32;
  border-color: #32CD32;
}
.button-lime-green.active {
  color: color-yiq(#32CD32);
  background-color: #32CD32;
  border-color: #32CD32;
}
.button-lime-green.active > svg {
  fill: color-yiq(#32CD32);
}

.button-lime {
  color: #000000;
  background-color: #00FF00;
  border-color: #00FF00;
  box-shadow: none;
}
.button-lime:hover {
  color: #000000;
  background-color: #26ff26;
  border-color: #1aff1a;
}
.btn-check:focus + .button-lime, .button-lime:focus {
  color: #000000;
  background-color: #26ff26;
  border-color: #1aff1a;
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 0, 0.5);
}
.btn-check:checked + .button-lime, .btn-check:active + .button-lime, .button-lime:active, .button-lime.active, .show > .button-lime.dropdown-toggle {
  color: #000000;
  background-color: #33ff33;
  border-color: #1aff1a;
}
.btn-check:checked + .button-lime:focus, .btn-check:active + .button-lime:focus, .button-lime:active:focus, .button-lime.active:focus, .show > .button-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 0, 0.5);
}
.button-lime:disabled, .button-lime.disabled {
  color: #000000;
  background-color: #00FF00;
  border-color: #00FF00;
}
.button-lime.active {
  color: color-yiq(#00FF00);
  background-color: #00FF00;
  border-color: #00FF00;
}
.button-lime.active > svg {
  fill: color-yiq(#00FF00);
}

.button-pale-green {
  color: #000000;
  background-color: #98FB98;
  border-color: #98FB98;
  box-shadow: none;
}
.button-pale-green:hover {
  color: #000000;
  background-color: #a7fca7;
  border-color: #a2fba2;
}
.btn-check:focus + .button-pale-green, .button-pale-green:focus {
  color: #000000;
  background-color: #a7fca7;
  border-color: #a2fba2;
  box-shadow: 0 0 0 0.25rem rgba(129, 213, 129, 0.5);
}
.btn-check:checked + .button-pale-green, .btn-check:active + .button-pale-green, .button-pale-green:active, .button-pale-green.active, .show > .button-pale-green.dropdown-toggle {
  color: #000000;
  background-color: #adfcad;
  border-color: #a2fba2;
}
.btn-check:checked + .button-pale-green:focus, .btn-check:active + .button-pale-green:focus, .button-pale-green:active:focus, .button-pale-green.active:focus, .show > .button-pale-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(129, 213, 129, 0.5);
}
.button-pale-green:disabled, .button-pale-green.disabled {
  color: #000000;
  background-color: #98FB98;
  border-color: #98FB98;
}
.button-pale-green.active {
  color: color-yiq(#98FB98);
  background-color: #98FB98;
  border-color: #98FB98;
}
.button-pale-green.active > svg {
  fill: color-yiq(#98FB98);
}

.button-dark-green {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
  box-shadow: none;
}
.button-dark-green:hover {
  color: #ffffff;
  background-color: #005500;
  border-color: #005000;
}
.btn-check:focus + .button-dark-green, .button-dark-green:focus {
  color: #ffffff;
  background-color: #005500;
  border-color: #005000;
  box-shadow: 0 0 0 0.25rem rgba(38, 123, 38, 0.5);
}
.btn-check:checked + .button-dark-green, .btn-check:active + .button-dark-green, .button-dark-green:active, .button-dark-green.active, .show > .button-dark-green.dropdown-toggle {
  color: #ffffff;
  background-color: #005000;
  border-color: #004b00;
}
.btn-check:checked + .button-dark-green:focus, .btn-check:active + .button-dark-green:focus, .button-dark-green:active:focus, .button-dark-green.active:focus, .show > .button-dark-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 123, 38, 0.5);
}
.button-dark-green:disabled, .button-dark-green.disabled {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.button-dark-green.active {
  color: color-yiq(#006400);
  background-color: #006400;
  border-color: #006400;
}
.button-dark-green.active > svg {
  fill: color-yiq(#006400);
}

.button-aqua {
  color: #000000;
  background-color: #00FFFF;
  border-color: #00FFFF;
  box-shadow: none;
}
.button-aqua:hover {
  color: #000000;
  background-color: #26ffff;
  border-color: #1affff;
}
.btn-check:focus + .button-aqua, .button-aqua:focus {
  color: #000000;
  background-color: #26ffff;
  border-color: #1affff;
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 217, 0.5);
}
.btn-check:checked + .button-aqua, .btn-check:active + .button-aqua, .button-aqua:active, .button-aqua.active, .show > .button-aqua.dropdown-toggle {
  color: #000000;
  background-color: #33ffff;
  border-color: #1affff;
}
.btn-check:checked + .button-aqua:focus, .btn-check:active + .button-aqua:focus, .button-aqua:active:focus, .button-aqua.active:focus, .show > .button-aqua.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 217, 217, 0.5);
}
.button-aqua:disabled, .button-aqua.disabled {
  color: #000000;
  background-color: #00FFFF;
  border-color: #00FFFF;
}
.button-aqua.active {
  color: color-yiq(#00FFFF);
  background-color: #00FFFF;
  border-color: #00FFFF;
}
.button-aqua.active > svg {
  fill: color-yiq(#00FFFF);
}

.button-turquoise {
  color: #000000;
  background-color: #40E0D0;
  border-color: #40E0D0;
  box-shadow: none;
}
.button-turquoise:hover {
  color: #000000;
  background-color: #5de5d7;
  border-color: #53e3d5;
}
.btn-check:focus + .button-turquoise, .button-turquoise:focus {
  color: #000000;
  background-color: #5de5d7;
  border-color: #53e3d5;
  box-shadow: 0 0 0 0.25rem rgba(54, 190, 177, 0.5);
}
.btn-check:checked + .button-turquoise, .btn-check:active + .button-turquoise, .button-turquoise:active, .button-turquoise.active, .show > .button-turquoise.dropdown-toggle {
  color: #000000;
  background-color: #66e6d9;
  border-color: #53e3d5;
}
.btn-check:checked + .button-turquoise:focus, .btn-check:active + .button-turquoise:focus, .button-turquoise:active:focus, .button-turquoise.active:focus, .show > .button-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(54, 190, 177, 0.5);
}
.button-turquoise:disabled, .button-turquoise.disabled {
  color: #000000;
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.button-turquoise.active {
  color: color-yiq(#40E0D0);
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.button-turquoise.active > svg {
  fill: color-yiq(#40E0D0);
}

.button-blue {
  color: #ffffff;
  background-color: #0000FF;
  border-color: #0000FF;
  box-shadow: none;
}
.button-blue:hover {
  color: #ffffff;
  background-color: #0000d9;
  border-color: #0000cc;
}
.btn-check:focus + .button-blue, .button-blue:focus {
  color: #ffffff;
  background-color: #0000d9;
  border-color: #0000cc;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.btn-check:checked + .button-blue, .btn-check:active + .button-blue, .button-blue:active, .button-blue.active, .show > .button-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0000cc;
  border-color: #0000bf;
}
.btn-check:checked + .button-blue:focus, .btn-check:active + .button-blue:focus, .button-blue:active:focus, .button-blue.active:focus, .show > .button-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 255, 0.5);
}
.button-blue:disabled, .button-blue.disabled {
  color: #ffffff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.button-blue.active {
  color: color-yiq(#0000FF);
  background-color: #0000FF;
  border-color: #0000FF;
}
.button-blue.active > svg {
  fill: color-yiq(#0000FF);
}

.button-light-steel-blue {
  color: #000000;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
  box-shadow: none;
}
.button-light-steel-blue:hover {
  color: #000000;
  background-color: #bccde3;
  border-color: #b8cae1;
}
.btn-check:focus + .button-light-steel-blue, .button-light-steel-blue:focus {
  color: #000000;
  background-color: #bccde3;
  border-color: #b8cae1;
  box-shadow: 0 0 0 0.25rem rgba(150, 167, 189, 0.5);
}
.btn-check:checked + .button-light-steel-blue, .btn-check:active + .button-light-steel-blue, .button-light-steel-blue:active, .button-light-steel-blue.active, .show > .button-light-steel-blue.dropdown-toggle {
  color: #000000;
  background-color: #c0d0e5;
  border-color: #b8cae1;
}
.btn-check:checked + .button-light-steel-blue:focus, .btn-check:active + .button-light-steel-blue:focus, .button-light-steel-blue:active:focus, .button-light-steel-blue.active:focus, .show > .button-light-steel-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 167, 189, 0.5);
}
.button-light-steel-blue:disabled, .button-light-steel-blue.disabled {
  color: #000000;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}
.button-light-steel-blue.active {
  color: color-yiq(#B0C4DE);
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}
.button-light-steel-blue.active > svg {
  fill: color-yiq(#B0C4DE);
}

.button-outline-primary {
  color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.button-outline-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .button-outline-primary, .button-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .button-outline-primary, .btn-check:active + .button-outline-primary, .button-outline-primary:active, .button-outline-primary.active, .button-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .button-outline-primary:focus, .btn-check:active + .button-outline-primary:focus, .button-outline-primary:active:focus, .button-outline-primary.active:focus, .button-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.button-outline-primary:disabled, .button-outline-primary.disabled {
  color: #000000;
  background-color: transparent;
}
.button-outline-primary.active {
  color: color-yiq(#000000);
  background-color: #000000;
  border-color: #000000;
}
.button-outline-primary.active > svg {
  fill: color-yiq(#000000);
}

.button-outline-secondary {
  color: #ff0000;
  border-color: #ff0000;
  box-shadow: none;
}
.button-outline-secondary:hover {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:focus + .button-outline-secondary, .button-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.btn-check:checked + .button-outline-secondary, .btn-check:active + .button-outline-secondary, .button-outline-secondary:active, .button-outline-secondary.active, .button-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-check:checked + .button-outline-secondary:focus, .btn-check:active + .button-outline-secondary:focus, .button-outline-secondary:active:focus, .button-outline-secondary.active:focus, .button-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.button-outline-secondary:disabled, .button-outline-secondary.disabled {
  color: #ff0000;
  background-color: transparent;
}
.button-outline-secondary.active {
  color: color-yiq(#ff0000);
  background-color: #ff0000;
  border-color: #ff0000;
}
.button-outline-secondary.active > svg {
  fill: color-yiq(#ff0000);
}

.button-outline-black {
  color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.button-outline-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .button-outline-black, .button-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .button-outline-black, .btn-check:active + .button-outline-black, .button-outline-black:active, .button-outline-black.active, .button-outline-black.dropdown-toggle.show {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .button-outline-black:focus, .btn-check:active + .button-outline-black:focus, .button-outline-black:active:focus, .button-outline-black.active:focus, .button-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.button-outline-black:disabled, .button-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}
.button-outline-black.active {
  color: color-yiq(#000000);
  background-color: #000000;
  border-color: #000000;
}
.button-outline-black.active > svg {
  fill: color-yiq(#000000);
}

.button-outline-hot-pink {
  color: #FF69B4;
  border-color: #FF69B4;
  box-shadow: none;
}
.button-outline-hot-pink:hover {
  color: #000000;
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.btn-check:focus + .button-outline-hot-pink, .button-outline-hot-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.5);
}
.btn-check:checked + .button-outline-hot-pink, .btn-check:active + .button-outline-hot-pink, .button-outline-hot-pink:active, .button-outline-hot-pink.active, .button-outline-hot-pink.dropdown-toggle.show {
  color: #000000;
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.btn-check:checked + .button-outline-hot-pink:focus, .btn-check:active + .button-outline-hot-pink:focus, .button-outline-hot-pink:active:focus, .button-outline-hot-pink.active:focus, .button-outline-hot-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.5);
}
.button-outline-hot-pink:disabled, .button-outline-hot-pink.disabled {
  color: #FF69B4;
  background-color: transparent;
}
.button-outline-hot-pink.active {
  color: color-yiq(#FF69B4);
  background-color: #FF69B4;
  border-color: #FF69B4;
}
.button-outline-hot-pink.active > svg {
  fill: color-yiq(#FF69B4);
}

.button-outline-magenta {
  color: #FF00FF;
  border-color: #FF00FF;
  box-shadow: none;
}
.button-outline-magenta:hover {
  color: #000000;
  background-color: #FF00FF;
  border-color: #FF00FF;
}
.btn-check:focus + .button-outline-magenta, .button-outline-magenta:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 255, 0.5);
}
.btn-check:checked + .button-outline-magenta, .btn-check:active + .button-outline-magenta, .button-outline-magenta:active, .button-outline-magenta.active, .button-outline-magenta.dropdown-toggle.show {
  color: #000000;
  background-color: #FF00FF;
  border-color: #FF00FF;
}
.btn-check:checked + .button-outline-magenta:focus, .btn-check:active + .button-outline-magenta:focus, .button-outline-magenta:active:focus, .button-outline-magenta.active:focus, .button-outline-magenta.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 255, 0.5);
}
.button-outline-magenta:disabled, .button-outline-magenta.disabled {
  color: #FF00FF;
  background-color: transparent;
}
.button-outline-magenta.active {
  color: color-yiq(#FF00FF);
  background-color: #FF00FF;
  border-color: #FF00FF;
}
.button-outline-magenta.active > svg {
  fill: color-yiq(#FF00FF);
}

.button-outline-light-pink {
  color: #FFB6C1;
  border-color: #FFB6C1;
  box-shadow: none;
}
.button-outline-light-pink:hover {
  color: #000000;
  background-color: #FFB6C1;
  border-color: #FFB6C1;
}
.btn-check:focus + .button-outline-light-pink, .button-outline-light-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 182, 193, 0.5);
}
.btn-check:checked + .button-outline-light-pink, .btn-check:active + .button-outline-light-pink, .button-outline-light-pink:active, .button-outline-light-pink.active, .button-outline-light-pink.dropdown-toggle.show {
  color: #000000;
  background-color: #FFB6C1;
  border-color: #FFB6C1;
}
.btn-check:checked + .button-outline-light-pink:focus, .btn-check:active + .button-outline-light-pink:focus, .button-outline-light-pink:active:focus, .button-outline-light-pink.active:focus, .button-outline-light-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 182, 193, 0.5);
}
.button-outline-light-pink:disabled, .button-outline-light-pink.disabled {
  color: #FFB6C1;
  background-color: transparent;
}
.button-outline-light-pink.active {
  color: color-yiq(#FFB6C1);
  background-color: #FFB6C1;
  border-color: #FFB6C1;
}
.button-outline-light-pink.active > svg {
  fill: color-yiq(#FFB6C1);
}

.button-outline-light-salmon {
  color: #FFA07A;
  border-color: #FFA07A;
  box-shadow: none;
}
.button-outline-light-salmon:hover {
  color: #000000;
  background-color: #FFA07A;
  border-color: #FFA07A;
}
.btn-check:focus + .button-outline-light-salmon, .button-outline-light-salmon:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 160, 122, 0.5);
}
.btn-check:checked + .button-outline-light-salmon, .btn-check:active + .button-outline-light-salmon, .button-outline-light-salmon:active, .button-outline-light-salmon.active, .button-outline-light-salmon.dropdown-toggle.show {
  color: #000000;
  background-color: #FFA07A;
  border-color: #FFA07A;
}
.btn-check:checked + .button-outline-light-salmon:focus, .btn-check:active + .button-outline-light-salmon:focus, .button-outline-light-salmon:active:focus, .button-outline-light-salmon.active:focus, .button-outline-light-salmon.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 160, 122, 0.5);
}
.button-outline-light-salmon:disabled, .button-outline-light-salmon.disabled {
  color: #FFA07A;
  background-color: transparent;
}
.button-outline-light-salmon.active {
  color: color-yiq(#FFA07A);
  background-color: #FFA07A;
  border-color: #FFA07A;
}
.button-outline-light-salmon.active > svg {
  fill: color-yiq(#FFA07A);
}

.button-outline-crimson {
  color: #ff0033;
  border-color: #ff0033;
  box-shadow: none;
}
.button-outline-crimson:hover {
  color: #000000;
  background-color: #ff0033;
  border-color: #ff0033;
}
.btn-check:focus + .button-outline-crimson, .button-outline-crimson:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 51, 0.5);
}
.btn-check:checked + .button-outline-crimson, .btn-check:active + .button-outline-crimson, .button-outline-crimson:active, .button-outline-crimson.active, .button-outline-crimson.dropdown-toggle.show {
  color: #000000;
  background-color: #ff0033;
  border-color: #ff0033;
}
.btn-check:checked + .button-outline-crimson:focus, .btn-check:active + .button-outline-crimson:focus, .button-outline-crimson:active:focus, .button-outline-crimson.active:focus, .button-outline-crimson.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 51, 0.5);
}
.button-outline-crimson:disabled, .button-outline-crimson.disabled {
  color: #ff0033;
  background-color: transparent;
}
.button-outline-crimson.active {
  color: color-yiq(#ff0033);
  background-color: #ff0033;
  border-color: #ff0033;
}
.button-outline-crimson.active > svg {
  fill: color-yiq(#ff0033);
}

.button-outline-firebrick {
  color: #B22222;
  border-color: #B22222;
  box-shadow: none;
}
.button-outline-firebrick:hover {
  color: #ffffff;
  background-color: #B22222;
  border-color: #B22222;
}
.btn-check:focus + .button-outline-firebrick, .button-outline-firebrick:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 34, 34, 0.5);
}
.btn-check:checked + .button-outline-firebrick, .btn-check:active + .button-outline-firebrick, .button-outline-firebrick:active, .button-outline-firebrick.active, .button-outline-firebrick.dropdown-toggle.show {
  color: #ffffff;
  background-color: #B22222;
  border-color: #B22222;
}
.btn-check:checked + .button-outline-firebrick:focus, .btn-check:active + .button-outline-firebrick:focus, .button-outline-firebrick:active:focus, .button-outline-firebrick.active:focus, .button-outline-firebrick.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 34, 34, 0.5);
}
.button-outline-firebrick:disabled, .button-outline-firebrick.disabled {
  color: #B22222;
  background-color: transparent;
}
.button-outline-firebrick.active {
  color: color-yiq(#B22222);
  background-color: #B22222;
  border-color: #B22222;
}
.button-outline-firebrick.active > svg {
  fill: color-yiq(#B22222);
}

.button-outline-red {
  color: #FF0000;
  border-color: #FF0000;
  box-shadow: none;
}
.button-outline-red:hover {
  color: #000000;
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-check:focus + .button-outline-red, .button-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.btn-check:checked + .button-outline-red, .btn-check:active + .button-outline-red, .button-outline-red:active, .button-outline-red.active, .button-outline-red.dropdown-toggle.show {
  color: #000000;
  background-color: #FF0000;
  border-color: #FF0000;
}
.btn-check:checked + .button-outline-red:focus, .btn-check:active + .button-outline-red:focus, .button-outline-red:active:focus, .button-outline-red.active:focus, .button-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}
.button-outline-red:disabled, .button-outline-red.disabled {
  color: #FF0000;
  background-color: transparent;
}
.button-outline-red.active {
  color: color-yiq(#FF0000);
  background-color: #FF0000;
  border-color: #FF0000;
}
.button-outline-red.active > svg {
  fill: color-yiq(#FF0000);
}

.button-outline-orange-red {
  color: #FF4500;
  border-color: #FF4500;
  box-shadow: none;
}
.button-outline-orange-red:hover {
  color: #000000;
  background-color: #FF4500;
  border-color: #FF4500;
}
.btn-check:focus + .button-outline-orange-red, .button-outline-orange-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 69, 0, 0.5);
}
.btn-check:checked + .button-outline-orange-red, .btn-check:active + .button-outline-orange-red, .button-outline-orange-red:active, .button-outline-orange-red.active, .button-outline-orange-red.dropdown-toggle.show {
  color: #000000;
  background-color: #FF4500;
  border-color: #FF4500;
}
.btn-check:checked + .button-outline-orange-red:focus, .btn-check:active + .button-outline-orange-red:focus, .button-outline-orange-red:active:focus, .button-outline-orange-red.active:focus, .button-outline-orange-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 69, 0, 0.5);
}
.button-outline-orange-red:disabled, .button-outline-orange-red.disabled {
  color: #FF4500;
  background-color: transparent;
}
.button-outline-orange-red.active {
  color: color-yiq(#FF4500);
  background-color: #FF4500;
  border-color: #FF4500;
}
.button-outline-orange-red.active > svg {
  fill: color-yiq(#FF4500);
}

.button-outline-dark-orange {
  color: #FF8C00;
  border-color: #FF8C00;
  box-shadow: none;
}
.button-outline-dark-orange:hover {
  color: #000000;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-check:focus + .button-outline-dark-orange, .button-outline-dark-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.5);
}
.btn-check:checked + .button-outline-dark-orange, .btn-check:active + .button-outline-dark-orange, .button-outline-dark-orange:active, .button-outline-dark-orange.active, .button-outline-dark-orange.dropdown-toggle.show {
  color: #000000;
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.btn-check:checked + .button-outline-dark-orange:focus, .btn-check:active + .button-outline-dark-orange:focus, .button-outline-dark-orange:active:focus, .button-outline-dark-orange.active:focus, .button-outline-dark-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 140, 0, 0.5);
}
.button-outline-dark-orange:disabled, .button-outline-dark-orange.disabled {
  color: #FF8C00;
  background-color: transparent;
}
.button-outline-dark-orange.active {
  color: color-yiq(#FF8C00);
  background-color: #FF8C00;
  border-color: #FF8C00;
}
.button-outline-dark-orange.active > svg {
  fill: color-yiq(#FF8C00);
}

.button-outline-orange {
  color: #FFA500;
  border-color: #FFA500;
  box-shadow: none;
}
.button-outline-orange:hover {
  color: #000000;
  background-color: #FFA500;
  border-color: #FFA500;
}
.btn-check:focus + .button-outline-orange, .button-outline-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.5);
}
.btn-check:checked + .button-outline-orange, .btn-check:active + .button-outline-orange, .button-outline-orange:active, .button-outline-orange.active, .button-outline-orange.dropdown-toggle.show {
  color: #000000;
  background-color: #FFA500;
  border-color: #FFA500;
}
.btn-check:checked + .button-outline-orange:focus, .btn-check:active + .button-outline-orange:focus, .button-outline-orange:active:focus, .button-outline-orange.active:focus, .button-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.5);
}
.button-outline-orange:disabled, .button-outline-orange.disabled {
  color: #FFA500;
  background-color: transparent;
}
.button-outline-orange.active {
  color: color-yiq(#FFA500);
  background-color: #FFA500;
  border-color: #FFA500;
}
.button-outline-orange.active > svg {
  fill: color-yiq(#FFA500);
}

.button-outline-yellow {
  color: #FFFF00;
  border-color: #FFFF00;
  box-shadow: none;
}
.button-outline-yellow:hover {
  color: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-check:focus + .button-outline-yellow, .button-outline-yellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}
.btn-check:checked + .button-outline-yellow, .btn-check:active + .button-outline-yellow, .button-outline-yellow:active, .button-outline-yellow.active, .button-outline-yellow.dropdown-toggle.show {
  color: #000000;
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.btn-check:checked + .button-outline-yellow:focus, .btn-check:active + .button-outline-yellow:focus, .button-outline-yellow:active:focus, .button-outline-yellow.active:focus, .button-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 0, 0.5);
}
.button-outline-yellow:disabled, .button-outline-yellow.disabled {
  color: #FFFF00;
  background-color: transparent;
}
.button-outline-yellow.active {
  color: color-yiq(#FFFF00);
  background-color: #FFFF00;
  border-color: #FFFF00;
}
.button-outline-yellow.active > svg {
  fill: color-yiq(#FFFF00);
}

.button-outline-gold {
  color: #FFD700;
  border-color: #FFD700;
  box-shadow: none;
}
.button-outline-gold:hover {
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
}
.btn-check:focus + .button-outline-gold, .button-outline-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.5);
}
.btn-check:checked + .button-outline-gold, .btn-check:active + .button-outline-gold, .button-outline-gold:active, .button-outline-gold.active, .button-outline-gold.dropdown-toggle.show {
  color: #000000;
  background-color: #FFD700;
  border-color: #FFD700;
}
.btn-check:checked + .button-outline-gold:focus, .btn-check:active + .button-outline-gold:focus, .button-outline-gold:active:focus, .button-outline-gold.active:focus, .button-outline-gold.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.5);
}
.button-outline-gold:disabled, .button-outline-gold.disabled {
  color: #FFD700;
  background-color: transparent;
}
.button-outline-gold.active {
  color: color-yiq(#FFD700);
  background-color: #FFD700;
  border-color: #FFD700;
}
.button-outline-gold.active > svg {
  fill: color-yiq(#FFD700);
}

.button-outline-peach-puff {
  color: #FFDAB9;
  border-color: #FFDAB9;
  box-shadow: none;
}
.button-outline-peach-puff:hover {
  color: #000000;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.btn-check:focus + .button-outline-peach-puff, .button-outline-peach-puff:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 218, 185, 0.5);
}
.btn-check:checked + .button-outline-peach-puff, .btn-check:active + .button-outline-peach-puff, .button-outline-peach-puff:active, .button-outline-peach-puff.active, .button-outline-peach-puff.dropdown-toggle.show {
  color: #000000;
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.btn-check:checked + .button-outline-peach-puff:focus, .btn-check:active + .button-outline-peach-puff:focus, .button-outline-peach-puff:active:focus, .button-outline-peach-puff.active:focus, .button-outline-peach-puff.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 218, 185, 0.5);
}
.button-outline-peach-puff:disabled, .button-outline-peach-puff.disabled {
  color: #FFDAB9;
  background-color: transparent;
}
.button-outline-peach-puff.active {
  color: color-yiq(#FFDAB9);
  background-color: #FFDAB9;
  border-color: #FFDAB9;
}
.button-outline-peach-puff.active > svg {
  fill: color-yiq(#FFDAB9);
}

.button-outline-lime-green {
  color: #32CD32;
  border-color: #32CD32;
  box-shadow: none;
}
.button-outline-lime-green:hover {
  color: #000000;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-check:focus + .button-outline-lime-green, .button-outline-lime-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 205, 50, 0.5);
}
.btn-check:checked + .button-outline-lime-green, .btn-check:active + .button-outline-lime-green, .button-outline-lime-green:active, .button-outline-lime-green.active, .button-outline-lime-green.dropdown-toggle.show {
  color: #000000;
  background-color: #32CD32;
  border-color: #32CD32;
}
.btn-check:checked + .button-outline-lime-green:focus, .btn-check:active + .button-outline-lime-green:focus, .button-outline-lime-green:active:focus, .button-outline-lime-green.active:focus, .button-outline-lime-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 205, 50, 0.5);
}
.button-outline-lime-green:disabled, .button-outline-lime-green.disabled {
  color: #32CD32;
  background-color: transparent;
}
.button-outline-lime-green.active {
  color: color-yiq(#32CD32);
  background-color: #32CD32;
  border-color: #32CD32;
}
.button-outline-lime-green.active > svg {
  fill: color-yiq(#32CD32);
}

.button-outline-lime {
  color: #00FF00;
  border-color: #00FF00;
  box-shadow: none;
}
.button-outline-lime:hover {
  color: #000000;
  background-color: #00FF00;
  border-color: #00FF00;
}
.btn-check:focus + .button-outline-lime, .button-outline-lime:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 0, 0.5);
}
.btn-check:checked + .button-outline-lime, .btn-check:active + .button-outline-lime, .button-outline-lime:active, .button-outline-lime.active, .button-outline-lime.dropdown-toggle.show {
  color: #000000;
  background-color: #00FF00;
  border-color: #00FF00;
}
.btn-check:checked + .button-outline-lime:focus, .btn-check:active + .button-outline-lime:focus, .button-outline-lime:active:focus, .button-outline-lime.active:focus, .button-outline-lime.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 0, 0.5);
}
.button-outline-lime:disabled, .button-outline-lime.disabled {
  color: #00FF00;
  background-color: transparent;
}
.button-outline-lime.active {
  color: color-yiq(#00FF00);
  background-color: #00FF00;
  border-color: #00FF00;
}
.button-outline-lime.active > svg {
  fill: color-yiq(#00FF00);
}

.button-outline-pale-green {
  color: #98FB98;
  border-color: #98FB98;
  box-shadow: none;
}
.button-outline-pale-green:hover {
  color: #000000;
  background-color: #98FB98;
  border-color: #98FB98;
}
.btn-check:focus + .button-outline-pale-green, .button-outline-pale-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(152, 251, 152, 0.5);
}
.btn-check:checked + .button-outline-pale-green, .btn-check:active + .button-outline-pale-green, .button-outline-pale-green:active, .button-outline-pale-green.active, .button-outline-pale-green.dropdown-toggle.show {
  color: #000000;
  background-color: #98FB98;
  border-color: #98FB98;
}
.btn-check:checked + .button-outline-pale-green:focus, .btn-check:active + .button-outline-pale-green:focus, .button-outline-pale-green:active:focus, .button-outline-pale-green.active:focus, .button-outline-pale-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(152, 251, 152, 0.5);
}
.button-outline-pale-green:disabled, .button-outline-pale-green.disabled {
  color: #98FB98;
  background-color: transparent;
}
.button-outline-pale-green.active {
  color: color-yiq(#98FB98);
  background-color: #98FB98;
  border-color: #98FB98;
}
.button-outline-pale-green.active > svg {
  fill: color-yiq(#98FB98);
}

.button-outline-dark-green {
  color: #006400;
  border-color: #006400;
  box-shadow: none;
}
.button-outline-dark-green:hover {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.btn-check:focus + .button-outline-dark-green, .button-outline-dark-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 0, 0.5);
}
.btn-check:checked + .button-outline-dark-green, .btn-check:active + .button-outline-dark-green, .button-outline-dark-green:active, .button-outline-dark-green.active, .button-outline-dark-green.dropdown-toggle.show {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.btn-check:checked + .button-outline-dark-green:focus, .btn-check:active + .button-outline-dark-green:focus, .button-outline-dark-green:active:focus, .button-outline-dark-green.active:focus, .button-outline-dark-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 0, 0.5);
}
.button-outline-dark-green:disabled, .button-outline-dark-green.disabled {
  color: #006400;
  background-color: transparent;
}
.button-outline-dark-green.active {
  color: color-yiq(#006400);
  background-color: #006400;
  border-color: #006400;
}
.button-outline-dark-green.active > svg {
  fill: color-yiq(#006400);
}

.button-outline-aqua {
  color: #00FFFF;
  border-color: #00FFFF;
  box-shadow: none;
}
.button-outline-aqua:hover {
  color: #000000;
  background-color: #00FFFF;
  border-color: #00FFFF;
}
.btn-check:focus + .button-outline-aqua, .button-outline-aqua:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 255, 0.5);
}
.btn-check:checked + .button-outline-aqua, .btn-check:active + .button-outline-aqua, .button-outline-aqua:active, .button-outline-aqua.active, .button-outline-aqua.dropdown-toggle.show {
  color: #000000;
  background-color: #00FFFF;
  border-color: #00FFFF;
}
.btn-check:checked + .button-outline-aqua:focus, .btn-check:active + .button-outline-aqua:focus, .button-outline-aqua:active:focus, .button-outline-aqua.active:focus, .button-outline-aqua.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 255, 255, 0.5);
}
.button-outline-aqua:disabled, .button-outline-aqua.disabled {
  color: #00FFFF;
  background-color: transparent;
}
.button-outline-aqua.active {
  color: color-yiq(#00FFFF);
  background-color: #00FFFF;
  border-color: #00FFFF;
}
.button-outline-aqua.active > svg {
  fill: color-yiq(#00FFFF);
}

.button-outline-turquoise {
  color: #40E0D0;
  border-color: #40E0D0;
  box-shadow: none;
}
.button-outline-turquoise:hover {
  color: #000000;
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.btn-check:focus + .button-outline-turquoise, .button-outline-turquoise:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 224, 208, 0.5);
}
.btn-check:checked + .button-outline-turquoise, .btn-check:active + .button-outline-turquoise, .button-outline-turquoise:active, .button-outline-turquoise.active, .button-outline-turquoise.dropdown-toggle.show {
  color: #000000;
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.btn-check:checked + .button-outline-turquoise:focus, .btn-check:active + .button-outline-turquoise:focus, .button-outline-turquoise:active:focus, .button-outline-turquoise.active:focus, .button-outline-turquoise.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 224, 208, 0.5);
}
.button-outline-turquoise:disabled, .button-outline-turquoise.disabled {
  color: #40E0D0;
  background-color: transparent;
}
.button-outline-turquoise.active {
  color: color-yiq(#40E0D0);
  background-color: #40E0D0;
  border-color: #40E0D0;
}
.button-outline-turquoise.active > svg {
  fill: color-yiq(#40E0D0);
}

.button-outline-blue {
  color: #0000FF;
  border-color: #0000FF;
  box-shadow: none;
}
.button-outline-blue:hover {
  color: #ffffff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-check:focus + .button-outline-blue, .button-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.btn-check:checked + .button-outline-blue, .btn-check:active + .button-outline-blue, .button-outline-blue:active, .button-outline-blue.active, .button-outline-blue.dropdown-toggle.show {
  color: #ffffff;
  background-color: #0000FF;
  border-color: #0000FF;
}
.btn-check:checked + .button-outline-blue:focus, .btn-check:active + .button-outline-blue:focus, .button-outline-blue:active:focus, .button-outline-blue.active:focus, .button-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 255, 0.5);
}
.button-outline-blue:disabled, .button-outline-blue.disabled {
  color: #0000FF;
  background-color: transparent;
}
.button-outline-blue.active {
  color: color-yiq(#0000FF);
  background-color: #0000FF;
  border-color: #0000FF;
}
.button-outline-blue.active > svg {
  fill: color-yiq(#0000FF);
}

.button-outline-light-steel-blue {
  color: #B0C4DE;
  border-color: #B0C4DE;
  box-shadow: none;
}
.button-outline-light-steel-blue:hover {
  color: #000000;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}
.btn-check:focus + .button-outline-light-steel-blue, .button-outline-light-steel-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 196, 222, 0.5);
}
.btn-check:checked + .button-outline-light-steel-blue, .btn-check:active + .button-outline-light-steel-blue, .button-outline-light-steel-blue:active, .button-outline-light-steel-blue.active, .button-outline-light-steel-blue.dropdown-toggle.show {
  color: #000000;
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}
.btn-check:checked + .button-outline-light-steel-blue:focus, .btn-check:active + .button-outline-light-steel-blue:focus, .button-outline-light-steel-blue:active:focus, .button-outline-light-steel-blue.active:focus, .button-outline-light-steel-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 196, 222, 0.5);
}
.button-outline-light-steel-blue:disabled, .button-outline-light-steel-blue.disabled {
  color: #B0C4DE;
  background-color: transparent;
}
.button-outline-light-steel-blue.active {
  color: color-yiq(#B0C4DE);
  background-color: #B0C4DE;
  border-color: #B0C4DE;
}
.button-outline-light-steel-blue.active > svg {
  fill: color-yiq(#B0C4DE);
}

.button-text-primary {
  color: #000000;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-primary:hover {
  text-decoration: none;
}
.button-text-primary + .button {
  margin-left: 1em;
}

.button-text-secondary {
  color: #ff0000;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-secondary:hover {
  text-decoration: none;
}
.button-text-secondary + .button {
  margin-left: 1em;
}

.button-text-black {
  color: #000000;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-black:hover {
  text-decoration: none;
}
.button-text-black + .button {
  margin-left: 1em;
}

.button-text-hot-pink {
  color: #FF69B4;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-hot-pink:hover {
  text-decoration: none;
}
.button-text-hot-pink + .button {
  margin-left: 1em;
}

.button-text-magenta {
  color: #FF00FF;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-magenta:hover {
  text-decoration: none;
}
.button-text-magenta + .button {
  margin-left: 1em;
}

.button-text-light-pink {
  color: #FFB6C1;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-light-pink:hover {
  text-decoration: none;
}
.button-text-light-pink + .button {
  margin-left: 1em;
}

.button-text-light-salmon {
  color: #FFA07A;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-light-salmon:hover {
  text-decoration: none;
}
.button-text-light-salmon + .button {
  margin-left: 1em;
}

.button-text-crimson {
  color: #ff0033;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-crimson:hover {
  text-decoration: none;
}
.button-text-crimson + .button {
  margin-left: 1em;
}

.button-text-firebrick {
  color: #B22222;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-firebrick:hover {
  text-decoration: none;
}
.button-text-firebrick + .button {
  margin-left: 1em;
}

.button-text-red {
  color: #FF0000;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-red:hover {
  text-decoration: none;
}
.button-text-red + .button {
  margin-left: 1em;
}

.button-text-orange-red {
  color: #FF4500;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-orange-red:hover {
  text-decoration: none;
}
.button-text-orange-red + .button {
  margin-left: 1em;
}

.button-text-dark-orange {
  color: #FF8C00;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-dark-orange:hover {
  text-decoration: none;
}
.button-text-dark-orange + .button {
  margin-left: 1em;
}

.button-text-orange {
  color: #FFA500;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-orange:hover {
  text-decoration: none;
}
.button-text-orange + .button {
  margin-left: 1em;
}

.button-text-yellow {
  color: #FFFF00;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-yellow:hover {
  text-decoration: none;
}
.button-text-yellow + .button {
  margin-left: 1em;
}

.button-text-gold {
  color: #FFD700;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-gold:hover {
  text-decoration: none;
}
.button-text-gold + .button {
  margin-left: 1em;
}

.button-text-peach-puff {
  color: #FFDAB9;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-peach-puff:hover {
  text-decoration: none;
}
.button-text-peach-puff + .button {
  margin-left: 1em;
}

.button-text-lime-green {
  color: #32CD32;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-lime-green:hover {
  text-decoration: none;
}
.button-text-lime-green + .button {
  margin-left: 1em;
}

.button-text-lime {
  color: #00FF00;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-lime:hover {
  text-decoration: none;
}
.button-text-lime + .button {
  margin-left: 1em;
}

.button-text-pale-green {
  color: #98FB98;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-pale-green:hover {
  text-decoration: none;
}
.button-text-pale-green + .button {
  margin-left: 1em;
}

.button-text-dark-green {
  color: #006400;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-dark-green:hover {
  text-decoration: none;
}
.button-text-dark-green + .button {
  margin-left: 1em;
}

.button-text-aqua {
  color: #00FFFF;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-aqua:hover {
  text-decoration: none;
}
.button-text-aqua + .button {
  margin-left: 1em;
}

.button-text-turquoise {
  color: #40E0D0;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-turquoise:hover {
  text-decoration: none;
}
.button-text-turquoise + .button {
  margin-left: 1em;
}

.button-text-blue {
  color: #0000FF;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-blue:hover {
  text-decoration: none;
}
.button-text-blue + .button {
  margin-left: 1em;
}

.button-text-light-steel-blue {
  color: #B0C4DE;
  text-decoration: underline;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.button-text-light-steel-blue:hover {
  text-decoration: none;
}
.button-text-light-steel-blue + .button {
  margin-left: 1em;
}

/**
 * Molecules
 */
.bar {
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
  --font-variation-wght-settings: var(--font-variation-wght-regular-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.bar--separator {
  margin: 0;
}
.bar__header {
  padding-bottom: var(--type-size-body-small-leading);
}
.bar__body {
  padding-bottom: var(--type-size-body-small-leading);
  margin: 0;
}
.bar__body p {
  margin: 0;
}
.bar__hr {
  margin: 0;
  opacity: 1;
}
.bar--primary .bar__hr {
  opacity: 1;
}
.bar--secondary .bar__hr {
  opacity: 0.1;
}

/**
 * Organisms
 */
/*! header module following BEM Methodology */
:root {
  --header-height: calc(var(--type-size-display-small-leading) * 2.5);
}
@media (min-width: 576px) {
  :root {
    --header-height: calc(var(--type-size-display-small-leading) * 3);
  }
}
@media (min-width: 768px) {
  :root {
    --header-height: calc(var(--type-size-display-small-leading) * 3.5);
  }
}

/**
 * HEADER
 */
.header {
  --height: var(--header-height);
  position: fixed;
  z-index: 31;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 1s;
  font-size: var(--type-size-display-small-size);
  line-height: var(--type-size-display-small-leading);
  letter-spacing: 0em;
  text-transform: uppercase;
  /**
   * HEADER HELPERS
   */
}
.header--opaque {
  background-color: white;
}
.header-push-image {
  padding-top: var(--header-height);
}
.header-push-text {
  padding-top: calc(var(--header-height) + calc(var(--header-height) / 2));
}

/**
 * BRANDING
 */
.branding {
  height: var(--height);
  line-height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.branding__title {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  --font-variation-wght-settings: var(--font-variation-wght-bold-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-condensed-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .branding__title {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 992px) {
  .branding__title {
    font-size: var(--type-size-display-small-size);
    line-height: var(--type-size-display-small-leading);
    letter-spacing: 0em;
  }
}
.branding__logo {
  width: 100%;
  max-width: 250px;
  max-width: 13rem;
}
@media (min-width: 768px) {
  .branding__logo {
    max-width: 15rem;
  }
}

/**
 * Navigation / Component
 */
.is-active--navigation {
  overflow-y: hidden;
}

.navigation {
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
  background-color: white;
  /*
   * TOGGLES
   */
}
.navigation--default, .navigation--search, .navigation--mega {
  margin-bottom: 0;
  z-index: 30;
  width: 100%;
}
.navigation--default {
  display: none;
}
@media (min-width: 992px) {
  .navigation--default {
    display: block;
  }
}
.navigation--search, .navigation--mega {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
  text-transform: uppercase;
  --font-variation-wght-settings: var(--font-variation-wght-light-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: var(--type-size-display-small-leading);
  border-bottom: solid 1px black;
  margin: 0;
  z-index: 30;
  display: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .navigation--search, .navigation--mega {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
  }
}
.navigation--search.is-active, .navigation--mega.is-active {
  display: flex;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.navigation--footer {
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.navigation__header {
  position: relative;
  height: var(--header-height);
  opacity: 0;
}
.navigation__toggles {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--type-size-notation-large-size);
  line-height: var(--type-size-notation-large-leading);
  letter-spacing: 0.02em;
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-expanded-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.navigation__toggles--left {
  left: 0;
}
.navigation__toggles--right {
  right: 0;
}
.navigation__toggle {
  font-size: 20px;
  line-height: 1em;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Material Icons";
  text-transform: initial;
}
@media (min-width: 768px) {
  .navigation__toggle {
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
  }
}
.navigation__toggle.is-active {
  font-size: 0;
}
.navigation__toggle.is-active::after {
  content: "close";
  font-size: 20px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .navigation__toggle.is-active::after {
    font-size: var(--type-size-notation-large-size);
    line-height: var(--type-size-notation-large-leading);
    letter-spacing: 0.02em;
  }
}
.navigation .card .card__title {
  font-size: var(--type-size-notation-large-size);
  line-height: var(--type-size-notation-large-leading);
  letter-spacing: 0.02em;
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-expanded-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}

/* Overriding Boostrap .nav */
.nav {
  margin-bottom: 0;
}
.nav__submenu, .nav__menu {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.nav__submenu--inline, .nav__menu--inline {
  margin-top: calc(var(--type-size-notation-medium-leading) * 3);
  margin-bottom: calc(var(--type-size-notation-medium-leading) * 2);
}
@media (min-width: 576px) {
  .nav__submenu--inline, .nav__menu--inline {
    margin-bottom: 0;
  }
}
.nav__submenu--inline .nav__submenu-item,
.nav__submenu--inline .nav__menu-item, .nav__menu--inline .nav__submenu-item,
.nav__menu--inline .nav__menu-item {
  display: inline;
  margin-right: var(--bs-gutter-x);
}
.navigation--mega .nav__menu-link {
  font-size: var(--type-size-notation-large-size);
  line-height: var(--type-size-notation-large-leading);
  letter-spacing: 0.02em;
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-expanded-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.nav__label {
  font-size: var(--type-size-notation-large-size);
  line-height: var(--type-size-notation-large-leading);
  letter-spacing: 0.02em;
  --font-variation-wght-settings: var(--font-variation-wght-medium-settings);
  --font-variation-wdth-settings: var(--font-variation-wdth-expanded-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.navigation--mega .nav__submenu {
  margin-top: 0.25em;
}
.navigation--footer .nav__submenu {
  margin-top: 1em;
}
.nav--footer {
  margin-bottom: calc(var(--type-size-notation-medium-leading) * 2);
}

.backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
}
.backdrop.is-active {
  z-index: 29;
}
.backdrop.is-visible {
  opacity: 0.8;
}

.form__input {
  border-top: none;
  border-right: none;
  border-left: none;
}

/**
 * Pagination / Component
 */
.pagination {
  text-align: center;
  font-size: var(--type-size-button-medium-size);
  line-height: var(--type-size-button-medium-leading);
  letter-spacing: 0.02em;
  margin-top: 47.5px;
  padding-left: 1rem;
}
.pagination .posts-nav-menu {
  padding: 0;
}
.pagination .posts-nav-list {
  display: inline-block;
}
.pagination .posts-nav-prev {
  text-align: left;
  margin-right: auto;
}
.pagination .posts-nav-page {
  margin: 0 0.5rem 0;
  display: none;
}
@media (min-width: 768px) {
  .pagination .posts-nav-page {
    display: inline-block;
  }
}
.pagination .posts-nav-page .button {
  border-color: transparent;
}
.pagination .posts-nav-page .button:hover {
  border-color: #000;
}
.pagination .posts-nav-page.active .button {
  border-color: black;
}
.pagination .posts-nav-next {
  text-align: right;
  margin-left: auto;
}

.footer {
  padding-bottom: var(--type-size-display-medium-leading);
}

/**
 * Hook to all blocks.
 * 
 * ToDo: Organize by lower to higher order of blocks.
 */
/**
 * Image Block / Component
 */
/**
 * Default variables
 */
/**
 * Masserra's namespace
 */
.mass {
  /**
   * Ratio element (SVG)
   */
  /**
   * Image
   */
  /**
   * Image Wrapper
   */
  /**
   * Figcaption
   */
  /**
   * Figure
   */
  /**
   * Image block
   * 
   * Thoughts: 
   * - As a layout element it can modify content
   */
}
.mass__ratio {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mass__image--shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mass__image__wrapper {
  position: relative;
  display: block;
  display: inline-block;
}
.mass__figcaption {
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
  padding-top: 5px;
  text-align: left;
}
.mass__figure {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.mass__imageBlock {
  position: relative;
  /**
   * Hanging Image inside an Image Block
   */
  /**
   * Cut third
   */
  /**
   * Cut half
   */
}
.mass__imageBlock .mass__ratio {
  width: 100%;
}
.mass__imageBlock .mass__figure {
  height: 100%;
  width: 100%;
}
.mass__imageBlock .mass__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mass__imageBlock .mass__image__wrapper {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .mass__imageBlock--flag {
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media (min-width: 768px) {
  .mass__imageBlock--flag .mass__figure {
    width: auto;
    height: auto;
    max-width: 33.333333%;
    max-height: 100%;
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 576px) {
  .mass__imageBlock--cut-third .mass__figure {
    width: 64.6%;
    margin-left: 35.4%;
  }
}
@media (min-width: 768px) {
  .mass__imageBlock--half .mass__figure {
    width: 50%;
    margin-left: 50%;
  }
}

/**
 * Video Block / Component
 * Building block of the website, useful for controling full areas, layouts and even plug into for AJAX.
 */
/**
 * Default variables
 */
.mass {
  /**
   * Video Block
   */
}
.mass__video {
  width: 100%;
}
.mass__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mass__video .block__ratio {
  height: 0;
  width: 100%;
  padding-bottom: 55.9%;
}
.mass__video__wrapper {
  position: relative;
}

/**
 * Card Block / Component
 */
/**
** CARD TYPOGRAPHY
**/
.card {
  /*
  ** Type Size
  **/
  /*
  ** Type Width
  **/
  /*
  ** Type Weight
  **/
}
.card__title {
  text-transform: uppercase;
}
.card--small .card__title {
  font-size: var(--type-size-body-large-size);
  line-height: var(--type-size-body-large-leading);
  letter-spacing: 0em;
}
@media (min-width: 1520px) {
  .card--small .card__title {
    font-size: var(--type-size-heading-medium-size);
    line-height: var(--type-size-heading-medium-leading);
    letter-spacing: 0em;
  }
}
.card__title, .card--medium .card__title {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .card__title, .card--medium .card__title {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 992px) {
  .card__title, .card--medium .card__title {
    font-size: var(--type-size-display-medium-size);
    line-height: var(--type-size-display-medium-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 1520px) {
  .card__title, .card--medium .card__title {
    font-size: var(--type-size-display-large-size);
    line-height: var(--type-size-display-large-leading);
    letter-spacing: 0em;
  }
}
.archive .card__title, .archive .card--medium .card__title {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .archive .card__title, .archive .card--medium .card__title {
    font-size: var(--type-size-heading-large-size);
    line-height: var(--type-size-heading-large-leading);
    letter-spacing: 0em;
  }
}
.card--large .card__title, .card--full .card__title {
  font-size: var(--type-size-display-medium-size);
  line-height: var(--type-size-display-medium-leading);
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .card--large .card__title, .card--full .card__title {
    font-size: var(--type-size-jumbo-small-size);
    line-height: var(--type-size-jumbo-small-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 1520px) {
  .card--large .card__title, .card--full .card__title {
    font-size: var(--type-size-jumbo-medium-size);
    line-height: var(--type-size-jumbo-medium-leading);
    letter-spacing: 0em;
  }
}
.cards--single-text .card--large .card__title, .cards--single-text .card--full .card__title {
  font-size: var(--type-size-display-large-size);
  line-height: var(--type-size-display-large-leading);
  letter-spacing: 0em;
}
@media (min-width: 576px) {
  .cards--single-text .card--large .card__title, .cards--single-text .card--full .card__title {
    font-size: var(--type-size-jumbo-medium-size);
    line-height: var(--type-size-jumbo-medium-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) {
  .cards--single-text .card--large .card__title, .cards--single-text .card--full .card__title {
    font-size: var(--type-size-jumbo-large-size);
    line-height: var(--type-size-jumbo-large-leading);
    letter-spacing: 0em;
  }
}
.card__subTitle {
  font-size: var(--type-size-body-small-size);
  line-height: var(--type-size-body-small-leading);
  letter-spacing: 0em;
  font-family: var(--font-family-sans-stack);
}
@media (min-width: 1520px) {
  .card__subTitle, .card--medium .card__subTitle {
    font-size: var(--type-size-body-medium-size);
    line-height: var(--type-size-body-medium-leading);
    letter-spacing: 0em;
  }
}
.card--large .card__subTitle, .card--full .card__subTitle {
  font-size: var(--type-size-body-medium-size);
  line-height: var(--type-size-body-medium-leading);
  letter-spacing: 0em;
}
@media (min-width: 576px) {
  .card--large .card__subTitle, .card--full .card__subTitle {
    font-size: var(--type-size-body-large-size);
    line-height: var(--type-size-body-large-leading);
    letter-spacing: 0em;
  }
}
@media (min-width: 576px) {
  .cards--single-text .card__subTitle {
    font-size: var(--type-size-body-large-size);
    line-height: var(--type-size-body-large-leading);
    letter-spacing: 0em;
  }
}
.card__meta {
  font-size: var(--type-size-notation-small-size);
  line-height: var(--type-size-notation-small-leading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--font-family-sans-stack);
}
.card__title {
  --font-variation-wdth-settings: var(--font-variation-wdth-extra-condensed-settings) ;
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.cards--single-text .card__title {
  --font-variation-wdth-settings: var(--font-variation-wdth-expanded-settings) ;
}
.card__meta {
  --font-variation-wght-settings: var(--font-variation-wght-regular-settings);
  --font-variation-settings: var(--font-variation-wght-settings), var(--font-variation-wdth-settings), var(--font-variation-cntr-settings);
  font-variation-settings: var(--font-variation-settings);
}
.font-override .card__title {
  font-family: inherit !important;
}

/**
** CARD STRUCTURE
**/
.card {
  margin-bottom: var(--type-scale-step-up-1);
  /*
   * Types
   */
  /*
   * Sizes
   */
}
.card__image {
  width: 100%;
}
.card__header, .card__body {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.card--full .card__header {
  padding-left: 0;
  padding-right: 0;
}
.card__title, .card__subTitle {
  max-width: 30rem;
  margin-bottom: var(--type-size-notation-large-leading);
}
.text--center .card__title, .text--center .card__subTitle {
  margin-left: auto;
  margin-right: auto;
}
.card__meta {
  margin-bottom: 0.5rem;
}
.card--stacked .card__header,
.card--stacked .card__body {
  margin-bottom: var(--type-scale-step-down-5);
}
.card--inline .card__header {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.card--inline .card__body {
  flex: 0 0 auto;
  width: 66.6666666667%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 476px) {
  .card--inline .card__header,
.card--inline .card__body {
    flex: 0 0 auto;
    width: 50%;
  }
}
.card--inline .card__subTitle {
  margin-top: auto;
  margin-bottom: 0;
}
.card--inline .card__meta {
  margin-bottom: 0;
}
@media (min-width: 476px) {
  .card--inline.card--small .card__header {
    flex: 0 0 auto;
    width: 25%;
  }
  .card--inline.card--small .card__body {
    flex: 0 0 auto;
    width: 75%;
  }
}
.card--related .card__subTitle, .card--small .card__subTitle {
  display: none;
}
.font-override .card--related .card__title,
.font-override .card--related .card__subTitle, .font-override .card--small .card__title,
.font-override .card--small .card__subTitle {
  font-family: inherit;
}

/*
** CARDS
*/
.cards {
  /**
  * Modernizr browser support filtering
  */
}
.cards--curated {
  margin-bottom: var(--type-scale-step-up-5);
}
.cards--single-plus .card--medium {
  margin-bottom: var(--type-scale-step-up-6);
}
@media (min-width: 476px) {
  .cards--single-plus .card--small.card--inline {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cards--single-plus .card--small.card--inline {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.cards--single-full .card__title,
.cards--single-full .card__subTitle {
  max-width: 50rem;
}
.cards--single-text {
  margin-top: var(--type-scale-step-up-5);
}
.cards--single-text .card__header {
  display: none;
}
.cards--single-text .card__title,
.cards--single-text .card__subTitle {
  max-width: 50rem;
}
.cards--quartet .card--small.card--stacked {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .cards--quartet .card--small.card--stacked {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 25%;
  }
}
.section--related .cards--flex .card {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
.section--related .cards--flex .card:nth-of-type(n+3) {
  display: none !important;
}
@media (min-width: 576px) {
  .section--related .cards--flex .card:nth-of-type(n+3) {
    display: initial !important;
  }
}
@media (min-width: 576px) {
  .section--related .cards--flex .card {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .section--related .cards--flex .card:nth-of-type(n+4) {
    display: none !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .section--related .cards--flex .card:nth-of-type(n+4) {
    display: initial !important;
  }
}
@media (min-width: 992px) {
  .section--related .cards--flex .card {
    flex: 0 0 auto;
    width: 25%;
  }
  .section--related .cards--flex .card:nth-of-type(n+5) {
    display: none !important;
  }
}
@media (min-width: 992px) and (min-width: 1520px) {
  .section--related .cards--flex .card:nth-of-type(n+5) {
    display: initial !important;
  }
}
@media (min-width: 1520px) {
  .section--related .cards--flex .card {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .section--related .cards--flex .card:nth-of-type(n+7) {
    display: none !important;
  }
}
@supports (display: grid) {
  .cssgrid .cards--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row dense;
    column-gap: var(--bs-gutter-x);
    row-gap: 0;
    /**
    * Card
    */
  }
  @media (min-width: 576px) {
    .cssgrid .cards--grid {
      grid-template-columns: repeat(24, 1fr);
    }
  }
  .cssgrid .cards--grid .card {
    width: auto;
    display: initial;
    grid-column: auto/span 6;
  }
  @media (min-width: 576px) {
    .cssgrid .cards--grid .card {
      grid-column: auto/span 12;
    }
  }
  @media (min-width: 992px) {
    .cssgrid .cards--grid .card {
      grid-column: auto/span 6;
    }
  }
  .cssgrid .cards--grid .card--landscape {
    grid-column: auto/span 12;
  }
  @media (min-width: 576px) {
    .cssgrid .cards--grid .card--landscape {
      grid-column: auto/span 24;
    }
  }
  @media (min-width: 992px) {
    .cssgrid .cards--grid .card--landscape {
      grid-column: auto/span 12;
    }
  }
  .cssgrid .cards--grid .card--ghost {
    display: none;
  }
  .cssgrid .cards--grid .card--ghost.is--real {
    display: inline-block;
  }
}

/**
 * Slider Block / Component
 * Building block of the website, useful for controling full areas, layouts and even plug into for AJAX.
 */
/**
 * Default variables
 */
.mass {
  /**
   * Slide
   */
  /**
   * Slider
   */
}
.mass__slide {
  font-size: 0;
  padding-left: calc(var(--bs-gutter-x) / 4);
  padding-right: calc(var(--bs-gutter-x) / 4);
}
.mass__slide .mass__figure {
  margin: 0;
}
.mass__slide .mass__figure img {
  object-fit: contain;
}
.mass__slide .mass__figcaption {
  transition: padding 0.5s;
}
.mass__slide.slick-current .mass__figcaption {
  padding-left: var(--bs-gutter-x);
}
.mass__slide--bleed {
  padding: 0;
}
.mass__slider {
  width: 100%;
  overflow: hidden;
  padding-top: calc(var(--bs-gutter-x) / 2);
  margin-bottom: calc(var(--bs-gutter-x));
}
.mass__slider, .mass__slider--original {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.mass__slider--hint {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}
.mass__slider--hint.mass__slider--squeeze .slick-list {
  margin-left: -calc(var(--bs-gutter-x) / 2);
  margin-right: -calc(var(--bs-gutter-x) / 2);
}
.mass__slider--bleed {
  padding-left: 0;
  padding-right: 0;
}

/**
 * Feature Block / Component
 * Building block of the website, useful for controling full areas, layouts and even plug into for AJAX.
 */
/**
 * Default variables
 */
.mass {
  /**
   * Feature Block
   */
}
.mass__feature {
  width: 100%;
  /*
   * Features Header
   */
  /*
   * Features Heading
   */
  /*
   * Features Body
   */
}
.mass__feature__heading {
  font-size: var(--type-size-heading-medium-size);
  line-height: var(--type-size-heading-medium-leading);
  letter-spacing: 0em;
}
.mass__feature__subHeading {
  font-size: var(--type-size-button-medium-size);
  line-height: var(--type-size-button-medium-leading);
  letter-spacing: 0.02em;
}
.mass__feature__body {
  position: relative;
  overflow: hidden;
}
/**
 * Breadcrumbs Block / Component
 */
/*--------------------------------------------------------------
# States & Themes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Trumps
--------------------------------------------------------------*/
/*! trumps following ITCSS/BEM Methodology */
.sticker {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 31;
  width: 0;
  height: auto;
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  .sticker {
    right: 0;
    padding-bottom: 40px;
  }
}
.sticker__image-wrapper {
  width: 150px;
  float: right;
  transform: rotate(0deg);
}
@media (min-width: 576px) {
  .sticker__image-wrapper {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .sticker__image-wrapper {
    width: 220px;
  }
}
.is-active--navigation .sticker {
  z-index: 20;
}

.sharedaddy ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sharedaddy li {
  display: inline-block;
}

.share-icon {
  display: inline-block;
}
.share-icon:hover {
  border: none;
}
.share-icon:before {
  content: "";
  display: block;
  vertical-align: top;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #fefefe;
  background-size: cover;
  background-position: center;
  border-width: 1px;
  border-style: solid;
}

.share-end {
  display: none;
}

.share_block .sharedaddy h1, .share_block .sharedaddy h2, .share_block .sharedaddy h3, .share_block .sharedaddy h4, .share_block .sharedaddy h5, .share_block .sharedaddy h6,
.share_block .sharedaddy blockquote, .share_block .sharedaddy p, .share_block .sharedaddy ul, .share_block .sharedaddy ol {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.share_block .share-icon {
  margin: 0.5rem;
}
.share_block .share-icon:before {
  height: 4rem;
  width: 4rem;
  margin: 0.5rem;
}
.share_block .share-icon span {
  vertical-align: top;
}

.share_tool .sharedaddy {
  height: var(--header-height);
  line-height: var(--header-height);
}
.share_tool .sharedaddy h1, .share_tool .sharedaddy h2, .share_tool .sharedaddy h3, .share_tool .sharedaddy h4, .share_tool .sharedaddy h5, .share_tool .sharedaddy h6,
.share_tool .sharedaddy blockquote, .share_tool .sharedaddy p, .share_tool .sharedaddy ul, .share_tool .sharedaddy ol {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.share_tool .sd-title,
.share_tool .sd-content,
.share_tool .sd-content ul,
.share_tool .sd-content li {
  display: inline-block;
  margin-bottom: 0;
}
.share_tool .sd-content ul {
  padding: 0;
}
.share_tool .sd-title {
  margin-right: calc( var(--type-scale-step-up-1) / 2 );
}
.share_tool .share-icon {
  margin-left: calc( var(--type-scale-step-up-1) / 2 );
}
.share_tool .share-icon {
  display: inline-block;
  vertical-align: middle;
}
.share_tool .share-icon span {
  display: none;
}

.ad-sign {
  position: absolute;
  width: 100%;
  top: calc(var(--type-scale-step-up-2) / 2);
  left: 0;
  text-align: center;
  font-size: var(--type-size-notation-small-size);
  line-height: var(--type-size-notation-small-leading);
  letter-spacing: 0.02em;
  color: #bbb;
  display: none;
}
.has__ad .ad-sign {
  display: block;
}

.toast {
  overflow: visible;
  display: flex;
  font-size: var(--type-size-notation-medium-size);
  line-height: var(--type-size-notation-medium-leading);
  letter-spacing: 0.02em;
}
.toast-body {
  padding: 0.5rem 0.75rem;
}
.toast-footer {
  padding: 0.5rem 0;
}
.toast.fade {
  transition: opacity 0.3s;
  opacity: 0;
}
.toast.show {
  opacity: 1;
  transform: none;
  display: flex;
  justify-content: space-between;
}
.toast--transparent {
  background: transparent;
  border: none;
  backdrop-filter: none;
}
.toast--transparent .toast-footer {
  padding: 0;
}

.cookies-notification {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s;
  animation-duration: 3s;
}
@media (min-width: 576px) {
  .cookies-notification {
    display: flex;
  }
}
.cookies-notification.show {
  animation-name: sneak-in;
  transform: translateY(0);
}
@keyframes sneak-in {
  0% {
    transform: translateY(100%);
  }
  25% {
    transform: translateY(50%);
  }
  50% {
    transform: translateY(66%);
  }
  75% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}

.cookie-monster {
  display: block;
  margin-left: auto;
  margin-top: -3rem;
}
@media (min-width: 576px) {
  .cookie-monster {
    margin-top: 0;
  }
}

/*# sourceMappingURL=/styles.css.map */