@charset "UTF-8";
:root {
  --bs-blue: #011e3c;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #DF042A;
  --bs-orange: #fd7e14;
  --bs-yellow: #fdc200;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #011e3c;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #fdc200;
  --bs-danger: #DF042A;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-white: #ffffff;
  --bs-blue: #DF042A;
  --bs-red: #DF042A;
  --bs-primary-rgb: 1, 30, 60;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 253, 194, 0;
  --bs-danger-rgb: 223, 4, 42;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-blue-rgb: 223, 4, 42;
  --bs-red-rgb: 223, 4, 42;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: century-gothic;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #ffffff;
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #ffffff;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 12px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #011e3c;
  --bs-link-hover-color: #011830;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cc;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 2px solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 2px solid var(--bs-border-color);
  border-radius: 12px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
.container-xwide3, .container-xwide2, .container-xwide1, .container-desktop-xxl, .container-xl, .container-desktop, .container-tablet, .container-sm, .container {
  max-width: 720px;
}

.container-xwide3, .container-xwide2, .container-xwide1, .container-desktop-xxl, .container-xl, .container-desktop, .container-tablet, .container-sm, .container {
  max-width: 960px;
}

@media (min-width: 1200px) {
  .container-xl, .container-desktop, .container-tablet, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xwide3, .container-xwide2, .container-xwide1, .container-desktop-xxl, .container-xl, .container-desktop, .container-tablet, .container-sm, .container {
  max-width: 1320px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-tablet {
    flex: 1 0 0%;
  }
  .row-cols-tablet-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-tablet-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-tablet-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-tablet-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-tablet-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-tablet-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-tablet-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-tablet-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-tablet-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-tablet-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-tablet-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-tablet-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-tablet-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-tablet-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-tablet-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-tablet-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-tablet-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-tablet-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-tablet-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-tablet-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-tablet-0 {
    margin-left: 0;
  }
  .offset-tablet-1 {
    margin-left: 8.33333333%;
  }
  .offset-tablet-2 {
    margin-left: 16.66666667%;
  }
  .offset-tablet-3 {
    margin-left: 25%;
  }
  .offset-tablet-4 {
    margin-left: 33.33333333%;
  }
  .offset-tablet-5 {
    margin-left: 41.66666667%;
  }
  .offset-tablet-6 {
    margin-left: 50%;
  }
  .offset-tablet-7 {
    margin-left: 58.33333333%;
  }
  .offset-tablet-8 {
    margin-left: 66.66666667%;
  }
  .offset-tablet-9 {
    margin-left: 75%;
  }
  .offset-tablet-10 {
    margin-left: 83.33333333%;
  }
  .offset-tablet-11 {
    margin-left: 91.66666667%;
  }
  .g-tablet-0,
  .gx-tablet-0 {
    --bs-gutter-x: 0;
  }
  .g-tablet-0,
  .gy-tablet-0 {
    --bs-gutter-y: 0;
  }
  .g-tablet-1,
  .gx-tablet-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-tablet-1,
  .gy-tablet-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-tablet-2,
  .gx-tablet-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-tablet-2,
  .gy-tablet-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-tablet-3,
  .gx-tablet-3 {
    --bs-gutter-x: 1rem;
  }
  .g-tablet-3,
  .gy-tablet-3 {
    --bs-gutter-y: 1rem;
  }
  .g-tablet-4,
  .gx-tablet-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-tablet-4,
  .gy-tablet-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-tablet-5,
  .gx-tablet-5 {
    --bs-gutter-x: 3rem;
  }
  .g-tablet-5,
  .gy-tablet-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-desktop {
    flex: 1 0 0%;
  }
  .row-cols-desktop-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-desktop-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-desktop-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-desktop-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-desktop-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-desktop-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-desktop-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-desktop-0 {
    margin-left: 0;
  }
  .offset-desktop-1 {
    margin-left: 8.33333333%;
  }
  .offset-desktop-2 {
    margin-left: 16.66666667%;
  }
  .offset-desktop-3 {
    margin-left: 25%;
  }
  .offset-desktop-4 {
    margin-left: 33.33333333%;
  }
  .offset-desktop-5 {
    margin-left: 41.66666667%;
  }
  .offset-desktop-6 {
    margin-left: 50%;
  }
  .offset-desktop-7 {
    margin-left: 58.33333333%;
  }
  .offset-desktop-8 {
    margin-left: 66.66666667%;
  }
  .offset-desktop-9 {
    margin-left: 75%;
  }
  .offset-desktop-10 {
    margin-left: 83.33333333%;
  }
  .offset-desktop-11 {
    margin-left: 91.66666667%;
  }
  .g-desktop-0,
  .gx-desktop-0 {
    --bs-gutter-x: 0;
  }
  .g-desktop-0,
  .gy-desktop-0 {
    --bs-gutter-y: 0;
  }
  .g-desktop-1,
  .gx-desktop-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-desktop-1,
  .gy-desktop-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-desktop-2,
  .gx-desktop-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-desktop-2,
  .gy-desktop-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-desktop-3,
  .gx-desktop-3 {
    --bs-gutter-x: 1rem;
  }
  .g-desktop-3,
  .gy-desktop-3 {
    --bs-gutter-y: 1rem;
  }
  .g-desktop-4,
  .gx-desktop-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-desktop-4,
  .gy-desktop-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-desktop-5,
  .gx-desktop-5 {
    --bs-gutter-x: 3rem;
  }
  .g-desktop-5,
  .gy-desktop-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-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.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-desktop-xxl {
    flex: 1 0 0%;
  }
  .row-cols-desktop-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-desktop-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-desktop-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-desktop-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-desktop-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-desktop-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-desktop-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-desktop-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-desktop-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-desktop-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-desktop-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-desktop-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-desktop-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-desktop-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-desktop-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-desktop-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-desktop-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-desktop-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-desktop-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-desktop-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-desktop-xxl-0 {
    margin-left: 0;
  }
  .offset-desktop-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-desktop-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-desktop-xxl-3 {
    margin-left: 25%;
  }
  .offset-desktop-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-desktop-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-desktop-xxl-6 {
    margin-left: 50%;
  }
  .offset-desktop-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-desktop-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-desktop-xxl-9 {
    margin-left: 75%;
  }
  .offset-desktop-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-desktop-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-desktop-xxl-0,
  .gx-desktop-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-desktop-xxl-0,
  .gy-desktop-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-desktop-xxl-1,
  .gx-desktop-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-desktop-xxl-1,
  .gy-desktop-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-desktop-xxl-2,
  .gx-desktop-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-desktop-xxl-2,
  .gy-desktop-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-desktop-xxl-3,
  .gx-desktop-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-desktop-xxl-3,
  .gy-desktop-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-desktop-xxl-4,
  .gx-desktop-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-desktop-xxl-4,
  .gy-desktop-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-desktop-xxl-5,
  .gx-desktop-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-desktop-xxl-5,
  .gy-desktop-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xwide1 {
    flex: 1 0 0%;
  }
  .row-cols-xwide1-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xwide1-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xwide1-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xwide1-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xwide1-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xwide1-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xwide1-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xwide1-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xwide1-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xwide1-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xwide1-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xwide1-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xwide1-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xwide1-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xwide1-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xwide1-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xwide1-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xwide1-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xwide1-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xwide1-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xwide1-0 {
    margin-left: 0;
  }
  .offset-xwide1-1 {
    margin-left: 8.33333333%;
  }
  .offset-xwide1-2 {
    margin-left: 16.66666667%;
  }
  .offset-xwide1-3 {
    margin-left: 25%;
  }
  .offset-xwide1-4 {
    margin-left: 33.33333333%;
  }
  .offset-xwide1-5 {
    margin-left: 41.66666667%;
  }
  .offset-xwide1-6 {
    margin-left: 50%;
  }
  .offset-xwide1-7 {
    margin-left: 58.33333333%;
  }
  .offset-xwide1-8 {
    margin-left: 66.66666667%;
  }
  .offset-xwide1-9 {
    margin-left: 75%;
  }
  .offset-xwide1-10 {
    margin-left: 83.33333333%;
  }
  .offset-xwide1-11 {
    margin-left: 91.66666667%;
  }
  .g-xwide1-0,
  .gx-xwide1-0 {
    --bs-gutter-x: 0;
  }
  .g-xwide1-0,
  .gy-xwide1-0 {
    --bs-gutter-y: 0;
  }
  .g-xwide1-1,
  .gx-xwide1-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xwide1-1,
  .gy-xwide1-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xwide1-2,
  .gx-xwide1-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xwide1-2,
  .gy-xwide1-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xwide1-3,
  .gx-xwide1-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xwide1-3,
  .gy-xwide1-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xwide1-4,
  .gx-xwide1-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xwide1-4,
  .gy-xwide1-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xwide1-5,
  .gx-xwide1-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xwide1-5,
  .gy-xwide1-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1700px) {
  .col-xwide2 {
    flex: 1 0 0%;
  }
  .row-cols-xwide2-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xwide2-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xwide2-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xwide2-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xwide2-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xwide2-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xwide2-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xwide2-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xwide2-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xwide2-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xwide2-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xwide2-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xwide2-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xwide2-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xwide2-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xwide2-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xwide2-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xwide2-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xwide2-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xwide2-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xwide2-0 {
    margin-left: 0;
  }
  .offset-xwide2-1 {
    margin-left: 8.33333333%;
  }
  .offset-xwide2-2 {
    margin-left: 16.66666667%;
  }
  .offset-xwide2-3 {
    margin-left: 25%;
  }
  .offset-xwide2-4 {
    margin-left: 33.33333333%;
  }
  .offset-xwide2-5 {
    margin-left: 41.66666667%;
  }
  .offset-xwide2-6 {
    margin-left: 50%;
  }
  .offset-xwide2-7 {
    margin-left: 58.33333333%;
  }
  .offset-xwide2-8 {
    margin-left: 66.66666667%;
  }
  .offset-xwide2-9 {
    margin-left: 75%;
  }
  .offset-xwide2-10 {
    margin-left: 83.33333333%;
  }
  .offset-xwide2-11 {
    margin-left: 91.66666667%;
  }
  .g-xwide2-0,
  .gx-xwide2-0 {
    --bs-gutter-x: 0;
  }
  .g-xwide2-0,
  .gy-xwide2-0 {
    --bs-gutter-y: 0;
  }
  .g-xwide2-1,
  .gx-xwide2-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xwide2-1,
  .gy-xwide2-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xwide2-2,
  .gx-xwide2-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xwide2-2,
  .gy-xwide2-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xwide2-3,
  .gx-xwide2-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xwide2-3,
  .gy-xwide2-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xwide2-4,
  .gx-xwide2-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xwide2-4,
  .gy-xwide2-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xwide2-5,
  .gx-xwide2-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xwide2-5,
  .gy-xwide2-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1800px) {
  .col-xwide3 {
    flex: 1 0 0%;
  }
  .row-cols-xwide3-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xwide3-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xwide3-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xwide3-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xwide3-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xwide3-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xwide3-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xwide3-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xwide3-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xwide3-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xwide3-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xwide3-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xwide3-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xwide3-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xwide3-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xwide3-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xwide3-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xwide3-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xwide3-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xwide3-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xwide3-0 {
    margin-left: 0;
  }
  .offset-xwide3-1 {
    margin-left: 8.33333333%;
  }
  .offset-xwide3-2 {
    margin-left: 16.66666667%;
  }
  .offset-xwide3-3 {
    margin-left: 25%;
  }
  .offset-xwide3-4 {
    margin-left: 33.33333333%;
  }
  .offset-xwide3-5 {
    margin-left: 41.66666667%;
  }
  .offset-xwide3-6 {
    margin-left: 50%;
  }
  .offset-xwide3-7 {
    margin-left: 58.33333333%;
  }
  .offset-xwide3-8 {
    margin-left: 66.66666667%;
  }
  .offset-xwide3-9 {
    margin-left: 75%;
  }
  .offset-xwide3-10 {
    margin-left: 83.33333333%;
  }
  .offset-xwide3-11 {
    margin-left: 91.66666667%;
  }
  .g-xwide3-0,
  .gx-xwide3-0 {
    --bs-gutter-x: 0;
  }
  .g-xwide3-0,
  .gy-xwide3-0 {
    --bs-gutter-y: 0;
  }
  .g-xwide3-1,
  .gx-xwide3-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xwide3-1,
  .gy-xwide3-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xwide3-2,
  .gx-xwide3-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xwide3-2,
  .gy-xwide3-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xwide3-3,
  .gx-xwide3-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xwide3-3,
  .gy-xwide3-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xwide3-4,
  .gx-xwide3-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xwide3-4,
  .gy-xwide3-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xwide3-5,
  .gx-xwide3-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xwide3-5,
  .gy-xwide3-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(1, 30, 60, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #ffffff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #ffffff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(253, 194, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(223, 4, 42, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #ffffff !important;
  background-color: RGBA(223, 4, 42, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red {
  color: #ffffff !important;
  background-color: RGBA(223, 4, 42, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #011e3c !important;
}
.link-primary:hover, .link-primary:focus {
  color: #011830 !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #fdc200 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #fdce33 !important;
}

.link-danger {
  color: #DF042A !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b20322 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-white {
  color: #ffffff !important;
}
.link-white:hover, .link-white:focus {
  color: white !important;
}

.link-blue {
  color: #DF042A !important;
}
.link-blue:hover, .link-blue:focus {
  color: #b20322 !important;
}

.link-red {
  color: #DF042A !important;
}
.link-red:hover, .link-red:focus {
  color: #b20322 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-tablet-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-tablet-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-desktop-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-desktop-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-desktop-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-desktop-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xwide1-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xwide1-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xwide2-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xwide2-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xwide3-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xwide3-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 12px;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 12px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
}

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

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

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

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

.form-check-reverse {
  padding-right: 1.7em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.7em;
  margin-left: 0;
}

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(223, 4, 42, 0.9);
  border-radius: 12px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #DF042A;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #DF042A;
  box-shadow: 0 0 0 0.25rem rgba(223, 4, 42, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #DF042A;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #DF042A;
  box-shadow: 0 0 0 0.25rem rgba(223, 4, 42, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #DF042A;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #DF042A;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 4, 42, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #DF042A;
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DF042A;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #DF042A;
  box-shadow: 0 0 0 0.25rem rgba(223, 4, 42, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #DF042A;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), none;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #DF042A;
  box-shadow: 0 0 0 0.25rem rgba(223, 4, 42, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n5 {
  margin: -3rem !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: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !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: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !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: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !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: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !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: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !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: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: 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: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-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: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !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: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !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: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !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: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !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: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !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: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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-tablet-start {
    float: left !important;
  }
  .float-tablet-end {
    float: right !important;
  }
  .float-tablet-none {
    float: none !important;
  }
  .d-tablet-inline {
    display: inline !important;
  }
  .d-tablet-inline-block {
    display: inline-block !important;
  }
  .d-tablet-block {
    display: block !important;
  }
  .d-tablet-grid {
    display: grid !important;
  }
  .d-tablet-table {
    display: table !important;
  }
  .d-tablet-table-row {
    display: table-row !important;
  }
  .d-tablet-table-cell {
    display: table-cell !important;
  }
  .d-tablet-flex {
    display: flex !important;
  }
  .d-tablet-inline-flex {
    display: inline-flex !important;
  }
  .d-tablet-none {
    display: none !important;
  }
  .flex-tablet-fill {
    flex: 1 1 auto !important;
  }
  .flex-tablet-row {
    flex-direction: row !important;
  }
  .flex-tablet-column {
    flex-direction: column !important;
  }
  .flex-tablet-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-tablet-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-tablet-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-tablet-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-tablet-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-tablet-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-tablet-wrap {
    flex-wrap: wrap !important;
  }
  .flex-tablet-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-tablet-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-tablet-start {
    justify-content: flex-start !important;
  }
  .justify-content-tablet-end {
    justify-content: flex-end !important;
  }
  .justify-content-tablet-center {
    justify-content: center !important;
  }
  .justify-content-tablet-between {
    justify-content: space-between !important;
  }
  .justify-content-tablet-around {
    justify-content: space-around !important;
  }
  .justify-content-tablet-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-tablet-start {
    align-items: flex-start !important;
  }
  .align-items-tablet-end {
    align-items: flex-end !important;
  }
  .align-items-tablet-center {
    align-items: center !important;
  }
  .align-items-tablet-baseline {
    align-items: baseline !important;
  }
  .align-items-tablet-stretch {
    align-items: stretch !important;
  }
  .align-content-tablet-start {
    align-content: flex-start !important;
  }
  .align-content-tablet-end {
    align-content: flex-end !important;
  }
  .align-content-tablet-center {
    align-content: center !important;
  }
  .align-content-tablet-between {
    align-content: space-between !important;
  }
  .align-content-tablet-around {
    align-content: space-around !important;
  }
  .align-content-tablet-stretch {
    align-content: stretch !important;
  }
  .align-self-tablet-auto {
    align-self: auto !important;
  }
  .align-self-tablet-start {
    align-self: flex-start !important;
  }
  .align-self-tablet-end {
    align-self: flex-end !important;
  }
  .align-self-tablet-center {
    align-self: center !important;
  }
  .align-self-tablet-baseline {
    align-self: baseline !important;
  }
  .align-self-tablet-stretch {
    align-self: stretch !important;
  }
  .order-tablet-first {
    order: -1 !important;
  }
  .order-tablet-0 {
    order: 0 !important;
  }
  .order-tablet-1 {
    order: 1 !important;
  }
  .order-tablet-2 {
    order: 2 !important;
  }
  .order-tablet-3 {
    order: 3 !important;
  }
  .order-tablet-4 {
    order: 4 !important;
  }
  .order-tablet-5 {
    order: 5 !important;
  }
  .order-tablet-last {
    order: 6 !important;
  }
  .m-tablet-0 {
    margin: 0 !important;
  }
  .m-tablet-1 {
    margin: 0.25rem !important;
  }
  .m-tablet-2 {
    margin: 0.5rem !important;
  }
  .m-tablet-3 {
    margin: 1rem !important;
  }
  .m-tablet-4 {
    margin: 1.5rem !important;
  }
  .m-tablet-5 {
    margin: 3rem !important;
  }
  .m-tablet-auto {
    margin: auto !important;
  }
  .mx-tablet-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-tablet-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-tablet-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-tablet-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-tablet-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-tablet-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-tablet-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-tablet-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-tablet-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-tablet-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-tablet-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-tablet-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-tablet-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-tablet-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-tablet-0 {
    margin-top: 0 !important;
  }
  .mt-tablet-1 {
    margin-top: 0.25rem !important;
  }
  .mt-tablet-2 {
    margin-top: 0.5rem !important;
  }
  .mt-tablet-3 {
    margin-top: 1rem !important;
  }
  .mt-tablet-4 {
    margin-top: 1.5rem !important;
  }
  .mt-tablet-5 {
    margin-top: 3rem !important;
  }
  .mt-tablet-auto {
    margin-top: auto !important;
  }
  .me-tablet-0 {
    margin-right: 0 !important;
  }
  .me-tablet-1 {
    margin-right: 0.25rem !important;
  }
  .me-tablet-2 {
    margin-right: 0.5rem !important;
  }
  .me-tablet-3 {
    margin-right: 1rem !important;
  }
  .me-tablet-4 {
    margin-right: 1.5rem !important;
  }
  .me-tablet-5 {
    margin-right: 3rem !important;
  }
  .me-tablet-auto {
    margin-right: auto !important;
  }
  .mb-tablet-0 {
    margin-bottom: 0 !important;
  }
  .mb-tablet-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-tablet-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-tablet-3 {
    margin-bottom: 1rem !important;
  }
  .mb-tablet-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-tablet-5 {
    margin-bottom: 3rem !important;
  }
  .mb-tablet-auto {
    margin-bottom: auto !important;
  }
  .ms-tablet-0 {
    margin-left: 0 !important;
  }
  .ms-tablet-1 {
    margin-left: 0.25rem !important;
  }
  .ms-tablet-2 {
    margin-left: 0.5rem !important;
  }
  .ms-tablet-3 {
    margin-left: 1rem !important;
  }
  .ms-tablet-4 {
    margin-left: 1.5rem !important;
  }
  .ms-tablet-5 {
    margin-left: 3rem !important;
  }
  .ms-tablet-auto {
    margin-left: auto !important;
  }
  .m-tablet-n1 {
    margin: -0.25rem !important;
  }
  .m-tablet-n2 {
    margin: -0.5rem !important;
  }
  .m-tablet-n3 {
    margin: -1rem !important;
  }
  .m-tablet-n4 {
    margin: -1.5rem !important;
  }
  .m-tablet-n5 {
    margin: -3rem !important;
  }
  .mx-tablet-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-tablet-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-tablet-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-tablet-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-tablet-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-tablet-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-tablet-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-tablet-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-tablet-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-tablet-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-tablet-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-tablet-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-tablet-n3 {
    margin-top: -1rem !important;
  }
  .mt-tablet-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-tablet-n5 {
    margin-top: -3rem !important;
  }
  .me-tablet-n1 {
    margin-right: -0.25rem !important;
  }
  .me-tablet-n2 {
    margin-right: -0.5rem !important;
  }
  .me-tablet-n3 {
    margin-right: -1rem !important;
  }
  .me-tablet-n4 {
    margin-right: -1.5rem !important;
  }
  .me-tablet-n5 {
    margin-right: -3rem !important;
  }
  .mb-tablet-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-tablet-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-tablet-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-tablet-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-tablet-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-tablet-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-tablet-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-tablet-n3 {
    margin-left: -1rem !important;
  }
  .ms-tablet-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-tablet-n5 {
    margin-left: -3rem !important;
  }
  .p-tablet-0 {
    padding: 0 !important;
  }
  .p-tablet-1 {
    padding: 0.25rem !important;
  }
  .p-tablet-2 {
    padding: 0.5rem !important;
  }
  .p-tablet-3 {
    padding: 1rem !important;
  }
  .p-tablet-4 {
    padding: 1.5rem !important;
  }
  .p-tablet-5 {
    padding: 3rem !important;
  }
  .px-tablet-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-tablet-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-tablet-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-tablet-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-tablet-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-tablet-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-tablet-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-tablet-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-tablet-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-tablet-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-tablet-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-tablet-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-tablet-0 {
    padding-top: 0 !important;
  }
  .pt-tablet-1 {
    padding-top: 0.25rem !important;
  }
  .pt-tablet-2 {
    padding-top: 0.5rem !important;
  }
  .pt-tablet-3 {
    padding-top: 1rem !important;
  }
  .pt-tablet-4 {
    padding-top: 1.5rem !important;
  }
  .pt-tablet-5 {
    padding-top: 3rem !important;
  }
  .pe-tablet-0 {
    padding-right: 0 !important;
  }
  .pe-tablet-1 {
    padding-right: 0.25rem !important;
  }
  .pe-tablet-2 {
    padding-right: 0.5rem !important;
  }
  .pe-tablet-3 {
    padding-right: 1rem !important;
  }
  .pe-tablet-4 {
    padding-right: 1.5rem !important;
  }
  .pe-tablet-5 {
    padding-right: 3rem !important;
  }
  .pb-tablet-0 {
    padding-bottom: 0 !important;
  }
  .pb-tablet-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-tablet-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-tablet-3 {
    padding-bottom: 1rem !important;
  }
  .pb-tablet-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-tablet-5 {
    padding-bottom: 3rem !important;
  }
  .ps-tablet-0 {
    padding-left: 0 !important;
  }
  .ps-tablet-1 {
    padding-left: 0.25rem !important;
  }
  .ps-tablet-2 {
    padding-left: 0.5rem !important;
  }
  .ps-tablet-3 {
    padding-left: 1rem !important;
  }
  .ps-tablet-4 {
    padding-left: 1.5rem !important;
  }
  .ps-tablet-5 {
    padding-left: 3rem !important;
  }
  .gap-tablet-0 {
    gap: 0 !important;
  }
  .gap-tablet-1 {
    gap: 0.25rem !important;
  }
  .gap-tablet-2 {
    gap: 0.5rem !important;
  }
  .gap-tablet-3 {
    gap: 1rem !important;
  }
  .gap-tablet-4 {
    gap: 1.5rem !important;
  }
  .gap-tablet-5 {
    gap: 3rem !important;
  }
  .text-tablet-start {
    text-align: left !important;
  }
  .text-tablet-end {
    text-align: right !important;
  }
  .text-tablet-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-desktop-start {
    float: left !important;
  }
  .float-desktop-end {
    float: right !important;
  }
  .float-desktop-none {
    float: none !important;
  }
  .d-desktop-inline {
    display: inline !important;
  }
  .d-desktop-inline-block {
    display: inline-block !important;
  }
  .d-desktop-block {
    display: block !important;
  }
  .d-desktop-grid {
    display: grid !important;
  }
  .d-desktop-table {
    display: table !important;
  }
  .d-desktop-table-row {
    display: table-row !important;
  }
  .d-desktop-table-cell {
    display: table-cell !important;
  }
  .d-desktop-flex {
    display: flex !important;
  }
  .d-desktop-inline-flex {
    display: inline-flex !important;
  }
  .d-desktop-none {
    display: none !important;
  }
  .flex-desktop-fill {
    flex: 1 1 auto !important;
  }
  .flex-desktop-row {
    flex-direction: row !important;
  }
  .flex-desktop-column {
    flex-direction: column !important;
  }
  .flex-desktop-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desktop-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-desktop-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desktop-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desktop-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desktop-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-desktop-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desktop-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desktop-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-desktop-start {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-end {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-center {
    justify-content: center !important;
  }
  .justify-content-desktop-between {
    justify-content: space-between !important;
  }
  .justify-content-desktop-around {
    justify-content: space-around !important;
  }
  .justify-content-desktop-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-desktop-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-end {
    align-items: flex-end !important;
  }
  .align-items-desktop-center {
    align-items: center !important;
  }
  .align-items-desktop-baseline {
    align-items: baseline !important;
  }
  .align-items-desktop-stretch {
    align-items: stretch !important;
  }
  .align-content-desktop-start {
    align-content: flex-start !important;
  }
  .align-content-desktop-end {
    align-content: flex-end !important;
  }
  .align-content-desktop-center {
    align-content: center !important;
  }
  .align-content-desktop-between {
    align-content: space-between !important;
  }
  .align-content-desktop-around {
    align-content: space-around !important;
  }
  .align-content-desktop-stretch {
    align-content: stretch !important;
  }
  .align-self-desktop-auto {
    align-self: auto !important;
  }
  .align-self-desktop-start {
    align-self: flex-start !important;
  }
  .align-self-desktop-end {
    align-self: flex-end !important;
  }
  .align-self-desktop-center {
    align-self: center !important;
  }
  .align-self-desktop-baseline {
    align-self: baseline !important;
  }
  .align-self-desktop-stretch {
    align-self: stretch !important;
  }
  .order-desktop-first {
    order: -1 !important;
  }
  .order-desktop-0 {
    order: 0 !important;
  }
  .order-desktop-1 {
    order: 1 !important;
  }
  .order-desktop-2 {
    order: 2 !important;
  }
  .order-desktop-3 {
    order: 3 !important;
  }
  .order-desktop-4 {
    order: 4 !important;
  }
  .order-desktop-5 {
    order: 5 !important;
  }
  .order-desktop-last {
    order: 6 !important;
  }
  .m-desktop-0 {
    margin: 0 !important;
  }
  .m-desktop-1 {
    margin: 0.25rem !important;
  }
  .m-desktop-2 {
    margin: 0.5rem !important;
  }
  .m-desktop-3 {
    margin: 1rem !important;
  }
  .m-desktop-4 {
    margin: 1.5rem !important;
  }
  .m-desktop-5 {
    margin: 3rem !important;
  }
  .m-desktop-auto {
    margin: auto !important;
  }
  .mx-desktop-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-desktop-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-desktop-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-desktop-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-desktop-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-desktop-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-desktop-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-desktop-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-desktop-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-desktop-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-desktop-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-desktop-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-desktop-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-desktop-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-desktop-0 {
    margin-top: 0 !important;
  }
  .mt-desktop-1 {
    margin-top: 0.25rem !important;
  }
  .mt-desktop-2 {
    margin-top: 0.5rem !important;
  }
  .mt-desktop-3 {
    margin-top: 1rem !important;
  }
  .mt-desktop-4 {
    margin-top: 1.5rem !important;
  }
  .mt-desktop-5 {
    margin-top: 3rem !important;
  }
  .mt-desktop-auto {
    margin-top: auto !important;
  }
  .me-desktop-0 {
    margin-right: 0 !important;
  }
  .me-desktop-1 {
    margin-right: 0.25rem !important;
  }
  .me-desktop-2 {
    margin-right: 0.5rem !important;
  }
  .me-desktop-3 {
    margin-right: 1rem !important;
  }
  .me-desktop-4 {
    margin-right: 1.5rem !important;
  }
  .me-desktop-5 {
    margin-right: 3rem !important;
  }
  .me-desktop-auto {
    margin-right: auto !important;
  }
  .mb-desktop-0 {
    margin-bottom: 0 !important;
  }
  .mb-desktop-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-desktop-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-desktop-3 {
    margin-bottom: 1rem !important;
  }
  .mb-desktop-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-desktop-5 {
    margin-bottom: 3rem !important;
  }
  .mb-desktop-auto {
    margin-bottom: auto !important;
  }
  .ms-desktop-0 {
    margin-left: 0 !important;
  }
  .ms-desktop-1 {
    margin-left: 0.25rem !important;
  }
  .ms-desktop-2 {
    margin-left: 0.5rem !important;
  }
  .ms-desktop-3 {
    margin-left: 1rem !important;
  }
  .ms-desktop-4 {
    margin-left: 1.5rem !important;
  }
  .ms-desktop-5 {
    margin-left: 3rem !important;
  }
  .ms-desktop-auto {
    margin-left: auto !important;
  }
  .m-desktop-n1 {
    margin: -0.25rem !important;
  }
  .m-desktop-n2 {
    margin: -0.5rem !important;
  }
  .m-desktop-n3 {
    margin: -1rem !important;
  }
  .m-desktop-n4 {
    margin: -1.5rem !important;
  }
  .m-desktop-n5 {
    margin: -3rem !important;
  }
  .mx-desktop-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-desktop-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-desktop-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-desktop-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-desktop-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-desktop-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-desktop-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-desktop-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-desktop-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-desktop-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-desktop-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-desktop-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-desktop-n3 {
    margin-top: -1rem !important;
  }
  .mt-desktop-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-desktop-n5 {
    margin-top: -3rem !important;
  }
  .me-desktop-n1 {
    margin-right: -0.25rem !important;
  }
  .me-desktop-n2 {
    margin-right: -0.5rem !important;
  }
  .me-desktop-n3 {
    margin-right: -1rem !important;
  }
  .me-desktop-n4 {
    margin-right: -1.5rem !important;
  }
  .me-desktop-n5 {
    margin-right: -3rem !important;
  }
  .mb-desktop-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-desktop-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-desktop-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-desktop-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-desktop-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-desktop-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-desktop-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-desktop-n3 {
    margin-left: -1rem !important;
  }
  .ms-desktop-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-desktop-n5 {
    margin-left: -3rem !important;
  }
  .p-desktop-0 {
    padding: 0 !important;
  }
  .p-desktop-1 {
    padding: 0.25rem !important;
  }
  .p-desktop-2 {
    padding: 0.5rem !important;
  }
  .p-desktop-3 {
    padding: 1rem !important;
  }
  .p-desktop-4 {
    padding: 1.5rem !important;
  }
  .p-desktop-5 {
    padding: 3rem !important;
  }
  .px-desktop-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-desktop-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-desktop-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-desktop-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-desktop-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-desktop-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-desktop-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-desktop-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-desktop-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-desktop-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-desktop-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-desktop-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-desktop-0 {
    padding-top: 0 !important;
  }
  .pt-desktop-1 {
    padding-top: 0.25rem !important;
  }
  .pt-desktop-2 {
    padding-top: 0.5rem !important;
  }
  .pt-desktop-3 {
    padding-top: 1rem !important;
  }
  .pt-desktop-4 {
    padding-top: 1.5rem !important;
  }
  .pt-desktop-5 {
    padding-top: 3rem !important;
  }
  .pe-desktop-0 {
    padding-right: 0 !important;
  }
  .pe-desktop-1 {
    padding-right: 0.25rem !important;
  }
  .pe-desktop-2 {
    padding-right: 0.5rem !important;
  }
  .pe-desktop-3 {
    padding-right: 1rem !important;
  }
  .pe-desktop-4 {
    padding-right: 1.5rem !important;
  }
  .pe-desktop-5 {
    padding-right: 3rem !important;
  }
  .pb-desktop-0 {
    padding-bottom: 0 !important;
  }
  .pb-desktop-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-desktop-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-desktop-3 {
    padding-bottom: 1rem !important;
  }
  .pb-desktop-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-desktop-5 {
    padding-bottom: 3rem !important;
  }
  .ps-desktop-0 {
    padding-left: 0 !important;
  }
  .ps-desktop-1 {
    padding-left: 0.25rem !important;
  }
  .ps-desktop-2 {
    padding-left: 0.5rem !important;
  }
  .ps-desktop-3 {
    padding-left: 1rem !important;
  }
  .ps-desktop-4 {
    padding-left: 1.5rem !important;
  }
  .ps-desktop-5 {
    padding-left: 3rem !important;
  }
  .gap-desktop-0 {
    gap: 0 !important;
  }
  .gap-desktop-1 {
    gap: 0.25rem !important;
  }
  .gap-desktop-2 {
    gap: 0.5rem !important;
  }
  .gap-desktop-3 {
    gap: 1rem !important;
  }
  .gap-desktop-4 {
    gap: 1.5rem !important;
  }
  .gap-desktop-5 {
    gap: 3rem !important;
  }
  .text-desktop-start {
    text-align: left !important;
  }
  .text-desktop-end {
    text-align: right !important;
  }
  .text-desktop-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-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;
  }
  .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: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-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: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !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: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !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: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !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: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !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: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !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: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !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: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-desktop-xxl-start {
    float: left !important;
  }
  .float-desktop-xxl-end {
    float: right !important;
  }
  .float-desktop-xxl-none {
    float: none !important;
  }
  .d-desktop-xxl-inline {
    display: inline !important;
  }
  .d-desktop-xxl-inline-block {
    display: inline-block !important;
  }
  .d-desktop-xxl-block {
    display: block !important;
  }
  .d-desktop-xxl-grid {
    display: grid !important;
  }
  .d-desktop-xxl-table {
    display: table !important;
  }
  .d-desktop-xxl-table-row {
    display: table-row !important;
  }
  .d-desktop-xxl-table-cell {
    display: table-cell !important;
  }
  .d-desktop-xxl-flex {
    display: flex !important;
  }
  .d-desktop-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-desktop-xxl-none {
    display: none !important;
  }
  .flex-desktop-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-desktop-xxl-row {
    flex-direction: row !important;
  }
  .flex-desktop-xxl-column {
    flex-direction: column !important;
  }
  .flex-desktop-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-desktop-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-desktop-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-desktop-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-desktop-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-desktop-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-desktop-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-desktop-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-desktop-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-desktop-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-desktop-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-desktop-xxl-center {
    justify-content: center !important;
  }
  .justify-content-desktop-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-desktop-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-desktop-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-desktop-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-desktop-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-desktop-xxl-center {
    align-items: center !important;
  }
  .align-items-desktop-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-desktop-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-desktop-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-desktop-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-desktop-xxl-center {
    align-content: center !important;
  }
  .align-content-desktop-xxl-between {
    align-content: space-between !important;
  }
  .align-content-desktop-xxl-around {
    align-content: space-around !important;
  }
  .align-content-desktop-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-desktop-xxl-auto {
    align-self: auto !important;
  }
  .align-self-desktop-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-desktop-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-desktop-xxl-center {
    align-self: center !important;
  }
  .align-self-desktop-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-desktop-xxl-stretch {
    align-self: stretch !important;
  }
  .order-desktop-xxl-first {
    order: -1 !important;
  }
  .order-desktop-xxl-0 {
    order: 0 !important;
  }
  .order-desktop-xxl-1 {
    order: 1 !important;
  }
  .order-desktop-xxl-2 {
    order: 2 !important;
  }
  .order-desktop-xxl-3 {
    order: 3 !important;
  }
  .order-desktop-xxl-4 {
    order: 4 !important;
  }
  .order-desktop-xxl-5 {
    order: 5 !important;
  }
  .order-desktop-xxl-last {
    order: 6 !important;
  }
  .m-desktop-xxl-0 {
    margin: 0 !important;
  }
  .m-desktop-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-desktop-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-desktop-xxl-3 {
    margin: 1rem !important;
  }
  .m-desktop-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-desktop-xxl-5 {
    margin: 3rem !important;
  }
  .m-desktop-xxl-auto {
    margin: auto !important;
  }
  .mx-desktop-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-desktop-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-desktop-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-desktop-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-desktop-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-desktop-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-desktop-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-desktop-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-desktop-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-desktop-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-desktop-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-desktop-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-desktop-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-desktop-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-desktop-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-desktop-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-desktop-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-desktop-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-desktop-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-desktop-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-desktop-xxl-auto {
    margin-top: auto !important;
  }
  .me-desktop-xxl-0 {
    margin-right: 0 !important;
  }
  .me-desktop-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-desktop-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-desktop-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-desktop-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-desktop-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-desktop-xxl-auto {
    margin-right: auto !important;
  }
  .mb-desktop-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-desktop-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-desktop-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-desktop-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-desktop-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-desktop-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-desktop-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-desktop-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-desktop-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-desktop-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-desktop-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-desktop-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-desktop-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-desktop-xxl-auto {
    margin-left: auto !important;
  }
  .m-desktop-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-desktop-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-desktop-xxl-n3 {
    margin: -1rem !important;
  }
  .m-desktop-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-desktop-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-desktop-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-desktop-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-desktop-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-desktop-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-desktop-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-desktop-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-desktop-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-desktop-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-desktop-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-desktop-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-desktop-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-desktop-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-desktop-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-desktop-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-desktop-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-desktop-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-desktop-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-desktop-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-desktop-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-desktop-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-desktop-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-desktop-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-desktop-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-desktop-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-desktop-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-desktop-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-desktop-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-desktop-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-desktop-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-desktop-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-desktop-xxl-0 {
    padding: 0 !important;
  }
  .p-desktop-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-desktop-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-desktop-xxl-3 {
    padding: 1rem !important;
  }
  .p-desktop-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-desktop-xxl-5 {
    padding: 3rem !important;
  }
  .px-desktop-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-desktop-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-desktop-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-desktop-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-desktop-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-desktop-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-desktop-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-desktop-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-desktop-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-desktop-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-desktop-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-desktop-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-desktop-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-desktop-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-desktop-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-desktop-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-desktop-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-desktop-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-desktop-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-desktop-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-desktop-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-desktop-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-desktop-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-desktop-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-desktop-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-desktop-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-desktop-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-desktop-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-desktop-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-desktop-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-desktop-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-desktop-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-desktop-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-desktop-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-desktop-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-desktop-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-desktop-xxl-0 {
    gap: 0 !important;
  }
  .gap-desktop-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-desktop-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-desktop-xxl-3 {
    gap: 1rem !important;
  }
  .gap-desktop-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-desktop-xxl-5 {
    gap: 3rem !important;
  }
  .text-desktop-xxl-start {
    text-align: left !important;
  }
  .text-desktop-xxl-end {
    text-align: right !important;
  }
  .text-desktop-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xwide1-start {
    float: left !important;
  }
  .float-xwide1-end {
    float: right !important;
  }
  .float-xwide1-none {
    float: none !important;
  }
  .d-xwide1-inline {
    display: inline !important;
  }
  .d-xwide1-inline-block {
    display: inline-block !important;
  }
  .d-xwide1-block {
    display: block !important;
  }
  .d-xwide1-grid {
    display: grid !important;
  }
  .d-xwide1-table {
    display: table !important;
  }
  .d-xwide1-table-row {
    display: table-row !important;
  }
  .d-xwide1-table-cell {
    display: table-cell !important;
  }
  .d-xwide1-flex {
    display: flex !important;
  }
  .d-xwide1-inline-flex {
    display: inline-flex !important;
  }
  .d-xwide1-none {
    display: none !important;
  }
  .flex-xwide1-fill {
    flex: 1 1 auto !important;
  }
  .flex-xwide1-row {
    flex-direction: row !important;
  }
  .flex-xwide1-column {
    flex-direction: column !important;
  }
  .flex-xwide1-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xwide1-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xwide1-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xwide1-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xwide1-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xwide1-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xwide1-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xwide1-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xwide1-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xwide1-start {
    justify-content: flex-start !important;
  }
  .justify-content-xwide1-end {
    justify-content: flex-end !important;
  }
  .justify-content-xwide1-center {
    justify-content: center !important;
  }
  .justify-content-xwide1-between {
    justify-content: space-between !important;
  }
  .justify-content-xwide1-around {
    justify-content: space-around !important;
  }
  .justify-content-xwide1-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xwide1-start {
    align-items: flex-start !important;
  }
  .align-items-xwide1-end {
    align-items: flex-end !important;
  }
  .align-items-xwide1-center {
    align-items: center !important;
  }
  .align-items-xwide1-baseline {
    align-items: baseline !important;
  }
  .align-items-xwide1-stretch {
    align-items: stretch !important;
  }
  .align-content-xwide1-start {
    align-content: flex-start !important;
  }
  .align-content-xwide1-end {
    align-content: flex-end !important;
  }
  .align-content-xwide1-center {
    align-content: center !important;
  }
  .align-content-xwide1-between {
    align-content: space-between !important;
  }
  .align-content-xwide1-around {
    align-content: space-around !important;
  }
  .align-content-xwide1-stretch {
    align-content: stretch !important;
  }
  .align-self-xwide1-auto {
    align-self: auto !important;
  }
  .align-self-xwide1-start {
    align-self: flex-start !important;
  }
  .align-self-xwide1-end {
    align-self: flex-end !important;
  }
  .align-self-xwide1-center {
    align-self: center !important;
  }
  .align-self-xwide1-baseline {
    align-self: baseline !important;
  }
  .align-self-xwide1-stretch {
    align-self: stretch !important;
  }
  .order-xwide1-first {
    order: -1 !important;
  }
  .order-xwide1-0 {
    order: 0 !important;
  }
  .order-xwide1-1 {
    order: 1 !important;
  }
  .order-xwide1-2 {
    order: 2 !important;
  }
  .order-xwide1-3 {
    order: 3 !important;
  }
  .order-xwide1-4 {
    order: 4 !important;
  }
  .order-xwide1-5 {
    order: 5 !important;
  }
  .order-xwide1-last {
    order: 6 !important;
  }
  .m-xwide1-0 {
    margin: 0 !important;
  }
  .m-xwide1-1 {
    margin: 0.25rem !important;
  }
  .m-xwide1-2 {
    margin: 0.5rem !important;
  }
  .m-xwide1-3 {
    margin: 1rem !important;
  }
  .m-xwide1-4 {
    margin: 1.5rem !important;
  }
  .m-xwide1-5 {
    margin: 3rem !important;
  }
  .m-xwide1-auto {
    margin: auto !important;
  }
  .mx-xwide1-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xwide1-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xwide1-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xwide1-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xwide1-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xwide1-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xwide1-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xwide1-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xwide1-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xwide1-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xwide1-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xwide1-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xwide1-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xwide1-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xwide1-0 {
    margin-top: 0 !important;
  }
  .mt-xwide1-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xwide1-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xwide1-3 {
    margin-top: 1rem !important;
  }
  .mt-xwide1-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xwide1-5 {
    margin-top: 3rem !important;
  }
  .mt-xwide1-auto {
    margin-top: auto !important;
  }
  .me-xwide1-0 {
    margin-right: 0 !important;
  }
  .me-xwide1-1 {
    margin-right: 0.25rem !important;
  }
  .me-xwide1-2 {
    margin-right: 0.5rem !important;
  }
  .me-xwide1-3 {
    margin-right: 1rem !important;
  }
  .me-xwide1-4 {
    margin-right: 1.5rem !important;
  }
  .me-xwide1-5 {
    margin-right: 3rem !important;
  }
  .me-xwide1-auto {
    margin-right: auto !important;
  }
  .mb-xwide1-0 {
    margin-bottom: 0 !important;
  }
  .mb-xwide1-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xwide1-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xwide1-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xwide1-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xwide1-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xwide1-auto {
    margin-bottom: auto !important;
  }
  .ms-xwide1-0 {
    margin-left: 0 !important;
  }
  .ms-xwide1-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xwide1-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xwide1-3 {
    margin-left: 1rem !important;
  }
  .ms-xwide1-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xwide1-5 {
    margin-left: 3rem !important;
  }
  .ms-xwide1-auto {
    margin-left: auto !important;
  }
  .m-xwide1-n1 {
    margin: -0.25rem !important;
  }
  .m-xwide1-n2 {
    margin: -0.5rem !important;
  }
  .m-xwide1-n3 {
    margin: -1rem !important;
  }
  .m-xwide1-n4 {
    margin: -1.5rem !important;
  }
  .m-xwide1-n5 {
    margin: -3rem !important;
  }
  .mx-xwide1-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xwide1-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xwide1-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xwide1-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xwide1-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xwide1-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xwide1-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xwide1-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xwide1-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xwide1-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xwide1-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xwide1-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xwide1-n3 {
    margin-top: -1rem !important;
  }
  .mt-xwide1-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xwide1-n5 {
    margin-top: -3rem !important;
  }
  .me-xwide1-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xwide1-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xwide1-n3 {
    margin-right: -1rem !important;
  }
  .me-xwide1-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xwide1-n5 {
    margin-right: -3rem !important;
  }
  .mb-xwide1-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xwide1-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xwide1-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xwide1-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xwide1-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xwide1-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xwide1-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xwide1-n3 {
    margin-left: -1rem !important;
  }
  .ms-xwide1-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xwide1-n5 {
    margin-left: -3rem !important;
  }
  .p-xwide1-0 {
    padding: 0 !important;
  }
  .p-xwide1-1 {
    padding: 0.25rem !important;
  }
  .p-xwide1-2 {
    padding: 0.5rem !important;
  }
  .p-xwide1-3 {
    padding: 1rem !important;
  }
  .p-xwide1-4 {
    padding: 1.5rem !important;
  }
  .p-xwide1-5 {
    padding: 3rem !important;
  }
  .px-xwide1-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xwide1-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xwide1-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xwide1-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xwide1-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xwide1-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xwide1-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xwide1-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xwide1-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xwide1-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xwide1-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xwide1-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xwide1-0 {
    padding-top: 0 !important;
  }
  .pt-xwide1-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xwide1-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xwide1-3 {
    padding-top: 1rem !important;
  }
  .pt-xwide1-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xwide1-5 {
    padding-top: 3rem !important;
  }
  .pe-xwide1-0 {
    padding-right: 0 !important;
  }
  .pe-xwide1-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xwide1-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xwide1-3 {
    padding-right: 1rem !important;
  }
  .pe-xwide1-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xwide1-5 {
    padding-right: 3rem !important;
  }
  .pb-xwide1-0 {
    padding-bottom: 0 !important;
  }
  .pb-xwide1-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xwide1-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xwide1-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xwide1-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xwide1-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xwide1-0 {
    padding-left: 0 !important;
  }
  .ps-xwide1-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xwide1-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xwide1-3 {
    padding-left: 1rem !important;
  }
  .ps-xwide1-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xwide1-5 {
    padding-left: 3rem !important;
  }
  .gap-xwide1-0 {
    gap: 0 !important;
  }
  .gap-xwide1-1 {
    gap: 0.25rem !important;
  }
  .gap-xwide1-2 {
    gap: 0.5rem !important;
  }
  .gap-xwide1-3 {
    gap: 1rem !important;
  }
  .gap-xwide1-4 {
    gap: 1.5rem !important;
  }
  .gap-xwide1-5 {
    gap: 3rem !important;
  }
  .text-xwide1-start {
    text-align: left !important;
  }
  .text-xwide1-end {
    text-align: right !important;
  }
  .text-xwide1-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xwide2-start {
    float: left !important;
  }
  .float-xwide2-end {
    float: right !important;
  }
  .float-xwide2-none {
    float: none !important;
  }
  .d-xwide2-inline {
    display: inline !important;
  }
  .d-xwide2-inline-block {
    display: inline-block !important;
  }
  .d-xwide2-block {
    display: block !important;
  }
  .d-xwide2-grid {
    display: grid !important;
  }
  .d-xwide2-table {
    display: table !important;
  }
  .d-xwide2-table-row {
    display: table-row !important;
  }
  .d-xwide2-table-cell {
    display: table-cell !important;
  }
  .d-xwide2-flex {
    display: flex !important;
  }
  .d-xwide2-inline-flex {
    display: inline-flex !important;
  }
  .d-xwide2-none {
    display: none !important;
  }
  .flex-xwide2-fill {
    flex: 1 1 auto !important;
  }
  .flex-xwide2-row {
    flex-direction: row !important;
  }
  .flex-xwide2-column {
    flex-direction: column !important;
  }
  .flex-xwide2-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xwide2-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xwide2-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xwide2-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xwide2-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xwide2-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xwide2-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xwide2-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xwide2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xwide2-start {
    justify-content: flex-start !important;
  }
  .justify-content-xwide2-end {
    justify-content: flex-end !important;
  }
  .justify-content-xwide2-center {
    justify-content: center !important;
  }
  .justify-content-xwide2-between {
    justify-content: space-between !important;
  }
  .justify-content-xwide2-around {
    justify-content: space-around !important;
  }
  .justify-content-xwide2-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xwide2-start {
    align-items: flex-start !important;
  }
  .align-items-xwide2-end {
    align-items: flex-end !important;
  }
  .align-items-xwide2-center {
    align-items: center !important;
  }
  .align-items-xwide2-baseline {
    align-items: baseline !important;
  }
  .align-items-xwide2-stretch {
    align-items: stretch !important;
  }
  .align-content-xwide2-start {
    align-content: flex-start !important;
  }
  .align-content-xwide2-end {
    align-content: flex-end !important;
  }
  .align-content-xwide2-center {
    align-content: center !important;
  }
  .align-content-xwide2-between {
    align-content: space-between !important;
  }
  .align-content-xwide2-around {
    align-content: space-around !important;
  }
  .align-content-xwide2-stretch {
    align-content: stretch !important;
  }
  .align-self-xwide2-auto {
    align-self: auto !important;
  }
  .align-self-xwide2-start {
    align-self: flex-start !important;
  }
  .align-self-xwide2-end {
    align-self: flex-end !important;
  }
  .align-self-xwide2-center {
    align-self: center !important;
  }
  .align-self-xwide2-baseline {
    align-self: baseline !important;
  }
  .align-self-xwide2-stretch {
    align-self: stretch !important;
  }
  .order-xwide2-first {
    order: -1 !important;
  }
  .order-xwide2-0 {
    order: 0 !important;
  }
  .order-xwide2-1 {
    order: 1 !important;
  }
  .order-xwide2-2 {
    order: 2 !important;
  }
  .order-xwide2-3 {
    order: 3 !important;
  }
  .order-xwide2-4 {
    order: 4 !important;
  }
  .order-xwide2-5 {
    order: 5 !important;
  }
  .order-xwide2-last {
    order: 6 !important;
  }
  .m-xwide2-0 {
    margin: 0 !important;
  }
  .m-xwide2-1 {
    margin: 0.25rem !important;
  }
  .m-xwide2-2 {
    margin: 0.5rem !important;
  }
  .m-xwide2-3 {
    margin: 1rem !important;
  }
  .m-xwide2-4 {
    margin: 1.5rem !important;
  }
  .m-xwide2-5 {
    margin: 3rem !important;
  }
  .m-xwide2-auto {
    margin: auto !important;
  }
  .mx-xwide2-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xwide2-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xwide2-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xwide2-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xwide2-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xwide2-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xwide2-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xwide2-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xwide2-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xwide2-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xwide2-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xwide2-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xwide2-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xwide2-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xwide2-0 {
    margin-top: 0 !important;
  }
  .mt-xwide2-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xwide2-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xwide2-3 {
    margin-top: 1rem !important;
  }
  .mt-xwide2-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xwide2-5 {
    margin-top: 3rem !important;
  }
  .mt-xwide2-auto {
    margin-top: auto !important;
  }
  .me-xwide2-0 {
    margin-right: 0 !important;
  }
  .me-xwide2-1 {
    margin-right: 0.25rem !important;
  }
  .me-xwide2-2 {
    margin-right: 0.5rem !important;
  }
  .me-xwide2-3 {
    margin-right: 1rem !important;
  }
  .me-xwide2-4 {
    margin-right: 1.5rem !important;
  }
  .me-xwide2-5 {
    margin-right: 3rem !important;
  }
  .me-xwide2-auto {
    margin-right: auto !important;
  }
  .mb-xwide2-0 {
    margin-bottom: 0 !important;
  }
  .mb-xwide2-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xwide2-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xwide2-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xwide2-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xwide2-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xwide2-auto {
    margin-bottom: auto !important;
  }
  .ms-xwide2-0 {
    margin-left: 0 !important;
  }
  .ms-xwide2-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xwide2-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xwide2-3 {
    margin-left: 1rem !important;
  }
  .ms-xwide2-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xwide2-5 {
    margin-left: 3rem !important;
  }
  .ms-xwide2-auto {
    margin-left: auto !important;
  }
  .m-xwide2-n1 {
    margin: -0.25rem !important;
  }
  .m-xwide2-n2 {
    margin: -0.5rem !important;
  }
  .m-xwide2-n3 {
    margin: -1rem !important;
  }
  .m-xwide2-n4 {
    margin: -1.5rem !important;
  }
  .m-xwide2-n5 {
    margin: -3rem !important;
  }
  .mx-xwide2-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xwide2-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xwide2-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xwide2-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xwide2-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xwide2-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xwide2-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xwide2-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xwide2-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xwide2-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xwide2-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xwide2-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xwide2-n3 {
    margin-top: -1rem !important;
  }
  .mt-xwide2-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xwide2-n5 {
    margin-top: -3rem !important;
  }
  .me-xwide2-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xwide2-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xwide2-n3 {
    margin-right: -1rem !important;
  }
  .me-xwide2-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xwide2-n5 {
    margin-right: -3rem !important;
  }
  .mb-xwide2-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xwide2-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xwide2-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xwide2-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xwide2-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xwide2-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xwide2-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xwide2-n3 {
    margin-left: -1rem !important;
  }
  .ms-xwide2-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xwide2-n5 {
    margin-left: -3rem !important;
  }
  .p-xwide2-0 {
    padding: 0 !important;
  }
  .p-xwide2-1 {
    padding: 0.25rem !important;
  }
  .p-xwide2-2 {
    padding: 0.5rem !important;
  }
  .p-xwide2-3 {
    padding: 1rem !important;
  }
  .p-xwide2-4 {
    padding: 1.5rem !important;
  }
  .p-xwide2-5 {
    padding: 3rem !important;
  }
  .px-xwide2-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xwide2-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xwide2-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xwide2-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xwide2-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xwide2-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xwide2-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xwide2-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xwide2-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xwide2-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xwide2-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xwide2-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xwide2-0 {
    padding-top: 0 !important;
  }
  .pt-xwide2-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xwide2-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xwide2-3 {
    padding-top: 1rem !important;
  }
  .pt-xwide2-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xwide2-5 {
    padding-top: 3rem !important;
  }
  .pe-xwide2-0 {
    padding-right: 0 !important;
  }
  .pe-xwide2-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xwide2-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xwide2-3 {
    padding-right: 1rem !important;
  }
  .pe-xwide2-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xwide2-5 {
    padding-right: 3rem !important;
  }
  .pb-xwide2-0 {
    padding-bottom: 0 !important;
  }
  .pb-xwide2-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xwide2-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xwide2-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xwide2-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xwide2-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xwide2-0 {
    padding-left: 0 !important;
  }
  .ps-xwide2-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xwide2-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xwide2-3 {
    padding-left: 1rem !important;
  }
  .ps-xwide2-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xwide2-5 {
    padding-left: 3rem !important;
  }
  .gap-xwide2-0 {
    gap: 0 !important;
  }
  .gap-xwide2-1 {
    gap: 0.25rem !important;
  }
  .gap-xwide2-2 {
    gap: 0.5rem !important;
  }
  .gap-xwide2-3 {
    gap: 1rem !important;
  }
  .gap-xwide2-4 {
    gap: 1.5rem !important;
  }
  .gap-xwide2-5 {
    gap: 3rem !important;
  }
  .text-xwide2-start {
    text-align: left !important;
  }
  .text-xwide2-end {
    text-align: right !important;
  }
  .text-xwide2-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xwide3-start {
    float: left !important;
  }
  .float-xwide3-end {
    float: right !important;
  }
  .float-xwide3-none {
    float: none !important;
  }
  .d-xwide3-inline {
    display: inline !important;
  }
  .d-xwide3-inline-block {
    display: inline-block !important;
  }
  .d-xwide3-block {
    display: block !important;
  }
  .d-xwide3-grid {
    display: grid !important;
  }
  .d-xwide3-table {
    display: table !important;
  }
  .d-xwide3-table-row {
    display: table-row !important;
  }
  .d-xwide3-table-cell {
    display: table-cell !important;
  }
  .d-xwide3-flex {
    display: flex !important;
  }
  .d-xwide3-inline-flex {
    display: inline-flex !important;
  }
  .d-xwide3-none {
    display: none !important;
  }
  .flex-xwide3-fill {
    flex: 1 1 auto !important;
  }
  .flex-xwide3-row {
    flex-direction: row !important;
  }
  .flex-xwide3-column {
    flex-direction: column !important;
  }
  .flex-xwide3-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xwide3-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xwide3-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xwide3-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xwide3-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xwide3-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xwide3-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xwide3-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xwide3-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xwide3-start {
    justify-content: flex-start !important;
  }
  .justify-content-xwide3-end {
    justify-content: flex-end !important;
  }
  .justify-content-xwide3-center {
    justify-content: center !important;
  }
  .justify-content-xwide3-between {
    justify-content: space-between !important;
  }
  .justify-content-xwide3-around {
    justify-content: space-around !important;
  }
  .justify-content-xwide3-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xwide3-start {
    align-items: flex-start !important;
  }
  .align-items-xwide3-end {
    align-items: flex-end !important;
  }
  .align-items-xwide3-center {
    align-items: center !important;
  }
  .align-items-xwide3-baseline {
    align-items: baseline !important;
  }
  .align-items-xwide3-stretch {
    align-items: stretch !important;
  }
  .align-content-xwide3-start {
    align-content: flex-start !important;
  }
  .align-content-xwide3-end {
    align-content: flex-end !important;
  }
  .align-content-xwide3-center {
    align-content: center !important;
  }
  .align-content-xwide3-between {
    align-content: space-between !important;
  }
  .align-content-xwide3-around {
    align-content: space-around !important;
  }
  .align-content-xwide3-stretch {
    align-content: stretch !important;
  }
  .align-self-xwide3-auto {
    align-self: auto !important;
  }
  .align-self-xwide3-start {
    align-self: flex-start !important;
  }
  .align-self-xwide3-end {
    align-self: flex-end !important;
  }
  .align-self-xwide3-center {
    align-self: center !important;
  }
  .align-self-xwide3-baseline {
    align-self: baseline !important;
  }
  .align-self-xwide3-stretch {
    align-self: stretch !important;
  }
  .order-xwide3-first {
    order: -1 !important;
  }
  .order-xwide3-0 {
    order: 0 !important;
  }
  .order-xwide3-1 {
    order: 1 !important;
  }
  .order-xwide3-2 {
    order: 2 !important;
  }
  .order-xwide3-3 {
    order: 3 !important;
  }
  .order-xwide3-4 {
    order: 4 !important;
  }
  .order-xwide3-5 {
    order: 5 !important;
  }
  .order-xwide3-last {
    order: 6 !important;
  }
  .m-xwide3-0 {
    margin: 0 !important;
  }
  .m-xwide3-1 {
    margin: 0.25rem !important;
  }
  .m-xwide3-2 {
    margin: 0.5rem !important;
  }
  .m-xwide3-3 {
    margin: 1rem !important;
  }
  .m-xwide3-4 {
    margin: 1.5rem !important;
  }
  .m-xwide3-5 {
    margin: 3rem !important;
  }
  .m-xwide3-auto {
    margin: auto !important;
  }
  .mx-xwide3-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xwide3-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xwide3-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xwide3-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xwide3-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xwide3-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xwide3-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xwide3-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xwide3-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xwide3-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xwide3-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xwide3-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xwide3-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xwide3-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xwide3-0 {
    margin-top: 0 !important;
  }
  .mt-xwide3-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xwide3-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xwide3-3 {
    margin-top: 1rem !important;
  }
  .mt-xwide3-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xwide3-5 {
    margin-top: 3rem !important;
  }
  .mt-xwide3-auto {
    margin-top: auto !important;
  }
  .me-xwide3-0 {
    margin-right: 0 !important;
  }
  .me-xwide3-1 {
    margin-right: 0.25rem !important;
  }
  .me-xwide3-2 {
    margin-right: 0.5rem !important;
  }
  .me-xwide3-3 {
    margin-right: 1rem !important;
  }
  .me-xwide3-4 {
    margin-right: 1.5rem !important;
  }
  .me-xwide3-5 {
    margin-right: 3rem !important;
  }
  .me-xwide3-auto {
    margin-right: auto !important;
  }
  .mb-xwide3-0 {
    margin-bottom: 0 !important;
  }
  .mb-xwide3-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xwide3-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xwide3-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xwide3-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xwide3-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xwide3-auto {
    margin-bottom: auto !important;
  }
  .ms-xwide3-0 {
    margin-left: 0 !important;
  }
  .ms-xwide3-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xwide3-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xwide3-3 {
    margin-left: 1rem !important;
  }
  .ms-xwide3-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xwide3-5 {
    margin-left: 3rem !important;
  }
  .ms-xwide3-auto {
    margin-left: auto !important;
  }
  .m-xwide3-n1 {
    margin: -0.25rem !important;
  }
  .m-xwide3-n2 {
    margin: -0.5rem !important;
  }
  .m-xwide3-n3 {
    margin: -1rem !important;
  }
  .m-xwide3-n4 {
    margin: -1.5rem !important;
  }
  .m-xwide3-n5 {
    margin: -3rem !important;
  }
  .mx-xwide3-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xwide3-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xwide3-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xwide3-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xwide3-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xwide3-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xwide3-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xwide3-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xwide3-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xwide3-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xwide3-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xwide3-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xwide3-n3 {
    margin-top: -1rem !important;
  }
  .mt-xwide3-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xwide3-n5 {
    margin-top: -3rem !important;
  }
  .me-xwide3-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xwide3-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xwide3-n3 {
    margin-right: -1rem !important;
  }
  .me-xwide3-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xwide3-n5 {
    margin-right: -3rem !important;
  }
  .mb-xwide3-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xwide3-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xwide3-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xwide3-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xwide3-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xwide3-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xwide3-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xwide3-n3 {
    margin-left: -1rem !important;
  }
  .ms-xwide3-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xwide3-n5 {
    margin-left: -3rem !important;
  }
  .p-xwide3-0 {
    padding: 0 !important;
  }
  .p-xwide3-1 {
    padding: 0.25rem !important;
  }
  .p-xwide3-2 {
    padding: 0.5rem !important;
  }
  .p-xwide3-3 {
    padding: 1rem !important;
  }
  .p-xwide3-4 {
    padding: 1.5rem !important;
  }
  .p-xwide3-5 {
    padding: 3rem !important;
  }
  .px-xwide3-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xwide3-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xwide3-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xwide3-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xwide3-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xwide3-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xwide3-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xwide3-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xwide3-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xwide3-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xwide3-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xwide3-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xwide3-0 {
    padding-top: 0 !important;
  }
  .pt-xwide3-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xwide3-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xwide3-3 {
    padding-top: 1rem !important;
  }
  .pt-xwide3-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xwide3-5 {
    padding-top: 3rem !important;
  }
  .pe-xwide3-0 {
    padding-right: 0 !important;
  }
  .pe-xwide3-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xwide3-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xwide3-3 {
    padding-right: 1rem !important;
  }
  .pe-xwide3-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xwide3-5 {
    padding-right: 3rem !important;
  }
  .pb-xwide3-0 {
    padding-bottom: 0 !important;
  }
  .pb-xwide3-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xwide3-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xwide3-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xwide3-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xwide3-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xwide3-0 {
    padding-left: 0 !important;
  }
  .ps-xwide3-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xwide3-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xwide3-3 {
    padding-left: 1rem !important;
  }
  .ps-xwide3-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xwide3-5 {
    padding-left: 3rem !important;
  }
  .gap-xwide3-0 {
    gap: 0 !important;
  }
  .gap-xwide3-1 {
    gap: 0.25rem !important;
  }
  .gap-xwide3-2 {
    gap: 0.5rem !important;
  }
  .gap-xwide3-3 {
    gap: 1rem !important;
  }
  .gap-xwide3-4 {
    gap: 1.5rem !important;
  }
  .gap-xwide3-5 {
    gap: 3rem !important;
  }
  .text-xwide3-start {
    text-align: left !important;
  }
  .text-xwide3-end {
    text-align: right !important;
  }
  .text-xwide3-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "arpona";
  background-color: #fdc200;
  font-size: 1.5rem;
}
body textarea::-moz-placeholder, body input::-moz-placeholder {
  font-size: 1.5rem;
}
body textarea::placeholder, body input::placeholder {
  font-size: 1.5rem;
}
body strong {
  font-weight: 600;
}
body.form {
  background: #fdc200 url("/images/bg-form.png") no-repeat center top;
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  body {
    font-size: 1rem;
  }
  body textarea::-moz-placeholder, body input::-moz-placeholder {
    font-size: 1rem;
  }
  body textarea::placeholder, body input::placeholder {
    font-size: 1rem;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0;
  overflow-x: hidden;
}

.container {
  position: relative;
  max-width: 1440px;
}
.container.form-container {
  position: relative;
  box-shadow: 0 40px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 25px 25px;
}
@media (max-width: 500px) {
  .container.form-container {
    margin: 0 auto;
    width: 95%;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
  }
}

header {
  position: relative;
  margin-top: 40px;
}
header .container {
  display: flex;
}
header .logo {
  margin: 0 0 0 1vw;
}
header .logo-wosp {
  margin: 0 2vw 0 auto;
}
header h1, header .h1 {
  margin: auto auto;
  width: 100%;
  text-align: center;
}
header .h1.mobile {
  display: none;
}
@media (max-width: 1220px) {
  header {
    margin-top: 5%;
  }
  header .container {
    justify-content: center;
    gap: 5%;
  }
  header .h1.mobile {
    display: block;
    margin: 10px auto 5px;
    text-align: center;
  }
  header .h1.mobile img {
    max-width: 90%;
  }
  header .h1.desktop {
    display: none;
  }
  header .logo, header .logo-wosp {
    margin: 0 auto;
  }
  header .logo img, header .logo-wosp img {
    max-width: 50%;
  }
  header .logo {
    text-align: right;
  }
}
.form-text {
  color: #000;
  font-size: 1rem;
  padding-left: 1.5rem;
}

.header {
  color: #e11415;
  line-height: 200%;
  text-align: center;
  font-size: 33px;
  padding: 0 20px 15px;
}
.header strong {
  font-size: 53px;
}
@media (max-width: 768px) {
  .header {
    font-size: 23px;
  }
  .header strong {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .header {
    font-size: 16px;
  }
  .header strong {
    font-size: 23px;
  }
}

.teabag {
  position: absolute;
  top: 120px;
  left: -24vw;
}
@media (max-width: 1700px) {
  .teabag {
    left: -30vw;
  }
}
@media (max-width: 1560px) {
  .teabag {
    left: -35vw;
  }
}
@media (max-width: 1480px) {
  .teabag {
    left: -40vw;
  }
}
@media (max-width: 1400px) {
  .teabag {
    left: -45vw;
  }
}
@media (max-width: 1330px) {
  .teabag {
    width: 800px;
    left: -38vw;
    top: 160px;
  }
}
@media (max-width: 1250px) {
  .teabag {
    width: 700px;
    left: -33vw;
    top: 220px;
  }
}
@media (max-width: 1170px) {
  .teabag {
    width: 630px;
    left: -22vw;
    top: 200px;
  }
}
@media (max-width: 1100px) {
  .teabag {
    left: -32vw;
  }
}
@media (max-width: 960px) {
  .teabag {
    left: -42vw;
  }
}
@media (max-width: 830px) {
  .teabag {
    top: 90px;
  }
}
@media (max-width: 768px) {
  .teabag {
    width: 370px;
    left: -200px;
    top: 50%;
    transform: translateY(-70%);
  }
}
@media (max-width: 500px) {
  .teabag {
    width: 281px;
    left: -170px;
    top: 48%;
  }
}

.packshots {
  z-index: 0;
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  margin-top: -450px;
}
.packshots.mobile {
  display: none;
}
@media (max-width: 1650px) {
  .packshots {
    margin-right: -8vw;
  }
}
@media (max-width: 1480px) {
  .packshots {
    margin-right: -12vw;
  }
}
@media (max-width: 1400px) {
  .packshots {
    margin-right: -15vw;
    width: 1040px;
    margin-top: -370px;
  }
}
@media (max-width: 1170px) {
  .packshots {
    width: auto;
    max-width: 90%;
    margin-right: 0;
    margin-top: -270px;
  }
  .packshots.mobile {
    display: block;
  }
  .packshots.desktop {
    display: none;
  }
}
@media (max-width: 960px) {
  .packshots {
    margin-top: -30vw;
  }
}

.txt-block {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}
.txt-block.h1 {
  margin-bottom: 30px;
}
.txt-block.t1 {
  max-width: 60%;
}

.win {
  max-width: 70%;
}

h1, .h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: normal;
  text-transform: none;
  font-weight: 400;
}
h1 strong, .h1 strong {
  font-weight: 500;
}

h2, .h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: normal;
  text-transform: none;
  font-weight: 500;
}

h3, .h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  text-transform: none;
  font-weight: 500;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

.m-v1 {
  margin-left: 50px;
}

.m-v2 {
  margin-left: 100px;
}

main {
  position: relative;
  z-index: 10;
}
main .container {
  z-index: 10;
}

#form {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.btn-container {
  width: 100%;
  text-align: center;
  margin-top: -90px;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  font-weight: 400;
  font-size: 16px;
  padding: 16px 40px;
  background-color: #d2041a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  transition: all 300ms ease;
  box-shadow: 0 0px 20px rgba(210, 4, 26, 0);
}
.btn-primary span {
  transition: all 300ms ease;
}
.btn-primary img {
  margin-left: 15px;
  transition: all 300ms ease;
}
.btn-primary:hover {
  color: #fff;
  box-shadow: 0 0px 20px rgba(210, 4, 26, 0.4);
}
.btn-primary:hover img {
  transform: translateX(5px);
}
.btn-primary:hover span {
  transform: translateX(-5px);
}

.hidden {
  display: none;
}

.button {
  background-color: transparent;
  border: 2px solid #000;
  max-width: 448px;
  width: auto;
  font-weight: normal;
  padding: 5px 40px;
  border-radius: 25px;
  color: #000;
  outline: 0;
  text-decoration: none;
}
.button a {
  text-decoration: none;
}
@media (max-width: 560px) {
  .button {
    font-size: 16px;
  }
}

a {
  color: #000;
}

footer {
  color: #fff;
  font-weight: bold;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .container {
  padding: 10px 20px;
  display: flex;
}
footer .container div:first-child {
  margin-right: auto;
  text-transform: uppercase;
}
footer .container div:last-child {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1080px) {
  footer .container, footer .container div {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
}

form ::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}

form ::placeholder {
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}

@media (max-width: 1450px) {
  .page {
    max-width: 100% !important;
    padding: 20px;
  }
}
@media (max-width: 1250px) {
  #form {
    width: 80%;
  }
  header .decor1 {
    width: 294px;
    height: 280px;
    background-size: 100% auto;
  }
  header .decor2 {
    width: 287px;
    height: 336px;
    background-size: 100% auto;
  }
  header .decor3 {
    width: 266px;
    height: 290.5px;
    background-size: 100% auto;
  }
}
@media (max-width: 992px) {
  #form {
    width: 95%;
  }
  header .decor1 {
    width: 252px;
    height: 240px;
  }
  header .decor2 {
    width: 246px;
    height: 288px;
    top: 600px;
  }
  header .decor3 {
    width: 228px;
    height: 249px;
  }
  h1, .h1, h2, .h2, .bigest, .big {
    font-size: 50px;
    line-height: 60px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .page .inner {
    width: 600px;
  }
  .main-img {
    width: 500px;
    max-width: 90%;
  }
  .img {
    width: 250px;
  }
  footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__links {
    justify-content: center;
  }
  .footer__links li {
    padding: 0 10px;
  }
  .footer-info {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #form {
    width: 100%;
  }
  .page .inner {
    width: 90%;
    text-align: center;
  }
  .m-v1, .m-v2 {
    margin-left: 0;
  }
  header .decor1, header .decor2, header .decor3 {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer__links {
    flex-wrap: wrap;
  }
  .footer__links li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  h1, .h1, h2, .h2, .bigest, .big {
    font-size: 40px;
    line-height: 50px;
  }
}
.counter-wrapper {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.decor {
  transform: translate(90%, -6%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.flip-counter {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.digit-container {
  position: relative;
  width: 95px;
  height: 172px;
  font-family: "bebas-neue", "Roboto Condensed", sans-serif;
  perspective: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.digit-container:nth-child(4) {
  margin-right: 5px;
}

.digit-container:nth-child(5) {
  margin-left: 5px;
}

.digit-container .divider {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Base styles for the outer card elements */
.static-card,
.flip-card {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* Crucial for clipping the digit-text span */
}

/* Styles for the inner text span */
.digit-text {
  position: absolute;
  width: 100%;
  height: 172px;
  /* The logical height of the character */
  left: 0;
  top: 0;
  /* Default position */
  font-size: 120px;
  font-weight: bold;
  color: #000000;
  line-height: 172px;
  /* Vertically center the 60px text in its 90px container */
  text-align: center;
}

.digit-container.inactive .digit-text {
  color: #d9dada;
}

/* Static card halves */
.static-card {
  height: 100%;
  /* 90px */
}

.static-card.top {
  top: 0;
  -webkit-clip-path: inset(0 0 50% 0);
          clip-path: inset(0 0 50% 0);
  /* Show top half */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.static-card.bottom {
  top: 0;
  /* Same top as .top, but clip-path shows bottom */
  -webkit-clip-path: inset(50% 0 0 0);
          clip-path: inset(50% 0 0 0);
  /* Show bottom half */
}

/* Flipping card (the top half that animates) */
.flip-card {
  height: 50%;
  /* 45px */
  top: 0;
  transform-style: preserve-3d;
  /* transition: transform 0.6s; <-- This was moved */
  transform-origin: bottom;
  z-index: 2;
  border-radius: 6px 6px 0 0;
  /* Only top corners are rounded for the flip card itself */
}

/* This class enables the transition just for the animation */
.flipping-transition {
  transition: transform 0.6s linear;
}

.flip-card.flipping {
  transform: rotateX(-180deg);
}

/* Faces of the flipping card */
.flip-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  /* 100% of flip-card, so 45px */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #FFFFFF;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  /* For clipping digit-text inside */
}

/* Positioning for digit-text within the clipped flip card faces */
.flip-card.flipping .flip-card-face.flip-card-front .digit-text.flipped {
  transform: rotateX(180deg);
}

.flip-card-face.flip-card-front .digit-text {
  top: 0;
}

.flip-card-back {
  transform: rotateX(180deg);
}

.flip-card-face.flip-card-back .digit-text {
  top: 86px;
}

@media (max-width: 830px) {
  .decor img {
    width: 52.2px;
  }
  .counter-wrapper {
    padding: 20px 10px;
  }
  .flip-counter {
    gap: 12px;
  }
  .digit-container {
    width: 57px;
    height: 103.2px;
    perspective: 180px;
  }
  .digit-container:nth-child(4) {
    margin-right: 3px;
  }
  .digit-container:nth-child(5) {
    margin-left: 3px;
  }
  /* Base styles for the outer card elements */
  .static-card,
  .flip-card {
    border-radius: 3.6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Styles for the inner text span */
  .digit-text {
    height: 103.2px;
    font-size: 72px;
    line-height: 103.2px;
  }
  /* Flipping card (the top half that animates) */
  .flip-card {
    border-radius: 3.6px 3.6px 0 0;
  }
  /* Faces of the flipping card */
  .flip-card-face {
    border-radius: 3.6px v 3.6px 0 0;
  }
  .flip-card-face.flip-card-back .digit-text {
    top: 51.6px;
  }
}
@media (max-width: 480px) {
  .decor img {
    width: 34.8px;
  }
  .counter-wrapper {
    padding: 15px 0px;
  }
  .flip-counter {
    gap: 8px;
  }
  .digit-container {
    width: 38px;
    height: 68.8px;
    perspective: 120px;
  }
  .digit-container:nth-child(4) {
    margin-right: 2px;
  }
  .digit-container:nth-child(5) {
    margin-left: 2px;
  }
  /* Base styles for the outer card elements */
  .static-card,
  .flip-card {
    border-radius: 2.4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Styles for the inner text span */
  .digit-text {
    height: 68.8px;
    font-size: 48px;
    line-height: 68.8px;
  }
  /* Flipping card (the top half that animates) */
  .flip-card {
    border-radius: 2.4px 2.4px 0 0;
  }
  /* Faces of the flipping card */
  .flip-card-face {
    border-radius: 2.4px v 2.4px 0 0;
  }
  .flip-card-face.flip-card-back .digit-text {
    top: 34.4px;
  }
}
.contest__wrapper {
  position: relative;
  z-index: 5;
}

.spinner {
  margin: 0 auto;
  color: #DF042A;
}
.spinner span {
  background: url("../../images/loader.gif") no-repeat;
  width: 30px;
  height: 30px;
  background-size: auto 100%;
  display: inline-block;
}
.spinner.hidden {
  display: none;
}

.contest {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .contest {
    max-width: 1200px;
  }
}
@media (max-width: 780px) {
  .contest {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.contest__receipt {
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 8px 24px;
  text-align: center;
}

.contest__receipt-withoutBorder {
  padding: 8px 24px;
  filter: brightness(0.5);
  text-align: center;
  margin-bottom: 2.5rem;
}

.contest__receipt-title {
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contest__receipt-title {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .contest__receipt-title {
    font-size: 22px;
  }
}

.contest__receipt-label {
  font-size: 15px;
}

.contest__receipt-button {
  padding: 8px 24px;
  text-transform: uppercase;
  font-size: 17px;
  background-color: transparent;
  border: 2px dashed #000;
  display: inline-block;
  border-radius: 12px;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .contest__receipt-button {
    font-size: 22px;
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .contest__receipt-button {
    font-size: 22px;
    padding: 8px 24px;
  }
}

.contest__input {
  border: 0;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contest__input .is-invalid {
  border-color: blue !important;
}
.contest__input::-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  text-transform: none !important;
  font-size: 1.25rem;
}
.contest__input::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  text-transform: none !important;
  font-size: 1.25rem;
}
@media (max-width: 500px) {
  .contest__input::-moz-placeholder {
    font-size: 1rem;
  }
  .contest__input::placeholder {
    font-size: 1rem;
  }
}
.contest__input:focus {
  background-color: #fff;
}

.contest__textarea-wrap {
  background-color: #fff;
  border-radius: 25px;
  padding: 5px;
  padding-right: 15px;
  width: 100%;
}

.contest__textarea {
  border: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  resize: none;
  height: 236px;
  scrollbar-width: thin; /* Dla Firefox */
  scrollbar-color: #fdc200 #fff; /* Dla Firefox */
  /* Ukrycie strzałek w poziomym pasku przewijania */
}
.contest__textarea .is-invalid {
  border-color: blue !important;
}
.contest__textarea:focus {
  background-color: #fff;
}
.contest__textarea::-webkit-scrollbar {
  width: 18px; /* Szerokość paska przewijania */
  background-color: transparent; /* Kolor tła paska */
  border-right: 20px solid transparent;
}
.contest__textarea::-webkit-scrollbar-thumb {
  background-color: #fdc200; /* Kolor uchwytu paska */
  width: 18px; /* Szerokość uchwytu */
  height: 60px; /* Wysokość uchwytu */
  border-radius: 9px; /* Połowa szerokości, aby uzyskać pełne zaokrąglenie */
  border: 1px solid #fff; /* Dodatkowy margines, aby uchwyt nie dotykał krawędzi paska */
}
.contest__textarea::-webkit-scrollbar-button:vertical {
  display: none;
}
.contest__textarea::-webkit-scrollbar-button {
  display: none;
}
.contest__textarea::-webkit-scrollbar-button:horizontal {
  display: none;
}
.contest__textarea::-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  text-transform: none !important;
  text-align: center;
  padding-top: 60px;
}
.contest__textarea::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  text-transform: none !important;
  text-align: center;
  padding-top: 60px;
}

.contest__input--textarea.active {
  height: 150px;
  white-space: normal;
  text-align: left;
  -moz-text-align-last: left; /* Firefox 12+ */
  text-align-last: left;
  background-color: #163052;
  background-color: #163052;
  transition: all ease-in-out 0.2s;
}

.form-check {
  display: block;
  position: relative;
  padding-left: 65px;
  min-height: 50px;
  padding-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.05rem;
}
@media (max-width: 500px) {
  .form-check {
    font-size: 1rem;
    padding-left: 40px;
    padding-top: 0;
  }
}

/* Ukrycie domyślnego checkboxa */
.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Tworzenie niestandardowego kwadratu */
.custom-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #fff;
  border: 0;
  border-radius: 50%; /* Changed from 8px to 50% */
}

/* Stylizacja kwadratu po zaznaczeniu */
.form-check-input:checked ~ .custom-checkbox-checkmark::after {
  background-color: #d2041a; /* Czarny kwadrat po zaznaczeniu */
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background-color: #d2041a;
  border: 0;
  border-radius: 50%; /* Now a circle */
}

@media (max-width: 500px) {
  .custom-checkbox-checkmark {
    height: 30px;
    width: 30px;
  }
  /* Stylizacja kwadratu po zaznaczeniu */
  .form-check-input:checked ~ .custom-checkbox-checkmark::after {
    height: 15px;
    width: 15px;
  }
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: transparent;
  box-shadow: none !important;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: white;
}

.form-check-input-2 {
  width: 1.9em;
  height: 1.9em;
  margin-left: -2.4em !important;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .form-check-input-2 {
    width: 6.0763888889vw;
    height: 6.0763888889vw;
    margin-left: -6.25vw !important;
  }
}

.form-check-label {
  margin-top: 5px;
  margin-left: 0px;
  flex: 1;
  text-transform: uppercase;
}
.form-check-label .validation-agreements {
  color: #000 !important;
  padding: 0;
  margin: 0;
}

input[type=date]::before {
  content: attr(placeholder);
  color: #aaa;
  margin-right: 0.5em;
}

input[type=date]::-moz-placeholder {
  color: #aaa;
}

input[type=date]:focus::-moz-placeholder {
  color: transparent; /* Ukrywa placeholder podczas fokusu */
}

input[type=date]:focus::placeholder {
  color: transparent; /* Ukrywa placeholder podczas fokusu */
}

input[type=date]::-webkit-datetime-edit {
  display: none;
}

.contest__required-label {
  margin-top: 18px;
  font-size: 1.05rem;
}
.contest__required-label a {
  color: #000;
}

.contest__submit {
  margin: 20px auto 0px;
}

.contest__submit-button {
  border: none;
  cursor: pointer;
  outline: 0;
}

.link {
  color: white;
}
.link:hover {
  color: #d9d9d9;
}

.secondFormHeader {
  font-size: 29px;
  margin-top: 6rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #163052;
  font-weight: bold;
}

.secondFormDescription {
  font-size: 16px;
  margin-bottom: 3rem;
  text-align: center;
}
.secondFormDescription span {
  color: #163052;
  text-transform: uppercase;
  font-weight: bold;
}

.contest__awards-item {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  border-bottom: 2px solid white;
  margin-bottom: 4rem;
}
@media (max-width: 780px) {
  .contest__awards-item {
    width: 100%;
  }
}
.contest__awards-item .awards-list-container-mobile {
  display: none;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 780px) {
  .contest__awards-item .awards-list-container-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.contest__awards-item .awards-list-container-mobile .special-prize-list {
  width: 40%;
  margin-bottom: 15px;
}
.contest__awards-item .awards-list-container-mobile .special-prize-list-coffee {
  width: 95%;
}
.contest__awards-item .awards-list-container-mobile .additional-prize-list {
  width: 60%;
  margin-bottom: 15px;
}
.contest__awards-item .awards-description {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 24px;
}
.contest__awards-item .awards-description span {
  color: #163052;
  font-weight: bold;
}
@media (max-width: 780px) {
  .contest__awards-item .awards-description {
    margin-bottom: 2.2rem;
  }
}
.contest__awards-item .gift-1 {
  width: 997px;
  height: 326px;
}
@media (max-width: 1150px) {
  .contest__awards-item .gift-1 {
    width: 650px;
    height: 213px;
  }
}
@media (max-width: 780px) {
  .contest__awards-item .gift-1 {
    display: none;
  }
}
.contest__awards-item .gift-2 {
  width: 717px;
  height: 281px;
}
@media (max-width: 1150px) {
  .contest__awards-item .gift-2 {
    width: 545px;
    height: 214px;
  }
}
@media (max-width: 780px) {
  .contest__awards-item .gift-2 {
    display: none;
  }
}
.contest__awards-item .gift-3 {
  width: 700px;
  height: 205px;
}
@media (max-width: 1150px) {
  .contest__awards-item .gift-3 {
    width: 545px;
    height: 160px;
  }
}
@media (max-width: 780px) {
  .contest__awards-item .gift-3 {
    display: none;
  }
}

.contest__awards-heading {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #011e3c;
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: inline-flex;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contest__awards-heading {
    font-size: 20px;
    padding: 0.25rem 0.5rem;
  }
}

.contest__awards-description {
  text-align: center;
  margin-bottom: 4rem;
}

.contest__awards-gift {
  margin-bottom: 2rem;
}

.invalid-feedback, .valid-dropdown-place, .valid-dropdown-coffee, .valid-dropdown-commerce, .valid-dropdown-shops {
  font-size: 15px !important;
}

@media (max-width: 575px) {
  .contest__textarea {
    min-height: 100px !important;
  }
}
.contest__upload-pill {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 25px;
  height: 50px;
  position: relative;
  font-size: 1.25rem;
}
@media (max-width: 500px) {
  .contest__upload-pill {
    font-size: 1rem;
  }
}
.contest__upload-pill span {
  color: rgba(0, 0, 0, 0.75);
  flex-grow: 1;
  text-align: center;
  padding-right: 20px;
  padding-left: 176px;
}
@media (max-width: 700px) {
  .contest__upload-pill span {
    padding-left: 0px;
    text-align: center;
    line-height: 100%;
  }
}
.contest__upload-pill .contest__upload-btn {
  background-image: url("/images/btn-upload.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 170px;
  height: 40px;
  display: block;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .contest__upload-note {
    padding-left: 0;
    text-align: center;
    font-size: 0.75rem;
  }
}

.contest__select {
  border: 0;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  height: 50px;
  font-weight: normal;
  font-size: 1.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/select-triangle.png");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 26px 17px;
  padding-right: 2.5rem;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 500px) {
  .contest__select {
    font-size: 1rem;
  }
}
.contest__select:focus {
  background-color: #fff;
  box-shadow: none;
}
.contest__select option {
  text-align: center;
  color: #000;
}
.contest__select:invalid {
  color: rgba(0, 0, 0, 0.75);
}
.contest__select:valid {
  color: #000;
}

.contest__input-with-icon {
  position: relative;
}
.contest__input-with-icon .contest__input {
  width: 100%;
  padding-right: 50px;
}
.contest__input-with-icon .info-icon {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 40px;
  height: 40px;
  background-image: url("/images/btn-i.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  cursor: pointer;
}

.info-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.info-popup-content {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px;
  position: relative;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.info-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2.2rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
}
.info-popup-close:hover {
  opacity: 1;
}

.date-input-wrapper {
  position: relative;
}

#date_hidden::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.textarea-wrapper {
  position: relative;
}

#word-count {
  position: absolute;
  bottom: 10px;
  display: none;
  right: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
}

#word-count1, #word-count2, #word-count3 {
  position: absolute;
  bottom: 10px;
  display: none;
  right: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
}

.wordCount {
  display: none !important;
}

.select-btn {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background-clip: padding-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.select-btn.setted {
  color: white;
}

.is-invalid {
  color: red !important;
}

.valid-dropdown-place, .valid-dropdown-coffee, .valid-dropdown-commerce, .valid-dropdown-shops {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.7rem;
  color: #e30613;
}

.wordCount {
  display: block !important;
}

.select-content {
  padding: 10px 10px 10px 0;
  background-color: #152F52;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 3;
}
.select-content .options {
  margin: 0;
  padding: 0 !important;
  max-height: 200px;
  overflow-y: auto;
}
.select-content .options::-webkit-scrollbar {
  width: 7px;
}
.select-content .options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.select-content .options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.select-content .options li {
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.select-content .options li:hover {
  background: #05264b;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.active .select-content {
  display: block;
}

.select-wrapper .select-btn img {
  transition: transform 0.3s linear;
}

.select-wrapper.active .select-btn img {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

#placeEcommerce,
#placeShops,
#placeRestaurant {
  display: none;
}

.dropZoneOverlay, #file-input-field, #photo-input-field {
  width: 100%;
  height: 100%;
}

.dropZoneOverlay {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#file-input-container, #photo-input-container {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 100px;
}

#file-input-container-smaller, #photo-input-container-smaller {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 80px;
}

#file-input-field, #photo-input-field {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#file-input-field-smaller, #photo-input-field-smaller {
  opacity: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#CybotCookiebotDialog * {
  font-family: "Aptos" !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #DF042A !important;
  border: none !important;
  border-radius: 7px;
  color: #fff !important;
  min-width: inherit;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #011e3c !important;
  border-bottom-color: #011e3c !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #011e3c !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #fdc200 !important;
  border: 2px solid #011e3c;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #ffffff !important;
  left: 5px !important;
  bottom: 2px !important;
}

#CybotCookiebotDialogBodyContentTitle:after {
  display: none !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #fdc200 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #DF042A !important;
  left: 0px !important;
}

.CookieCard button,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #ffffff !important;
}

.end {
  overflow: hidden;
}
.end .container {
  max-width: 1000px;
}
.end header {
  background: transparent;
  z-index: 101;
  position: relative;
}
.end header .container {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.end header .logo {
  position: static;
  display: block;
  top: auto;
  left: auto;
  transform: none;
  margin: 10px auto;
}
.end .end-txt {
  position: static;
  display: block;
  top: auto;
  left: auto;
  transform: none;
  margin: 80px auto;
  max-width: 80%;
}
.end .end-txt.mobile {
  display: none;
}
.end .teabag {
  position: absolute;
  top: 32%;
  left: -10px;
  z-index: 100;
  pointer-events: none;
  max-width: 50%;
}
.end .teabag.mobile {
  display: none;
}
@media (max-width: 1400px) {
  .end .teabag {
    top: 34%;
  }
}
@media (max-width: 768px) {
  .end .logo {
    width: 210px;
  }
  .end .end-txt {
    margin-bottom: 170px;
  }
  .end .end-txt.desktop {
    display: none;
  }
  .end .end-txt.mobile {
    display: block;
  }
  .end .teabag {
    left: 0px;
    top: 230px;
    max-width: none;
  }
  .end .teabag.desktop {
    display: none;
  }
  .end .teabag.mobile {
    display: block;
  }
}
.end .video-container {
  /* Ustawienie pozycji na 'relative' jest kluczowe, aby 'iframe' mógł być pozycjonowany absolutnie wewnątrz tego kontenera */
  position: relative;
  /* Ustawienie szerokości na 100% zapewnia, że kontener zajmie całą dostępną przestrzeń */
  width: 100%;
  /* Ta właściwość tworzy magiczny efekt. Ustawienie `padding-top` na 56.25% (lub `padding-bottom`)
  	sprawia, że wysokość kontenera jest zawsze równa 56.25% jego szerokości. 
  	Ponieważ 9 / 16 = 0.5625, proporcje 16:9 są zachowane.
  	Jest to technika znana jako 'Padding Hack'.
  */
  padding-top: 56.25%; /* 9 / 16 = 0.5625 */
  height: 0;
  overflow: hidden; /* Ukrywa wszystko, co wykracza poza granice kontenera */
}
.end .video-container iframe {
  /* Ustawienie pozycji na 'absolute' pozwala na precyzyjne umiejscowienie elementu w kontenerze rodzica */
  position: absolute;
  /* Ustawienie 'top' i 'left' na 0 pozycjonuje 'iframe' w lewym górnym rogu kontenera */
  top: 0;
  left: 0;
  /* Ustawienie szerokości i wysokości na 100% sprawia, że 'iframe' w pełni wypełnia kontener 'video-container' */
  width: 100%;
  height: 100%;
}
.end .btn-container {
  width: 100%;
  text-align: center;
  margin: 60px auto 80px;
}
.end .btn-container a {
  text-decoration: none;
}

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