@charset "UTF-8";
@font-face {
  font-family: "DGPIcons";
  src: url("../themes/dgp/assets/fonts/DGPIcons-Regular.woff") format("woff");
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-rg.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-bd.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-md.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-xlt.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-lt.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "BlissWeb";
  src: url("../themes/dgp/assets/fonts/blsw-ltit.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "BlissWebReg";
  src: url("../themes/dgp/assets/fonts/blsw-rg.woff") format("woff");
}
@font-face {
  font-family: "BlissWebBold";
  src: url("../themes/dgp/assets/fonts/blsw-bd.woff") format("woff");
}
@font-face {
  font-family: "BlissWebMedium";
  src: url("../themes/dgp/assets/fonts/blsw-md.woff") format("woff");
}
@font-face {
  font-family: "BlissWebExtraLight";
  src: url("../themes/dgp/assets/fonts/blsw-xlt.woff") format("woff");
}
@font-face {
  font-family: "BlissWebLight";
  src: url("../themes/dgp/assets/fonts/blsw-lt.woff") format("woff");
}
@font-face {
  font-family: "BlissWebLightItalic";
  src: url("../themes/dgp/assets/fonts/blsw-ltit.woff") format("woff");
}
/* Imports */
:root {
  --bs-blue: #053875;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #1d1012;
  --bs-orange: #f26821;
  --bs-yellow: #ffc107;
  --bs-green: #15AF9B;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #15AF9B;
  --bs-secondary: #056B7F;
  --bs-success: #15AF9B;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ed193a;
  --bs-light: #c0cddc;
  --bs-dark: #212529;
  --bs-dgp-blue: #053875;
  --bs-dgp-blue-25: #c0cddc;
  --bs-dgp-blue-12: #e1e7ee;
  --bs-dgp-green-bright: #00af9b;
  --bs-dgp-greenblue: #056B7F;
  --bs-dgp-greenblue-dark: #013B4A;
  --bs-dgp-green-light: #15AF9B;
  --bs-dgp-gray: #A9A9A9;
  --bs-dgp-bg: #F4F7F9;
  --bs-dgp-bg-menu: #f0f3f7;
  --bs-dgp-black: #333;
  --bs-dgp-red: #ed193a;
  --bs-dgp-orange: #f26821;
  --bs-font-sans-serif: BlissWeb, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.24;
  color: #212529;
  background-color: #F4F7F9;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1.25rem 0;
  color: #c0cddc;
  background-color: currentColor;
  border: 0;
  opacity: 100%;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 400;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 1.5625rem;
}
h2, .h2 {
  font-size: 1.25rem;
}
h3, .h3 {
  font-size: 1.0625rem;
}
h4, .h4 {
  font-size: 1.59375rem;
}
h5, .h5 {
  font-size: 1.328125rem;
}
h6, .h6 {
  font-size: 1.0625rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: 700;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #15AF9B;
  text-decoration: none;
}
a:hover {
  color: #15AF9B;
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.328125rem;
  font-weight: 300;
}
.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.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.328125rem;
}
.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: #F4F7F9;
  border: 1px solid #dee2e6;
  border-radius: 0;
  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-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-TW0, .gx-TW0 {
  --bs-gutter-x: 0;
}
.g-TW0, .gy-TW0 {
  --bs-gutter-y: 0;
}
.g-TWpx, .gx-TWpx {
  --bs-gutter-x: 1px;
}
.g-TWpx, .gy-TWpx {
  --bs-gutter-y: 1px;
}
.g-TW0_5, .gx-TW0_5 {
  --bs-gutter-x: 0.125rem;
}
.g-TW0_5, .gy-TW0_5 {
  --bs-gutter-y: 0.125rem;
}
.g-TW1, .gx-TW1 {
  --bs-gutter-x: 0.25rem;
}
.g-TW1, .gy-TW1 {
  --bs-gutter-y: 0.25rem;
}
.g-TW1_25, .gx-TW1_25 {
  --bs-gutter-x: 0.3125rem;
}
.g-TW1_25, .gy-TW1_25 {
  --bs-gutter-y: 0.3125rem;
}
.g-TW1_5, .gx-TW1_5 {
  --bs-gutter-x: 0.375rem;
}
.g-TW1_5, .gy-TW1_5 {
  --bs-gutter-y: 0.375rem;
}
.g-TW1_75, .gx-TW1_75 {
  --bs-gutter-x: 0.4375rem;
}
.g-TW1_75, .gy-TW1_75 {
  --bs-gutter-y: 0.4375rem;
}
.g-TW2, .gx-TW2 {
  --bs-gutter-x: 0.5rem;
}
.g-TW2, .gy-TW2 {
  --bs-gutter-y: 0.5rem;
}
.g-TW2_5, .gx-TW2_5 {
  --bs-gutter-x: 0.625rem;
}
.g-TW2_5, .gy-TW2_5 {
  --bs-gutter-y: 0.625rem;
}
.g-TW3, .gx-TW3 {
  --bs-gutter-x: 0.75rem;
}
.g-TW3, .gy-TW3 {
  --bs-gutter-y: 0.75rem;
}
.g-TW3_5, .gx-TW3_5 {
  --bs-gutter-x: 0.875rem;
}
.g-TW3_5, .gy-TW3_5 {
  --bs-gutter-y: 0.875rem;
}
.g-TW4, .gx-TW4 {
  --bs-gutter-x: 1rem;
}
.g-TW4, .gy-TW4 {
  --bs-gutter-y: 1rem;
}
.g-TW4_5, .gx-TW4_5 {
  --bs-gutter-x: 1.125rem;
}
.g-TW4_5, .gy-TW4_5 {
  --bs-gutter-y: 1.125rem;
}
.g-TW5, .gx-TW5 {
  --bs-gutter-x: 1.25rem;
}
.g-TW5, .gy-TW5 {
  --bs-gutter-y: 1.25rem;
}
.g-TW6, .gx-TW6 {
  --bs-gutter-x: 1.5rem;
}
.g-TW6, .gy-TW6 {
  --bs-gutter-y: 1.5rem;
}
.g-TW7, .gx-TW7 {
  --bs-gutter-x: 1.75rem;
}
.g-TW7, .gy-TW7 {
  --bs-gutter-y: 1.75rem;
}
.g-TW8, .gx-TW8 {
  --bs-gutter-x: 2rem;
}
.g-TW8, .gy-TW8 {
  --bs-gutter-y: 2rem;
}
.g-TW9, .gx-TW9 {
  --bs-gutter-x: 2.25rem;
}
.g-TW9, .gy-TW9 {
  --bs-gutter-y: 2.25rem;
}
.g-TW10, .gx-TW10 {
  --bs-gutter-x: 2.5rem;
}
.g-TW10, .gy-TW10 {
  --bs-gutter-y: 2.5rem;
}
.g-TW11, .gx-TW11 {
  --bs-gutter-x: 2.75rem;
}
.g-TW11, .gy-TW11 {
  --bs-gutter-y: 2.75rem;
}
.g-TW13, .gx-TW13 {
  --bs-gutter-x: 3.25rem;
}
.g-TW13, .gy-TW13 {
  --bs-gutter-y: 3.25rem;
}
.g-TW15, .gx-TW15 {
  --bs-gutter-x: 3.75rem;
}
.g-TW15, .gy-TW15 {
  --bs-gutter-y: 3.75rem;
}
.g-TW17, .gx-TW17 {
  --bs-gutter-x: 4.25rem;
}
.g-TW17, .gy-TW17 {
  --bs-gutter-y: 4.25rem;
}
.g-TW19, .gx-TW19 {
  --bs-gutter-x: 4.75rem;
}
.g-TW19, .gy-TW19 {
  --bs-gutter-y: 4.75rem;
}
.g-TW20, .gx-TW20 {
  --bs-gutter-x: 5rem;
}
.g-TW20, .gy-TW20 {
  --bs-gutter-y: 5rem;
}
.g-TW24, .gx-TW24 {
  --bs-gutter-x: 6rem;
}
.g-TW24, .gy-TW24 {
  --bs-gutter-y: 6rem;
}
.g-TW28, .gx-TW28 {
  --bs-gutter-x: 7rem;
}
.g-TW28, .gy-TW28 {
  --bs-gutter-y: 7rem;
}
.g-TW32, .gx-TW32 {
  --bs-gutter-x: 8rem;
}
.g-TW32, .gy-TW32 {
  --bs-gutter-y: 8rem;
}
.g-TW36, .gx-TW36 {
  --bs-gutter-x: 9rem;
}
.g-TW36, .gy-TW36 {
  --bs-gutter-y: 9rem;
}
.g-TW40, .gx-TW40 {
  --bs-gutter-x: 10rem;
}
.g-TW40, .gy-TW40 {
  --bs-gutter-y: 10rem;
}
.g-TW44, .gx-TW44 {
  --bs-gutter-x: 11rem;
}
.g-TW44, .gy-TW44 {
  --bs-gutter-y: 11rem;
}
.g-TW48, .gx-TW48 {
  --bs-gutter-x: 12rem;
}
.g-TW48, .gy-TW48 {
  --bs-gutter-y: 12rem;
}
.g-TW52, .gx-TW52 {
  --bs-gutter-x: 13rem;
}
.g-TW52, .gy-TW52 {
  --bs-gutter-y: 13rem;
}
.g-TW56, .gx-TW56 {
  --bs-gutter-x: 14rem;
}
.g-TW56, .gy-TW56 {
  --bs-gutter-y: 14rem;
}
.g-TW60, .gx-TW60 {
  --bs-gutter-x: 15rem;
}
.g-TW60, .gy-TW60 {
  --bs-gutter-y: 15rem;
}
.g-TW64, .gx-TW64 {
  --bs-gutter-x: 16rem;
}
.g-TW64, .gy-TW64 {
  --bs-gutter-y: 16rem;
}
.g-TW72, .gx-TW72 {
  --bs-gutter-x: 18rem;
}
.g-TW72, .gy-TW72 {
  --bs-gutter-y: 18rem;
}
.g-TW80, .gx-TW80 {
  --bs-gutter-x: 20rem;
}
.g-TW80, .gy-TW80 {
  --bs-gutter-y: 20rem;
}
.g-TW88, .gx-TW88 {
  --bs-gutter-x: 22rem;
}
.g-TW88, .gy-TW88 {
  --bs-gutter-y: 22rem;
}
.g-TW96, .gx-TW96 {
  --bs-gutter-x: 24rem;
}
.g-TW96, .gy-TW96 {
  --bs-gutter-y: 24rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-TW0, .gx-sm-TW0 {
    --bs-gutter-x: 0;
  }
  .g-sm-TW0, .gy-sm-TW0 {
    --bs-gutter-y: 0;
  }
  .g-sm-TWpx, .gx-sm-TWpx {
    --bs-gutter-x: 1px;
  }
  .g-sm-TWpx, .gy-sm-TWpx {
    --bs-gutter-y: 1px;
  }
  .g-sm-TW0_5, .gx-sm-TW0_5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-TW0_5, .gy-sm-TW0_5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-TW1, .gx-sm-TW1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-TW1, .gy-sm-TW1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-TW1_25, .gx-sm-TW1_25 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-TW1_25, .gy-sm-TW1_25 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-TW1_5, .gx-sm-TW1_5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-TW1_5, .gy-sm-TW1_5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-sm-TW1_75, .gx-sm-TW1_75 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-sm-TW1_75, .gy-sm-TW1_75 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-sm-TW2, .gx-sm-TW2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-TW2, .gy-sm-TW2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-TW2_5, .gx-sm-TW2_5 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-TW2_5, .gy-sm-TW2_5 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-TW3, .gx-sm-TW3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-TW3, .gy-sm-TW3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-TW3_5, .gx-sm-TW3_5 {
    --bs-gutter-x: 0.875rem;
  }
  .g-sm-TW3_5, .gy-sm-TW3_5 {
    --bs-gutter-y: 0.875rem;
  }
  .g-sm-TW4, .gx-sm-TW4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-TW4, .gy-sm-TW4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-TW4_5, .gx-sm-TW4_5 {
    --bs-gutter-x: 1.125rem;
  }
  .g-sm-TW4_5, .gy-sm-TW4_5 {
    --bs-gutter-y: 1.125rem;
  }
  .g-sm-TW5, .gx-sm-TW5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-TW5, .gy-sm-TW5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-TW6, .gx-sm-TW6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-TW6, .gy-sm-TW6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-TW7, .gx-sm-TW7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-TW7, .gy-sm-TW7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-TW8, .gx-sm-TW8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-TW8, .gy-sm-TW8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-TW9, .gx-sm-TW9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-TW9, .gy-sm-TW9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-TW10, .gx-sm-TW10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-TW10, .gy-sm-TW10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-TW11, .gx-sm-TW11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-sm-TW11, .gy-sm-TW11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-sm-TW13, .gx-sm-TW13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-sm-TW13, .gy-sm-TW13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-sm-TW15, .gx-sm-TW15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-TW15, .gy-sm-TW15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-TW17, .gx-sm-TW17 {
    --bs-gutter-x: 4.25rem;
  }
  .g-sm-TW17, .gy-sm-TW17 {
    --bs-gutter-y: 4.25rem;
  }
  .g-sm-TW19, .gx-sm-TW19 {
    --bs-gutter-x: 4.75rem;
  }
  .g-sm-TW19, .gy-sm-TW19 {
    --bs-gutter-y: 4.75rem;
  }
  .g-sm-TW20, .gx-sm-TW20 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-TW20, .gy-sm-TW20 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-TW24, .gx-sm-TW24 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-TW24, .gy-sm-TW24 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-TW28, .gx-sm-TW28 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-TW28, .gy-sm-TW28 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-TW32, .gx-sm-TW32 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-TW32, .gy-sm-TW32 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-TW36, .gx-sm-TW36 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-TW36, .gy-sm-TW36 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-TW40, .gx-sm-TW40 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-TW40, .gy-sm-TW40 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-TW44, .gx-sm-TW44 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-TW44, .gy-sm-TW44 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-TW48, .gx-sm-TW48 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-TW48, .gy-sm-TW48 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-TW52, .gx-sm-TW52 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-TW52, .gy-sm-TW52 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-TW56, .gx-sm-TW56 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-TW56, .gy-sm-TW56 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-TW60, .gx-sm-TW60 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-TW60, .gy-sm-TW60 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-TW64, .gx-sm-TW64 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-TW64, .gy-sm-TW64 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-TW72, .gx-sm-TW72 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-TW72, .gy-sm-TW72 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-TW80, .gx-sm-TW80 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-TW80, .gy-sm-TW80 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-TW88, .gx-sm-TW88 {
    --bs-gutter-x: 22rem;
  }
  .g-sm-TW88, .gy-sm-TW88 {
    --bs-gutter-y: 22rem;
  }
  .g-sm-TW96, .gx-sm-TW96 {
    --bs-gutter-x: 24rem;
  }
  .g-sm-TW96, .gy-sm-TW96 {
    --bs-gutter-y: 24rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-TW0, .gx-md-TW0 {
    --bs-gutter-x: 0;
  }
  .g-md-TW0, .gy-md-TW0 {
    --bs-gutter-y: 0;
  }
  .g-md-TWpx, .gx-md-TWpx {
    --bs-gutter-x: 1px;
  }
  .g-md-TWpx, .gy-md-TWpx {
    --bs-gutter-y: 1px;
  }
  .g-md-TW0_5, .gx-md-TW0_5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-TW0_5, .gy-md-TW0_5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-TW1, .gx-md-TW1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-TW1, .gy-md-TW1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-TW1_25, .gx-md-TW1_25 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-TW1_25, .gy-md-TW1_25 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-TW1_5, .gx-md-TW1_5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-TW1_5, .gy-md-TW1_5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-md-TW1_75, .gx-md-TW1_75 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-md-TW1_75, .gy-md-TW1_75 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-md-TW2, .gx-md-TW2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-TW2, .gy-md-TW2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-TW2_5, .gx-md-TW2_5 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-TW2_5, .gy-md-TW2_5 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-TW3, .gx-md-TW3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-TW3, .gy-md-TW3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-TW3_5, .gx-md-TW3_5 {
    --bs-gutter-x: 0.875rem;
  }
  .g-md-TW3_5, .gy-md-TW3_5 {
    --bs-gutter-y: 0.875rem;
  }
  .g-md-TW4, .gx-md-TW4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-TW4, .gy-md-TW4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-TW4_5, .gx-md-TW4_5 {
    --bs-gutter-x: 1.125rem;
  }
  .g-md-TW4_5, .gy-md-TW4_5 {
    --bs-gutter-y: 1.125rem;
  }
  .g-md-TW5, .gx-md-TW5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-TW5, .gy-md-TW5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-TW6, .gx-md-TW6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-TW6, .gy-md-TW6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-TW7, .gx-md-TW7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-TW7, .gy-md-TW7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-TW8, .gx-md-TW8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-TW8, .gy-md-TW8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-TW9, .gx-md-TW9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-TW9, .gy-md-TW9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-TW10, .gx-md-TW10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-TW10, .gy-md-TW10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-TW11, .gx-md-TW11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-TW11, .gy-md-TW11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-TW13, .gx-md-TW13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-md-TW13, .gy-md-TW13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-md-TW15, .gx-md-TW15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-TW15, .gy-md-TW15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-TW17, .gx-md-TW17 {
    --bs-gutter-x: 4.25rem;
  }
  .g-md-TW17, .gy-md-TW17 {
    --bs-gutter-y: 4.25rem;
  }
  .g-md-TW19, .gx-md-TW19 {
    --bs-gutter-x: 4.75rem;
  }
  .g-md-TW19, .gy-md-TW19 {
    --bs-gutter-y: 4.75rem;
  }
  .g-md-TW20, .gx-md-TW20 {
    --bs-gutter-x: 5rem;
  }
  .g-md-TW20, .gy-md-TW20 {
    --bs-gutter-y: 5rem;
  }
  .g-md-TW24, .gx-md-TW24 {
    --bs-gutter-x: 6rem;
  }
  .g-md-TW24, .gy-md-TW24 {
    --bs-gutter-y: 6rem;
  }
  .g-md-TW28, .gx-md-TW28 {
    --bs-gutter-x: 7rem;
  }
  .g-md-TW28, .gy-md-TW28 {
    --bs-gutter-y: 7rem;
  }
  .g-md-TW32, .gx-md-TW32 {
    --bs-gutter-x: 8rem;
  }
  .g-md-TW32, .gy-md-TW32 {
    --bs-gutter-y: 8rem;
  }
  .g-md-TW36, .gx-md-TW36 {
    --bs-gutter-x: 9rem;
  }
  .g-md-TW36, .gy-md-TW36 {
    --bs-gutter-y: 9rem;
  }
  .g-md-TW40, .gx-md-TW40 {
    --bs-gutter-x: 10rem;
  }
  .g-md-TW40, .gy-md-TW40 {
    --bs-gutter-y: 10rem;
  }
  .g-md-TW44, .gx-md-TW44 {
    --bs-gutter-x: 11rem;
  }
  .g-md-TW44, .gy-md-TW44 {
    --bs-gutter-y: 11rem;
  }
  .g-md-TW48, .gx-md-TW48 {
    --bs-gutter-x: 12rem;
  }
  .g-md-TW48, .gy-md-TW48 {
    --bs-gutter-y: 12rem;
  }
  .g-md-TW52, .gx-md-TW52 {
    --bs-gutter-x: 13rem;
  }
  .g-md-TW52, .gy-md-TW52 {
    --bs-gutter-y: 13rem;
  }
  .g-md-TW56, .gx-md-TW56 {
    --bs-gutter-x: 14rem;
  }
  .g-md-TW56, .gy-md-TW56 {
    --bs-gutter-y: 14rem;
  }
  .g-md-TW60, .gx-md-TW60 {
    --bs-gutter-x: 15rem;
  }
  .g-md-TW60, .gy-md-TW60 {
    --bs-gutter-y: 15rem;
  }
  .g-md-TW64, .gx-md-TW64 {
    --bs-gutter-x: 16rem;
  }
  .g-md-TW64, .gy-md-TW64 {
    --bs-gutter-y: 16rem;
  }
  .g-md-TW72, .gx-md-TW72 {
    --bs-gutter-x: 18rem;
  }
  .g-md-TW72, .gy-md-TW72 {
    --bs-gutter-y: 18rem;
  }
  .g-md-TW80, .gx-md-TW80 {
    --bs-gutter-x: 20rem;
  }
  .g-md-TW80, .gy-md-TW80 {
    --bs-gutter-y: 20rem;
  }
  .g-md-TW88, .gx-md-TW88 {
    --bs-gutter-x: 22rem;
  }
  .g-md-TW88, .gy-md-TW88 {
    --bs-gutter-y: 22rem;
  }
  .g-md-TW96, .gx-md-TW96 {
    --bs-gutter-x: 24rem;
  }
  .g-md-TW96, .gy-md-TW96 {
    --bs-gutter-y: 24rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-TW0, .gx-lg-TW0 {
    --bs-gutter-x: 0;
  }
  .g-lg-TW0, .gy-lg-TW0 {
    --bs-gutter-y: 0;
  }
  .g-lg-TWpx, .gx-lg-TWpx {
    --bs-gutter-x: 1px;
  }
  .g-lg-TWpx, .gy-lg-TWpx {
    --bs-gutter-y: 1px;
  }
  .g-lg-TW0_5, .gx-lg-TW0_5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-TW0_5, .gy-lg-TW0_5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-TW1, .gx-lg-TW1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-TW1, .gy-lg-TW1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-TW1_25, .gx-lg-TW1_25 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-TW1_25, .gy-lg-TW1_25 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-TW1_5, .gx-lg-TW1_5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-TW1_5, .gy-lg-TW1_5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-lg-TW1_75, .gx-lg-TW1_75 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-lg-TW1_75, .gy-lg-TW1_75 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-lg-TW2, .gx-lg-TW2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-TW2, .gy-lg-TW2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-TW2_5, .gx-lg-TW2_5 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-TW2_5, .gy-lg-TW2_5 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-TW3, .gx-lg-TW3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-TW3, .gy-lg-TW3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-TW3_5, .gx-lg-TW3_5 {
    --bs-gutter-x: 0.875rem;
  }
  .g-lg-TW3_5, .gy-lg-TW3_5 {
    --bs-gutter-y: 0.875rem;
  }
  .g-lg-TW4, .gx-lg-TW4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-TW4, .gy-lg-TW4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-TW4_5, .gx-lg-TW4_5 {
    --bs-gutter-x: 1.125rem;
  }
  .g-lg-TW4_5, .gy-lg-TW4_5 {
    --bs-gutter-y: 1.125rem;
  }
  .g-lg-TW5, .gx-lg-TW5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-TW5, .gy-lg-TW5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-TW6, .gx-lg-TW6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-TW6, .gy-lg-TW6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-TW7, .gx-lg-TW7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-TW7, .gy-lg-TW7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-TW8, .gx-lg-TW8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-TW8, .gy-lg-TW8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-TW9, .gx-lg-TW9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-TW9, .gy-lg-TW9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-TW10, .gx-lg-TW10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-TW10, .gy-lg-TW10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-TW11, .gx-lg-TW11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-TW11, .gy-lg-TW11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-TW13, .gx-lg-TW13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-lg-TW13, .gy-lg-TW13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-lg-TW15, .gx-lg-TW15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-TW15, .gy-lg-TW15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-TW17, .gx-lg-TW17 {
    --bs-gutter-x: 4.25rem;
  }
  .g-lg-TW17, .gy-lg-TW17 {
    --bs-gutter-y: 4.25rem;
  }
  .g-lg-TW19, .gx-lg-TW19 {
    --bs-gutter-x: 4.75rem;
  }
  .g-lg-TW19, .gy-lg-TW19 {
    --bs-gutter-y: 4.75rem;
  }
  .g-lg-TW20, .gx-lg-TW20 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-TW20, .gy-lg-TW20 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-TW24, .gx-lg-TW24 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-TW24, .gy-lg-TW24 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-TW28, .gx-lg-TW28 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-TW28, .gy-lg-TW28 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-TW32, .gx-lg-TW32 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-TW32, .gy-lg-TW32 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-TW36, .gx-lg-TW36 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-TW36, .gy-lg-TW36 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-TW40, .gx-lg-TW40 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-TW40, .gy-lg-TW40 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-TW44, .gx-lg-TW44 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-TW44, .gy-lg-TW44 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-TW48, .gx-lg-TW48 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-TW48, .gy-lg-TW48 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-TW52, .gx-lg-TW52 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-TW52, .gy-lg-TW52 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-TW56, .gx-lg-TW56 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-TW56, .gy-lg-TW56 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-TW60, .gx-lg-TW60 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-TW60, .gy-lg-TW60 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-TW64, .gx-lg-TW64 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-TW64, .gy-lg-TW64 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-TW72, .gx-lg-TW72 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-TW72, .gy-lg-TW72 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-TW80, .gx-lg-TW80 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-TW80, .gy-lg-TW80 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-TW88, .gx-lg-TW88 {
    --bs-gutter-x: 22rem;
  }
  .g-lg-TW88, .gy-lg-TW88 {
    --bs-gutter-y: 22rem;
  }
  .g-lg-TW96, .gx-lg-TW96 {
    --bs-gutter-x: 24rem;
  }
  .g-lg-TW96, .gy-lg-TW96 {
    --bs-gutter-y: 24rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-TW0, .gx-xl-TW0 {
    --bs-gutter-x: 0;
  }
  .g-xl-TW0, .gy-xl-TW0 {
    --bs-gutter-y: 0;
  }
  .g-xl-TWpx, .gx-xl-TWpx {
    --bs-gutter-x: 1px;
  }
  .g-xl-TWpx, .gy-xl-TWpx {
    --bs-gutter-y: 1px;
  }
  .g-xl-TW0_5, .gx-xl-TW0_5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-TW0_5, .gy-xl-TW0_5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-TW1, .gx-xl-TW1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-TW1, .gy-xl-TW1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-TW1_25, .gx-xl-TW1_25 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-TW1_25, .gy-xl-TW1_25 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-TW1_5, .gx-xl-TW1_5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-TW1_5, .gy-xl-TW1_5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xl-TW1_75, .gx-xl-TW1_75 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xl-TW1_75, .gy-xl-TW1_75 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xl-TW2, .gx-xl-TW2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-TW2, .gy-xl-TW2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-TW2_5, .gx-xl-TW2_5 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-TW2_5, .gy-xl-TW2_5 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-TW3, .gx-xl-TW3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-TW3, .gy-xl-TW3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-TW3_5, .gx-xl-TW3_5 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xl-TW3_5, .gy-xl-TW3_5 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xl-TW4, .gx-xl-TW4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-TW4, .gy-xl-TW4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-TW4_5, .gx-xl-TW4_5 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xl-TW4_5, .gy-xl-TW4_5 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xl-TW5, .gx-xl-TW5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-TW5, .gy-xl-TW5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-TW6, .gx-xl-TW6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-TW6, .gy-xl-TW6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-TW7, .gx-xl-TW7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-TW7, .gy-xl-TW7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-TW8, .gx-xl-TW8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-TW8, .gy-xl-TW8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-TW9, .gx-xl-TW9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-TW9, .gy-xl-TW9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-TW10, .gx-xl-TW10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-TW10, .gy-xl-TW10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-TW11, .gx-xl-TW11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-TW11, .gy-xl-TW11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-TW13, .gx-xl-TW13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xl-TW13, .gy-xl-TW13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xl-TW15, .gx-xl-TW15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-TW15, .gy-xl-TW15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-TW17, .gx-xl-TW17 {
    --bs-gutter-x: 4.25rem;
  }
  .g-xl-TW17, .gy-xl-TW17 {
    --bs-gutter-y: 4.25rem;
  }
  .g-xl-TW19, .gx-xl-TW19 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xl-TW19, .gy-xl-TW19 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xl-TW20, .gx-xl-TW20 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-TW20, .gy-xl-TW20 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-TW24, .gx-xl-TW24 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-TW24, .gy-xl-TW24 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-TW28, .gx-xl-TW28 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-TW28, .gy-xl-TW28 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-TW32, .gx-xl-TW32 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-TW32, .gy-xl-TW32 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-TW36, .gx-xl-TW36 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-TW36, .gy-xl-TW36 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-TW40, .gx-xl-TW40 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-TW40, .gy-xl-TW40 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-TW44, .gx-xl-TW44 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-TW44, .gy-xl-TW44 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-TW48, .gx-xl-TW48 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-TW48, .gy-xl-TW48 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-TW52, .gx-xl-TW52 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-TW52, .gy-xl-TW52 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-TW56, .gx-xl-TW56 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-TW56, .gy-xl-TW56 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-TW60, .gx-xl-TW60 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-TW60, .gy-xl-TW60 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-TW64, .gx-xl-TW64 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-TW64, .gy-xl-TW64 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-TW72, .gx-xl-TW72 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-TW72, .gy-xl-TW72 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-TW80, .gx-xl-TW80 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-TW80, .gy-xl-TW80 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-TW88, .gx-xl-TW88 {
    --bs-gutter-x: 22rem;
  }
  .g-xl-TW88, .gy-xl-TW88 {
    --bs-gutter-y: 22rem;
  }
  .g-xl-TW96, .gx-xl-TW96 {
    --bs-gutter-x: 24rem;
  }
  .g-xl-TW96, .gy-xl-TW96 {
    --bs-gutter-y: 24rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-TW0, .gx-xxl-TW0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-TW0, .gy-xxl-TW0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-TWpx, .gx-xxl-TWpx {
    --bs-gutter-x: 1px;
  }
  .g-xxl-TWpx, .gy-xxl-TWpx {
    --bs-gutter-y: 1px;
  }
  .g-xxl-TW0_5, .gx-xxl-TW0_5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-TW0_5, .gy-xxl-TW0_5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xxl-TW1, .gx-xxl-TW1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-TW1, .gy-xxl-TW1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-TW1_25, .gx-xxl-TW1_25 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxl-TW1_25, .gy-xxl-TW1_25 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-TW1_5, .gx-xxl-TW1_5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-TW1_5, .gy-xxl-TW1_5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xxl-TW1_75, .gx-xxl-TW1_75 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xxl-TW1_75, .gy-xxl-TW1_75 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xxl-TW2, .gx-xxl-TW2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-TW2, .gy-xxl-TW2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-TW2_5, .gx-xxl-TW2_5 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-TW2_5, .gy-xxl-TW2_5 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-TW3, .gx-xxl-TW3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-TW3, .gy-xxl-TW3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-TW3_5, .gx-xxl-TW3_5 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xxl-TW3_5, .gy-xxl-TW3_5 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xxl-TW4, .gx-xxl-TW4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-TW4, .gy-xxl-TW4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-TW4_5, .gx-xxl-TW4_5 {
    --bs-gutter-x: 1.125rem;
  }
  .g-xxl-TW4_5, .gy-xxl-TW4_5 {
    --bs-gutter-y: 1.125rem;
  }
  .g-xxl-TW5, .gx-xxl-TW5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-TW5, .gy-xxl-TW5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-TW6, .gx-xxl-TW6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-TW6, .gy-xxl-TW6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-TW7, .gx-xxl-TW7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-TW7, .gy-xxl-TW7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-TW8, .gx-xxl-TW8 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-TW8, .gy-xxl-TW8 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-TW9, .gx-xxl-TW9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-TW9, .gy-xxl-TW9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-TW10, .gx-xxl-TW10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-TW10, .gy-xxl-TW10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-TW11, .gx-xxl-TW11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xxl-TW11, .gy-xxl-TW11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xxl-TW13, .gx-xxl-TW13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xxl-TW13, .gy-xxl-TW13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xxl-TW15, .gx-xxl-TW15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-TW15, .gy-xxl-TW15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-TW17, .gx-xxl-TW17 {
    --bs-gutter-x: 4.25rem;
  }
  .g-xxl-TW17, .gy-xxl-TW17 {
    --bs-gutter-y: 4.25rem;
  }
  .g-xxl-TW19, .gx-xxl-TW19 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xxl-TW19, .gy-xxl-TW19 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xxl-TW20, .gx-xxl-TW20 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-TW20, .gy-xxl-TW20 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-TW24, .gx-xxl-TW24 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-TW24, .gy-xxl-TW24 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-TW28, .gx-xxl-TW28 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-TW28, .gy-xxl-TW28 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-TW32, .gx-xxl-TW32 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-TW32, .gy-xxl-TW32 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-TW36, .gx-xxl-TW36 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-TW36, .gy-xxl-TW36 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-TW40, .gx-xxl-TW40 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-TW40, .gy-xxl-TW40 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-TW44, .gx-xxl-TW44 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-TW44, .gy-xxl-TW44 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-TW48, .gx-xxl-TW48 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-TW48, .gy-xxl-TW48 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-TW52, .gx-xxl-TW52 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-TW52, .gy-xxl-TW52 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-TW56, .gx-xxl-TW56 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-TW56, .gy-xxl-TW56 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-TW60, .gx-xxl-TW60 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-TW60, .gy-xxl-TW60 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-TW64, .gx-xxl-TW64 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-TW64, .gy-xxl-TW64 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-TW72, .gx-xxl-TW72 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-TW72, .gy-xxl-TW72 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-TW80, .gx-xxl-TW80 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-TW80, .gy-xxl-TW80 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-TW88, .gx-xxl-TW88 {
    --bs-gutter-x: 22rem;
  }
  .g-xxl-TW88, .gy-xxl-TW88 {
    --bs-gutter-y: 22rem;
  }
  .g-xxl-TW96, .gx-xxl-TW96 {
    --bs-gutter-x: 24rem;
  }
  .g-xxl-TW96, .gy-xxl-TW96 {
    --bs-gutter-y: 24rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #15AF9B;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #d0efeb;
  --bs-table-striped-bg: #c6e3df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbd7d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0ddd9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbd7d4;
}
.table-secondary {
  --bs-table-bg: #cde1e5;
  --bs-table-striped-bg: #c3d6da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9cbce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bed0d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9cbce;
}
.table-success {
  --bs-table-bg: #d0efeb;
  --bs-table-striped-bg: #c6e3df;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbd7d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0ddd9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbd7d4;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #fbd1d8;
  --bs-table-striped-bg: #eec7cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2bcc2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8c1c8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2bcc2;
}
.table-light {
  --bs-table-bg: #c0cddc;
  --bs-table-striped-bg: #b6c3d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #adb9c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #b2becc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #adb9c6;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.24;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.328125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9296875rem;
}
.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.0625rem;
  font-weight: 400;
  line-height: 1.24;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #15AF9B;
  appearance: none;
  border-radius: 0;
  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: #212529;
  background-color: #fff;
  border-color: #15AF9B;
  outline: 0;
  box-shadow: none !important;
}
.form-control::-webkit-date-and-time-value {
  height: 1.24em;
}
.form-control::placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s 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::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.24;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.24em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.24em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.328125rem;
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.24em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.24em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.24em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.24em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.24em;
  border-radius: 0;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.24;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #15AF9B;
  border-radius: 0;
  appearance: none;
}
.form-select:focus {
  border-color: #15AF9B;
  outline: 0;
  box-shadow: none !important;
}
.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 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9296875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.328125rem;
}
.form-check {
  display: block;
  min-height: 1.3175rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.12em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.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: #15AF9B;
  outline: 0;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #15AF9B;
  border-color: #15AF9B;
  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='%23fff' 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 {
  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='%2315AF9B'/%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='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .fc.fc-theme-standard .btn-check[disabled] + .fc-button, .btn-check:disabled + .btn, .fc.fc-theme-standard .btn-check:disabled + .fc-button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F4F7F9, none !important;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F4F7F9, none !important;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #15AF9B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b9e7e1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #15AF9B;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b9e7e1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px 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::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ 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);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .fc.fc-theme-standard .fc-button, .fc.fc-theme-standard .input-group .fc-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .fc.fc-theme-standard .fc-button:focus, .fc.fc-theme-standard .input-group .fc-button:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.24;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #15AF9B;
  border-radius: 0;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .fc.fc-theme-standard .input-group-lg > .fc-button {
  padding: 0.5rem 1rem;
  font-size: 1.328125rem;
  border-radius: 0;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .fc.fc-theme-standard .input-group-sm > .fc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #15AF9B;
}
.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.9296875rem;
  color: #000;
  background-color: rgba(21, 175, 155, 0.9);
  border-radius: 0;
}
.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: #15AF9B;
  padding-right: calc(1.24em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2315AF9B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.31em + 0.1875rem) center;
  background-size: calc(0.62em + 0.375rem) calc(0.62em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #15AF9B;
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.24em + 0.75rem);
  background-position: top calc(0.31em + 0.1875rem) right calc(0.31em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #15AF9B;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2315AF9B' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.62em + 0.375rem) calc(0.62em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #15AF9B;
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #15AF9B;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #15AF9B;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #15AF9B;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ed193a;
}
.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.9296875rem;
  color: #000;
  background-color: rgba(237, 25, 58, 0.9);
  border-radius: 0;
}
.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: #ed193a;
  padding-right: calc(1.24em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed193a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed193a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.31em + 0.1875rem) center;
  background-size: calc(0.62em + 0.375rem) calc(0.62em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed193a;
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.24em + 0.75rem);
  background-position: top calc(0.31em + 0.1875rem) right calc(0.31em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ed193a;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ed193a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed193a' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.62em + 0.375rem) calc(0.62em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ed193a;
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ed193a;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ed193a;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ed193a;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn, .fc.fc-theme-standard .fc-button {
  display: inline-block;
  font-weight: 200;
  line-height: 1.24;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  border-radius: 0;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .fc.fc-theme-standard .fc-button {
    transition: none;
  }
}
.btn:hover, .fc.fc-theme-standard .fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.btn-check:focus + .btn, .fc.fc-theme-standard .btn-check:focus + .fc-button, .btn:focus, .fc.fc-theme-standard .fc-button:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:disabled, .fc.fc-theme-standard .fc-button:disabled, .btn.disabled, .fc.fc-theme-standard .disabled.fc-button, fieldset:disabled .btn, fieldset:disabled .fc.fc-theme-standard .fc-button, .fc.fc-theme-standard fieldset:disabled .fc-button {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary, .fc.fc-theme-standard .fc-button-primary {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-primary:hover, .fc.fc-theme-standard .fc-button-primary:hover {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
}
.btn-check:focus + .btn-primary, .fc.fc-theme-standard .btn-check:focus + .fc-button-primary, .btn-primary:focus, .fc.fc-theme-standard .fc-button-primary:focus {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-check:checked + .btn-primary, .fc.fc-theme-standard .btn-check:checked + .fc-button-primary, .btn-check:active + .btn-primary, .fc.fc-theme-standard .btn-check:active + .fc-button-primary, .btn-primary:active, .fc.fc-theme-standard .fc-button-primary:active, .btn-primary.active, .fc.fc-theme-standard .active.fc-button-primary, .show > .btn-primary.dropdown-toggle, .fc.fc-theme-standard .show > .dropdown-toggle.fc-button-primary {
  color: #000;
  background-color: #44bfaf;
  border-color: #2cb7a5;
}
.btn-check:checked + .btn-primary:focus, .fc.fc-theme-standard .btn-check:checked + .fc-button-primary:focus, .btn-check:active + .btn-primary:focus, .fc.fc-theme-standard .btn-check:active + .fc-button-primary:focus, .btn-primary:active:focus, .fc.fc-theme-standard .fc-button-primary:active:focus, .btn-primary.active:focus, .fc.fc-theme-standard .active.fc-button-primary:focus, .show > .btn-primary.dropdown-toggle:focus, .fc.fc-theme-standard .show > .dropdown-toggle.fc-button-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-primary:disabled, .fc.fc-theme-standard .fc-button-primary:disabled, .btn-primary.disabled, .fc.fc-theme-standard .disabled.fc-button-primary {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-secondary {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #045b6c;
  border-color: #045666;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #045b6c;
  border-color: #045666;
  box-shadow: 0 0 0 0.25rem rgba(43, 129, 146, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #045666;
  border-color: #04505f;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 129, 146, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-success {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-success:hover {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #44bfaf;
  border-color: #2cb7a5;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-danger:hover {
  color: #000;
  background-color: #f03c58;
  border-color: #ef304e;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #f03c58;
  border-color: #ef304e;
  box-shadow: 0 0 0 0.25rem rgba(201, 21, 49, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f14761;
  border-color: #ef304e;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 21, 49, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-light {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-light:hover {
  color: #000;
  background-color: #c9d5e1;
  border-color: #c6d2e0;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #c9d5e1;
  border-color: #c6d2e0;
  box-shadow: 0 0 0 0.25rem rgba(163, 174, 187, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #cdd7e3;
  border-color: #c6d2e0;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(163, 174, 187, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dgp-blue {
  color: #fff;
  background-color: #053875;
  border-color: #053875;
}
.btn-dgp-blue:hover {
  color: #fff;
  background-color: #043063;
  border-color: #042d5e;
}
.btn-check:focus + .btn-dgp-blue, .btn-dgp-blue:focus {
  color: #fff;
  background-color: #043063;
  border-color: #042d5e;
  box-shadow: 0 0 0 0.25rem rgba(43, 86, 138, 0.5);
}
.btn-check:checked + .btn-dgp-blue, .btn-check:active + .btn-dgp-blue, .btn-dgp-blue:active, .btn-dgp-blue.active, .show > .btn-dgp-blue.dropdown-toggle {
  color: #fff;
  background-color: #042d5e;
  border-color: #042a58;
}
.btn-check:checked + .btn-dgp-blue:focus, .btn-check:active + .btn-dgp-blue:focus, .btn-dgp-blue:active:focus, .btn-dgp-blue.active:focus, .show > .btn-dgp-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 86, 138, 0.5);
}
.btn-dgp-blue:disabled, .btn-dgp-blue.disabled {
  color: #fff;
  background-color: #053875;
  border-color: #053875;
}
.btn-dgp-blue-25 {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-dgp-blue-25:hover {
  color: #000;
  background-color: #c9d5e1;
  border-color: #c6d2e0;
}
.btn-check:focus + .btn-dgp-blue-25, .btn-dgp-blue-25:focus {
  color: #000;
  background-color: #c9d5e1;
  border-color: #c6d2e0;
  box-shadow: 0 0 0 0.25rem rgba(163, 174, 187, 0.5);
}
.btn-check:checked + .btn-dgp-blue-25, .btn-check:active + .btn-dgp-blue-25, .btn-dgp-blue-25:active, .btn-dgp-blue-25.active, .show > .btn-dgp-blue-25.dropdown-toggle {
  color: #000;
  background-color: #cdd7e3;
  border-color: #c6d2e0;
}
.btn-check:checked + .btn-dgp-blue-25:focus, .btn-check:active + .btn-dgp-blue-25:focus, .btn-dgp-blue-25:active:focus, .btn-dgp-blue-25.active:focus, .show > .btn-dgp-blue-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(163, 174, 187, 0.5);
}
.btn-dgp-blue-25:disabled, .btn-dgp-blue-25.disabled {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-dgp-blue-12 {
  color: #000;
  background-color: #e1e7ee;
  border-color: #e1e7ee;
}
.btn-dgp-blue-12:hover {
  color: #000;
  background-color: #e6ebf1;
  border-color: #e4e9f0;
}
.btn-check:focus + .btn-dgp-blue-12, .btn-dgp-blue-12:focus {
  color: #000;
  background-color: #e6ebf1;
  border-color: #e4e9f0;
  box-shadow: 0 0 0 0.25rem rgba(191, 196, 202, 0.5);
}
.btn-check:checked + .btn-dgp-blue-12, .btn-check:active + .btn-dgp-blue-12, .btn-dgp-blue-12:active, .btn-dgp-blue-12.active, .show > .btn-dgp-blue-12.dropdown-toggle {
  color: #000;
  background-color: #e7ecf1;
  border-color: #e4e9f0;
}
.btn-check:checked + .btn-dgp-blue-12:focus, .btn-check:active + .btn-dgp-blue-12:focus, .btn-dgp-blue-12:active:focus, .btn-dgp-blue-12.active:focus, .show > .btn-dgp-blue-12.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 196, 202, 0.5);
}
.btn-dgp-blue-12:disabled, .btn-dgp-blue-12.disabled {
  color: #000;
  background-color: #e1e7ee;
  border-color: #e1e7ee;
}
.btn-dgp-green-bright {
  color: #000;
  background-color: #00af9b;
  border-color: #00af9b;
}
.btn-dgp-green-bright:hover {
  color: #000;
  background-color: #26bbaa;
  border-color: #1ab7a5;
}
.btn-check:focus + .btn-dgp-green-bright, .btn-dgp-green-bright:focus {
  color: #000;
  background-color: #26bbaa;
  border-color: #1ab7a5;
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 132, 0.5);
}
.btn-check:checked + .btn-dgp-green-bright, .btn-check:active + .btn-dgp-green-bright, .btn-dgp-green-bright:active, .btn-dgp-green-bright.active, .show > .btn-dgp-green-bright.dropdown-toggle {
  color: #000;
  background-color: #33bfaf;
  border-color: #1ab7a5;
}
.btn-check:checked + .btn-dgp-green-bright:focus, .btn-check:active + .btn-dgp-green-bright:focus, .btn-dgp-green-bright:active:focus, .btn-dgp-green-bright.active:focus, .show > .btn-dgp-green-bright.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 132, 0.5);
}
.btn-dgp-green-bright:disabled, .btn-dgp-green-bright.disabled {
  color: #000;
  background-color: #00af9b;
  border-color: #00af9b;
}
.btn-dgp-greenblue {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-dgp-greenblue:hover {
  color: #fff;
  background-color: #045b6c;
  border-color: #045666;
}
.btn-check:focus + .btn-dgp-greenblue, .btn-dgp-greenblue:focus {
  color: #fff;
  background-color: #045b6c;
  border-color: #045666;
  box-shadow: 0 0 0 0.25rem rgba(43, 129, 146, 0.5);
}
.btn-check:checked + .btn-dgp-greenblue, .btn-check:active + .btn-dgp-greenblue, .btn-dgp-greenblue:active, .btn-dgp-greenblue.active, .show > .btn-dgp-greenblue.dropdown-toggle {
  color: #fff;
  background-color: #045666;
  border-color: #04505f;
}
.btn-check:checked + .btn-dgp-greenblue:focus, .btn-check:active + .btn-dgp-greenblue:focus, .btn-dgp-greenblue:active:focus, .btn-dgp-greenblue.active:focus, .show > .btn-dgp-greenblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 129, 146, 0.5);
}
.btn-dgp-greenblue:disabled, .btn-dgp-greenblue.disabled {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-dgp-greenblue-dark {
  color: #fff;
  background-color: #013B4A;
  border-color: #013B4A;
}
.btn-dgp-greenblue-dark:hover {
  color: #fff;
  background-color: #01323f;
  border-color: #012f3b;
}
.btn-check:focus + .btn-dgp-greenblue-dark, .btn-dgp-greenblue-dark:focus {
  color: #fff;
  background-color: #01323f;
  border-color: #012f3b;
  box-shadow: 0 0 0 0.25rem rgba(39, 88, 101, 0.5);
}
.btn-check:checked + .btn-dgp-greenblue-dark, .btn-check:active + .btn-dgp-greenblue-dark, .btn-dgp-greenblue-dark:active, .btn-dgp-greenblue-dark.active, .show > .btn-dgp-greenblue-dark.dropdown-toggle {
  color: #fff;
  background-color: #012f3b;
  border-color: #012c38;
}
.btn-check:checked + .btn-dgp-greenblue-dark:focus, .btn-check:active + .btn-dgp-greenblue-dark:focus, .btn-dgp-greenblue-dark:active:focus, .btn-dgp-greenblue-dark.active:focus, .show > .btn-dgp-greenblue-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 88, 101, 0.5);
}
.btn-dgp-greenblue-dark:disabled, .btn-dgp-greenblue-dark.disabled {
  color: #fff;
  background-color: #013B4A;
  border-color: #013B4A;
}
.btn-dgp-green-light {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-dgp-green-light:hover {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
}
.btn-check:focus + .btn-dgp-green-light, .btn-dgp-green-light:focus {
  color: #000;
  background-color: #38bbaa;
  border-color: #2cb7a5;
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-check:checked + .btn-dgp-green-light, .btn-check:active + .btn-dgp-green-light, .btn-dgp-green-light:active, .btn-dgp-green-light.active, .show > .btn-dgp-green-light.dropdown-toggle {
  color: #000;
  background-color: #44bfaf;
  border-color: #2cb7a5;
}
.btn-check:checked + .btn-dgp-green-light:focus, .btn-check:active + .btn-dgp-green-light:focus, .btn-dgp-green-light:active:focus, .btn-dgp-green-light.active:focus, .show > .btn-dgp-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(18, 149, 132, 0.5);
}
.btn-dgp-green-light:disabled, .btn-dgp-green-light.disabled {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-dgp-gray {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.btn-dgp-gray:hover {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
}
.btn-check:focus + .btn-dgp-gray, .btn-dgp-gray:focus {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
  box-shadow: 0 0 0 0.25rem rgba(144, 144, 144, 0.5);
}
.btn-check:checked + .btn-dgp-gray, .btn-check:active + .btn-dgp-gray, .btn-dgp-gray:active, .btn-dgp-gray.active, .show > .btn-dgp-gray.dropdown-toggle {
  color: #000;
  background-color: #bababa;
  border-color: #b2b2b2;
}
.btn-check:checked + .btn-dgp-gray:focus, .btn-check:active + .btn-dgp-gray:focus, .btn-dgp-gray:active:focus, .btn-dgp-gray.active:focus, .show > .btn-dgp-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 144, 144, 0.5);
}
.btn-dgp-gray:disabled, .btn-dgp-gray.disabled {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.btn-dgp-bg {
  color: #000;
  background-color: #F4F7F9;
  border-color: #F4F7F9;
}
.btn-dgp-bg:hover {
  color: #000;
  background-color: #f6f8fa;
  border-color: #f5f8fa;
}
.btn-check:focus + .btn-dgp-bg, .btn-dgp-bg:focus {
  color: #000;
  background-color: #f6f8fa;
  border-color: #f5f8fa;
  box-shadow: 0 0 0 0.25rem rgba(207, 210, 212, 0.5);
}
.btn-check:checked + .btn-dgp-bg, .btn-check:active + .btn-dgp-bg, .btn-dgp-bg:active, .btn-dgp-bg.active, .show > .btn-dgp-bg.dropdown-toggle {
  color: #000;
  background-color: #f6f9fa;
  border-color: #f5f8fa;
}
.btn-check:checked + .btn-dgp-bg:focus, .btn-check:active + .btn-dgp-bg:focus, .btn-dgp-bg:active:focus, .btn-dgp-bg.active:focus, .show > .btn-dgp-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 210, 212, 0.5);
}
.btn-dgp-bg:disabled, .btn-dgp-bg.disabled {
  color: #000;
  background-color: #F4F7F9;
  border-color: #F4F7F9;
}
.btn-dgp-bg-menu {
  color: #000;
  background-color: #f0f3f7;
  border-color: #f0f3f7;
}
.btn-dgp-bg-menu:hover {
  color: #000;
  background-color: #f2f5f8;
  border-color: #f2f4f8;
}
.btn-check:focus + .btn-dgp-bg-menu, .btn-dgp-bg-menu:focus {
  color: #000;
  background-color: #f2f5f8;
  border-color: #f2f4f8;
  box-shadow: 0 0 0 0.25rem rgba(204, 207, 210, 0.5);
}
.btn-check:checked + .btn-dgp-bg-menu, .btn-check:active + .btn-dgp-bg-menu, .btn-dgp-bg-menu:active, .btn-dgp-bg-menu.active, .show > .btn-dgp-bg-menu.dropdown-toggle {
  color: #000;
  background-color: #f3f5f9;
  border-color: #f2f4f8;
}
.btn-check:checked + .btn-dgp-bg-menu:focus, .btn-check:active + .btn-dgp-bg-menu:focus, .btn-dgp-bg-menu:active:focus, .btn-dgp-bg-menu.active:focus, .show > .btn-dgp-bg-menu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 207, 210, 0.5);
}
.btn-dgp-bg-menu:disabled, .btn-dgp-bg-menu.disabled {
  color: #000;
  background-color: #f0f3f7;
  border-color: #f0f3f7;
}
.btn-dgp-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dgp-black:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
}
.btn-check:focus + .btn-dgp-black, .btn-dgp-black:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #292929;
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-check:checked + .btn-dgp-black, .btn-check:active + .btn-dgp-black, .btn-dgp-black:active, .btn-dgp-black.active, .show > .btn-dgp-black.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #262626;
}
.btn-check:checked + .btn-dgp-black:focus, .btn-check:active + .btn-dgp-black:focus, .btn-dgp-black:active:focus, .btn-dgp-black.active:focus, .show > .btn-dgp-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 82, 82, 0.5);
}
.btn-dgp-black:disabled, .btn-dgp-black.disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-dgp-red {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-dgp-red:hover {
  color: #000;
  background-color: #f03c58;
  border-color: #ef304e;
}
.btn-check:focus + .btn-dgp-red, .btn-dgp-red:focus {
  color: #000;
  background-color: #f03c58;
  border-color: #ef304e;
  box-shadow: 0 0 0 0.25rem rgba(201, 21, 49, 0.5);
}
.btn-check:checked + .btn-dgp-red, .btn-check:active + .btn-dgp-red, .btn-dgp-red:active, .btn-dgp-red.active, .show > .btn-dgp-red.dropdown-toggle {
  color: #000;
  background-color: #f14761;
  border-color: #ef304e;
}
.btn-check:checked + .btn-dgp-red:focus, .btn-check:active + .btn-dgp-red:focus, .btn-dgp-red:active:focus, .btn-dgp-red.active:focus, .show > .btn-dgp-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 21, 49, 0.5);
}
.btn-dgp-red:disabled, .btn-dgp-red.disabled {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-dgp-orange {
  color: #000;
  background-color: #f26821;
  border-color: #f26821;
}
.btn-dgp-orange:hover {
  color: #000;
  background-color: #f47f42;
  border-color: #f37737;
}
.btn-check:focus + .btn-dgp-orange, .btn-dgp-orange:focus {
  color: #000;
  background-color: #f47f42;
  border-color: #f37737;
  box-shadow: 0 0 0 0.25rem rgba(206, 88, 28, 0.5);
}
.btn-check:checked + .btn-dgp-orange, .btn-check:active + .btn-dgp-orange, .btn-dgp-orange:active, .btn-dgp-orange.active, .show > .btn-dgp-orange.dropdown-toggle {
  color: #000;
  background-color: #f5864d;
  border-color: #f37737;
}
.btn-check:checked + .btn-dgp-orange:focus, .btn-check:active + .btn-dgp-orange:focus, .btn-dgp-orange:active:focus, .btn-dgp-orange.active:focus, .show > .btn-dgp-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 88, 28, 0.5);
}
.btn-dgp-orange:disabled, .btn-dgp-orange.disabled {
  color: #000;
  background-color: #f26821;
  border-color: #f26821;
}
.btn-outline-primary {
  color: #15AF9B;
  border-color: #15AF9B;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #15AF9B;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #056B7F;
  border-color: #056B7F;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 107, 127, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 107, 127, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #056B7F;
  background-color: transparent;
}
.btn-outline-success {
  color: #15AF9B;
  border-color: #15AF9B;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #15AF9B;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #ed193a;
  border-color: #ed193a;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ed193a;
  background-color: transparent;
}
.btn-outline-light {
  color: #c0cddc;
  border-color: #c0cddc;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 205, 220, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 205, 220, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #c0cddc;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-dgp-blue {
  color: #053875;
  border-color: #053875;
}
.btn-outline-dgp-blue:hover {
  color: #fff;
  background-color: #053875;
  border-color: #053875;
}
.btn-check:focus + .btn-outline-dgp-blue, .btn-outline-dgp-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 56, 117, 0.5);
}
.btn-check:checked + .btn-outline-dgp-blue, .btn-check:active + .btn-outline-dgp-blue, .btn-outline-dgp-blue:active, .btn-outline-dgp-blue.active, .btn-outline-dgp-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #053875;
  border-color: #053875;
}
.btn-check:checked + .btn-outline-dgp-blue:focus, .btn-check:active + .btn-outline-dgp-blue:focus, .btn-outline-dgp-blue:active:focus, .btn-outline-dgp-blue.active:focus, .btn-outline-dgp-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 56, 117, 0.5);
}
.btn-outline-dgp-blue:disabled, .btn-outline-dgp-blue.disabled {
  color: #053875;
  background-color: transparent;
}
.btn-outline-dgp-blue-25 {
  color: #c0cddc;
  border-color: #c0cddc;
}
.btn-outline-dgp-blue-25:hover {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-check:focus + .btn-outline-dgp-blue-25, .btn-outline-dgp-blue-25:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 205, 220, 0.5);
}
.btn-check:checked + .btn-outline-dgp-blue-25, .btn-check:active + .btn-outline-dgp-blue-25, .btn-outline-dgp-blue-25:active, .btn-outline-dgp-blue-25.active, .btn-outline-dgp-blue-25.dropdown-toggle.show {
  color: #000;
  background-color: #c0cddc;
  border-color: #c0cddc;
}
.btn-check:checked + .btn-outline-dgp-blue-25:focus, .btn-check:active + .btn-outline-dgp-blue-25:focus, .btn-outline-dgp-blue-25:active:focus, .btn-outline-dgp-blue-25.active:focus, .btn-outline-dgp-blue-25.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 205, 220, 0.5);
}
.btn-outline-dgp-blue-25:disabled, .btn-outline-dgp-blue-25.disabled {
  color: #c0cddc;
  background-color: transparent;
}
.btn-outline-dgp-blue-12 {
  color: #e1e7ee;
  border-color: #e1e7ee;
}
.btn-outline-dgp-blue-12:hover {
  color: #000;
  background-color: #e1e7ee;
  border-color: #e1e7ee;
}
.btn-check:focus + .btn-outline-dgp-blue-12, .btn-outline-dgp-blue-12:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 231, 238, 0.5);
}
.btn-check:checked + .btn-outline-dgp-blue-12, .btn-check:active + .btn-outline-dgp-blue-12, .btn-outline-dgp-blue-12:active, .btn-outline-dgp-blue-12.active, .btn-outline-dgp-blue-12.dropdown-toggle.show {
  color: #000;
  background-color: #e1e7ee;
  border-color: #e1e7ee;
}
.btn-check:checked + .btn-outline-dgp-blue-12:focus, .btn-check:active + .btn-outline-dgp-blue-12:focus, .btn-outline-dgp-blue-12:active:focus, .btn-outline-dgp-blue-12.active:focus, .btn-outline-dgp-blue-12.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 231, 238, 0.5);
}
.btn-outline-dgp-blue-12:disabled, .btn-outline-dgp-blue-12.disabled {
  color: #e1e7ee;
  background-color: transparent;
}
.btn-outline-dgp-green-bright {
  color: #00af9b;
  border-color: #00af9b;
}
.btn-outline-dgp-green-bright:hover {
  color: #000;
  background-color: #00af9b;
  border-color: #00af9b;
}
.btn-check:focus + .btn-outline-dgp-green-bright, .btn-outline-dgp-green-bright:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 155, 0.5);
}
.btn-check:checked + .btn-outline-dgp-green-bright, .btn-check:active + .btn-outline-dgp-green-bright, .btn-outline-dgp-green-bright:active, .btn-outline-dgp-green-bright.active, .btn-outline-dgp-green-bright.dropdown-toggle.show {
  color: #000;
  background-color: #00af9b;
  border-color: #00af9b;
}
.btn-check:checked + .btn-outline-dgp-green-bright:focus, .btn-check:active + .btn-outline-dgp-green-bright:focus, .btn-outline-dgp-green-bright:active:focus, .btn-outline-dgp-green-bright.active:focus, .btn-outline-dgp-green-bright.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 175, 155, 0.5);
}
.btn-outline-dgp-green-bright:disabled, .btn-outline-dgp-green-bright.disabled {
  color: #00af9b;
  background-color: transparent;
}
.btn-outline-dgp-greenblue {
  color: #056B7F;
  border-color: #056B7F;
}
.btn-outline-dgp-greenblue:hover {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-check:focus + .btn-outline-dgp-greenblue, .btn-outline-dgp-greenblue:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 107, 127, 0.5);
}
.btn-check:checked + .btn-outline-dgp-greenblue, .btn-check:active + .btn-outline-dgp-greenblue, .btn-outline-dgp-greenblue:active, .btn-outline-dgp-greenblue.active, .btn-outline-dgp-greenblue.dropdown-toggle.show {
  color: #fff;
  background-color: #056B7F;
  border-color: #056B7F;
}
.btn-check:checked + .btn-outline-dgp-greenblue:focus, .btn-check:active + .btn-outline-dgp-greenblue:focus, .btn-outline-dgp-greenblue:active:focus, .btn-outline-dgp-greenblue.active:focus, .btn-outline-dgp-greenblue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 107, 127, 0.5);
}
.btn-outline-dgp-greenblue:disabled, .btn-outline-dgp-greenblue.disabled {
  color: #056B7F;
  background-color: transparent;
}
.btn-outline-dgp-greenblue-dark {
  color: #013B4A;
  border-color: #013B4A;
}
.btn-outline-dgp-greenblue-dark:hover {
  color: #fff;
  background-color: #013B4A;
  border-color: #013B4A;
}
.btn-check:focus + .btn-outline-dgp-greenblue-dark, .btn-outline-dgp-greenblue-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 59, 74, 0.5);
}
.btn-check:checked + .btn-outline-dgp-greenblue-dark, .btn-check:active + .btn-outline-dgp-greenblue-dark, .btn-outline-dgp-greenblue-dark:active, .btn-outline-dgp-greenblue-dark.active, .btn-outline-dgp-greenblue-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #013B4A;
  border-color: #013B4A;
}
.btn-check:checked + .btn-outline-dgp-greenblue-dark:focus, .btn-check:active + .btn-outline-dgp-greenblue-dark:focus, .btn-outline-dgp-greenblue-dark:active:focus, .btn-outline-dgp-greenblue-dark.active:focus, .btn-outline-dgp-greenblue-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 59, 74, 0.5);
}
.btn-outline-dgp-greenblue-dark:disabled, .btn-outline-dgp-greenblue-dark.disabled {
  color: #013B4A;
  background-color: transparent;
}
.btn-outline-dgp-green-light {
  color: #15AF9B;
  border-color: #15AF9B;
}
.btn-outline-dgp-green-light:hover {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:focus + .btn-outline-dgp-green-light, .btn-outline-dgp-green-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-check:checked + .btn-outline-dgp-green-light, .btn-check:active + .btn-outline-dgp-green-light, .btn-outline-dgp-green-light:active, .btn-outline-dgp-green-light.active, .btn-outline-dgp-green-light.dropdown-toggle.show {
  color: #000;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.btn-check:checked + .btn-outline-dgp-green-light:focus, .btn-check:active + .btn-outline-dgp-green-light:focus, .btn-outline-dgp-green-light:active:focus, .btn-outline-dgp-green-light.active:focus, .btn-outline-dgp-green-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(21, 175, 155, 0.5);
}
.btn-outline-dgp-green-light:disabled, .btn-outline-dgp-green-light.disabled {
  color: #15AF9B;
  background-color: transparent;
}
.btn-outline-dgp-gray {
  color: #A9A9A9;
  border-color: #A9A9A9;
}
.btn-outline-dgp-gray:hover {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.btn-check:focus + .btn-outline-dgp-gray, .btn-outline-dgp-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 169, 169, 0.5);
}
.btn-check:checked + .btn-outline-dgp-gray, .btn-check:active + .btn-outline-dgp-gray, .btn-outline-dgp-gray:active, .btn-outline-dgp-gray.active, .btn-outline-dgp-gray.dropdown-toggle.show {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}
.btn-check:checked + .btn-outline-dgp-gray:focus, .btn-check:active + .btn-outline-dgp-gray:focus, .btn-outline-dgp-gray:active:focus, .btn-outline-dgp-gray.active:focus, .btn-outline-dgp-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 169, 169, 0.5);
}
.btn-outline-dgp-gray:disabled, .btn-outline-dgp-gray.disabled {
  color: #A9A9A9;
  background-color: transparent;
}
.btn-outline-dgp-bg {
  color: #F4F7F9;
  border-color: #F4F7F9;
}
.btn-outline-dgp-bg:hover {
  color: #000;
  background-color: #F4F7F9;
  border-color: #F4F7F9;
}
.btn-check:focus + .btn-outline-dgp-bg, .btn-outline-dgp-bg:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 247, 249, 0.5);
}
.btn-check:checked + .btn-outline-dgp-bg, .btn-check:active + .btn-outline-dgp-bg, .btn-outline-dgp-bg:active, .btn-outline-dgp-bg.active, .btn-outline-dgp-bg.dropdown-toggle.show {
  color: #000;
  background-color: #F4F7F9;
  border-color: #F4F7F9;
}
.btn-check:checked + .btn-outline-dgp-bg:focus, .btn-check:active + .btn-outline-dgp-bg:focus, .btn-outline-dgp-bg:active:focus, .btn-outline-dgp-bg.active:focus, .btn-outline-dgp-bg.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 247, 249, 0.5);
}
.btn-outline-dgp-bg:disabled, .btn-outline-dgp-bg.disabled {
  color: #F4F7F9;
  background-color: transparent;
}
.btn-outline-dgp-bg-menu {
  color: #f0f3f7;
  border-color: #f0f3f7;
}
.btn-outline-dgp-bg-menu:hover {
  color: #000;
  background-color: #f0f3f7;
  border-color: #f0f3f7;
}
.btn-check:focus + .btn-outline-dgp-bg-menu, .btn-outline-dgp-bg-menu:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 243, 247, 0.5);
}
.btn-check:checked + .btn-outline-dgp-bg-menu, .btn-check:active + .btn-outline-dgp-bg-menu, .btn-outline-dgp-bg-menu:active, .btn-outline-dgp-bg-menu.active, .btn-outline-dgp-bg-menu.dropdown-toggle.show {
  color: #000;
  background-color: #f0f3f7;
  border-color: #f0f3f7;
}
.btn-check:checked + .btn-outline-dgp-bg-menu:focus, .btn-check:active + .btn-outline-dgp-bg-menu:focus, .btn-outline-dgp-bg-menu:active:focus, .btn-outline-dgp-bg-menu.active:focus, .btn-outline-dgp-bg-menu.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 243, 247, 0.5);
}
.btn-outline-dgp-bg-menu:disabled, .btn-outline-dgp-bg-menu.disabled {
  color: #f0f3f7;
  background-color: transparent;
}
.btn-outline-dgp-black {
  color: #333;
  border-color: #333;
}
.btn-outline-dgp-black:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-check:focus + .btn-outline-dgp-black, .btn-outline-dgp-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-check:checked + .btn-outline-dgp-black, .btn-check:active + .btn-outline-dgp-black, .btn-outline-dgp-black:active, .btn-outline-dgp-black.active, .btn-outline-dgp-black.dropdown-toggle.show {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-check:checked + .btn-outline-dgp-black:focus, .btn-check:active + .btn-outline-dgp-black:focus, .btn-outline-dgp-black:active:focus, .btn-outline-dgp-black.active:focus, .btn-outline-dgp-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dgp-black:disabled, .btn-outline-dgp-black.disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-dgp-red {
  color: #ed193a;
  border-color: #ed193a;
}
.btn-outline-dgp-red:hover {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-check:focus + .btn-outline-dgp-red, .btn-outline-dgp-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.5);
}
.btn-check:checked + .btn-outline-dgp-red, .btn-check:active + .btn-outline-dgp-red, .btn-outline-dgp-red:active, .btn-outline-dgp-red.active, .btn-outline-dgp-red.dropdown-toggle.show {
  color: #000;
  background-color: #ed193a;
  border-color: #ed193a;
}
.btn-check:checked + .btn-outline-dgp-red:focus, .btn-check:active + .btn-outline-dgp-red:focus, .btn-outline-dgp-red:active:focus, .btn-outline-dgp-red.active:focus, .btn-outline-dgp-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 25, 58, 0.5);
}
.btn-outline-dgp-red:disabled, .btn-outline-dgp-red.disabled {
  color: #ed193a;
  background-color: transparent;
}
.btn-outline-dgp-orange {
  color: #f26821;
  border-color: #f26821;
}
.btn-outline-dgp-orange:hover {
  color: #000;
  background-color: #f26821;
  border-color: #f26821;
}
.btn-check:focus + .btn-outline-dgp-orange, .btn-outline-dgp-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 104, 33, 0.5);
}
.btn-check:checked + .btn-outline-dgp-orange, .btn-check:active + .btn-outline-dgp-orange, .btn-outline-dgp-orange:active, .btn-outline-dgp-orange.active, .btn-outline-dgp-orange.dropdown-toggle.show {
  color: #000;
  background-color: #f26821;
  border-color: #f26821;
}
.btn-check:checked + .btn-outline-dgp-orange:focus, .btn-check:active + .btn-outline-dgp-orange:focus, .btn-outline-dgp-orange:active:focus, .btn-outline-dgp-orange.active:focus, .btn-outline-dgp-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 104, 33, 0.5);
}
.btn-outline-dgp-orange:disabled, .btn-outline-dgp-orange.disabled {
  color: #f26821;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #15AF9B;
  text-decoration: none;
}
.btn-link:hover {
  color: #15AF9B;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn, .fc.fc-theme-standard .btn-group-lg > .fc-button {
  padding: 0.5rem 1rem;
  font-size: 1.328125rem;
  border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn, .fc.fc-theme-standard .btn-group-sm > .fc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.0625rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #15AF9B;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.9296875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #15AF9B;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .fc.fc-theme-standard .btn-group > .fc-button, .btn-group-vertical > .btn, .fc.fc-theme-standard .btn-group-vertical > .fc-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .fc.fc-theme-standard .btn-group > .btn-check:checked + .fc-button, .btn-group > .btn-check:focus + .btn, .fc.fc-theme-standard .btn-group > .btn-check:focus + .fc-button, .btn-group > .btn:hover, .fc.fc-theme-standard .btn-group > .fc-button:hover, .btn-group > .btn:focus, .fc.fc-theme-standard .btn-group > .fc-button:focus, .btn-group > .btn:active, .fc.fc-theme-standard .btn-group > .fc-button:active, .btn-group > .btn.active, .fc.fc-theme-standard .btn-group > .active.fc-button, .btn-group-vertical > .btn-check:checked + .btn, .fc.fc-theme-standard .btn-group-vertical > .btn-check:checked + .fc-button, .btn-group-vertical > .btn-check:focus + .btn, .fc.fc-theme-standard .btn-group-vertical > .btn-check:focus + .fc-button, .btn-group-vertical > .btn:hover, .fc.fc-theme-standard .btn-group-vertical > .fc-button:hover, .btn-group-vertical > .btn:focus, .fc.fc-theme-standard .btn-group-vertical > .fc-button:focus, .btn-group-vertical > .btn:active, .fc.fc-theme-standard .btn-group-vertical > .fc-button:active, .btn-group-vertical > .btn.active, .fc.fc-theme-standard .btn-group-vertical > .active.fc-button {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .fc.fc-theme-standard .btn-group > .fc-button:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .fc.fc-theme-standard .btn-group > .fc-button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .fc.fc-theme-standard .btn-group > .btn-group:not(:last-child) > .fc-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .fc.fc-theme-standard .btn-group > .fc-button:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .fc.fc-theme-standard .btn-group > :not(.btn-check) + .fc-button, .btn-group > .btn-group:not(:first-child) > .btn, .fc.fc-theme-standard .btn-group > .btn-group:not(:first-child) > .fc-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .fc.fc-theme-standard .btn-group-sm > .fc-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .fc.fc-theme-standard .btn-group-lg > .fc-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .fc.fc-theme-standard .btn-group-vertical > .fc-button, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .fc.fc-theme-standard .btn-group-vertical > .fc-button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .fc.fc-theme-standard .btn-group-vertical > .fc-button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .fc.fc-theme-standard .btn-group-vertical > .btn-group:not(:last-child) > .fc-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .fc.fc-theme-standard .btn-group-vertical > .fc-button ~ .btn, .fc.fc-theme-standard .btn-group-vertical > .btn ~ .fc-button, .fc.fc-theme-standard .btn-group-vertical > .fc-button ~ .fc-button, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .fc.fc-theme-standard .btn-group-vertical > .btn-group:not(:first-child) > .fc-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #15AF9B;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #15AF9B;
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F4F7F9;
  border-color: #dee2e6 #dee2e6 #F4F7F9;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #15AF9B;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3353125rem;
  padding-bottom: 0.3353125rem;
  margin-right: 1rem;
  font-size: 1.328125rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.328125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.0625rem;
  color: #212529;
  text-align: left;
  background-color: #F4F7F9;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #139e8c;
  background-color: #e8f7f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23139e8c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #15AF9B;
  outline: 0;
  box-shadow: none !important;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #F4F7F9;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #15AF9B;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #15AF9B;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #15AF9B;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none !important;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.328125rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.btn .badge, .fc.fc-theme-standard .fc-button .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #0d695d;
  background-color: #d0efeb;
  border-color: #b9e7e1;
}
.alert-primary .alert-link {
  color: #0a544a;
}
.alert-secondary {
  color: #03404c;
  background-color: #cde1e5;
  border-color: #b4d3d9;
}
.alert-secondary .alert-link {
  color: #02333d;
}
.alert-success {
  color: #0d695d;
  background-color: #d0efeb;
  border-color: #b9e7e1;
}
.alert-success .alert-link {
  color: #0a544a;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #8e0f23;
  background-color: #fbd1d8;
  border-color: #fabac4;
}
.alert-danger .alert-link {
  color: #720c1c;
}
.alert-light {
  color: #4d5258;
  background-color: #f2f5f8;
  border-color: #ecf0f5;
}
.alert-light .alert-link {
  color: #3e4246;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
.alert-dgp-blue {
  color: #032246;
  background-color: #cdd7e3;
  border-color: #b4c3d6;
}
.alert-dgp-blue .alert-link {
  color: #021b38;
}
.alert-dgp-blue-25 {
  color: #4d5258;
  background-color: #f2f5f8;
  border-color: #ecf0f5;
}
.alert-dgp-blue-25 .alert-link {
  color: #3e4246;
}
.alert-dgp-blue-12 {
  color: #5a5c5f;
  background-color: #f9fafc;
  border-color: #f6f8fa;
}
.alert-dgp-blue-12 .alert-link {
  color: #484a4c;
}
.alert-dgp-green-bright {
  color: #00695d;
  background-color: #ccefeb;
  border-color: #b3e7e1;
}
.alert-dgp-green-bright .alert-link {
  color: #00544a;
}
.alert-dgp-greenblue {
  color: #03404c;
  background-color: #cde1e5;
  border-color: #b4d3d9;
}
.alert-dgp-greenblue .alert-link {
  color: #02333d;
}
.alert-dgp-greenblue-dark {
  color: #01232c;
  background-color: #ccd8db;
  border-color: #b3c4c9;
}
.alert-dgp-greenblue-dark .alert-link {
  color: #011c23;
}
.alert-dgp-green-light {
  color: #0d695d;
  background-color: #d0efeb;
  border-color: #b9e7e1;
}
.alert-dgp-green-light .alert-link {
  color: #0a544a;
}
.alert-dgp-gray {
  color: #656565;
  background-color: #eee;
  border-color: #e5e5e5;
}
.alert-dgp-gray .alert-link {
  color: #515151;
}
.alert-dgp-bg {
  color: #626364;
  background-color: #fdfdfe;
  border-color: #fcfdfd;
}
.alert-dgp-bg .alert-link {
  color: #4e4f50;
}
.alert-dgp-bg-menu {
  color: #606163;
  background-color: #fcfdfd;
  border-color: #fbfbfd;
}
.alert-dgp-bg-menu .alert-link {
  color: #4d4e4f;
}
.alert-dgp-black {
  color: #1f1f1f;
  background-color: #d6d6d6;
  border-color: #c2c2c2;
}
.alert-dgp-black .alert-link {
  color: #191919;
}
.alert-dgp-red {
  color: #8e0f23;
  background-color: #fbd1d8;
  border-color: #fabac4;
}
.alert-dgp-red .alert-link {
  color: #720c1c;
}
.alert-dgp-orange {
  color: #913e14;
  background-color: #fce1d3;
  border-color: #fbd2bc;
}
.alert-dgp-orange .alert-link {
  color: #743210;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.796875rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #15AF9B;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #15AF9B;
  border-color: #15AF9B;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #0d695d;
  background-color: #d0efeb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0d695d;
  background-color: #bbd7d4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0d695d;
  border-color: #0d695d;
}
.list-group-item-secondary {
  color: #03404c;
  background-color: #cde1e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #03404c;
  background-color: #b9cbce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #03404c;
  border-color: #03404c;
}
.list-group-item-success {
  color: #0d695d;
  background-color: #d0efeb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0d695d;
  background-color: #bbd7d4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0d695d;
  border-color: #0d695d;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #8e0f23;
  background-color: #fbd1d8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8e0f23;
  background-color: #e2bcc2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8e0f23;
  border-color: #8e0f23;
}
.list-group-item-light {
  color: #4d5258;
  background-color: #f2f5f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #4d5258;
  background-color: #dadddf;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #4d5258;
  border-color: #4d5258;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.list-group-item-dgp-blue {
  color: #032246;
  background-color: #cdd7e3;
}
.list-group-item-dgp-blue.list-group-item-action:hover, .list-group-item-dgp-blue.list-group-item-action:focus {
  color: #032246;
  background-color: #b9c2cc;
}
.list-group-item-dgp-blue.list-group-item-action.active {
  color: #fff;
  background-color: #032246;
  border-color: #032246;
}
.list-group-item-dgp-blue-25 {
  color: #4d5258;
  background-color: #f2f5f8;
}
.list-group-item-dgp-blue-25.list-group-item-action:hover, .list-group-item-dgp-blue-25.list-group-item-action:focus {
  color: #4d5258;
  background-color: #dadddf;
}
.list-group-item-dgp-blue-25.list-group-item-action.active {
  color: #fff;
  background-color: #4d5258;
  border-color: #4d5258;
}
.list-group-item-dgp-blue-12 {
  color: #5a5c5f;
  background-color: #f9fafc;
}
.list-group-item-dgp-blue-12.list-group-item-action:hover, .list-group-item-dgp-blue-12.list-group-item-action:focus {
  color: #5a5c5f;
  background-color: #e0e1e3;
}
.list-group-item-dgp-blue-12.list-group-item-action.active {
  color: #fff;
  background-color: #5a5c5f;
  border-color: #5a5c5f;
}
.list-group-item-dgp-green-bright {
  color: #00695d;
  background-color: #ccefeb;
}
.list-group-item-dgp-green-bright.list-group-item-action:hover, .list-group-item-dgp-green-bright.list-group-item-action:focus {
  color: #00695d;
  background-color: #b8d7d4;
}
.list-group-item-dgp-green-bright.list-group-item-action.active {
  color: #fff;
  background-color: #00695d;
  border-color: #00695d;
}
.list-group-item-dgp-greenblue {
  color: #03404c;
  background-color: #cde1e5;
}
.list-group-item-dgp-greenblue.list-group-item-action:hover, .list-group-item-dgp-greenblue.list-group-item-action:focus {
  color: #03404c;
  background-color: #b9cbce;
}
.list-group-item-dgp-greenblue.list-group-item-action.active {
  color: #fff;
  background-color: #03404c;
  border-color: #03404c;
}
.list-group-item-dgp-greenblue-dark {
  color: #01232c;
  background-color: #ccd8db;
}
.list-group-item-dgp-greenblue-dark.list-group-item-action:hover, .list-group-item-dgp-greenblue-dark.list-group-item-action:focus {
  color: #01232c;
  background-color: #b8c2c5;
}
.list-group-item-dgp-greenblue-dark.list-group-item-action.active {
  color: #fff;
  background-color: #01232c;
  border-color: #01232c;
}
.list-group-item-dgp-green-light {
  color: #0d695d;
  background-color: #d0efeb;
}
.list-group-item-dgp-green-light.list-group-item-action:hover, .list-group-item-dgp-green-light.list-group-item-action:focus {
  color: #0d695d;
  background-color: #bbd7d4;
}
.list-group-item-dgp-green-light.list-group-item-action.active {
  color: #fff;
  background-color: #0d695d;
  border-color: #0d695d;
}
.list-group-item-dgp-gray {
  color: #656565;
  background-color: #eee;
}
.list-group-item-dgp-gray.list-group-item-action:hover, .list-group-item-dgp-gray.list-group-item-action:focus {
  color: #656565;
  background-color: #d6d6d6;
}
.list-group-item-dgp-gray.list-group-item-action.active {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
.list-group-item-dgp-bg {
  color: #626364;
  background-color: #fdfdfe;
}
.list-group-item-dgp-bg.list-group-item-action:hover, .list-group-item-dgp-bg.list-group-item-action:focus {
  color: #626364;
  background-color: #e4e4e5;
}
.list-group-item-dgp-bg.list-group-item-action.active {
  color: #fff;
  background-color: #626364;
  border-color: #626364;
}
.list-group-item-dgp-bg-menu {
  color: #606163;
  background-color: #fcfdfd;
}
.list-group-item-dgp-bg-menu.list-group-item-action:hover, .list-group-item-dgp-bg-menu.list-group-item-action:focus {
  color: #606163;
  background-color: #e3e4e4;
}
.list-group-item-dgp-bg-menu.list-group-item-action.active {
  color: #fff;
  background-color: #606163;
  border-color: #606163;
}
.list-group-item-dgp-black {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-dgp-black.list-group-item-action:hover, .list-group-item-dgp-black.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-dgp-black.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.list-group-item-dgp-red {
  color: #8e0f23;
  background-color: #fbd1d8;
}
.list-group-item-dgp-red.list-group-item-action:hover, .list-group-item-dgp-red.list-group-item-action:focus {
  color: #8e0f23;
  background-color: #e2bcc2;
}
.list-group-item-dgp-red.list-group-item-action.active {
  color: #fff;
  background-color: #8e0f23;
  border-color: #8e0f23;
}
.list-group-item-dgp-orange {
  color: #913e14;
  background-color: #fce1d3;
}
.list-group-item-dgp-orange.list-group-item-action:hover, .list-group-item-dgp-orange.list-group-item-action:focus {
  color: #913e14;
  background-color: #e3cbbe;
}
.list-group-item-dgp-orange.list-group-item-action.active {
  color: #fff;
  background-color: #913e14;
  border-color: #913e14;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none !important;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.24;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.24;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9296875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.24;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9296875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.24;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #15AF9B;
}
.link-primary:hover, .link-primary:focus {
  color: #44bfaf;
}
.link-secondary {
  color: #056B7F;
}
.link-secondary:hover, .link-secondary:focus {
  color: #045666;
}
.link-success {
  color: #15AF9B;
}
.link-success:hover, .link-success:focus {
  color: #44bfaf;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #ed193a;
}
.link-danger:hover, .link-danger:focus {
  color: #f14761;
}
.link-light {
  color: #c0cddc;
}
.link-light:hover, .link-light:focus {
  color: #cdd7e3;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.link-dgp-blue {
  color: #053875;
}
.link-dgp-blue:hover, .link-dgp-blue:focus {
  color: #042d5e;
}
.link-dgp-blue-25 {
  color: #c0cddc;
}
.link-dgp-blue-25:hover, .link-dgp-blue-25:focus {
  color: #cdd7e3;
}
.link-dgp-blue-12 {
  color: #e1e7ee;
}
.link-dgp-blue-12:hover, .link-dgp-blue-12:focus {
  color: #e7ecf1;
}
.link-dgp-green-bright {
  color: #00af9b;
}
.link-dgp-green-bright:hover, .link-dgp-green-bright:focus {
  color: #33bfaf;
}
.link-dgp-greenblue {
  color: #056B7F;
}
.link-dgp-greenblue:hover, .link-dgp-greenblue:focus {
  color: #045666;
}
.link-dgp-greenblue-dark {
  color: #013B4A;
}
.link-dgp-greenblue-dark:hover, .link-dgp-greenblue-dark:focus {
  color: #012f3b;
}
.link-dgp-green-light {
  color: #15AF9B;
}
.link-dgp-green-light:hover, .link-dgp-green-light:focus {
  color: #44bfaf;
}
.link-dgp-gray {
  color: #A9A9A9;
}
.link-dgp-gray:hover, .link-dgp-gray:focus {
  color: #bababa;
}
.link-dgp-bg {
  color: #F4F7F9;
}
.link-dgp-bg:hover, .link-dgp-bg:focus {
  color: #f6f9fa;
}
.link-dgp-bg-menu {
  color: #f0f3f7;
}
.link-dgp-bg-menu:hover, .link-dgp-bg-menu:focus {
  color: #f3f5f9;
}
.link-dgp-black {
  color: #333;
}
.link-dgp-black:hover, .link-dgp-black:focus {
  color: #292929;
}
.link-dgp-red {
  color: #ed193a;
}
.link-dgp-red:hover, .link-dgp-red:focus {
  color: #f14761;
}
.link-dgp-orange {
  color: #f26821;
}
.link-dgp-orange:hover, .link-dgp-orange:focus {
  color: #f5864d;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline-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;
}
.d-inline-grid {
  display: inline-grid !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #15AF9B !important;
}
.border-secondary {
  border-color: #056B7F !important;
}
.border-success {
  border-color: #15AF9B !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #ed193a !important;
}
.border-light {
  border-color: #c0cddc !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-dgp-blue {
  border-color: #053875 !important;
}
.border-dgp-blue-25 {
  border-color: #c0cddc !important;
}
.border-dgp-blue-12 {
  border-color: #e1e7ee !important;
}
.border-dgp-green-bright {
  border-color: #00af9b !important;
}
.border-dgp-greenblue {
  border-color: #056B7F !important;
}
.border-dgp-greenblue-dark {
  border-color: #013B4A !important;
}
.border-dgp-green-light {
  border-color: #15AF9B !important;
}
.border-dgp-gray {
  border-color: #A9A9A9 !important;
}
.border-dgp-bg {
  border-color: #F4F7F9 !important;
}
.border-dgp-bg-menu {
  border-color: #f0f3f7 !important;
}
.border-dgp-black {
  border-color: #333 !important;
}
.border-dgp-red {
  border-color: #ed193a !important;
}
.border-dgp-orange {
  border-color: #f26821 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-60 {
  width: 60px !important;
}
.w-130 {
  width: 130px !important;
}
.w-320 {
  width: 320px !important;
}
.w-400 {
  width: 400px !important;
}
.w-420 {
  width: 420px !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mw-80 {
  max-width: 80% !important;
}
.mw-400 {
  max-width: 400px !important;
}
.mw-500 {
  max-width: 500px !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;
}
.h-3 {
  height: 3px !important;
}
.h-4 {
  height: 4px !important;
}
.h-17 {
  height: 17px !important;
}
.h-29 {
  height: 29px !important;
}
.h-160 {
  height: 160px !important;
}
.h-230 {
  height: 230px !important;
}
.h-268 {
  height: 268px !important;
}
.h-292 {
  height: 292px !important;
}
.h-300 {
  height: 300px !important;
}
.h-398 {
  height: 398px !important;
}
.h-400 {
  height: 400px !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-TW0 {
  gap: 0 !important;
}
.gap-TWpx {
  gap: 1px !important;
}
.gap-TW0_5 {
  gap: 0.125rem !important;
}
.gap-TW1 {
  gap: 0.25rem !important;
}
.gap-TW1_25 {
  gap: 0.3125rem !important;
}
.gap-TW1_5 {
  gap: 0.375rem !important;
}
.gap-TW1_75 {
  gap: 0.4375rem !important;
}
.gap-TW2 {
  gap: 0.5rem !important;
}
.gap-TW2_5 {
  gap: 0.625rem !important;
}
.gap-TW3 {
  gap: 0.75rem !important;
}
.gap-TW3_5 {
  gap: 0.875rem !important;
}
.gap-TW4 {
  gap: 1rem !important;
}
.gap-TW4_5 {
  gap: 1.125rem !important;
}
.gap-TW5 {
  gap: 1.25rem !important;
}
.gap-TW6 {
  gap: 1.5rem !important;
}
.gap-TW7 {
  gap: 1.75rem !important;
}
.gap-TW8 {
  gap: 2rem !important;
}
.gap-TW9 {
  gap: 2.25rem !important;
}
.gap-TW10 {
  gap: 2.5rem !important;
}
.gap-TW11 {
  gap: 2.75rem !important;
}
.gap-TW13 {
  gap: 3.25rem !important;
}
.gap-TW15 {
  gap: 3.75rem !important;
}
.gap-TW17 {
  gap: 4.25rem !important;
}
.gap-TW19 {
  gap: 4.75rem !important;
}
.gap-TW20 {
  gap: 5rem !important;
}
.gap-TW24 {
  gap: 6rem !important;
}
.gap-TW28 {
  gap: 7rem !important;
}
.gap-TW32 {
  gap: 8rem !important;
}
.gap-TW36 {
  gap: 9rem !important;
}
.gap-TW40 {
  gap: 10rem !important;
}
.gap-TW44 {
  gap: 11rem !important;
}
.gap-TW48 {
  gap: 12rem !important;
}
.gap-TW52 {
  gap: 13rem !important;
}
.gap-TW56 {
  gap: 14rem !important;
}
.gap-TW60 {
  gap: 15rem !important;
}
.gap-TW64 {
  gap: 16rem !important;
}
.gap-TW72 {
  gap: 18rem !important;
}
.gap-TW80 {
  gap: 20rem !important;
}
.gap-TW88 {
  gap: 22rem !important;
}
.gap-TW96 {
  gap: 24rem !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-TW0 {
  margin: 0 !important;
}
.m-TWpx {
  margin: 1px !important;
}
.m-TW0_5 {
  margin: 0.125rem !important;
}
.m-TW1 {
  margin: 0.25rem !important;
}
.m-TW1_25 {
  margin: 0.3125rem !important;
}
.m-TW1_5 {
  margin: 0.375rem !important;
}
.m-TW1_75 {
  margin: 0.4375rem !important;
}
.m-TW2 {
  margin: 0.5rem !important;
}
.m-TW2_5 {
  margin: 0.625rem !important;
}
.m-TW3 {
  margin: 0.75rem !important;
}
.m-TW3_5 {
  margin: 0.875rem !important;
}
.m-TW4 {
  margin: 1rem !important;
}
.m-TW4_5 {
  margin: 1.125rem !important;
}
.m-TW5 {
  margin: 1.25rem !important;
}
.m-TW6 {
  margin: 1.5rem !important;
}
.m-TW7 {
  margin: 1.75rem !important;
}
.m-TW8 {
  margin: 2rem !important;
}
.m-TW9 {
  margin: 2.25rem !important;
}
.m-TW10 {
  margin: 2.5rem !important;
}
.m-TW11 {
  margin: 2.75rem !important;
}
.m-TW13 {
  margin: 3.25rem !important;
}
.m-TW15 {
  margin: 3.75rem !important;
}
.m-TW17 {
  margin: 4.25rem !important;
}
.m-TW19 {
  margin: 4.75rem !important;
}
.m-TW20 {
  margin: 5rem !important;
}
.m-TW24 {
  margin: 6rem !important;
}
.m-TW28 {
  margin: 7rem !important;
}
.m-TW32 {
  margin: 8rem !important;
}
.m-TW36 {
  margin: 9rem !important;
}
.m-TW40 {
  margin: 10rem !important;
}
.m-TW44 {
  margin: 11rem !important;
}
.m-TW48 {
  margin: 12rem !important;
}
.m-TW52 {
  margin: 13rem !important;
}
.m-TW56 {
  margin: 14rem !important;
}
.m-TW60 {
  margin: 15rem !important;
}
.m-TW64 {
  margin: 16rem !important;
}
.m-TW72 {
  margin: 18rem !important;
}
.m-TW80 {
  margin: 20rem !important;
}
.m-TW88 {
  margin: 22rem !important;
}
.m-TW96 {
  margin: 24rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-TW0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-TWpx {
  margin-right: 1px !important;
  margin-left: 1px !important;
}
.mx-TW0_5 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}
.mx-TW1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-TW1_25 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.mx-TW1_5 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}
.mx-TW1_75 {
  margin-right: 0.4375rem !important;
  margin-left: 0.4375rem !important;
}
.mx-TW2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-TW2_5 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}
.mx-TW3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-TW3_5 {
  margin-right: 0.875rem !important;
  margin-left: 0.875rem !important;
}
.mx-TW4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-TW4_5 {
  margin-right: 1.125rem !important;
  margin-left: 1.125rem !important;
}
.mx-TW5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-TW6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-TW7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-TW8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-TW9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-TW10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-TW11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}
.mx-TW13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}
.mx-TW15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-TW17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}
.mx-TW19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}
.mx-TW20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-TW24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-TW28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-TW32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-TW36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-TW40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-TW44 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}
.mx-TW48 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
.mx-TW52 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}
.mx-TW56 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
.mx-TW60 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-TW64 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}
.mx-TW72 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}
.mx-TW80 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}
.mx-TW88 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}
.mx-TW96 {
  margin-right: 24rem !important;
  margin-left: 24rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-TW0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-TWpx {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-TW0_5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.my-TW1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-TW1_25 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.my-TW1_5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-TW1_75 {
  margin-top: 0.4375rem !important;
  margin-bottom: 0.4375rem !important;
}
.my-TW2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-TW2_5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-TW3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-TW3_5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.my-TW4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-TW4_5 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}
.my-TW5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-TW6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-TW7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-TW8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-TW9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-TW10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-TW11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-TW13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}
.my-TW15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-TW17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}
.my-TW19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}
.my-TW20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-TW24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-TW28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-TW32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-TW36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-TW40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-TW44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.my-TW48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-TW52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.my-TW56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-TW60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-TW64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-TW72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-TW80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-TW88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}
.my-TW96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-TW0 {
  margin-top: 0 !important;
}
.mt-TWpx {
  margin-top: 1px !important;
}
.mt-TW0_5 {
  margin-top: 0.125rem !important;
}
.mt-TW1 {
  margin-top: 0.25rem !important;
}
.mt-TW1_25 {
  margin-top: 0.3125rem !important;
}
.mt-TW1_5 {
  margin-top: 0.375rem !important;
}
.mt-TW1_75 {
  margin-top: 0.4375rem !important;
}
.mt-TW2 {
  margin-top: 0.5rem !important;
}
.mt-TW2_5 {
  margin-top: 0.625rem !important;
}
.mt-TW3 {
  margin-top: 0.75rem !important;
}
.mt-TW3_5 {
  margin-top: 0.875rem !important;
}
.mt-TW4 {
  margin-top: 1rem !important;
}
.mt-TW4_5 {
  margin-top: 1.125rem !important;
}
.mt-TW5 {
  margin-top: 1.25rem !important;
}
.mt-TW6 {
  margin-top: 1.5rem !important;
}
.mt-TW7 {
  margin-top: 1.75rem !important;
}
.mt-TW8 {
  margin-top: 2rem !important;
}
.mt-TW9 {
  margin-top: 2.25rem !important;
}
.mt-TW10 {
  margin-top: 2.5rem !important;
}
.mt-TW11 {
  margin-top: 2.75rem !important;
}
.mt-TW13 {
  margin-top: 3.25rem !important;
}
.mt-TW15 {
  margin-top: 3.75rem !important;
}
.mt-TW17 {
  margin-top: 4.25rem !important;
}
.mt-TW19 {
  margin-top: 4.75rem !important;
}
.mt-TW20 {
  margin-top: 5rem !important;
}
.mt-TW24 {
  margin-top: 6rem !important;
}
.mt-TW28 {
  margin-top: 7rem !important;
}
.mt-TW32 {
  margin-top: 8rem !important;
}
.mt-TW36 {
  margin-top: 9rem !important;
}
.mt-TW40 {
  margin-top: 10rem !important;
}
.mt-TW44 {
  margin-top: 11rem !important;
}
.mt-TW48 {
  margin-top: 12rem !important;
}
.mt-TW52 {
  margin-top: 13rem !important;
}
.mt-TW56 {
  margin-top: 14rem !important;
}
.mt-TW60 {
  margin-top: 15rem !important;
}
.mt-TW64 {
  margin-top: 16rem !important;
}
.mt-TW72 {
  margin-top: 18rem !important;
}
.mt-TW80 {
  margin-top: 20rem !important;
}
.mt-TW88 {
  margin-top: 22rem !important;
}
.mt-TW96 {
  margin-top: 24rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-TW0 {
  margin-right: 0 !important;
}
.me-TWpx {
  margin-right: 1px !important;
}
.me-TW0_5 {
  margin-right: 0.125rem !important;
}
.me-TW1 {
  margin-right: 0.25rem !important;
}
.me-TW1_25 {
  margin-right: 0.3125rem !important;
}
.me-TW1_5 {
  margin-right: 0.375rem !important;
}
.me-TW1_75 {
  margin-right: 0.4375rem !important;
}
.me-TW2 {
  margin-right: 0.5rem !important;
}
.me-TW2_5 {
  margin-right: 0.625rem !important;
}
.me-TW3 {
  margin-right: 0.75rem !important;
}
.me-TW3_5 {
  margin-right: 0.875rem !important;
}
.me-TW4 {
  margin-right: 1rem !important;
}
.me-TW4_5 {
  margin-right: 1.125rem !important;
}
.me-TW5 {
  margin-right: 1.25rem !important;
}
.me-TW6 {
  margin-right: 1.5rem !important;
}
.me-TW7 {
  margin-right: 1.75rem !important;
}
.me-TW8 {
  margin-right: 2rem !important;
}
.me-TW9 {
  margin-right: 2.25rem !important;
}
.me-TW10 {
  margin-right: 2.5rem !important;
}
.me-TW11 {
  margin-right: 2.75rem !important;
}
.me-TW13 {
  margin-right: 3.25rem !important;
}
.me-TW15 {
  margin-right: 3.75rem !important;
}
.me-TW17 {
  margin-right: 4.25rem !important;
}
.me-TW19 {
  margin-right: 4.75rem !important;
}
.me-TW20 {
  margin-right: 5rem !important;
}
.me-TW24 {
  margin-right: 6rem !important;
}
.me-TW28 {
  margin-right: 7rem !important;
}
.me-TW32 {
  margin-right: 8rem !important;
}
.me-TW36 {
  margin-right: 9rem !important;
}
.me-TW40 {
  margin-right: 10rem !important;
}
.me-TW44 {
  margin-right: 11rem !important;
}
.me-TW48 {
  margin-right: 12rem !important;
}
.me-TW52 {
  margin-right: 13rem !important;
}
.me-TW56 {
  margin-right: 14rem !important;
}
.me-TW60 {
  margin-right: 15rem !important;
}
.me-TW64 {
  margin-right: 16rem !important;
}
.me-TW72 {
  margin-right: 18rem !important;
}
.me-TW80 {
  margin-right: 20rem !important;
}
.me-TW88 {
  margin-right: 22rem !important;
}
.me-TW96 {
  margin-right: 24rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-TW0 {
  margin-bottom: 0 !important;
}
.mb-TWpx {
  margin-bottom: 1px !important;
}
.mb-TW0_5 {
  margin-bottom: 0.125rem !important;
}
.mb-TW1 {
  margin-bottom: 0.25rem !important;
}
.mb-TW1_25 {
  margin-bottom: 0.3125rem !important;
}
.mb-TW1_5 {
  margin-bottom: 0.375rem !important;
}
.mb-TW1_75 {
  margin-bottom: 0.4375rem !important;
}
.mb-TW2 {
  margin-bottom: 0.5rem !important;
}
.mb-TW2_5 {
  margin-bottom: 0.625rem !important;
}
.mb-TW3 {
  margin-bottom: 0.75rem !important;
}
.mb-TW3_5 {
  margin-bottom: 0.875rem !important;
}
.mb-TW4 {
  margin-bottom: 1rem !important;
}
.mb-TW4_5 {
  margin-bottom: 1.125rem !important;
}
.mb-TW5 {
  margin-bottom: 1.25rem !important;
}
.mb-TW6 {
  margin-bottom: 1.5rem !important;
}
.mb-TW7 {
  margin-bottom: 1.75rem !important;
}
.mb-TW8 {
  margin-bottom: 2rem !important;
}
.mb-TW9 {
  margin-bottom: 2.25rem !important;
}
.mb-TW10 {
  margin-bottom: 2.5rem !important;
}
.mb-TW11 {
  margin-bottom: 2.75rem !important;
}
.mb-TW13 {
  margin-bottom: 3.25rem !important;
}
.mb-TW15 {
  margin-bottom: 3.75rem !important;
}
.mb-TW17 {
  margin-bottom: 4.25rem !important;
}
.mb-TW19 {
  margin-bottom: 4.75rem !important;
}
.mb-TW20 {
  margin-bottom: 5rem !important;
}
.mb-TW24 {
  margin-bottom: 6rem !important;
}
.mb-TW28 {
  margin-bottom: 7rem !important;
}
.mb-TW32 {
  margin-bottom: 8rem !important;
}
.mb-TW36 {
  margin-bottom: 9rem !important;
}
.mb-TW40 {
  margin-bottom: 10rem !important;
}
.mb-TW44 {
  margin-bottom: 11rem !important;
}
.mb-TW48 {
  margin-bottom: 12rem !important;
}
.mb-TW52 {
  margin-bottom: 13rem !important;
}
.mb-TW56 {
  margin-bottom: 14rem !important;
}
.mb-TW60 {
  margin-bottom: 15rem !important;
}
.mb-TW64 {
  margin-bottom: 16rem !important;
}
.mb-TW72 {
  margin-bottom: 18rem !important;
}
.mb-TW80 {
  margin-bottom: 20rem !important;
}
.mb-TW88 {
  margin-bottom: 22rem !important;
}
.mb-TW96 {
  margin-bottom: 24rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-TW0 {
  margin-left: 0 !important;
}
.ms-TWpx {
  margin-left: 1px !important;
}
.ms-TW0_5 {
  margin-left: 0.125rem !important;
}
.ms-TW1 {
  margin-left: 0.25rem !important;
}
.ms-TW1_25 {
  margin-left: 0.3125rem !important;
}
.ms-TW1_5 {
  margin-left: 0.375rem !important;
}
.ms-TW1_75 {
  margin-left: 0.4375rem !important;
}
.ms-TW2 {
  margin-left: 0.5rem !important;
}
.ms-TW2_5 {
  margin-left: 0.625rem !important;
}
.ms-TW3 {
  margin-left: 0.75rem !important;
}
.ms-TW3_5 {
  margin-left: 0.875rem !important;
}
.ms-TW4 {
  margin-left: 1rem !important;
}
.ms-TW4_5 {
  margin-left: 1.125rem !important;
}
.ms-TW5 {
  margin-left: 1.25rem !important;
}
.ms-TW6 {
  margin-left: 1.5rem !important;
}
.ms-TW7 {
  margin-left: 1.75rem !important;
}
.ms-TW8 {
  margin-left: 2rem !important;
}
.ms-TW9 {
  margin-left: 2.25rem !important;
}
.ms-TW10 {
  margin-left: 2.5rem !important;
}
.ms-TW11 {
  margin-left: 2.75rem !important;
}
.ms-TW13 {
  margin-left: 3.25rem !important;
}
.ms-TW15 {
  margin-left: 3.75rem !important;
}
.ms-TW17 {
  margin-left: 4.25rem !important;
}
.ms-TW19 {
  margin-left: 4.75rem !important;
}
.ms-TW20 {
  margin-left: 5rem !important;
}
.ms-TW24 {
  margin-left: 6rem !important;
}
.ms-TW28 {
  margin-left: 7rem !important;
}
.ms-TW32 {
  margin-left: 8rem !important;
}
.ms-TW36 {
  margin-left: 9rem !important;
}
.ms-TW40 {
  margin-left: 10rem !important;
}
.ms-TW44 {
  margin-left: 11rem !important;
}
.ms-TW48 {
  margin-left: 12rem !important;
}
.ms-TW52 {
  margin-left: 13rem !important;
}
.ms-TW56 {
  margin-left: 14rem !important;
}
.ms-TW60 {
  margin-left: 15rem !important;
}
.ms-TW64 {
  margin-left: 16rem !important;
}
.ms-TW72 {
  margin-left: 18rem !important;
}
.ms-TW80 {
  margin-left: 20rem !important;
}
.ms-TW88 {
  margin-left: 22rem !important;
}
.ms-TW96 {
  margin-left: 24rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-TW0 {
  padding: 0 !important;
}
.p-TWpx {
  padding: 1px !important;
}
.p-TW0_5 {
  padding: 0.125rem !important;
}
.p-TW1 {
  padding: 0.25rem !important;
}
.p-TW1_25 {
  padding: 0.3125rem !important;
}
.p-TW1_5 {
  padding: 0.375rem !important;
}
.p-TW1_75 {
  padding: 0.4375rem !important;
}
.p-TW2 {
  padding: 0.5rem !important;
}
.p-TW2_5 {
  padding: 0.625rem !important;
}
.p-TW3 {
  padding: 0.75rem !important;
}
.p-TW3_5 {
  padding: 0.875rem !important;
}
.p-TW4 {
  padding: 1rem !important;
}
.p-TW4_5 {
  padding: 1.125rem !important;
}
.p-TW5 {
  padding: 1.25rem !important;
}
.p-TW6 {
  padding: 1.5rem !important;
}
.p-TW7 {
  padding: 1.75rem !important;
}
.p-TW8 {
  padding: 2rem !important;
}
.p-TW9 {
  padding: 2.25rem !important;
}
.p-TW10 {
  padding: 2.5rem !important;
}
.p-TW11 {
  padding: 2.75rem !important;
}
.p-TW13 {
  padding: 3.25rem !important;
}
.p-TW15 {
  padding: 3.75rem !important;
}
.p-TW17 {
  padding: 4.25rem !important;
}
.p-TW19 {
  padding: 4.75rem !important;
}
.p-TW20 {
  padding: 5rem !important;
}
.p-TW24 {
  padding: 6rem !important;
}
.p-TW28 {
  padding: 7rem !important;
}
.p-TW32 {
  padding: 8rem !important;
}
.p-TW36 {
  padding: 9rem !important;
}
.p-TW40 {
  padding: 10rem !important;
}
.p-TW44 {
  padding: 11rem !important;
}
.p-TW48 {
  padding: 12rem !important;
}
.p-TW52 {
  padding: 13rem !important;
}
.p-TW56 {
  padding: 14rem !important;
}
.p-TW60 {
  padding: 15rem !important;
}
.p-TW64 {
  padding: 16rem !important;
}
.p-TW72 {
  padding: 18rem !important;
}
.p-TW80 {
  padding: 20rem !important;
}
.p-TW88 {
  padding: 22rem !important;
}
.p-TW96 {
  padding: 24rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-TW0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-TWpx {
  padding-right: 1px !important;
  padding-left: 1px !important;
}
.px-TW0_5 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}
.px-TW1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-TW1_25 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}
.px-TW1_5 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}
.px-TW1_75 {
  padding-right: 0.4375rem !important;
  padding-left: 0.4375rem !important;
}
.px-TW2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-TW2_5 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.px-TW3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-TW3_5 {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.px-TW4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-TW4_5 {
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
}
.px-TW5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-TW6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-TW7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.px-TW8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-TW9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.px-TW10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-TW11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}
.px-TW13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}
.px-TW15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-TW17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}
.px-TW19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}
.px-TW20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-TW24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-TW28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-TW32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.px-TW36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.px-TW40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-TW44 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}
.px-TW48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
.px-TW52 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}
.px-TW56 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
.px-TW60 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.px-TW64 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}
.px-TW72 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}
.px-TW80 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}
.px-TW88 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}
.px-TW96 {
  padding-right: 24rem !important;
  padding-left: 24rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-TW0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-TWpx {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-TW0_5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-TW1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-TW1_25 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.py-TW1_5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-TW1_75 {
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
}
.py-TW2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-TW2_5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-TW3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-TW3_5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-TW4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-TW4_5 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}
.py-TW5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-TW6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-TW7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-TW8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-TW9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-TW10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-TW11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-TW13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}
.py-TW15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-TW17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}
.py-TW19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}
.py-TW20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-TW24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-TW28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-TW32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-TW36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-TW40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-TW44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.py-TW48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-TW52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.py-TW56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-TW60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-TW64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-TW72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-TW80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-TW88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}
.py-TW96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-TW0 {
  padding-top: 0 !important;
}
.pt-TWpx {
  padding-top: 1px !important;
}
.pt-TW0_5 {
  padding-top: 0.125rem !important;
}
.pt-TW1 {
  padding-top: 0.25rem !important;
}
.pt-TW1_25 {
  padding-top: 0.3125rem !important;
}
.pt-TW1_5 {
  padding-top: 0.375rem !important;
}
.pt-TW1_75 {
  padding-top: 0.4375rem !important;
}
.pt-TW2 {
  padding-top: 0.5rem !important;
}
.pt-TW2_5 {
  padding-top: 0.625rem !important;
}
.pt-TW3 {
  padding-top: 0.75rem !important;
}
.pt-TW3_5 {
  padding-top: 0.875rem !important;
}
.pt-TW4 {
  padding-top: 1rem !important;
}
.pt-TW4_5 {
  padding-top: 1.125rem !important;
}
.pt-TW5 {
  padding-top: 1.25rem !important;
}
.pt-TW6 {
  padding-top: 1.5rem !important;
}
.pt-TW7 {
  padding-top: 1.75rem !important;
}
.pt-TW8 {
  padding-top: 2rem !important;
}
.pt-TW9 {
  padding-top: 2.25rem !important;
}
.pt-TW10 {
  padding-top: 2.5rem !important;
}
.pt-TW11 {
  padding-top: 2.75rem !important;
}
.pt-TW13 {
  padding-top: 3.25rem !important;
}
.pt-TW15 {
  padding-top: 3.75rem !important;
}
.pt-TW17 {
  padding-top: 4.25rem !important;
}
.pt-TW19 {
  padding-top: 4.75rem !important;
}
.pt-TW20 {
  padding-top: 5rem !important;
}
.pt-TW24 {
  padding-top: 6rem !important;
}
.pt-TW28 {
  padding-top: 7rem !important;
}
.pt-TW32 {
  padding-top: 8rem !important;
}
.pt-TW36 {
  padding-top: 9rem !important;
}
.pt-TW40 {
  padding-top: 10rem !important;
}
.pt-TW44 {
  padding-top: 11rem !important;
}
.pt-TW48 {
  padding-top: 12rem !important;
}
.pt-TW52 {
  padding-top: 13rem !important;
}
.pt-TW56 {
  padding-top: 14rem !important;
}
.pt-TW60 {
  padding-top: 15rem !important;
}
.pt-TW64 {
  padding-top: 16rem !important;
}
.pt-TW72 {
  padding-top: 18rem !important;
}
.pt-TW80 {
  padding-top: 20rem !important;
}
.pt-TW88 {
  padding-top: 22rem !important;
}
.pt-TW96 {
  padding-top: 24rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-TW0 {
  padding-right: 0 !important;
}
.pe-TWpx {
  padding-right: 1px !important;
}
.pe-TW0_5 {
  padding-right: 0.125rem !important;
}
.pe-TW1 {
  padding-right: 0.25rem !important;
}
.pe-TW1_25 {
  padding-right: 0.3125rem !important;
}
.pe-TW1_5 {
  padding-right: 0.375rem !important;
}
.pe-TW1_75 {
  padding-right: 0.4375rem !important;
}
.pe-TW2 {
  padding-right: 0.5rem !important;
}
.pe-TW2_5 {
  padding-right: 0.625rem !important;
}
.pe-TW3 {
  padding-right: 0.75rem !important;
}
.pe-TW3_5 {
  padding-right: 0.875rem !important;
}
.pe-TW4 {
  padding-right: 1rem !important;
}
.pe-TW4_5 {
  padding-right: 1.125rem !important;
}
.pe-TW5 {
  padding-right: 1.25rem !important;
}
.pe-TW6 {
  padding-right: 1.5rem !important;
}
.pe-TW7 {
  padding-right: 1.75rem !important;
}
.pe-TW8 {
  padding-right: 2rem !important;
}
.pe-TW9 {
  padding-right: 2.25rem !important;
}
.pe-TW10 {
  padding-right: 2.5rem !important;
}
.pe-TW11 {
  padding-right: 2.75rem !important;
}
.pe-TW13 {
  padding-right: 3.25rem !important;
}
.pe-TW15 {
  padding-right: 3.75rem !important;
}
.pe-TW17 {
  padding-right: 4.25rem !important;
}
.pe-TW19 {
  padding-right: 4.75rem !important;
}
.pe-TW20 {
  padding-right: 5rem !important;
}
.pe-TW24 {
  padding-right: 6rem !important;
}
.pe-TW28 {
  padding-right: 7rem !important;
}
.pe-TW32 {
  padding-right: 8rem !important;
}
.pe-TW36 {
  padding-right: 9rem !important;
}
.pe-TW40 {
  padding-right: 10rem !important;
}
.pe-TW44 {
  padding-right: 11rem !important;
}
.pe-TW48 {
  padding-right: 12rem !important;
}
.pe-TW52 {
  padding-right: 13rem !important;
}
.pe-TW56 {
  padding-right: 14rem !important;
}
.pe-TW60 {
  padding-right: 15rem !important;
}
.pe-TW64 {
  padding-right: 16rem !important;
}
.pe-TW72 {
  padding-right: 18rem !important;
}
.pe-TW80 {
  padding-right: 20rem !important;
}
.pe-TW88 {
  padding-right: 22rem !important;
}
.pe-TW96 {
  padding-right: 24rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-TW0 {
  padding-bottom: 0 !important;
}
.pb-TWpx {
  padding-bottom: 1px !important;
}
.pb-TW0_5 {
  padding-bottom: 0.125rem !important;
}
.pb-TW1 {
  padding-bottom: 0.25rem !important;
}
.pb-TW1_25 {
  padding-bottom: 0.3125rem !important;
}
.pb-TW1_5 {
  padding-bottom: 0.375rem !important;
}
.pb-TW1_75 {
  padding-bottom: 0.4375rem !important;
}
.pb-TW2 {
  padding-bottom: 0.5rem !important;
}
.pb-TW2_5 {
  padding-bottom: 0.625rem !important;
}
.pb-TW3 {
  padding-bottom: 0.75rem !important;
}
.pb-TW3_5 {
  padding-bottom: 0.875rem !important;
}
.pb-TW4 {
  padding-bottom: 1rem !important;
}
.pb-TW4_5 {
  padding-bottom: 1.125rem !important;
}
.pb-TW5 {
  padding-bottom: 1.25rem !important;
}
.pb-TW6 {
  padding-bottom: 1.5rem !important;
}
.pb-TW7 {
  padding-bottom: 1.75rem !important;
}
.pb-TW8 {
  padding-bottom: 2rem !important;
}
.pb-TW9 {
  padding-bottom: 2.25rem !important;
}
.pb-TW10 {
  padding-bottom: 2.5rem !important;
}
.pb-TW11 {
  padding-bottom: 2.75rem !important;
}
.pb-TW13 {
  padding-bottom: 3.25rem !important;
}
.pb-TW15 {
  padding-bottom: 3.75rem !important;
}
.pb-TW17 {
  padding-bottom: 4.25rem !important;
}
.pb-TW19 {
  padding-bottom: 4.75rem !important;
}
.pb-TW20 {
  padding-bottom: 5rem !important;
}
.pb-TW24 {
  padding-bottom: 6rem !important;
}
.pb-TW28 {
  padding-bottom: 7rem !important;
}
.pb-TW32 {
  padding-bottom: 8rem !important;
}
.pb-TW36 {
  padding-bottom: 9rem !important;
}
.pb-TW40 {
  padding-bottom: 10rem !important;
}
.pb-TW44 {
  padding-bottom: 11rem !important;
}
.pb-TW48 {
  padding-bottom: 12rem !important;
}
.pb-TW52 {
  padding-bottom: 13rem !important;
}
.pb-TW56 {
  padding-bottom: 14rem !important;
}
.pb-TW60 {
  padding-bottom: 15rem !important;
}
.pb-TW64 {
  padding-bottom: 16rem !important;
}
.pb-TW72 {
  padding-bottom: 18rem !important;
}
.pb-TW80 {
  padding-bottom: 20rem !important;
}
.pb-TW88 {
  padding-bottom: 22rem !important;
}
.pb-TW96 {
  padding-bottom: 24rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-TW0 {
  padding-left: 0 !important;
}
.ps-TWpx {
  padding-left: 1px !important;
}
.ps-TW0_5 {
  padding-left: 0.125rem !important;
}
.ps-TW1 {
  padding-left: 0.25rem !important;
}
.ps-TW1_25 {
  padding-left: 0.3125rem !important;
}
.ps-TW1_5 {
  padding-left: 0.375rem !important;
}
.ps-TW1_75 {
  padding-left: 0.4375rem !important;
}
.ps-TW2 {
  padding-left: 0.5rem !important;
}
.ps-TW2_5 {
  padding-left: 0.625rem !important;
}
.ps-TW3 {
  padding-left: 0.75rem !important;
}
.ps-TW3_5 {
  padding-left: 0.875rem !important;
}
.ps-TW4 {
  padding-left: 1rem !important;
}
.ps-TW4_5 {
  padding-left: 1.125rem !important;
}
.ps-TW5 {
  padding-left: 1.25rem !important;
}
.ps-TW6 {
  padding-left: 1.5rem !important;
}
.ps-TW7 {
  padding-left: 1.75rem !important;
}
.ps-TW8 {
  padding-left: 2rem !important;
}
.ps-TW9 {
  padding-left: 2.25rem !important;
}
.ps-TW10 {
  padding-left: 2.5rem !important;
}
.ps-TW11 {
  padding-left: 2.75rem !important;
}
.ps-TW13 {
  padding-left: 3.25rem !important;
}
.ps-TW15 {
  padding-left: 3.75rem !important;
}
.ps-TW17 {
  padding-left: 4.25rem !important;
}
.ps-TW19 {
  padding-left: 4.75rem !important;
}
.ps-TW20 {
  padding-left: 5rem !important;
}
.ps-TW24 {
  padding-left: 6rem !important;
}
.ps-TW28 {
  padding-left: 7rem !important;
}
.ps-TW32 {
  padding-left: 8rem !important;
}
.ps-TW36 {
  padding-left: 9rem !important;
}
.ps-TW40 {
  padding-left: 10rem !important;
}
.ps-TW44 {
  padding-left: 11rem !important;
}
.ps-TW48 {
  padding-left: 12rem !important;
}
.ps-TW52 {
  padding-left: 13rem !important;
}
.ps-TW56 {
  padding-left: 14rem !important;
}
.ps-TW60 {
  padding-left: 15rem !important;
}
.ps-TW64 {
  padding-left: 16rem !important;
}
.ps-TW72 {
  padding-left: 18rem !important;
}
.ps-TW80 {
  padding-left: 20rem !important;
}
.ps-TW88 {
  padding-left: 22rem !important;
}
.ps-TW96 {
  padding-left: 24rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: 1.5625rem !important;
}
.fs-2 {
  font-size: 1.25rem !important;
}
.fs-3 {
  font-size: 1.0625rem !important;
}
.fs-4 {
  font-size: 1.59375rem !important;
}
.fs-5 {
  font-size: 1.328125rem !important;
}
.fs-6 {
  font-size: 1.0625rem !important;
}
.fs-lg {
  font-size: 2.625rem !important;
}
.fs-xl {
  font-size: 3.75rem !important;
}
.fs-small {
  font-size: 0.9375rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 200 !important;
}
.fw-lighter {
  font-weight: 100 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: 700 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.24 !important;
}
.lh-lg {
  line-height: 1.65 !important;
}
.lh-25 {
  line-height: 25px !important;
}
.lh-30 {
  line-height: 30px !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-none-hover:hover {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-underline-hover:hover {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-decoration-line-through-hover:hover {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #15AF9B !important;
}
.text-secondary {
  color: #056B7F !important;
}
.text-success {
  color: #15AF9B !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #ed193a !important;
}
.text-light {
  color: #c0cddc !important;
}
.text-dark {
  color: #212529 !important;
}
.text-dgp-blue {
  color: #053875 !important;
}
.text-dgp-blue-25 {
  color: #c0cddc !important;
}
.text-dgp-blue-12 {
  color: #e1e7ee !important;
}
.text-dgp-green-bright {
  color: #00af9b !important;
}
.text-dgp-greenblue {
  color: #056B7F !important;
}
.text-dgp-greenblue-dark {
  color: #013B4A !important;
}
.text-dgp-green-light {
  color: #15AF9B !important;
}
.text-dgp-gray {
  color: #A9A9A9 !important;
}
.text-dgp-bg {
  color: #F4F7F9 !important;
}
.text-dgp-bg-menu {
  color: #f0f3f7 !important;
}
.text-dgp-black {
  color: #333 !important;
}
.text-dgp-red {
  color: #ed193a !important;
}
.text-dgp-orange {
  color: #f26821 !important;
}
.text-white, .btn-primary, .fc.fc-theme-standard .fc-button-primary {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary, .btn-primary:focus, .fc.fc-theme-standard .fc-button-primary:focus {
  background-color: #15AF9B !important;
}
.bg-secondary {
  background-color: #056B7F !important;
}
.bg-success {
  background-color: #15AF9B !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #ed193a !important;
}
.bg-light {
  background-color: #c0cddc !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-dgp-blue {
  background-color: #053875 !important;
}
.bg-dgp-blue-25 {
  background-color: #c0cddc !important;
}
.bg-dgp-blue-12 {
  background-color: #e1e7ee !important;
}
.bg-dgp-green-bright {
  background-color: #00af9b !important;
}
.bg-dgp-greenblue {
  background-color: #056B7F !important;
}
.bg-dgp-greenblue-dark {
  background-color: #013B4A !important;
}
.bg-dgp-green-light {
  background-color: #15AF9B !important;
}
.bg-dgp-gray {
  background-color: #A9A9A9 !important;
}
.bg-dgp-bg {
  background-color: #F4F7F9 !important;
}
.bg-dgp-bg-menu {
  background-color: #f0f3f7 !important;
}
.bg-dgp-black {
  background-color: #333 !important;
}
.bg-dgp-red {
  background-color: #ed193a !important;
}
.bg-dgp-orange {
  background-color: #f26821 !important;
}
.bg-body {
  background-color: #F4F7F9 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bg-gradient-greenblue {
  background-image: linear-gradient(180deg, rgba(5, 107, 127, 0.75) 0%, rgba(1, 59, 74, 0.75) 100%) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0 !important;
}
.rounded-3 {
  border-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-0-hover:hover {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-25-hover:hover {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-50-hover:hover {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-75-hover:hover {
  opacity: 0.75 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-90-hover:hover {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.opacity-100-hover:hover {
  opacity: 1 !important;
}
.letter-spacing-25 {
  letter-spacing: 0.25px !important;
}
.flex-basis-320 {
  flex-basis: 320px !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-TW0 {
  column-gap: 0 !important;
}
.column-gap-TWpx {
  column-gap: 1px !important;
}
.column-gap-TW0_5 {
  column-gap: 0.125rem !important;
}
.column-gap-TW1 {
  column-gap: 0.25rem !important;
}
.column-gap-TW1_25 {
  column-gap: 0.3125rem !important;
}
.column-gap-TW1_5 {
  column-gap: 0.375rem !important;
}
.column-gap-TW1_75 {
  column-gap: 0.4375rem !important;
}
.column-gap-TW2 {
  column-gap: 0.5rem !important;
}
.column-gap-TW2_5 {
  column-gap: 0.625rem !important;
}
.column-gap-TW3 {
  column-gap: 0.75rem !important;
}
.column-gap-TW3_5 {
  column-gap: 0.875rem !important;
}
.column-gap-TW4 {
  column-gap: 1rem !important;
}
.column-gap-TW4_5 {
  column-gap: 1.125rem !important;
}
.column-gap-TW5 {
  column-gap: 1.25rem !important;
}
.column-gap-TW6 {
  column-gap: 1.5rem !important;
}
.column-gap-TW7 {
  column-gap: 1.75rem !important;
}
.column-gap-TW8 {
  column-gap: 2rem !important;
}
.column-gap-TW9 {
  column-gap: 2.25rem !important;
}
.column-gap-TW10 {
  column-gap: 2.5rem !important;
}
.column-gap-TW11 {
  column-gap: 2.75rem !important;
}
.column-gap-TW13 {
  column-gap: 3.25rem !important;
}
.column-gap-TW15 {
  column-gap: 3.75rem !important;
}
.column-gap-TW17 {
  column-gap: 4.25rem !important;
}
.column-gap-TW19 {
  column-gap: 4.75rem !important;
}
.column-gap-TW20 {
  column-gap: 5rem !important;
}
.column-gap-TW24 {
  column-gap: 6rem !important;
}
.column-gap-TW28 {
  column-gap: 7rem !important;
}
.column-gap-TW32 {
  column-gap: 8rem !important;
}
.column-gap-TW36 {
  column-gap: 9rem !important;
}
.column-gap-TW40 {
  column-gap: 10rem !important;
}
.column-gap-TW44 {
  column-gap: 11rem !important;
}
.column-gap-TW48 {
  column-gap: 12rem !important;
}
.column-gap-TW52 {
  column-gap: 13rem !important;
}
.column-gap-TW56 {
  column-gap: 14rem !important;
}
.column-gap-TW60 {
  column-gap: 15rem !important;
}
.column-gap-TW64 {
  column-gap: 16rem !important;
}
.column-gap-TW72 {
  column-gap: 18rem !important;
}
.column-gap-TW80 {
  column-gap: 20rem !important;
}
.column-gap-TW88 {
  column-gap: 22rem !important;
}
.column-gap-TW96 {
  column-gap: 24rem !important;
}
.min-h-60 {
  min-height: 60px !important;
}
.min-h-90 {
  min-height: 90px !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-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;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-60 {
    width: 60px !important;
  }
  .w-sm-130 {
    width: 130px !important;
  }
  .w-sm-320 {
    width: 320px !important;
  }
  .w-sm-400 {
    width: 400px !important;
  }
  .w-sm-420 {
    width: 420px !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-3 {
    height: 3px !important;
  }
  .h-sm-4 {
    height: 4px !important;
  }
  .h-sm-17 {
    height: 17px !important;
  }
  .h-sm-29 {
    height: 29px !important;
  }
  .h-sm-160 {
    height: 160px !important;
  }
  .h-sm-230 {
    height: 230px !important;
  }
  .h-sm-268 {
    height: 268px !important;
  }
  .h-sm-292 {
    height: 292px !important;
  }
  .h-sm-300 {
    height: 300px !important;
  }
  .h-sm-398 {
    height: 398px !important;
  }
  .h-sm-400 {
    height: 400px !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-TW0 {
    gap: 0 !important;
  }
  .gap-sm-TWpx {
    gap: 1px !important;
  }
  .gap-sm-TW0_5 {
    gap: 0.125rem !important;
  }
  .gap-sm-TW1 {
    gap: 0.25rem !important;
  }
  .gap-sm-TW1_25 {
    gap: 0.3125rem !important;
  }
  .gap-sm-TW1_5 {
    gap: 0.375rem !important;
  }
  .gap-sm-TW1_75 {
    gap: 0.4375rem !important;
  }
  .gap-sm-TW2 {
    gap: 0.5rem !important;
  }
  .gap-sm-TW2_5 {
    gap: 0.625rem !important;
  }
  .gap-sm-TW3 {
    gap: 0.75rem !important;
  }
  .gap-sm-TW3_5 {
    gap: 0.875rem !important;
  }
  .gap-sm-TW4 {
    gap: 1rem !important;
  }
  .gap-sm-TW4_5 {
    gap: 1.125rem !important;
  }
  .gap-sm-TW5 {
    gap: 1.25rem !important;
  }
  .gap-sm-TW6 {
    gap: 1.5rem !important;
  }
  .gap-sm-TW7 {
    gap: 1.75rem !important;
  }
  .gap-sm-TW8 {
    gap: 2rem !important;
  }
  .gap-sm-TW9 {
    gap: 2.25rem !important;
  }
  .gap-sm-TW10 {
    gap: 2.5rem !important;
  }
  .gap-sm-TW11 {
    gap: 2.75rem !important;
  }
  .gap-sm-TW13 {
    gap: 3.25rem !important;
  }
  .gap-sm-TW15 {
    gap: 3.75rem !important;
  }
  .gap-sm-TW17 {
    gap: 4.25rem !important;
  }
  .gap-sm-TW19 {
    gap: 4.75rem !important;
  }
  .gap-sm-TW20 {
    gap: 5rem !important;
  }
  .gap-sm-TW24 {
    gap: 6rem !important;
  }
  .gap-sm-TW28 {
    gap: 7rem !important;
  }
  .gap-sm-TW32 {
    gap: 8rem !important;
  }
  .gap-sm-TW36 {
    gap: 9rem !important;
  }
  .gap-sm-TW40 {
    gap: 10rem !important;
  }
  .gap-sm-TW44 {
    gap: 11rem !important;
  }
  .gap-sm-TW48 {
    gap: 12rem !important;
  }
  .gap-sm-TW52 {
    gap: 13rem !important;
  }
  .gap-sm-TW56 {
    gap: 14rem !important;
  }
  .gap-sm-TW60 {
    gap: 15rem !important;
  }
  .gap-sm-TW64 {
    gap: 16rem !important;
  }
  .gap-sm-TW72 {
    gap: 18rem !important;
  }
  .gap-sm-TW80 {
    gap: 20rem !important;
  }
  .gap-sm-TW88 {
    gap: 22rem !important;
  }
  .gap-sm-TW96 {
    gap: 24rem !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-TW0 {
    margin: 0 !important;
  }
  .m-sm-TWpx {
    margin: 1px !important;
  }
  .m-sm-TW0_5 {
    margin: 0.125rem !important;
  }
  .m-sm-TW1 {
    margin: 0.25rem !important;
  }
  .m-sm-TW1_25 {
    margin: 0.3125rem !important;
  }
  .m-sm-TW1_5 {
    margin: 0.375rem !important;
  }
  .m-sm-TW1_75 {
    margin: 0.4375rem !important;
  }
  .m-sm-TW2 {
    margin: 0.5rem !important;
  }
  .m-sm-TW2_5 {
    margin: 0.625rem !important;
  }
  .m-sm-TW3 {
    margin: 0.75rem !important;
  }
  .m-sm-TW3_5 {
    margin: 0.875rem !important;
  }
  .m-sm-TW4 {
    margin: 1rem !important;
  }
  .m-sm-TW4_5 {
    margin: 1.125rem !important;
  }
  .m-sm-TW5 {
    margin: 1.25rem !important;
  }
  .m-sm-TW6 {
    margin: 1.5rem !important;
  }
  .m-sm-TW7 {
    margin: 1.75rem !important;
  }
  .m-sm-TW8 {
    margin: 2rem !important;
  }
  .m-sm-TW9 {
    margin: 2.25rem !important;
  }
  .m-sm-TW10 {
    margin: 2.5rem !important;
  }
  .m-sm-TW11 {
    margin: 2.75rem !important;
  }
  .m-sm-TW13 {
    margin: 3.25rem !important;
  }
  .m-sm-TW15 {
    margin: 3.75rem !important;
  }
  .m-sm-TW17 {
    margin: 4.25rem !important;
  }
  .m-sm-TW19 {
    margin: 4.75rem !important;
  }
  .m-sm-TW20 {
    margin: 5rem !important;
  }
  .m-sm-TW24 {
    margin: 6rem !important;
  }
  .m-sm-TW28 {
    margin: 7rem !important;
  }
  .m-sm-TW32 {
    margin: 8rem !important;
  }
  .m-sm-TW36 {
    margin: 9rem !important;
  }
  .m-sm-TW40 {
    margin: 10rem !important;
  }
  .m-sm-TW44 {
    margin: 11rem !important;
  }
  .m-sm-TW48 {
    margin: 12rem !important;
  }
  .m-sm-TW52 {
    margin: 13rem !important;
  }
  .m-sm-TW56 {
    margin: 14rem !important;
  }
  .m-sm-TW60 {
    margin: 15rem !important;
  }
  .m-sm-TW64 {
    margin: 16rem !important;
  }
  .m-sm-TW72 {
    margin: 18rem !important;
  }
  .m-sm-TW80 {
    margin: 20rem !important;
  }
  .m-sm-TW88 {
    margin: 22rem !important;
  }
  .m-sm-TW96 {
    margin: 24rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-TW0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-TWpx {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-sm-TW0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-TW1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-TW1_25 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-TW1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-sm-TW1_75 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-sm-TW2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-TW2_5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-TW3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-TW3_5 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-sm-TW4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-TW4_5 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-sm-TW5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-TW6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-TW7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-TW8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-TW9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-TW10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-TW11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-TW13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-sm-TW15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-TW17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-sm-TW19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-TW20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-TW24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-TW28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-TW32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-TW36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-TW40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-TW44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-TW48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-TW52 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-TW56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-TW60 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-TW64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-TW72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-TW80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-TW88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-sm-TW96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-TW0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-TWpx {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-sm-TW0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-TW1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-TW1_25 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-TW1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-sm-TW1_75 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-sm-TW2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-TW2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-TW3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-TW3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-sm-TW4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-TW4_5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-sm-TW5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-TW6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-TW7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-TW8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-TW9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-TW10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-TW11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-TW13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-sm-TW15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-TW17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-sm-TW19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-TW20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-TW24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-TW28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-TW32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-TW36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-TW40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-TW44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-TW48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-TW52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-TW56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-TW60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-TW64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-TW72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-TW80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-TW88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sm-TW96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-TW0 {
    margin-top: 0 !important;
  }
  .mt-sm-TWpx {
    margin-top: 1px !important;
  }
  .mt-sm-TW0_5 {
    margin-top: 0.125rem !important;
  }
  .mt-sm-TW1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-TW1_25 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-TW1_5 {
    margin-top: 0.375rem !important;
  }
  .mt-sm-TW1_75 {
    margin-top: 0.4375rem !important;
  }
  .mt-sm-TW2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-TW2_5 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-TW3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-TW3_5 {
    margin-top: 0.875rem !important;
  }
  .mt-sm-TW4 {
    margin-top: 1rem !important;
  }
  .mt-sm-TW4_5 {
    margin-top: 1.125rem !important;
  }
  .mt-sm-TW5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-TW6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-TW7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-TW8 {
    margin-top: 2rem !important;
  }
  .mt-sm-TW9 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-TW10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-TW11 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-TW13 {
    margin-top: 3.25rem !important;
  }
  .mt-sm-TW15 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-TW17 {
    margin-top: 4.25rem !important;
  }
  .mt-sm-TW19 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-TW20 {
    margin-top: 5rem !important;
  }
  .mt-sm-TW24 {
    margin-top: 6rem !important;
  }
  .mt-sm-TW28 {
    margin-top: 7rem !important;
  }
  .mt-sm-TW32 {
    margin-top: 8rem !important;
  }
  .mt-sm-TW36 {
    margin-top: 9rem !important;
  }
  .mt-sm-TW40 {
    margin-top: 10rem !important;
  }
  .mt-sm-TW44 {
    margin-top: 11rem !important;
  }
  .mt-sm-TW48 {
    margin-top: 12rem !important;
  }
  .mt-sm-TW52 {
    margin-top: 13rem !important;
  }
  .mt-sm-TW56 {
    margin-top: 14rem !important;
  }
  .mt-sm-TW60 {
    margin-top: 15rem !important;
  }
  .mt-sm-TW64 {
    margin-top: 16rem !important;
  }
  .mt-sm-TW72 {
    margin-top: 18rem !important;
  }
  .mt-sm-TW80 {
    margin-top: 20rem !important;
  }
  .mt-sm-TW88 {
    margin-top: 22rem !important;
  }
  .mt-sm-TW96 {
    margin-top: 24rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-TW0 {
    margin-right: 0 !important;
  }
  .me-sm-TWpx {
    margin-right: 1px !important;
  }
  .me-sm-TW0_5 {
    margin-right: 0.125rem !important;
  }
  .me-sm-TW1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-TW1_25 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-TW1_5 {
    margin-right: 0.375rem !important;
  }
  .me-sm-TW1_75 {
    margin-right: 0.4375rem !important;
  }
  .me-sm-TW2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-TW2_5 {
    margin-right: 0.625rem !important;
  }
  .me-sm-TW3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-TW3_5 {
    margin-right: 0.875rem !important;
  }
  .me-sm-TW4 {
    margin-right: 1rem !important;
  }
  .me-sm-TW4_5 {
    margin-right: 1.125rem !important;
  }
  .me-sm-TW5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-TW6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-TW7 {
    margin-right: 1.75rem !important;
  }
  .me-sm-TW8 {
    margin-right: 2rem !important;
  }
  .me-sm-TW9 {
    margin-right: 2.25rem !important;
  }
  .me-sm-TW10 {
    margin-right: 2.5rem !important;
  }
  .me-sm-TW11 {
    margin-right: 2.75rem !important;
  }
  .me-sm-TW13 {
    margin-right: 3.25rem !important;
  }
  .me-sm-TW15 {
    margin-right: 3.75rem !important;
  }
  .me-sm-TW17 {
    margin-right: 4.25rem !important;
  }
  .me-sm-TW19 {
    margin-right: 4.75rem !important;
  }
  .me-sm-TW20 {
    margin-right: 5rem !important;
  }
  .me-sm-TW24 {
    margin-right: 6rem !important;
  }
  .me-sm-TW28 {
    margin-right: 7rem !important;
  }
  .me-sm-TW32 {
    margin-right: 8rem !important;
  }
  .me-sm-TW36 {
    margin-right: 9rem !important;
  }
  .me-sm-TW40 {
    margin-right: 10rem !important;
  }
  .me-sm-TW44 {
    margin-right: 11rem !important;
  }
  .me-sm-TW48 {
    margin-right: 12rem !important;
  }
  .me-sm-TW52 {
    margin-right: 13rem !important;
  }
  .me-sm-TW56 {
    margin-right: 14rem !important;
  }
  .me-sm-TW60 {
    margin-right: 15rem !important;
  }
  .me-sm-TW64 {
    margin-right: 16rem !important;
  }
  .me-sm-TW72 {
    margin-right: 18rem !important;
  }
  .me-sm-TW80 {
    margin-right: 20rem !important;
  }
  .me-sm-TW88 {
    margin-right: 22rem !important;
  }
  .me-sm-TW96 {
    margin-right: 24rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-TW0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-TWpx {
    margin-bottom: 1px !important;
  }
  .mb-sm-TW0_5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-TW1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-TW1_25 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-TW1_5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-sm-TW1_75 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-sm-TW2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-TW2_5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-TW3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-TW3_5 {
    margin-bottom: 0.875rem !important;
  }
  .mb-sm-TW4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-TW4_5 {
    margin-bottom: 1.125rem !important;
  }
  .mb-sm-TW5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-TW6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-TW7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-TW8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-TW9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-TW10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-TW11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-TW13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-sm-TW15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-TW17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-sm-TW19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-TW20 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-TW24 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-TW28 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-TW32 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-TW36 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-TW40 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-TW44 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-TW48 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-TW52 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-TW56 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-TW60 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-TW64 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-TW72 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-TW80 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-TW88 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-TW96 {
    margin-bottom: 24rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-TW0 {
    margin-left: 0 !important;
  }
  .ms-sm-TWpx {
    margin-left: 1px !important;
  }
  .ms-sm-TW0_5 {
    margin-left: 0.125rem !important;
  }
  .ms-sm-TW1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-TW1_25 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-TW1_5 {
    margin-left: 0.375rem !important;
  }
  .ms-sm-TW1_75 {
    margin-left: 0.4375rem !important;
  }
  .ms-sm-TW2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-TW2_5 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-TW3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-TW3_5 {
    margin-left: 0.875rem !important;
  }
  .ms-sm-TW4 {
    margin-left: 1rem !important;
  }
  .ms-sm-TW4_5 {
    margin-left: 1.125rem !important;
  }
  .ms-sm-TW5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-TW6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-TW7 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-TW8 {
    margin-left: 2rem !important;
  }
  .ms-sm-TW9 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-TW10 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-TW11 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-TW13 {
    margin-left: 3.25rem !important;
  }
  .ms-sm-TW15 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-TW17 {
    margin-left: 4.25rem !important;
  }
  .ms-sm-TW19 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-TW20 {
    margin-left: 5rem !important;
  }
  .ms-sm-TW24 {
    margin-left: 6rem !important;
  }
  .ms-sm-TW28 {
    margin-left: 7rem !important;
  }
  .ms-sm-TW32 {
    margin-left: 8rem !important;
  }
  .ms-sm-TW36 {
    margin-left: 9rem !important;
  }
  .ms-sm-TW40 {
    margin-left: 10rem !important;
  }
  .ms-sm-TW44 {
    margin-left: 11rem !important;
  }
  .ms-sm-TW48 {
    margin-left: 12rem !important;
  }
  .ms-sm-TW52 {
    margin-left: 13rem !important;
  }
  .ms-sm-TW56 {
    margin-left: 14rem !important;
  }
  .ms-sm-TW60 {
    margin-left: 15rem !important;
  }
  .ms-sm-TW64 {
    margin-left: 16rem !important;
  }
  .ms-sm-TW72 {
    margin-left: 18rem !important;
  }
  .ms-sm-TW80 {
    margin-left: 20rem !important;
  }
  .ms-sm-TW88 {
    margin-left: 22rem !important;
  }
  .ms-sm-TW96 {
    margin-left: 24rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-TW0 {
    padding: 0 !important;
  }
  .p-sm-TWpx {
    padding: 1px !important;
  }
  .p-sm-TW0_5 {
    padding: 0.125rem !important;
  }
  .p-sm-TW1 {
    padding: 0.25rem !important;
  }
  .p-sm-TW1_25 {
    padding: 0.3125rem !important;
  }
  .p-sm-TW1_5 {
    padding: 0.375rem !important;
  }
  .p-sm-TW1_75 {
    padding: 0.4375rem !important;
  }
  .p-sm-TW2 {
    padding: 0.5rem !important;
  }
  .p-sm-TW2_5 {
    padding: 0.625rem !important;
  }
  .p-sm-TW3 {
    padding: 0.75rem !important;
  }
  .p-sm-TW3_5 {
    padding: 0.875rem !important;
  }
  .p-sm-TW4 {
    padding: 1rem !important;
  }
  .p-sm-TW4_5 {
    padding: 1.125rem !important;
  }
  .p-sm-TW5 {
    padding: 1.25rem !important;
  }
  .p-sm-TW6 {
    padding: 1.5rem !important;
  }
  .p-sm-TW7 {
    padding: 1.75rem !important;
  }
  .p-sm-TW8 {
    padding: 2rem !important;
  }
  .p-sm-TW9 {
    padding: 2.25rem !important;
  }
  .p-sm-TW10 {
    padding: 2.5rem !important;
  }
  .p-sm-TW11 {
    padding: 2.75rem !important;
  }
  .p-sm-TW13 {
    padding: 3.25rem !important;
  }
  .p-sm-TW15 {
    padding: 3.75rem !important;
  }
  .p-sm-TW17 {
    padding: 4.25rem !important;
  }
  .p-sm-TW19 {
    padding: 4.75rem !important;
  }
  .p-sm-TW20 {
    padding: 5rem !important;
  }
  .p-sm-TW24 {
    padding: 6rem !important;
  }
  .p-sm-TW28 {
    padding: 7rem !important;
  }
  .p-sm-TW32 {
    padding: 8rem !important;
  }
  .p-sm-TW36 {
    padding: 9rem !important;
  }
  .p-sm-TW40 {
    padding: 10rem !important;
  }
  .p-sm-TW44 {
    padding: 11rem !important;
  }
  .p-sm-TW48 {
    padding: 12rem !important;
  }
  .p-sm-TW52 {
    padding: 13rem !important;
  }
  .p-sm-TW56 {
    padding: 14rem !important;
  }
  .p-sm-TW60 {
    padding: 15rem !important;
  }
  .p-sm-TW64 {
    padding: 16rem !important;
  }
  .p-sm-TW72 {
    padding: 18rem !important;
  }
  .p-sm-TW80 {
    padding: 20rem !important;
  }
  .p-sm-TW88 {
    padding: 22rem !important;
  }
  .p-sm-TW96 {
    padding: 24rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-TW0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-TWpx {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-sm-TW0_5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-TW1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-TW1_25 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-TW1_5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-sm-TW1_75 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-sm-TW2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-TW2_5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-TW3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-TW3_5 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-sm-TW4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-TW4_5 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-sm-TW5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-TW6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-TW7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-TW8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-TW9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-TW10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-TW11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-TW13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-sm-TW15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-TW17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-sm-TW19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-TW20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-TW24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-TW28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-TW32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-TW36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-TW40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-TW44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-TW48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-TW52 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-TW56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-TW60 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-TW64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-TW72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-TW80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-TW88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-sm-TW96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-TW0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-TWpx {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-sm-TW0_5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-TW1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-TW1_25 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-TW1_5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-sm-TW1_75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-sm-TW2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-TW2_5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-TW3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-TW3_5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-sm-TW4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-TW4_5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-sm-TW5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-TW6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-TW7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-TW8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-TW9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-TW10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-TW11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-TW13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-sm-TW15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-TW17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-sm-TW19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-TW20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-TW24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-TW28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-TW32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-TW36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-TW40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-TW44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-TW48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-TW52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-TW56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-TW60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-TW64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-TW72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-TW80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-TW88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-sm-TW96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-TW0 {
    padding-top: 0 !important;
  }
  .pt-sm-TWpx {
    padding-top: 1px !important;
  }
  .pt-sm-TW0_5 {
    padding-top: 0.125rem !important;
  }
  .pt-sm-TW1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-TW1_25 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-TW1_5 {
    padding-top: 0.375rem !important;
  }
  .pt-sm-TW1_75 {
    padding-top: 0.4375rem !important;
  }
  .pt-sm-TW2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-TW2_5 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-TW3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-TW3_5 {
    padding-top: 0.875rem !important;
  }
  .pt-sm-TW4 {
    padding-top: 1rem !important;
  }
  .pt-sm-TW4_5 {
    padding-top: 1.125rem !important;
  }
  .pt-sm-TW5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-TW6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-TW7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-TW8 {
    padding-top: 2rem !important;
  }
  .pt-sm-TW9 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-TW10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-TW11 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-TW13 {
    padding-top: 3.25rem !important;
  }
  .pt-sm-TW15 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-TW17 {
    padding-top: 4.25rem !important;
  }
  .pt-sm-TW19 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-TW20 {
    padding-top: 5rem !important;
  }
  .pt-sm-TW24 {
    padding-top: 6rem !important;
  }
  .pt-sm-TW28 {
    padding-top: 7rem !important;
  }
  .pt-sm-TW32 {
    padding-top: 8rem !important;
  }
  .pt-sm-TW36 {
    padding-top: 9rem !important;
  }
  .pt-sm-TW40 {
    padding-top: 10rem !important;
  }
  .pt-sm-TW44 {
    padding-top: 11rem !important;
  }
  .pt-sm-TW48 {
    padding-top: 12rem !important;
  }
  .pt-sm-TW52 {
    padding-top: 13rem !important;
  }
  .pt-sm-TW56 {
    padding-top: 14rem !important;
  }
  .pt-sm-TW60 {
    padding-top: 15rem !important;
  }
  .pt-sm-TW64 {
    padding-top: 16rem !important;
  }
  .pt-sm-TW72 {
    padding-top: 18rem !important;
  }
  .pt-sm-TW80 {
    padding-top: 20rem !important;
  }
  .pt-sm-TW88 {
    padding-top: 22rem !important;
  }
  .pt-sm-TW96 {
    padding-top: 24rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-TW0 {
    padding-right: 0 !important;
  }
  .pe-sm-TWpx {
    padding-right: 1px !important;
  }
  .pe-sm-TW0_5 {
    padding-right: 0.125rem !important;
  }
  .pe-sm-TW1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-TW1_25 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-TW1_5 {
    padding-right: 0.375rem !important;
  }
  .pe-sm-TW1_75 {
    padding-right: 0.4375rem !important;
  }
  .pe-sm-TW2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-TW2_5 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-TW3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-TW3_5 {
    padding-right: 0.875rem !important;
  }
  .pe-sm-TW4 {
    padding-right: 1rem !important;
  }
  .pe-sm-TW4_5 {
    padding-right: 1.125rem !important;
  }
  .pe-sm-TW5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-TW6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-TW7 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-TW8 {
    padding-right: 2rem !important;
  }
  .pe-sm-TW9 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-TW10 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-TW11 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-TW13 {
    padding-right: 3.25rem !important;
  }
  .pe-sm-TW15 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-TW17 {
    padding-right: 4.25rem !important;
  }
  .pe-sm-TW19 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-TW20 {
    padding-right: 5rem !important;
  }
  .pe-sm-TW24 {
    padding-right: 6rem !important;
  }
  .pe-sm-TW28 {
    padding-right: 7rem !important;
  }
  .pe-sm-TW32 {
    padding-right: 8rem !important;
  }
  .pe-sm-TW36 {
    padding-right: 9rem !important;
  }
  .pe-sm-TW40 {
    padding-right: 10rem !important;
  }
  .pe-sm-TW44 {
    padding-right: 11rem !important;
  }
  .pe-sm-TW48 {
    padding-right: 12rem !important;
  }
  .pe-sm-TW52 {
    padding-right: 13rem !important;
  }
  .pe-sm-TW56 {
    padding-right: 14rem !important;
  }
  .pe-sm-TW60 {
    padding-right: 15rem !important;
  }
  .pe-sm-TW64 {
    padding-right: 16rem !important;
  }
  .pe-sm-TW72 {
    padding-right: 18rem !important;
  }
  .pe-sm-TW80 {
    padding-right: 20rem !important;
  }
  .pe-sm-TW88 {
    padding-right: 22rem !important;
  }
  .pe-sm-TW96 {
    padding-right: 24rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-TW0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-TWpx {
    padding-bottom: 1px !important;
  }
  .pb-sm-TW0_5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-TW1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-TW1_25 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-TW1_5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-sm-TW1_75 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-sm-TW2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-TW2_5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-TW3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-TW3_5 {
    padding-bottom: 0.875rem !important;
  }
  .pb-sm-TW4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-TW4_5 {
    padding-bottom: 1.125rem !important;
  }
  .pb-sm-TW5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-TW6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-TW7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-TW8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-TW9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-TW10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-TW11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-TW13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-sm-TW15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-TW17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-sm-TW19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-TW20 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-TW24 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-TW28 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-TW32 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-TW36 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-TW40 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-TW44 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-TW48 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-TW52 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-TW56 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-TW60 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-TW64 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-TW72 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-TW80 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-TW88 {
    padding-bottom: 22rem !important;
  }
  .pb-sm-TW96 {
    padding-bottom: 24rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-TW0 {
    padding-left: 0 !important;
  }
  .ps-sm-TWpx {
    padding-left: 1px !important;
  }
  .ps-sm-TW0_5 {
    padding-left: 0.125rem !important;
  }
  .ps-sm-TW1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-TW1_25 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-TW1_5 {
    padding-left: 0.375rem !important;
  }
  .ps-sm-TW1_75 {
    padding-left: 0.4375rem !important;
  }
  .ps-sm-TW2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-TW2_5 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-TW3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-TW3_5 {
    padding-left: 0.875rem !important;
  }
  .ps-sm-TW4 {
    padding-left: 1rem !important;
  }
  .ps-sm-TW4_5 {
    padding-left: 1.125rem !important;
  }
  .ps-sm-TW5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-TW6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-TW7 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-TW8 {
    padding-left: 2rem !important;
  }
  .ps-sm-TW9 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-TW10 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-TW11 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-TW13 {
    padding-left: 3.25rem !important;
  }
  .ps-sm-TW15 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-TW17 {
    padding-left: 4.25rem !important;
  }
  .ps-sm-TW19 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-TW20 {
    padding-left: 5rem !important;
  }
  .ps-sm-TW24 {
    padding-left: 6rem !important;
  }
  .ps-sm-TW28 {
    padding-left: 7rem !important;
  }
  .ps-sm-TW32 {
    padding-left: 8rem !important;
  }
  .ps-sm-TW36 {
    padding-left: 9rem !important;
  }
  .ps-sm-TW40 {
    padding-left: 10rem !important;
  }
  .ps-sm-TW44 {
    padding-left: 11rem !important;
  }
  .ps-sm-TW48 {
    padding-left: 12rem !important;
  }
  .ps-sm-TW52 {
    padding-left: 13rem !important;
  }
  .ps-sm-TW56 {
    padding-left: 14rem !important;
  }
  .ps-sm-TW60 {
    padding-left: 15rem !important;
  }
  .ps-sm-TW64 {
    padding-left: 16rem !important;
  }
  .ps-sm-TW72 {
    padding-left: 18rem !important;
  }
  .ps-sm-TW80 {
    padding-left: 20rem !important;
  }
  .ps-sm-TW88 {
    padding-left: 22rem !important;
  }
  .ps-sm-TW96 {
    padding-left: 24rem !important;
  }
  .fs-sm-1 {
    font-size: 1.5625rem !important;
  }
  .fs-sm-2 {
    font-size: 1.25rem !important;
  }
  .fs-sm-3 {
    font-size: 1.0625rem !important;
  }
  .fs-sm-4 {
    font-size: 1.59375rem !important;
  }
  .fs-sm-5 {
    font-size: 1.328125rem !important;
  }
  .fs-sm-6 {
    font-size: 1.0625rem !important;
  }
  .fs-sm-lg {
    font-size: 2.625rem !important;
  }
  .fs-sm-xl {
    font-size: 3.75rem !important;
  }
  .fs-sm-small {
    font-size: 0.9375rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .col-span-sm-1 {
    grid-column: span 1 / span 1 !important;
  }
  .col-span-sm-2 {
    grid-column: span 2 / span 2 !important;
  }
  .min-h-sm-60 {
    min-height: 60px !important;
  }
  .min-h-sm-90 {
    min-height: 90px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-60 {
    width: 60px !important;
  }
  .w-md-130 {
    width: 130px !important;
  }
  .w-md-320 {
    width: 320px !important;
  }
  .w-md-400 {
    width: 400px !important;
  }
  .w-md-420 {
    width: 420px !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-3 {
    height: 3px !important;
  }
  .h-md-4 {
    height: 4px !important;
  }
  .h-md-17 {
    height: 17px !important;
  }
  .h-md-29 {
    height: 29px !important;
  }
  .h-md-160 {
    height: 160px !important;
  }
  .h-md-230 {
    height: 230px !important;
  }
  .h-md-268 {
    height: 268px !important;
  }
  .h-md-292 {
    height: 292px !important;
  }
  .h-md-300 {
    height: 300px !important;
  }
  .h-md-398 {
    height: 398px !important;
  }
  .h-md-400 {
    height: 400px !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-TW0 {
    gap: 0 !important;
  }
  .gap-md-TWpx {
    gap: 1px !important;
  }
  .gap-md-TW0_5 {
    gap: 0.125rem !important;
  }
  .gap-md-TW1 {
    gap: 0.25rem !important;
  }
  .gap-md-TW1_25 {
    gap: 0.3125rem !important;
  }
  .gap-md-TW1_5 {
    gap: 0.375rem !important;
  }
  .gap-md-TW1_75 {
    gap: 0.4375rem !important;
  }
  .gap-md-TW2 {
    gap: 0.5rem !important;
  }
  .gap-md-TW2_5 {
    gap: 0.625rem !important;
  }
  .gap-md-TW3 {
    gap: 0.75rem !important;
  }
  .gap-md-TW3_5 {
    gap: 0.875rem !important;
  }
  .gap-md-TW4 {
    gap: 1rem !important;
  }
  .gap-md-TW4_5 {
    gap: 1.125rem !important;
  }
  .gap-md-TW5 {
    gap: 1.25rem !important;
  }
  .gap-md-TW6 {
    gap: 1.5rem !important;
  }
  .gap-md-TW7 {
    gap: 1.75rem !important;
  }
  .gap-md-TW8 {
    gap: 2rem !important;
  }
  .gap-md-TW9 {
    gap: 2.25rem !important;
  }
  .gap-md-TW10 {
    gap: 2.5rem !important;
  }
  .gap-md-TW11 {
    gap: 2.75rem !important;
  }
  .gap-md-TW13 {
    gap: 3.25rem !important;
  }
  .gap-md-TW15 {
    gap: 3.75rem !important;
  }
  .gap-md-TW17 {
    gap: 4.25rem !important;
  }
  .gap-md-TW19 {
    gap: 4.75rem !important;
  }
  .gap-md-TW20 {
    gap: 5rem !important;
  }
  .gap-md-TW24 {
    gap: 6rem !important;
  }
  .gap-md-TW28 {
    gap: 7rem !important;
  }
  .gap-md-TW32 {
    gap: 8rem !important;
  }
  .gap-md-TW36 {
    gap: 9rem !important;
  }
  .gap-md-TW40 {
    gap: 10rem !important;
  }
  .gap-md-TW44 {
    gap: 11rem !important;
  }
  .gap-md-TW48 {
    gap: 12rem !important;
  }
  .gap-md-TW52 {
    gap: 13rem !important;
  }
  .gap-md-TW56 {
    gap: 14rem !important;
  }
  .gap-md-TW60 {
    gap: 15rem !important;
  }
  .gap-md-TW64 {
    gap: 16rem !important;
  }
  .gap-md-TW72 {
    gap: 18rem !important;
  }
  .gap-md-TW80 {
    gap: 20rem !important;
  }
  .gap-md-TW88 {
    gap: 22rem !important;
  }
  .gap-md-TW96 {
    gap: 24rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-TW0 {
    margin: 0 !important;
  }
  .m-md-TWpx {
    margin: 1px !important;
  }
  .m-md-TW0_5 {
    margin: 0.125rem !important;
  }
  .m-md-TW1 {
    margin: 0.25rem !important;
  }
  .m-md-TW1_25 {
    margin: 0.3125rem !important;
  }
  .m-md-TW1_5 {
    margin: 0.375rem !important;
  }
  .m-md-TW1_75 {
    margin: 0.4375rem !important;
  }
  .m-md-TW2 {
    margin: 0.5rem !important;
  }
  .m-md-TW2_5 {
    margin: 0.625rem !important;
  }
  .m-md-TW3 {
    margin: 0.75rem !important;
  }
  .m-md-TW3_5 {
    margin: 0.875rem !important;
  }
  .m-md-TW4 {
    margin: 1rem !important;
  }
  .m-md-TW4_5 {
    margin: 1.125rem !important;
  }
  .m-md-TW5 {
    margin: 1.25rem !important;
  }
  .m-md-TW6 {
    margin: 1.5rem !important;
  }
  .m-md-TW7 {
    margin: 1.75rem !important;
  }
  .m-md-TW8 {
    margin: 2rem !important;
  }
  .m-md-TW9 {
    margin: 2.25rem !important;
  }
  .m-md-TW10 {
    margin: 2.5rem !important;
  }
  .m-md-TW11 {
    margin: 2.75rem !important;
  }
  .m-md-TW13 {
    margin: 3.25rem !important;
  }
  .m-md-TW15 {
    margin: 3.75rem !important;
  }
  .m-md-TW17 {
    margin: 4.25rem !important;
  }
  .m-md-TW19 {
    margin: 4.75rem !important;
  }
  .m-md-TW20 {
    margin: 5rem !important;
  }
  .m-md-TW24 {
    margin: 6rem !important;
  }
  .m-md-TW28 {
    margin: 7rem !important;
  }
  .m-md-TW32 {
    margin: 8rem !important;
  }
  .m-md-TW36 {
    margin: 9rem !important;
  }
  .m-md-TW40 {
    margin: 10rem !important;
  }
  .m-md-TW44 {
    margin: 11rem !important;
  }
  .m-md-TW48 {
    margin: 12rem !important;
  }
  .m-md-TW52 {
    margin: 13rem !important;
  }
  .m-md-TW56 {
    margin: 14rem !important;
  }
  .m-md-TW60 {
    margin: 15rem !important;
  }
  .m-md-TW64 {
    margin: 16rem !important;
  }
  .m-md-TW72 {
    margin: 18rem !important;
  }
  .m-md-TW80 {
    margin: 20rem !important;
  }
  .m-md-TW88 {
    margin: 22rem !important;
  }
  .m-md-TW96 {
    margin: 24rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-TW0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-TWpx {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-md-TW0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-TW1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-TW1_25 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-TW1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-md-TW1_75 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-md-TW2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-TW2_5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-TW3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-TW3_5 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-md-TW4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-TW4_5 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-md-TW5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-TW6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-TW7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-TW8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-TW9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-TW10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-TW11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-TW13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-TW15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-TW17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-TW19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-TW20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-TW24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-TW28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-TW32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-TW36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-TW40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-TW44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-TW48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-TW52 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-TW56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-TW60 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-TW64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-TW72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-TW80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-TW88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-md-TW96 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-TW0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-TWpx {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-md-TW0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-TW1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-TW1_25 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-TW1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-md-TW1_75 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-md-TW2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-TW2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-TW3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-TW3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-md-TW4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-TW4_5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-md-TW5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-TW6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-TW7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-TW8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-TW9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-TW10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-TW11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-TW13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-TW15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-TW17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-TW19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-TW20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-TW24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-TW28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-TW32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-TW36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-TW40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-TW44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-TW48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-TW52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-TW56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-TW60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-TW64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-TW72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-TW80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-TW88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-md-TW96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-TW0 {
    margin-top: 0 !important;
  }
  .mt-md-TWpx {
    margin-top: 1px !important;
  }
  .mt-md-TW0_5 {
    margin-top: 0.125rem !important;
  }
  .mt-md-TW1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-TW1_25 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-TW1_5 {
    margin-top: 0.375rem !important;
  }
  .mt-md-TW1_75 {
    margin-top: 0.4375rem !important;
  }
  .mt-md-TW2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-TW2_5 {
    margin-top: 0.625rem !important;
  }
  .mt-md-TW3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-TW3_5 {
    margin-top: 0.875rem !important;
  }
  .mt-md-TW4 {
    margin-top: 1rem !important;
  }
  .mt-md-TW4_5 {
    margin-top: 1.125rem !important;
  }
  .mt-md-TW5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-TW6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-TW7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-TW8 {
    margin-top: 2rem !important;
  }
  .mt-md-TW9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-TW10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-TW11 {
    margin-top: 2.75rem !important;
  }
  .mt-md-TW13 {
    margin-top: 3.25rem !important;
  }
  .mt-md-TW15 {
    margin-top: 3.75rem !important;
  }
  .mt-md-TW17 {
    margin-top: 4.25rem !important;
  }
  .mt-md-TW19 {
    margin-top: 4.75rem !important;
  }
  .mt-md-TW20 {
    margin-top: 5rem !important;
  }
  .mt-md-TW24 {
    margin-top: 6rem !important;
  }
  .mt-md-TW28 {
    margin-top: 7rem !important;
  }
  .mt-md-TW32 {
    margin-top: 8rem !important;
  }
  .mt-md-TW36 {
    margin-top: 9rem !important;
  }
  .mt-md-TW40 {
    margin-top: 10rem !important;
  }
  .mt-md-TW44 {
    margin-top: 11rem !important;
  }
  .mt-md-TW48 {
    margin-top: 12rem !important;
  }
  .mt-md-TW52 {
    margin-top: 13rem !important;
  }
  .mt-md-TW56 {
    margin-top: 14rem !important;
  }
  .mt-md-TW60 {
    margin-top: 15rem !important;
  }
  .mt-md-TW64 {
    margin-top: 16rem !important;
  }
  .mt-md-TW72 {
    margin-top: 18rem !important;
  }
  .mt-md-TW80 {
    margin-top: 20rem !important;
  }
  .mt-md-TW88 {
    margin-top: 22rem !important;
  }
  .mt-md-TW96 {
    margin-top: 24rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-TW0 {
    margin-right: 0 !important;
  }
  .me-md-TWpx {
    margin-right: 1px !important;
  }
  .me-md-TW0_5 {
    margin-right: 0.125rem !important;
  }
  .me-md-TW1 {
    margin-right: 0.25rem !important;
  }
  .me-md-TW1_25 {
    margin-right: 0.3125rem !important;
  }
  .me-md-TW1_5 {
    margin-right: 0.375rem !important;
  }
  .me-md-TW1_75 {
    margin-right: 0.4375rem !important;
  }
  .me-md-TW2 {
    margin-right: 0.5rem !important;
  }
  .me-md-TW2_5 {
    margin-right: 0.625rem !important;
  }
  .me-md-TW3 {
    margin-right: 0.75rem !important;
  }
  .me-md-TW3_5 {
    margin-right: 0.875rem !important;
  }
  .me-md-TW4 {
    margin-right: 1rem !important;
  }
  .me-md-TW4_5 {
    margin-right: 1.125rem !important;
  }
  .me-md-TW5 {
    margin-right: 1.25rem !important;
  }
  .me-md-TW6 {
    margin-right: 1.5rem !important;
  }
  .me-md-TW7 {
    margin-right: 1.75rem !important;
  }
  .me-md-TW8 {
    margin-right: 2rem !important;
  }
  .me-md-TW9 {
    margin-right: 2.25rem !important;
  }
  .me-md-TW10 {
    margin-right: 2.5rem !important;
  }
  .me-md-TW11 {
    margin-right: 2.75rem !important;
  }
  .me-md-TW13 {
    margin-right: 3.25rem !important;
  }
  .me-md-TW15 {
    margin-right: 3.75rem !important;
  }
  .me-md-TW17 {
    margin-right: 4.25rem !important;
  }
  .me-md-TW19 {
    margin-right: 4.75rem !important;
  }
  .me-md-TW20 {
    margin-right: 5rem !important;
  }
  .me-md-TW24 {
    margin-right: 6rem !important;
  }
  .me-md-TW28 {
    margin-right: 7rem !important;
  }
  .me-md-TW32 {
    margin-right: 8rem !important;
  }
  .me-md-TW36 {
    margin-right: 9rem !important;
  }
  .me-md-TW40 {
    margin-right: 10rem !important;
  }
  .me-md-TW44 {
    margin-right: 11rem !important;
  }
  .me-md-TW48 {
    margin-right: 12rem !important;
  }
  .me-md-TW52 {
    margin-right: 13rem !important;
  }
  .me-md-TW56 {
    margin-right: 14rem !important;
  }
  .me-md-TW60 {
    margin-right: 15rem !important;
  }
  .me-md-TW64 {
    margin-right: 16rem !important;
  }
  .me-md-TW72 {
    margin-right: 18rem !important;
  }
  .me-md-TW80 {
    margin-right: 20rem !important;
  }
  .me-md-TW88 {
    margin-right: 22rem !important;
  }
  .me-md-TW96 {
    margin-right: 24rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-TW0 {
    margin-bottom: 0 !important;
  }
  .mb-md-TWpx {
    margin-bottom: 1px !important;
  }
  .mb-md-TW0_5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-TW1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-TW1_25 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-TW1_5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-md-TW1_75 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-md-TW2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-TW2_5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-TW3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-TW3_5 {
    margin-bottom: 0.875rem !important;
  }
  .mb-md-TW4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-TW4_5 {
    margin-bottom: 1.125rem !important;
  }
  .mb-md-TW5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-TW6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-TW7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-TW8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-TW9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-TW10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-TW11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-TW13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-TW15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-TW17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-TW19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-TW20 {
    margin-bottom: 5rem !important;
  }
  .mb-md-TW24 {
    margin-bottom: 6rem !important;
  }
  .mb-md-TW28 {
    margin-bottom: 7rem !important;
  }
  .mb-md-TW32 {
    margin-bottom: 8rem !important;
  }
  .mb-md-TW36 {
    margin-bottom: 9rem !important;
  }
  .mb-md-TW40 {
    margin-bottom: 10rem !important;
  }
  .mb-md-TW44 {
    margin-bottom: 11rem !important;
  }
  .mb-md-TW48 {
    margin-bottom: 12rem !important;
  }
  .mb-md-TW52 {
    margin-bottom: 13rem !important;
  }
  .mb-md-TW56 {
    margin-bottom: 14rem !important;
  }
  .mb-md-TW60 {
    margin-bottom: 15rem !important;
  }
  .mb-md-TW64 {
    margin-bottom: 16rem !important;
  }
  .mb-md-TW72 {
    margin-bottom: 18rem !important;
  }
  .mb-md-TW80 {
    margin-bottom: 20rem !important;
  }
  .mb-md-TW88 {
    margin-bottom: 22rem !important;
  }
  .mb-md-TW96 {
    margin-bottom: 24rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-TW0 {
    margin-left: 0 !important;
  }
  .ms-md-TWpx {
    margin-left: 1px !important;
  }
  .ms-md-TW0_5 {
    margin-left: 0.125rem !important;
  }
  .ms-md-TW1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-TW1_25 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-TW1_5 {
    margin-left: 0.375rem !important;
  }
  .ms-md-TW1_75 {
    margin-left: 0.4375rem !important;
  }
  .ms-md-TW2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-TW2_5 {
    margin-left: 0.625rem !important;
  }
  .ms-md-TW3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-TW3_5 {
    margin-left: 0.875rem !important;
  }
  .ms-md-TW4 {
    margin-left: 1rem !important;
  }
  .ms-md-TW4_5 {
    margin-left: 1.125rem !important;
  }
  .ms-md-TW5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-TW6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-TW7 {
    margin-left: 1.75rem !important;
  }
  .ms-md-TW8 {
    margin-left: 2rem !important;
  }
  .ms-md-TW9 {
    margin-left: 2.25rem !important;
  }
  .ms-md-TW10 {
    margin-left: 2.5rem !important;
  }
  .ms-md-TW11 {
    margin-left: 2.75rem !important;
  }
  .ms-md-TW13 {
    margin-left: 3.25rem !important;
  }
  .ms-md-TW15 {
    margin-left: 3.75rem !important;
  }
  .ms-md-TW17 {
    margin-left: 4.25rem !important;
  }
  .ms-md-TW19 {
    margin-left: 4.75rem !important;
  }
  .ms-md-TW20 {
    margin-left: 5rem !important;
  }
  .ms-md-TW24 {
    margin-left: 6rem !important;
  }
  .ms-md-TW28 {
    margin-left: 7rem !important;
  }
  .ms-md-TW32 {
    margin-left: 8rem !important;
  }
  .ms-md-TW36 {
    margin-left: 9rem !important;
  }
  .ms-md-TW40 {
    margin-left: 10rem !important;
  }
  .ms-md-TW44 {
    margin-left: 11rem !important;
  }
  .ms-md-TW48 {
    margin-left: 12rem !important;
  }
  .ms-md-TW52 {
    margin-left: 13rem !important;
  }
  .ms-md-TW56 {
    margin-left: 14rem !important;
  }
  .ms-md-TW60 {
    margin-left: 15rem !important;
  }
  .ms-md-TW64 {
    margin-left: 16rem !important;
  }
  .ms-md-TW72 {
    margin-left: 18rem !important;
  }
  .ms-md-TW80 {
    margin-left: 20rem !important;
  }
  .ms-md-TW88 {
    margin-left: 22rem !important;
  }
  .ms-md-TW96 {
    margin-left: 24rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-TW0 {
    padding: 0 !important;
  }
  .p-md-TWpx {
    padding: 1px !important;
  }
  .p-md-TW0_5 {
    padding: 0.125rem !important;
  }
  .p-md-TW1 {
    padding: 0.25rem !important;
  }
  .p-md-TW1_25 {
    padding: 0.3125rem !important;
  }
  .p-md-TW1_5 {
    padding: 0.375rem !important;
  }
  .p-md-TW1_75 {
    padding: 0.4375rem !important;
  }
  .p-md-TW2 {
    padding: 0.5rem !important;
  }
  .p-md-TW2_5 {
    padding: 0.625rem !important;
  }
  .p-md-TW3 {
    padding: 0.75rem !important;
  }
  .p-md-TW3_5 {
    padding: 0.875rem !important;
  }
  .p-md-TW4 {
    padding: 1rem !important;
  }
  .p-md-TW4_5 {
    padding: 1.125rem !important;
  }
  .p-md-TW5 {
    padding: 1.25rem !important;
  }
  .p-md-TW6 {
    padding: 1.5rem !important;
  }
  .p-md-TW7 {
    padding: 1.75rem !important;
  }
  .p-md-TW8 {
    padding: 2rem !important;
  }
  .p-md-TW9 {
    padding: 2.25rem !important;
  }
  .p-md-TW10 {
    padding: 2.5rem !important;
  }
  .p-md-TW11 {
    padding: 2.75rem !important;
  }
  .p-md-TW13 {
    padding: 3.25rem !important;
  }
  .p-md-TW15 {
    padding: 3.75rem !important;
  }
  .p-md-TW17 {
    padding: 4.25rem !important;
  }
  .p-md-TW19 {
    padding: 4.75rem !important;
  }
  .p-md-TW20 {
    padding: 5rem !important;
  }
  .p-md-TW24 {
    padding: 6rem !important;
  }
  .p-md-TW28 {
    padding: 7rem !important;
  }
  .p-md-TW32 {
    padding: 8rem !important;
  }
  .p-md-TW36 {
    padding: 9rem !important;
  }
  .p-md-TW40 {
    padding: 10rem !important;
  }
  .p-md-TW44 {
    padding: 11rem !important;
  }
  .p-md-TW48 {
    padding: 12rem !important;
  }
  .p-md-TW52 {
    padding: 13rem !important;
  }
  .p-md-TW56 {
    padding: 14rem !important;
  }
  .p-md-TW60 {
    padding: 15rem !important;
  }
  .p-md-TW64 {
    padding: 16rem !important;
  }
  .p-md-TW72 {
    padding: 18rem !important;
  }
  .p-md-TW80 {
    padding: 20rem !important;
  }
  .p-md-TW88 {
    padding: 22rem !important;
  }
  .p-md-TW96 {
    padding: 24rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-TW0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-TWpx {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-md-TW0_5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-TW1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-TW1_25 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-TW1_5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-md-TW1_75 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-md-TW2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-TW2_5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-TW3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-TW3_5 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-md-TW4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-TW4_5 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-md-TW5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-TW6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-TW7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-TW8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-TW9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-TW10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-TW11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-TW13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-TW15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-TW17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-TW19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-TW20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-TW24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-TW28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-TW32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-TW36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-TW40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-TW44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-TW48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-TW52 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-TW56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-TW60 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-TW64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-TW72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-TW80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-TW88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-md-TW96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-TW0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-TWpx {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-md-TW0_5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-TW1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-TW1_25 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-TW1_5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-md-TW1_75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-md-TW2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-TW2_5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-TW3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-TW3_5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-md-TW4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-TW4_5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-md-TW5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-TW6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-TW7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-TW8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-TW9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-TW10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-TW11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-TW13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-TW15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-TW17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-TW19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-TW20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-TW24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-TW28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-TW32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-TW36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-TW40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-TW44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-TW48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-TW52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-TW56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-TW60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-TW64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-TW72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-TW80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-TW88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-md-TW96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-TW0 {
    padding-top: 0 !important;
  }
  .pt-md-TWpx {
    padding-top: 1px !important;
  }
  .pt-md-TW0_5 {
    padding-top: 0.125rem !important;
  }
  .pt-md-TW1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-TW1_25 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-TW1_5 {
    padding-top: 0.375rem !important;
  }
  .pt-md-TW1_75 {
    padding-top: 0.4375rem !important;
  }
  .pt-md-TW2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-TW2_5 {
    padding-top: 0.625rem !important;
  }
  .pt-md-TW3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-TW3_5 {
    padding-top: 0.875rem !important;
  }
  .pt-md-TW4 {
    padding-top: 1rem !important;
  }
  .pt-md-TW4_5 {
    padding-top: 1.125rem !important;
  }
  .pt-md-TW5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-TW6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-TW7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-TW8 {
    padding-top: 2rem !important;
  }
  .pt-md-TW9 {
    padding-top: 2.25rem !important;
  }
  .pt-md-TW10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-TW11 {
    padding-top: 2.75rem !important;
  }
  .pt-md-TW13 {
    padding-top: 3.25rem !important;
  }
  .pt-md-TW15 {
    padding-top: 3.75rem !important;
  }
  .pt-md-TW17 {
    padding-top: 4.25rem !important;
  }
  .pt-md-TW19 {
    padding-top: 4.75rem !important;
  }
  .pt-md-TW20 {
    padding-top: 5rem !important;
  }
  .pt-md-TW24 {
    padding-top: 6rem !important;
  }
  .pt-md-TW28 {
    padding-top: 7rem !important;
  }
  .pt-md-TW32 {
    padding-top: 8rem !important;
  }
  .pt-md-TW36 {
    padding-top: 9rem !important;
  }
  .pt-md-TW40 {
    padding-top: 10rem !important;
  }
  .pt-md-TW44 {
    padding-top: 11rem !important;
  }
  .pt-md-TW48 {
    padding-top: 12rem !important;
  }
  .pt-md-TW52 {
    padding-top: 13rem !important;
  }
  .pt-md-TW56 {
    padding-top: 14rem !important;
  }
  .pt-md-TW60 {
    padding-top: 15rem !important;
  }
  .pt-md-TW64 {
    padding-top: 16rem !important;
  }
  .pt-md-TW72 {
    padding-top: 18rem !important;
  }
  .pt-md-TW80 {
    padding-top: 20rem !important;
  }
  .pt-md-TW88 {
    padding-top: 22rem !important;
  }
  .pt-md-TW96 {
    padding-top: 24rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-TW0 {
    padding-right: 0 !important;
  }
  .pe-md-TWpx {
    padding-right: 1px !important;
  }
  .pe-md-TW0_5 {
    padding-right: 0.125rem !important;
  }
  .pe-md-TW1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-TW1_25 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-TW1_5 {
    padding-right: 0.375rem !important;
  }
  .pe-md-TW1_75 {
    padding-right: 0.4375rem !important;
  }
  .pe-md-TW2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-TW2_5 {
    padding-right: 0.625rem !important;
  }
  .pe-md-TW3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-TW3_5 {
    padding-right: 0.875rem !important;
  }
  .pe-md-TW4 {
    padding-right: 1rem !important;
  }
  .pe-md-TW4_5 {
    padding-right: 1.125rem !important;
  }
  .pe-md-TW5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-TW6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-TW7 {
    padding-right: 1.75rem !important;
  }
  .pe-md-TW8 {
    padding-right: 2rem !important;
  }
  .pe-md-TW9 {
    padding-right: 2.25rem !important;
  }
  .pe-md-TW10 {
    padding-right: 2.5rem !important;
  }
  .pe-md-TW11 {
    padding-right: 2.75rem !important;
  }
  .pe-md-TW13 {
    padding-right: 3.25rem !important;
  }
  .pe-md-TW15 {
    padding-right: 3.75rem !important;
  }
  .pe-md-TW17 {
    padding-right: 4.25rem !important;
  }
  .pe-md-TW19 {
    padding-right: 4.75rem !important;
  }
  .pe-md-TW20 {
    padding-right: 5rem !important;
  }
  .pe-md-TW24 {
    padding-right: 6rem !important;
  }
  .pe-md-TW28 {
    padding-right: 7rem !important;
  }
  .pe-md-TW32 {
    padding-right: 8rem !important;
  }
  .pe-md-TW36 {
    padding-right: 9rem !important;
  }
  .pe-md-TW40 {
    padding-right: 10rem !important;
  }
  .pe-md-TW44 {
    padding-right: 11rem !important;
  }
  .pe-md-TW48 {
    padding-right: 12rem !important;
  }
  .pe-md-TW52 {
    padding-right: 13rem !important;
  }
  .pe-md-TW56 {
    padding-right: 14rem !important;
  }
  .pe-md-TW60 {
    padding-right: 15rem !important;
  }
  .pe-md-TW64 {
    padding-right: 16rem !important;
  }
  .pe-md-TW72 {
    padding-right: 18rem !important;
  }
  .pe-md-TW80 {
    padding-right: 20rem !important;
  }
  .pe-md-TW88 {
    padding-right: 22rem !important;
  }
  .pe-md-TW96 {
    padding-right: 24rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-TW0 {
    padding-bottom: 0 !important;
  }
  .pb-md-TWpx {
    padding-bottom: 1px !important;
  }
  .pb-md-TW0_5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-TW1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-TW1_25 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-TW1_5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-md-TW1_75 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-md-TW2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-TW2_5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-TW3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-TW3_5 {
    padding-bottom: 0.875rem !important;
  }
  .pb-md-TW4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-TW4_5 {
    padding-bottom: 1.125rem !important;
  }
  .pb-md-TW5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-TW6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-TW7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-TW8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-TW9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-TW10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-TW11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-TW13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-TW15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-TW17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-TW19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-TW20 {
    padding-bottom: 5rem !important;
  }
  .pb-md-TW24 {
    padding-bottom: 6rem !important;
  }
  .pb-md-TW28 {
    padding-bottom: 7rem !important;
  }
  .pb-md-TW32 {
    padding-bottom: 8rem !important;
  }
  .pb-md-TW36 {
    padding-bottom: 9rem !important;
  }
  .pb-md-TW40 {
    padding-bottom: 10rem !important;
  }
  .pb-md-TW44 {
    padding-bottom: 11rem !important;
  }
  .pb-md-TW48 {
    padding-bottom: 12rem !important;
  }
  .pb-md-TW52 {
    padding-bottom: 13rem !important;
  }
  .pb-md-TW56 {
    padding-bottom: 14rem !important;
  }
  .pb-md-TW60 {
    padding-bottom: 15rem !important;
  }
  .pb-md-TW64 {
    padding-bottom: 16rem !important;
  }
  .pb-md-TW72 {
    padding-bottom: 18rem !important;
  }
  .pb-md-TW80 {
    padding-bottom: 20rem !important;
  }
  .pb-md-TW88 {
    padding-bottom: 22rem !important;
  }
  .pb-md-TW96 {
    padding-bottom: 24rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-TW0 {
    padding-left: 0 !important;
  }
  .ps-md-TWpx {
    padding-left: 1px !important;
  }
  .ps-md-TW0_5 {
    padding-left: 0.125rem !important;
  }
  .ps-md-TW1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-TW1_25 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-TW1_5 {
    padding-left: 0.375rem !important;
  }
  .ps-md-TW1_75 {
    padding-left: 0.4375rem !important;
  }
  .ps-md-TW2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-TW2_5 {
    padding-left: 0.625rem !important;
  }
  .ps-md-TW3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-TW3_5 {
    padding-left: 0.875rem !important;
  }
  .ps-md-TW4 {
    padding-left: 1rem !important;
  }
  .ps-md-TW4_5 {
    padding-left: 1.125rem !important;
  }
  .ps-md-TW5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-TW6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-TW7 {
    padding-left: 1.75rem !important;
  }
  .ps-md-TW8 {
    padding-left: 2rem !important;
  }
  .ps-md-TW9 {
    padding-left: 2.25rem !important;
  }
  .ps-md-TW10 {
    padding-left: 2.5rem !important;
  }
  .ps-md-TW11 {
    padding-left: 2.75rem !important;
  }
  .ps-md-TW13 {
    padding-left: 3.25rem !important;
  }
  .ps-md-TW15 {
    padding-left: 3.75rem !important;
  }
  .ps-md-TW17 {
    padding-left: 4.25rem !important;
  }
  .ps-md-TW19 {
    padding-left: 4.75rem !important;
  }
  .ps-md-TW20 {
    padding-left: 5rem !important;
  }
  .ps-md-TW24 {
    padding-left: 6rem !important;
  }
  .ps-md-TW28 {
    padding-left: 7rem !important;
  }
  .ps-md-TW32 {
    padding-left: 8rem !important;
  }
  .ps-md-TW36 {
    padding-left: 9rem !important;
  }
  .ps-md-TW40 {
    padding-left: 10rem !important;
  }
  .ps-md-TW44 {
    padding-left: 11rem !important;
  }
  .ps-md-TW48 {
    padding-left: 12rem !important;
  }
  .ps-md-TW52 {
    padding-left: 13rem !important;
  }
  .ps-md-TW56 {
    padding-left: 14rem !important;
  }
  .ps-md-TW60 {
    padding-left: 15rem !important;
  }
  .ps-md-TW64 {
    padding-left: 16rem !important;
  }
  .ps-md-TW72 {
    padding-left: 18rem !important;
  }
  .ps-md-TW80 {
    padding-left: 20rem !important;
  }
  .ps-md-TW88 {
    padding-left: 22rem !important;
  }
  .ps-md-TW96 {
    padding-left: 24rem !important;
  }
  .fs-md-1 {
    font-size: 1.5625rem !important;
  }
  .fs-md-2 {
    font-size: 1.25rem !important;
  }
  .fs-md-3 {
    font-size: 1.0625rem !important;
  }
  .fs-md-4 {
    font-size: 1.59375rem !important;
  }
  .fs-md-5 {
    font-size: 1.328125rem !important;
  }
  .fs-md-6 {
    font-size: 1.0625rem !important;
  }
  .fs-md-lg {
    font-size: 2.625rem !important;
  }
  .fs-md-xl {
    font-size: 3.75rem !important;
  }
  .fs-md-small {
    font-size: 0.9375rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .col-span-md-1 {
    grid-column: span 1 / span 1 !important;
  }
  .col-span-md-2 {
    grid-column: span 2 / span 2 !important;
  }
  .min-h-md-60 {
    min-height: 60px !important;
  }
  .min-h-md-90 {
    min-height: 90px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-60 {
    width: 60px !important;
  }
  .w-lg-130 {
    width: 130px !important;
  }
  .w-lg-320 {
    width: 320px !important;
  }
  .w-lg-400 {
    width: 400px !important;
  }
  .w-lg-420 {
    width: 420px !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-3 {
    height: 3px !important;
  }
  .h-lg-4 {
    height: 4px !important;
  }
  .h-lg-17 {
    height: 17px !important;
  }
  .h-lg-29 {
    height: 29px !important;
  }
  .h-lg-160 {
    height: 160px !important;
  }
  .h-lg-230 {
    height: 230px !important;
  }
  .h-lg-268 {
    height: 268px !important;
  }
  .h-lg-292 {
    height: 292px !important;
  }
  .h-lg-300 {
    height: 300px !important;
  }
  .h-lg-398 {
    height: 398px !important;
  }
  .h-lg-400 {
    height: 400px !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-TW0 {
    gap: 0 !important;
  }
  .gap-lg-TWpx {
    gap: 1px !important;
  }
  .gap-lg-TW0_5 {
    gap: 0.125rem !important;
  }
  .gap-lg-TW1 {
    gap: 0.25rem !important;
  }
  .gap-lg-TW1_25 {
    gap: 0.3125rem !important;
  }
  .gap-lg-TW1_5 {
    gap: 0.375rem !important;
  }
  .gap-lg-TW1_75 {
    gap: 0.4375rem !important;
  }
  .gap-lg-TW2 {
    gap: 0.5rem !important;
  }
  .gap-lg-TW2_5 {
    gap: 0.625rem !important;
  }
  .gap-lg-TW3 {
    gap: 0.75rem !important;
  }
  .gap-lg-TW3_5 {
    gap: 0.875rem !important;
  }
  .gap-lg-TW4 {
    gap: 1rem !important;
  }
  .gap-lg-TW4_5 {
    gap: 1.125rem !important;
  }
  .gap-lg-TW5 {
    gap: 1.25rem !important;
  }
  .gap-lg-TW6 {
    gap: 1.5rem !important;
  }
  .gap-lg-TW7 {
    gap: 1.75rem !important;
  }
  .gap-lg-TW8 {
    gap: 2rem !important;
  }
  .gap-lg-TW9 {
    gap: 2.25rem !important;
  }
  .gap-lg-TW10 {
    gap: 2.5rem !important;
  }
  .gap-lg-TW11 {
    gap: 2.75rem !important;
  }
  .gap-lg-TW13 {
    gap: 3.25rem !important;
  }
  .gap-lg-TW15 {
    gap: 3.75rem !important;
  }
  .gap-lg-TW17 {
    gap: 4.25rem !important;
  }
  .gap-lg-TW19 {
    gap: 4.75rem !important;
  }
  .gap-lg-TW20 {
    gap: 5rem !important;
  }
  .gap-lg-TW24 {
    gap: 6rem !important;
  }
  .gap-lg-TW28 {
    gap: 7rem !important;
  }
  .gap-lg-TW32 {
    gap: 8rem !important;
  }
  .gap-lg-TW36 {
    gap: 9rem !important;
  }
  .gap-lg-TW40 {
    gap: 10rem !important;
  }
  .gap-lg-TW44 {
    gap: 11rem !important;
  }
  .gap-lg-TW48 {
    gap: 12rem !important;
  }
  .gap-lg-TW52 {
    gap: 13rem !important;
  }
  .gap-lg-TW56 {
    gap: 14rem !important;
  }
  .gap-lg-TW60 {
    gap: 15rem !important;
  }
  .gap-lg-TW64 {
    gap: 16rem !important;
  }
  .gap-lg-TW72 {
    gap: 18rem !important;
  }
  .gap-lg-TW80 {
    gap: 20rem !important;
  }
  .gap-lg-TW88 {
    gap: 22rem !important;
  }
  .gap-lg-TW96 {
    gap: 24rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-TW0 {
    margin: 0 !important;
  }
  .m-lg-TWpx {
    margin: 1px !important;
  }
  .m-lg-TW0_5 {
    margin: 0.125rem !important;
  }
  .m-lg-TW1 {
    margin: 0.25rem !important;
  }
  .m-lg-TW1_25 {
    margin: 0.3125rem !important;
  }
  .m-lg-TW1_5 {
    margin: 0.375rem !important;
  }
  .m-lg-TW1_75 {
    margin: 0.4375rem !important;
  }
  .m-lg-TW2 {
    margin: 0.5rem !important;
  }
  .m-lg-TW2_5 {
    margin: 0.625rem !important;
  }
  .m-lg-TW3 {
    margin: 0.75rem !important;
  }
  .m-lg-TW3_5 {
    margin: 0.875rem !important;
  }
  .m-lg-TW4 {
    margin: 1rem !important;
  }
  .m-lg-TW4_5 {
    margin: 1.125rem !important;
  }
  .m-lg-TW5 {
    margin: 1.25rem !important;
  }
  .m-lg-TW6 {
    margin: 1.5rem !important;
  }
  .m-lg-TW7 {
    margin: 1.75rem !important;
  }
  .m-lg-TW8 {
    margin: 2rem !important;
  }
  .m-lg-TW9 {
    margin: 2.25rem !important;
  }
  .m-lg-TW10 {
    margin: 2.5rem !important;
  }
  .m-lg-TW11 {
    margin: 2.75rem !important;
  }
  .m-lg-TW13 {
    margin: 3.25rem !important;
  }
  .m-lg-TW15 {
    margin: 3.75rem !important;
  }
  .m-lg-TW17 {
    margin: 4.25rem !important;
  }
  .m-lg-TW19 {
    margin: 4.75rem !important;
  }
  .m-lg-TW20 {
    margin: 5rem !important;
  }
  .m-lg-TW24 {
    margin: 6rem !important;
  }
  .m-lg-TW28 {
    margin: 7rem !important;
  }
  .m-lg-TW32 {
    margin: 8rem !important;
  }
  .m-lg-TW36 {
    margin: 9rem !important;
  }
  .m-lg-TW40 {
    margin: 10rem !important;
  }
  .m-lg-TW44 {
    margin: 11rem !important;
  }
  .m-lg-TW48 {
    margin: 12rem !important;
  }
  .m-lg-TW52 {
    margin: 13rem !important;
  }
  .m-lg-TW56 {
    margin: 14rem !important;
  }
  .m-lg-TW60 {
    margin: 15rem !important;
  }
  .m-lg-TW64 {
    margin: 16rem !important;
  }
  .m-lg-TW72 {
    margin: 18rem !important;
  }
  .m-lg-TW80 {
    margin: 20rem !important;
  }
  .m-lg-TW88 {
    margin: 22rem !important;
  }
  .m-lg-TW96 {
    margin: 24rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-TW0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-TWpx {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-lg-TW0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-TW1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-TW1_25 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-TW1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-lg-TW1_75 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-lg-TW2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-TW2_5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-TW3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-TW3_5 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-lg-TW4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-TW4_5 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-lg-TW5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-TW6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-TW7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-TW8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-TW9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-TW10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-TW11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-TW13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-TW15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-TW17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-TW19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-TW20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-TW24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-TW28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-TW32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-TW36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-TW40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-TW44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-TW48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-TW52 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-TW56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-TW60 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-TW64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-TW72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-TW80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-TW88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-lg-TW96 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-TW0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-TWpx {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-lg-TW0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-TW1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-TW1_25 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-TW1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-lg-TW1_75 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-lg-TW2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-TW2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-TW3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-TW3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-lg-TW4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-TW4_5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-lg-TW5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-TW6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-TW7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-TW8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-TW9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-TW10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-TW11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-TW13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-TW15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-TW17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-TW19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-TW20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-TW24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-TW28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-TW32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-TW36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-TW40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-TW44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-TW48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-TW52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-TW56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-TW60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-TW64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-TW72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-TW80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-TW88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-lg-TW96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-TW0 {
    margin-top: 0 !important;
  }
  .mt-lg-TWpx {
    margin-top: 1px !important;
  }
  .mt-lg-TW0_5 {
    margin-top: 0.125rem !important;
  }
  .mt-lg-TW1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-TW1_25 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-TW1_5 {
    margin-top: 0.375rem !important;
  }
  .mt-lg-TW1_75 {
    margin-top: 0.4375rem !important;
  }
  .mt-lg-TW2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-TW2_5 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-TW3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-TW3_5 {
    margin-top: 0.875rem !important;
  }
  .mt-lg-TW4 {
    margin-top: 1rem !important;
  }
  .mt-lg-TW4_5 {
    margin-top: 1.125rem !important;
  }
  .mt-lg-TW5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-TW6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-TW7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-TW8 {
    margin-top: 2rem !important;
  }
  .mt-lg-TW9 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-TW10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-TW11 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-TW13 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-TW15 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-TW17 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-TW19 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-TW20 {
    margin-top: 5rem !important;
  }
  .mt-lg-TW24 {
    margin-top: 6rem !important;
  }
  .mt-lg-TW28 {
    margin-top: 7rem !important;
  }
  .mt-lg-TW32 {
    margin-top: 8rem !important;
  }
  .mt-lg-TW36 {
    margin-top: 9rem !important;
  }
  .mt-lg-TW40 {
    margin-top: 10rem !important;
  }
  .mt-lg-TW44 {
    margin-top: 11rem !important;
  }
  .mt-lg-TW48 {
    margin-top: 12rem !important;
  }
  .mt-lg-TW52 {
    margin-top: 13rem !important;
  }
  .mt-lg-TW56 {
    margin-top: 14rem !important;
  }
  .mt-lg-TW60 {
    margin-top: 15rem !important;
  }
  .mt-lg-TW64 {
    margin-top: 16rem !important;
  }
  .mt-lg-TW72 {
    margin-top: 18rem !important;
  }
  .mt-lg-TW80 {
    margin-top: 20rem !important;
  }
  .mt-lg-TW88 {
    margin-top: 22rem !important;
  }
  .mt-lg-TW96 {
    margin-top: 24rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-TW0 {
    margin-right: 0 !important;
  }
  .me-lg-TWpx {
    margin-right: 1px !important;
  }
  .me-lg-TW0_5 {
    margin-right: 0.125rem !important;
  }
  .me-lg-TW1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-TW1_25 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-TW1_5 {
    margin-right: 0.375rem !important;
  }
  .me-lg-TW1_75 {
    margin-right: 0.4375rem !important;
  }
  .me-lg-TW2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-TW2_5 {
    margin-right: 0.625rem !important;
  }
  .me-lg-TW3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-TW3_5 {
    margin-right: 0.875rem !important;
  }
  .me-lg-TW4 {
    margin-right: 1rem !important;
  }
  .me-lg-TW4_5 {
    margin-right: 1.125rem !important;
  }
  .me-lg-TW5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-TW6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-TW7 {
    margin-right: 1.75rem !important;
  }
  .me-lg-TW8 {
    margin-right: 2rem !important;
  }
  .me-lg-TW9 {
    margin-right: 2.25rem !important;
  }
  .me-lg-TW10 {
    margin-right: 2.5rem !important;
  }
  .me-lg-TW11 {
    margin-right: 2.75rem !important;
  }
  .me-lg-TW13 {
    margin-right: 3.25rem !important;
  }
  .me-lg-TW15 {
    margin-right: 3.75rem !important;
  }
  .me-lg-TW17 {
    margin-right: 4.25rem !important;
  }
  .me-lg-TW19 {
    margin-right: 4.75rem !important;
  }
  .me-lg-TW20 {
    margin-right: 5rem !important;
  }
  .me-lg-TW24 {
    margin-right: 6rem !important;
  }
  .me-lg-TW28 {
    margin-right: 7rem !important;
  }
  .me-lg-TW32 {
    margin-right: 8rem !important;
  }
  .me-lg-TW36 {
    margin-right: 9rem !important;
  }
  .me-lg-TW40 {
    margin-right: 10rem !important;
  }
  .me-lg-TW44 {
    margin-right: 11rem !important;
  }
  .me-lg-TW48 {
    margin-right: 12rem !important;
  }
  .me-lg-TW52 {
    margin-right: 13rem !important;
  }
  .me-lg-TW56 {
    margin-right: 14rem !important;
  }
  .me-lg-TW60 {
    margin-right: 15rem !important;
  }
  .me-lg-TW64 {
    margin-right: 16rem !important;
  }
  .me-lg-TW72 {
    margin-right: 18rem !important;
  }
  .me-lg-TW80 {
    margin-right: 20rem !important;
  }
  .me-lg-TW88 {
    margin-right: 22rem !important;
  }
  .me-lg-TW96 {
    margin-right: 24rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-TW0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-TWpx {
    margin-bottom: 1px !important;
  }
  .mb-lg-TW0_5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-TW1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-TW1_25 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-TW1_5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-lg-TW1_75 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-lg-TW2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-TW2_5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-TW3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-TW3_5 {
    margin-bottom: 0.875rem !important;
  }
  .mb-lg-TW4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-TW4_5 {
    margin-bottom: 1.125rem !important;
  }
  .mb-lg-TW5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-TW6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-TW7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-TW8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-TW9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-TW10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-TW11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-TW13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-TW15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-TW17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-TW19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-TW20 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-TW24 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-TW28 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-TW32 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-TW36 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-TW40 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-TW44 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-TW48 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-TW52 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-TW56 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-TW60 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-TW64 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-TW72 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-TW80 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-TW88 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-TW96 {
    margin-bottom: 24rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-TW0 {
    margin-left: 0 !important;
  }
  .ms-lg-TWpx {
    margin-left: 1px !important;
  }
  .ms-lg-TW0_5 {
    margin-left: 0.125rem !important;
  }
  .ms-lg-TW1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-TW1_25 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-TW1_5 {
    margin-left: 0.375rem !important;
  }
  .ms-lg-TW1_75 {
    margin-left: 0.4375rem !important;
  }
  .ms-lg-TW2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-TW2_5 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-TW3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-TW3_5 {
    margin-left: 0.875rem !important;
  }
  .ms-lg-TW4 {
    margin-left: 1rem !important;
  }
  .ms-lg-TW4_5 {
    margin-left: 1.125rem !important;
  }
  .ms-lg-TW5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-TW6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-TW7 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-TW8 {
    margin-left: 2rem !important;
  }
  .ms-lg-TW9 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-TW10 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-TW11 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-TW13 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-TW15 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-TW17 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-TW19 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-TW20 {
    margin-left: 5rem !important;
  }
  .ms-lg-TW24 {
    margin-left: 6rem !important;
  }
  .ms-lg-TW28 {
    margin-left: 7rem !important;
  }
  .ms-lg-TW32 {
    margin-left: 8rem !important;
  }
  .ms-lg-TW36 {
    margin-left: 9rem !important;
  }
  .ms-lg-TW40 {
    margin-left: 10rem !important;
  }
  .ms-lg-TW44 {
    margin-left: 11rem !important;
  }
  .ms-lg-TW48 {
    margin-left: 12rem !important;
  }
  .ms-lg-TW52 {
    margin-left: 13rem !important;
  }
  .ms-lg-TW56 {
    margin-left: 14rem !important;
  }
  .ms-lg-TW60 {
    margin-left: 15rem !important;
  }
  .ms-lg-TW64 {
    margin-left: 16rem !important;
  }
  .ms-lg-TW72 {
    margin-left: 18rem !important;
  }
  .ms-lg-TW80 {
    margin-left: 20rem !important;
  }
  .ms-lg-TW88 {
    margin-left: 22rem !important;
  }
  .ms-lg-TW96 {
    margin-left: 24rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-TW0 {
    padding: 0 !important;
  }
  .p-lg-TWpx {
    padding: 1px !important;
  }
  .p-lg-TW0_5 {
    padding: 0.125rem !important;
  }
  .p-lg-TW1 {
    padding: 0.25rem !important;
  }
  .p-lg-TW1_25 {
    padding: 0.3125rem !important;
  }
  .p-lg-TW1_5 {
    padding: 0.375rem !important;
  }
  .p-lg-TW1_75 {
    padding: 0.4375rem !important;
  }
  .p-lg-TW2 {
    padding: 0.5rem !important;
  }
  .p-lg-TW2_5 {
    padding: 0.625rem !important;
  }
  .p-lg-TW3 {
    padding: 0.75rem !important;
  }
  .p-lg-TW3_5 {
    padding: 0.875rem !important;
  }
  .p-lg-TW4 {
    padding: 1rem !important;
  }
  .p-lg-TW4_5 {
    padding: 1.125rem !important;
  }
  .p-lg-TW5 {
    padding: 1.25rem !important;
  }
  .p-lg-TW6 {
    padding: 1.5rem !important;
  }
  .p-lg-TW7 {
    padding: 1.75rem !important;
  }
  .p-lg-TW8 {
    padding: 2rem !important;
  }
  .p-lg-TW9 {
    padding: 2.25rem !important;
  }
  .p-lg-TW10 {
    padding: 2.5rem !important;
  }
  .p-lg-TW11 {
    padding: 2.75rem !important;
  }
  .p-lg-TW13 {
    padding: 3.25rem !important;
  }
  .p-lg-TW15 {
    padding: 3.75rem !important;
  }
  .p-lg-TW17 {
    padding: 4.25rem !important;
  }
  .p-lg-TW19 {
    padding: 4.75rem !important;
  }
  .p-lg-TW20 {
    padding: 5rem !important;
  }
  .p-lg-TW24 {
    padding: 6rem !important;
  }
  .p-lg-TW28 {
    padding: 7rem !important;
  }
  .p-lg-TW32 {
    padding: 8rem !important;
  }
  .p-lg-TW36 {
    padding: 9rem !important;
  }
  .p-lg-TW40 {
    padding: 10rem !important;
  }
  .p-lg-TW44 {
    padding: 11rem !important;
  }
  .p-lg-TW48 {
    padding: 12rem !important;
  }
  .p-lg-TW52 {
    padding: 13rem !important;
  }
  .p-lg-TW56 {
    padding: 14rem !important;
  }
  .p-lg-TW60 {
    padding: 15rem !important;
  }
  .p-lg-TW64 {
    padding: 16rem !important;
  }
  .p-lg-TW72 {
    padding: 18rem !important;
  }
  .p-lg-TW80 {
    padding: 20rem !important;
  }
  .p-lg-TW88 {
    padding: 22rem !important;
  }
  .p-lg-TW96 {
    padding: 24rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-TW0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-TWpx {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-lg-TW0_5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-TW1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-TW1_25 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-TW1_5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-lg-TW1_75 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-lg-TW2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-TW2_5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-TW3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-TW3_5 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-lg-TW4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-TW4_5 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-lg-TW5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-TW6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-TW7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-TW8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-TW9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-TW10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-TW11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-TW13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-TW15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-TW17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-TW19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-TW20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-TW24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-TW28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-TW32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-TW36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-TW40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-TW44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-TW48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-TW52 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-TW56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-TW60 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-TW64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-TW72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-TW80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-TW88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-lg-TW96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-TW0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-TWpx {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-lg-TW0_5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-TW1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-TW1_25 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-TW1_5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-lg-TW1_75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-lg-TW2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-TW2_5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-TW3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-TW3_5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-lg-TW4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-TW4_5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-lg-TW5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-TW6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-TW7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-TW8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-TW9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-TW10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-TW11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-TW13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-TW15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-TW17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-TW19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-TW20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-TW24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-TW28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-TW32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-TW36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-TW40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-TW44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-TW48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-TW52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-TW56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-TW60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-TW64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-TW72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-TW80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-TW88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-lg-TW96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-TW0 {
    padding-top: 0 !important;
  }
  .pt-lg-TWpx {
    padding-top: 1px !important;
  }
  .pt-lg-TW0_5 {
    padding-top: 0.125rem !important;
  }
  .pt-lg-TW1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-TW1_25 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-TW1_5 {
    padding-top: 0.375rem !important;
  }
  .pt-lg-TW1_75 {
    padding-top: 0.4375rem !important;
  }
  .pt-lg-TW2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-TW2_5 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-TW3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-TW3_5 {
    padding-top: 0.875rem !important;
  }
  .pt-lg-TW4 {
    padding-top: 1rem !important;
  }
  .pt-lg-TW4_5 {
    padding-top: 1.125rem !important;
  }
  .pt-lg-TW5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-TW6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-TW7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-TW8 {
    padding-top: 2rem !important;
  }
  .pt-lg-TW9 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-TW10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-TW11 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-TW13 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-TW15 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-TW17 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-TW19 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-TW20 {
    padding-top: 5rem !important;
  }
  .pt-lg-TW24 {
    padding-top: 6rem !important;
  }
  .pt-lg-TW28 {
    padding-top: 7rem !important;
  }
  .pt-lg-TW32 {
    padding-top: 8rem !important;
  }
  .pt-lg-TW36 {
    padding-top: 9rem !important;
  }
  .pt-lg-TW40 {
    padding-top: 10rem !important;
  }
  .pt-lg-TW44 {
    padding-top: 11rem !important;
  }
  .pt-lg-TW48 {
    padding-top: 12rem !important;
  }
  .pt-lg-TW52 {
    padding-top: 13rem !important;
  }
  .pt-lg-TW56 {
    padding-top: 14rem !important;
  }
  .pt-lg-TW60 {
    padding-top: 15rem !important;
  }
  .pt-lg-TW64 {
    padding-top: 16rem !important;
  }
  .pt-lg-TW72 {
    padding-top: 18rem !important;
  }
  .pt-lg-TW80 {
    padding-top: 20rem !important;
  }
  .pt-lg-TW88 {
    padding-top: 22rem !important;
  }
  .pt-lg-TW96 {
    padding-top: 24rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-TW0 {
    padding-right: 0 !important;
  }
  .pe-lg-TWpx {
    padding-right: 1px !important;
  }
  .pe-lg-TW0_5 {
    padding-right: 0.125rem !important;
  }
  .pe-lg-TW1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-TW1_25 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-TW1_5 {
    padding-right: 0.375rem !important;
  }
  .pe-lg-TW1_75 {
    padding-right: 0.4375rem !important;
  }
  .pe-lg-TW2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-TW2_5 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-TW3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-TW3_5 {
    padding-right: 0.875rem !important;
  }
  .pe-lg-TW4 {
    padding-right: 1rem !important;
  }
  .pe-lg-TW4_5 {
    padding-right: 1.125rem !important;
  }
  .pe-lg-TW5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-TW6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-TW7 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-TW8 {
    padding-right: 2rem !important;
  }
  .pe-lg-TW9 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-TW10 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-TW11 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-TW13 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-TW15 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-TW17 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-TW19 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-TW20 {
    padding-right: 5rem !important;
  }
  .pe-lg-TW24 {
    padding-right: 6rem !important;
  }
  .pe-lg-TW28 {
    padding-right: 7rem !important;
  }
  .pe-lg-TW32 {
    padding-right: 8rem !important;
  }
  .pe-lg-TW36 {
    padding-right: 9rem !important;
  }
  .pe-lg-TW40 {
    padding-right: 10rem !important;
  }
  .pe-lg-TW44 {
    padding-right: 11rem !important;
  }
  .pe-lg-TW48 {
    padding-right: 12rem !important;
  }
  .pe-lg-TW52 {
    padding-right: 13rem !important;
  }
  .pe-lg-TW56 {
    padding-right: 14rem !important;
  }
  .pe-lg-TW60 {
    padding-right: 15rem !important;
  }
  .pe-lg-TW64 {
    padding-right: 16rem !important;
  }
  .pe-lg-TW72 {
    padding-right: 18rem !important;
  }
  .pe-lg-TW80 {
    padding-right: 20rem !important;
  }
  .pe-lg-TW88 {
    padding-right: 22rem !important;
  }
  .pe-lg-TW96 {
    padding-right: 24rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-TW0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-TWpx {
    padding-bottom: 1px !important;
  }
  .pb-lg-TW0_5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-TW1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-TW1_25 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-TW1_5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-lg-TW1_75 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-lg-TW2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-TW2_5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-TW3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-TW3_5 {
    padding-bottom: 0.875rem !important;
  }
  .pb-lg-TW4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-TW4_5 {
    padding-bottom: 1.125rem !important;
  }
  .pb-lg-TW5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-TW6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-TW7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-TW8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-TW9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-TW10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-TW11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-TW13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-TW15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-TW17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-TW19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-TW20 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-TW24 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-TW28 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-TW32 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-TW36 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-TW40 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-TW44 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-TW48 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-TW52 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-TW56 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-TW60 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-TW64 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-TW72 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-TW80 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-TW88 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-TW96 {
    padding-bottom: 24rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-TW0 {
    padding-left: 0 !important;
  }
  .ps-lg-TWpx {
    padding-left: 1px !important;
  }
  .ps-lg-TW0_5 {
    padding-left: 0.125rem !important;
  }
  .ps-lg-TW1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-TW1_25 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-TW1_5 {
    padding-left: 0.375rem !important;
  }
  .ps-lg-TW1_75 {
    padding-left: 0.4375rem !important;
  }
  .ps-lg-TW2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-TW2_5 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-TW3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-TW3_5 {
    padding-left: 0.875rem !important;
  }
  .ps-lg-TW4 {
    padding-left: 1rem !important;
  }
  .ps-lg-TW4_5 {
    padding-left: 1.125rem !important;
  }
  .ps-lg-TW5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-TW6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-TW7 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-TW8 {
    padding-left: 2rem !important;
  }
  .ps-lg-TW9 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-TW10 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-TW11 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-TW13 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-TW15 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-TW17 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-TW19 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-TW20 {
    padding-left: 5rem !important;
  }
  .ps-lg-TW24 {
    padding-left: 6rem !important;
  }
  .ps-lg-TW28 {
    padding-left: 7rem !important;
  }
  .ps-lg-TW32 {
    padding-left: 8rem !important;
  }
  .ps-lg-TW36 {
    padding-left: 9rem !important;
  }
  .ps-lg-TW40 {
    padding-left: 10rem !important;
  }
  .ps-lg-TW44 {
    padding-left: 11rem !important;
  }
  .ps-lg-TW48 {
    padding-left: 12rem !important;
  }
  .ps-lg-TW52 {
    padding-left: 13rem !important;
  }
  .ps-lg-TW56 {
    padding-left: 14rem !important;
  }
  .ps-lg-TW60 {
    padding-left: 15rem !important;
  }
  .ps-lg-TW64 {
    padding-left: 16rem !important;
  }
  .ps-lg-TW72 {
    padding-left: 18rem !important;
  }
  .ps-lg-TW80 {
    padding-left: 20rem !important;
  }
  .ps-lg-TW88 {
    padding-left: 22rem !important;
  }
  .ps-lg-TW96 {
    padding-left: 24rem !important;
  }
  .fs-lg-1 {
    font-size: 1.5625rem !important;
  }
  .fs-lg-2 {
    font-size: 1.25rem !important;
  }
  .fs-lg-3 {
    font-size: 1.0625rem !important;
  }
  .fs-lg-4 {
    font-size: 1.59375rem !important;
  }
  .fs-lg-5 {
    font-size: 1.328125rem !important;
  }
  .fs-lg-6 {
    font-size: 1.0625rem !important;
  }
  .fs-lg-lg {
    font-size: 2.625rem !important;
  }
  .fs-lg-xl {
    font-size: 3.75rem !important;
  }
  .fs-lg-small {
    font-size: 0.9375rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .col-span-lg-1 {
    grid-column: span 1 / span 1 !important;
  }
  .col-span-lg-2 {
    grid-column: span 2 / span 2 !important;
  }
  .min-h-lg-60 {
    min-height: 60px !important;
  }
  .min-h-lg-90 {
    min-height: 90px !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-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;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-60 {
    width: 60px !important;
  }
  .w-xl-130 {
    width: 130px !important;
  }
  .w-xl-320 {
    width: 320px !important;
  }
  .w-xl-400 {
    width: 400px !important;
  }
  .w-xl-420 {
    width: 420px !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-3 {
    height: 3px !important;
  }
  .h-xl-4 {
    height: 4px !important;
  }
  .h-xl-17 {
    height: 17px !important;
  }
  .h-xl-29 {
    height: 29px !important;
  }
  .h-xl-160 {
    height: 160px !important;
  }
  .h-xl-230 {
    height: 230px !important;
  }
  .h-xl-268 {
    height: 268px !important;
  }
  .h-xl-292 {
    height: 292px !important;
  }
  .h-xl-300 {
    height: 300px !important;
  }
  .h-xl-398 {
    height: 398px !important;
  }
  .h-xl-400 {
    height: 400px !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-TW0 {
    gap: 0 !important;
  }
  .gap-xl-TWpx {
    gap: 1px !important;
  }
  .gap-xl-TW0_5 {
    gap: 0.125rem !important;
  }
  .gap-xl-TW1 {
    gap: 0.25rem !important;
  }
  .gap-xl-TW1_25 {
    gap: 0.3125rem !important;
  }
  .gap-xl-TW1_5 {
    gap: 0.375rem !important;
  }
  .gap-xl-TW1_75 {
    gap: 0.4375rem !important;
  }
  .gap-xl-TW2 {
    gap: 0.5rem !important;
  }
  .gap-xl-TW2_5 {
    gap: 0.625rem !important;
  }
  .gap-xl-TW3 {
    gap: 0.75rem !important;
  }
  .gap-xl-TW3_5 {
    gap: 0.875rem !important;
  }
  .gap-xl-TW4 {
    gap: 1rem !important;
  }
  .gap-xl-TW4_5 {
    gap: 1.125rem !important;
  }
  .gap-xl-TW5 {
    gap: 1.25rem !important;
  }
  .gap-xl-TW6 {
    gap: 1.5rem !important;
  }
  .gap-xl-TW7 {
    gap: 1.75rem !important;
  }
  .gap-xl-TW8 {
    gap: 2rem !important;
  }
  .gap-xl-TW9 {
    gap: 2.25rem !important;
  }
  .gap-xl-TW10 {
    gap: 2.5rem !important;
  }
  .gap-xl-TW11 {
    gap: 2.75rem !important;
  }
  .gap-xl-TW13 {
    gap: 3.25rem !important;
  }
  .gap-xl-TW15 {
    gap: 3.75rem !important;
  }
  .gap-xl-TW17 {
    gap: 4.25rem !important;
  }
  .gap-xl-TW19 {
    gap: 4.75rem !important;
  }
  .gap-xl-TW20 {
    gap: 5rem !important;
  }
  .gap-xl-TW24 {
    gap: 6rem !important;
  }
  .gap-xl-TW28 {
    gap: 7rem !important;
  }
  .gap-xl-TW32 {
    gap: 8rem !important;
  }
  .gap-xl-TW36 {
    gap: 9rem !important;
  }
  .gap-xl-TW40 {
    gap: 10rem !important;
  }
  .gap-xl-TW44 {
    gap: 11rem !important;
  }
  .gap-xl-TW48 {
    gap: 12rem !important;
  }
  .gap-xl-TW52 {
    gap: 13rem !important;
  }
  .gap-xl-TW56 {
    gap: 14rem !important;
  }
  .gap-xl-TW60 {
    gap: 15rem !important;
  }
  .gap-xl-TW64 {
    gap: 16rem !important;
  }
  .gap-xl-TW72 {
    gap: 18rem !important;
  }
  .gap-xl-TW80 {
    gap: 20rem !important;
  }
  .gap-xl-TW88 {
    gap: 22rem !important;
  }
  .gap-xl-TW96 {
    gap: 24rem !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-TW0 {
    margin: 0 !important;
  }
  .m-xl-TWpx {
    margin: 1px !important;
  }
  .m-xl-TW0_5 {
    margin: 0.125rem !important;
  }
  .m-xl-TW1 {
    margin: 0.25rem !important;
  }
  .m-xl-TW1_25 {
    margin: 0.3125rem !important;
  }
  .m-xl-TW1_5 {
    margin: 0.375rem !important;
  }
  .m-xl-TW1_75 {
    margin: 0.4375rem !important;
  }
  .m-xl-TW2 {
    margin: 0.5rem !important;
  }
  .m-xl-TW2_5 {
    margin: 0.625rem !important;
  }
  .m-xl-TW3 {
    margin: 0.75rem !important;
  }
  .m-xl-TW3_5 {
    margin: 0.875rem !important;
  }
  .m-xl-TW4 {
    margin: 1rem !important;
  }
  .m-xl-TW4_5 {
    margin: 1.125rem !important;
  }
  .m-xl-TW5 {
    margin: 1.25rem !important;
  }
  .m-xl-TW6 {
    margin: 1.5rem !important;
  }
  .m-xl-TW7 {
    margin: 1.75rem !important;
  }
  .m-xl-TW8 {
    margin: 2rem !important;
  }
  .m-xl-TW9 {
    margin: 2.25rem !important;
  }
  .m-xl-TW10 {
    margin: 2.5rem !important;
  }
  .m-xl-TW11 {
    margin: 2.75rem !important;
  }
  .m-xl-TW13 {
    margin: 3.25rem !important;
  }
  .m-xl-TW15 {
    margin: 3.75rem !important;
  }
  .m-xl-TW17 {
    margin: 4.25rem !important;
  }
  .m-xl-TW19 {
    margin: 4.75rem !important;
  }
  .m-xl-TW20 {
    margin: 5rem !important;
  }
  .m-xl-TW24 {
    margin: 6rem !important;
  }
  .m-xl-TW28 {
    margin: 7rem !important;
  }
  .m-xl-TW32 {
    margin: 8rem !important;
  }
  .m-xl-TW36 {
    margin: 9rem !important;
  }
  .m-xl-TW40 {
    margin: 10rem !important;
  }
  .m-xl-TW44 {
    margin: 11rem !important;
  }
  .m-xl-TW48 {
    margin: 12rem !important;
  }
  .m-xl-TW52 {
    margin: 13rem !important;
  }
  .m-xl-TW56 {
    margin: 14rem !important;
  }
  .m-xl-TW60 {
    margin: 15rem !important;
  }
  .m-xl-TW64 {
    margin: 16rem !important;
  }
  .m-xl-TW72 {
    margin: 18rem !important;
  }
  .m-xl-TW80 {
    margin: 20rem !important;
  }
  .m-xl-TW88 {
    margin: 22rem !important;
  }
  .m-xl-TW96 {
    margin: 24rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-TW0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-TWpx {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xl-TW0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-TW1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-TW1_25 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-TW1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xl-TW1_75 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xl-TW2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-TW2_5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-TW3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-TW3_5 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xl-TW4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-TW4_5 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xl-TW5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-TW6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-TW7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-TW8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-TW9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-TW10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-TW11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-TW13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-TW15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-TW17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-TW19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-TW20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-TW24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-TW28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-TW32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-TW36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-TW40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-TW44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-TW48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-TW52 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-TW56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-TW60 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-TW64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-TW72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-TW80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-TW88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xl-TW96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-TW0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-TWpx {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xl-TW0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-TW1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-TW1_25 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-TW1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xl-TW1_75 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xl-TW2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-TW2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-TW3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-TW3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xl-TW4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-TW4_5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xl-TW5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-TW6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-TW7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-TW8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-TW9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-TW10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-TW11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-TW13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-TW15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-TW17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-TW19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-TW20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-TW24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-TW28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-TW32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-TW36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-TW40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-TW44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-TW48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-TW52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-TW56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-TW60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-TW64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-TW72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-TW80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-TW88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xl-TW96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-TW0 {
    margin-top: 0 !important;
  }
  .mt-xl-TWpx {
    margin-top: 1px !important;
  }
  .mt-xl-TW0_5 {
    margin-top: 0.125rem !important;
  }
  .mt-xl-TW1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-TW1_25 {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-TW1_5 {
    margin-top: 0.375rem !important;
  }
  .mt-xl-TW1_75 {
    margin-top: 0.4375rem !important;
  }
  .mt-xl-TW2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-TW2_5 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-TW3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-TW3_5 {
    margin-top: 0.875rem !important;
  }
  .mt-xl-TW4 {
    margin-top: 1rem !important;
  }
  .mt-xl-TW4_5 {
    margin-top: 1.125rem !important;
  }
  .mt-xl-TW5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-TW6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-TW7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-TW8 {
    margin-top: 2rem !important;
  }
  .mt-xl-TW9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-TW10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-TW11 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-TW13 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-TW15 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-TW17 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-TW19 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-TW20 {
    margin-top: 5rem !important;
  }
  .mt-xl-TW24 {
    margin-top: 6rem !important;
  }
  .mt-xl-TW28 {
    margin-top: 7rem !important;
  }
  .mt-xl-TW32 {
    margin-top: 8rem !important;
  }
  .mt-xl-TW36 {
    margin-top: 9rem !important;
  }
  .mt-xl-TW40 {
    margin-top: 10rem !important;
  }
  .mt-xl-TW44 {
    margin-top: 11rem !important;
  }
  .mt-xl-TW48 {
    margin-top: 12rem !important;
  }
  .mt-xl-TW52 {
    margin-top: 13rem !important;
  }
  .mt-xl-TW56 {
    margin-top: 14rem !important;
  }
  .mt-xl-TW60 {
    margin-top: 15rem !important;
  }
  .mt-xl-TW64 {
    margin-top: 16rem !important;
  }
  .mt-xl-TW72 {
    margin-top: 18rem !important;
  }
  .mt-xl-TW80 {
    margin-top: 20rem !important;
  }
  .mt-xl-TW88 {
    margin-top: 22rem !important;
  }
  .mt-xl-TW96 {
    margin-top: 24rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-TW0 {
    margin-right: 0 !important;
  }
  .me-xl-TWpx {
    margin-right: 1px !important;
  }
  .me-xl-TW0_5 {
    margin-right: 0.125rem !important;
  }
  .me-xl-TW1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-TW1_25 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-TW1_5 {
    margin-right: 0.375rem !important;
  }
  .me-xl-TW1_75 {
    margin-right: 0.4375rem !important;
  }
  .me-xl-TW2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-TW2_5 {
    margin-right: 0.625rem !important;
  }
  .me-xl-TW3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-TW3_5 {
    margin-right: 0.875rem !important;
  }
  .me-xl-TW4 {
    margin-right: 1rem !important;
  }
  .me-xl-TW4_5 {
    margin-right: 1.125rem !important;
  }
  .me-xl-TW5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-TW6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-TW7 {
    margin-right: 1.75rem !important;
  }
  .me-xl-TW8 {
    margin-right: 2rem !important;
  }
  .me-xl-TW9 {
    margin-right: 2.25rem !important;
  }
  .me-xl-TW10 {
    margin-right: 2.5rem !important;
  }
  .me-xl-TW11 {
    margin-right: 2.75rem !important;
  }
  .me-xl-TW13 {
    margin-right: 3.25rem !important;
  }
  .me-xl-TW15 {
    margin-right: 3.75rem !important;
  }
  .me-xl-TW17 {
    margin-right: 4.25rem !important;
  }
  .me-xl-TW19 {
    margin-right: 4.75rem !important;
  }
  .me-xl-TW20 {
    margin-right: 5rem !important;
  }
  .me-xl-TW24 {
    margin-right: 6rem !important;
  }
  .me-xl-TW28 {
    margin-right: 7rem !important;
  }
  .me-xl-TW32 {
    margin-right: 8rem !important;
  }
  .me-xl-TW36 {
    margin-right: 9rem !important;
  }
  .me-xl-TW40 {
    margin-right: 10rem !important;
  }
  .me-xl-TW44 {
    margin-right: 11rem !important;
  }
  .me-xl-TW48 {
    margin-right: 12rem !important;
  }
  .me-xl-TW52 {
    margin-right: 13rem !important;
  }
  .me-xl-TW56 {
    margin-right: 14rem !important;
  }
  .me-xl-TW60 {
    margin-right: 15rem !important;
  }
  .me-xl-TW64 {
    margin-right: 16rem !important;
  }
  .me-xl-TW72 {
    margin-right: 18rem !important;
  }
  .me-xl-TW80 {
    margin-right: 20rem !important;
  }
  .me-xl-TW88 {
    margin-right: 22rem !important;
  }
  .me-xl-TW96 {
    margin-right: 24rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-TW0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-TWpx {
    margin-bottom: 1px !important;
  }
  .mb-xl-TW0_5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-TW1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-TW1_25 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-TW1_5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xl-TW1_75 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xl-TW2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-TW2_5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-TW3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-TW3_5 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xl-TW4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-TW4_5 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xl-TW5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-TW6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-TW7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-TW8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-TW9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-TW10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-TW11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-TW13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-TW15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-TW17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-TW19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-TW20 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-TW24 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-TW28 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-TW32 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-TW36 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-TW40 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-TW44 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-TW48 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-TW52 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-TW56 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-TW60 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-TW64 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-TW72 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-TW80 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-TW88 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-TW96 {
    margin-bottom: 24rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-TW0 {
    margin-left: 0 !important;
  }
  .ms-xl-TWpx {
    margin-left: 1px !important;
  }
  .ms-xl-TW0_5 {
    margin-left: 0.125rem !important;
  }
  .ms-xl-TW1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-TW1_25 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-TW1_5 {
    margin-left: 0.375rem !important;
  }
  .ms-xl-TW1_75 {
    margin-left: 0.4375rem !important;
  }
  .ms-xl-TW2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-TW2_5 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-TW3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-TW3_5 {
    margin-left: 0.875rem !important;
  }
  .ms-xl-TW4 {
    margin-left: 1rem !important;
  }
  .ms-xl-TW4_5 {
    margin-left: 1.125rem !important;
  }
  .ms-xl-TW5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-TW6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-TW7 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-TW8 {
    margin-left: 2rem !important;
  }
  .ms-xl-TW9 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-TW10 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-TW11 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-TW13 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-TW15 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-TW17 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-TW19 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-TW20 {
    margin-left: 5rem !important;
  }
  .ms-xl-TW24 {
    margin-left: 6rem !important;
  }
  .ms-xl-TW28 {
    margin-left: 7rem !important;
  }
  .ms-xl-TW32 {
    margin-left: 8rem !important;
  }
  .ms-xl-TW36 {
    margin-left: 9rem !important;
  }
  .ms-xl-TW40 {
    margin-left: 10rem !important;
  }
  .ms-xl-TW44 {
    margin-left: 11rem !important;
  }
  .ms-xl-TW48 {
    margin-left: 12rem !important;
  }
  .ms-xl-TW52 {
    margin-left: 13rem !important;
  }
  .ms-xl-TW56 {
    margin-left: 14rem !important;
  }
  .ms-xl-TW60 {
    margin-left: 15rem !important;
  }
  .ms-xl-TW64 {
    margin-left: 16rem !important;
  }
  .ms-xl-TW72 {
    margin-left: 18rem !important;
  }
  .ms-xl-TW80 {
    margin-left: 20rem !important;
  }
  .ms-xl-TW88 {
    margin-left: 22rem !important;
  }
  .ms-xl-TW96 {
    margin-left: 24rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-TW0 {
    padding: 0 !important;
  }
  .p-xl-TWpx {
    padding: 1px !important;
  }
  .p-xl-TW0_5 {
    padding: 0.125rem !important;
  }
  .p-xl-TW1 {
    padding: 0.25rem !important;
  }
  .p-xl-TW1_25 {
    padding: 0.3125rem !important;
  }
  .p-xl-TW1_5 {
    padding: 0.375rem !important;
  }
  .p-xl-TW1_75 {
    padding: 0.4375rem !important;
  }
  .p-xl-TW2 {
    padding: 0.5rem !important;
  }
  .p-xl-TW2_5 {
    padding: 0.625rem !important;
  }
  .p-xl-TW3 {
    padding: 0.75rem !important;
  }
  .p-xl-TW3_5 {
    padding: 0.875rem !important;
  }
  .p-xl-TW4 {
    padding: 1rem !important;
  }
  .p-xl-TW4_5 {
    padding: 1.125rem !important;
  }
  .p-xl-TW5 {
    padding: 1.25rem !important;
  }
  .p-xl-TW6 {
    padding: 1.5rem !important;
  }
  .p-xl-TW7 {
    padding: 1.75rem !important;
  }
  .p-xl-TW8 {
    padding: 2rem !important;
  }
  .p-xl-TW9 {
    padding: 2.25rem !important;
  }
  .p-xl-TW10 {
    padding: 2.5rem !important;
  }
  .p-xl-TW11 {
    padding: 2.75rem !important;
  }
  .p-xl-TW13 {
    padding: 3.25rem !important;
  }
  .p-xl-TW15 {
    padding: 3.75rem !important;
  }
  .p-xl-TW17 {
    padding: 4.25rem !important;
  }
  .p-xl-TW19 {
    padding: 4.75rem !important;
  }
  .p-xl-TW20 {
    padding: 5rem !important;
  }
  .p-xl-TW24 {
    padding: 6rem !important;
  }
  .p-xl-TW28 {
    padding: 7rem !important;
  }
  .p-xl-TW32 {
    padding: 8rem !important;
  }
  .p-xl-TW36 {
    padding: 9rem !important;
  }
  .p-xl-TW40 {
    padding: 10rem !important;
  }
  .p-xl-TW44 {
    padding: 11rem !important;
  }
  .p-xl-TW48 {
    padding: 12rem !important;
  }
  .p-xl-TW52 {
    padding: 13rem !important;
  }
  .p-xl-TW56 {
    padding: 14rem !important;
  }
  .p-xl-TW60 {
    padding: 15rem !important;
  }
  .p-xl-TW64 {
    padding: 16rem !important;
  }
  .p-xl-TW72 {
    padding: 18rem !important;
  }
  .p-xl-TW80 {
    padding: 20rem !important;
  }
  .p-xl-TW88 {
    padding: 22rem !important;
  }
  .p-xl-TW96 {
    padding: 24rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-TW0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-TWpx {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xl-TW0_5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-TW1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-TW1_25 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-TW1_5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xl-TW1_75 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xl-TW2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-TW2_5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-TW3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-TW3_5 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xl-TW4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-TW4_5 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xl-TW5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-TW6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-TW7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-TW8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-TW9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-TW10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-TW11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-TW13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-TW15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-TW17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-TW19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-TW20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-TW24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-TW28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-TW32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-TW36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-TW40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-TW44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-TW48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-TW52 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-TW56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-TW60 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-TW64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-TW72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-TW80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-TW88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xl-TW96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-TW0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-TWpx {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xl-TW0_5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-TW1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-TW1_25 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-TW1_5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xl-TW1_75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xl-TW2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-TW2_5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-TW3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-TW3_5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xl-TW4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-TW4_5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xl-TW5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-TW6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-TW7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-TW8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-TW9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-TW10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-TW11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-TW13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-TW15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-TW17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-TW19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-TW20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-TW24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-TW28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-TW32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-TW36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-TW40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-TW44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-TW48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-TW52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-TW56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-TW60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-TW64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-TW72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-TW80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-TW88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xl-TW96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-TW0 {
    padding-top: 0 !important;
  }
  .pt-xl-TWpx {
    padding-top: 1px !important;
  }
  .pt-xl-TW0_5 {
    padding-top: 0.125rem !important;
  }
  .pt-xl-TW1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-TW1_25 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-TW1_5 {
    padding-top: 0.375rem !important;
  }
  .pt-xl-TW1_75 {
    padding-top: 0.4375rem !important;
  }
  .pt-xl-TW2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-TW2_5 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-TW3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-TW3_5 {
    padding-top: 0.875rem !important;
  }
  .pt-xl-TW4 {
    padding-top: 1rem !important;
  }
  .pt-xl-TW4_5 {
    padding-top: 1.125rem !important;
  }
  .pt-xl-TW5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-TW6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-TW7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-TW8 {
    padding-top: 2rem !important;
  }
  .pt-xl-TW9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-TW10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-TW11 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-TW13 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-TW15 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-TW17 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-TW19 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-TW20 {
    padding-top: 5rem !important;
  }
  .pt-xl-TW24 {
    padding-top: 6rem !important;
  }
  .pt-xl-TW28 {
    padding-top: 7rem !important;
  }
  .pt-xl-TW32 {
    padding-top: 8rem !important;
  }
  .pt-xl-TW36 {
    padding-top: 9rem !important;
  }
  .pt-xl-TW40 {
    padding-top: 10rem !important;
  }
  .pt-xl-TW44 {
    padding-top: 11rem !important;
  }
  .pt-xl-TW48 {
    padding-top: 12rem !important;
  }
  .pt-xl-TW52 {
    padding-top: 13rem !important;
  }
  .pt-xl-TW56 {
    padding-top: 14rem !important;
  }
  .pt-xl-TW60 {
    padding-top: 15rem !important;
  }
  .pt-xl-TW64 {
    padding-top: 16rem !important;
  }
  .pt-xl-TW72 {
    padding-top: 18rem !important;
  }
  .pt-xl-TW80 {
    padding-top: 20rem !important;
  }
  .pt-xl-TW88 {
    padding-top: 22rem !important;
  }
  .pt-xl-TW96 {
    padding-top: 24rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-TW0 {
    padding-right: 0 !important;
  }
  .pe-xl-TWpx {
    padding-right: 1px !important;
  }
  .pe-xl-TW0_5 {
    padding-right: 0.125rem !important;
  }
  .pe-xl-TW1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-TW1_25 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-TW1_5 {
    padding-right: 0.375rem !important;
  }
  .pe-xl-TW1_75 {
    padding-right: 0.4375rem !important;
  }
  .pe-xl-TW2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-TW2_5 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-TW3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-TW3_5 {
    padding-right: 0.875rem !important;
  }
  .pe-xl-TW4 {
    padding-right: 1rem !important;
  }
  .pe-xl-TW4_5 {
    padding-right: 1.125rem !important;
  }
  .pe-xl-TW5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-TW6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-TW7 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-TW8 {
    padding-right: 2rem !important;
  }
  .pe-xl-TW9 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-TW10 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-TW11 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-TW13 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-TW15 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-TW17 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-TW19 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-TW20 {
    padding-right: 5rem !important;
  }
  .pe-xl-TW24 {
    padding-right: 6rem !important;
  }
  .pe-xl-TW28 {
    padding-right: 7rem !important;
  }
  .pe-xl-TW32 {
    padding-right: 8rem !important;
  }
  .pe-xl-TW36 {
    padding-right: 9rem !important;
  }
  .pe-xl-TW40 {
    padding-right: 10rem !important;
  }
  .pe-xl-TW44 {
    padding-right: 11rem !important;
  }
  .pe-xl-TW48 {
    padding-right: 12rem !important;
  }
  .pe-xl-TW52 {
    padding-right: 13rem !important;
  }
  .pe-xl-TW56 {
    padding-right: 14rem !important;
  }
  .pe-xl-TW60 {
    padding-right: 15rem !important;
  }
  .pe-xl-TW64 {
    padding-right: 16rem !important;
  }
  .pe-xl-TW72 {
    padding-right: 18rem !important;
  }
  .pe-xl-TW80 {
    padding-right: 20rem !important;
  }
  .pe-xl-TW88 {
    padding-right: 22rem !important;
  }
  .pe-xl-TW96 {
    padding-right: 24rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-TW0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-TWpx {
    padding-bottom: 1px !important;
  }
  .pb-xl-TW0_5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-TW1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-TW1_25 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-TW1_5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xl-TW1_75 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xl-TW2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-TW2_5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-TW3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-TW3_5 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xl-TW4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-TW4_5 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xl-TW5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-TW6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-TW7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-TW8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-TW9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-TW10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-TW11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-TW13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-TW15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-TW17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-TW19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-TW20 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-TW24 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-TW28 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-TW32 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-TW36 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-TW40 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-TW44 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-TW48 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-TW52 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-TW56 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-TW60 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-TW64 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-TW72 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-TW80 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-TW88 {
    padding-bottom: 22rem !important;
  }
  .pb-xl-TW96 {
    padding-bottom: 24rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-TW0 {
    padding-left: 0 !important;
  }
  .ps-xl-TWpx {
    padding-left: 1px !important;
  }
  .ps-xl-TW0_5 {
    padding-left: 0.125rem !important;
  }
  .ps-xl-TW1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-TW1_25 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-TW1_5 {
    padding-left: 0.375rem !important;
  }
  .ps-xl-TW1_75 {
    padding-left: 0.4375rem !important;
  }
  .ps-xl-TW2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-TW2_5 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-TW3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-TW3_5 {
    padding-left: 0.875rem !important;
  }
  .ps-xl-TW4 {
    padding-left: 1rem !important;
  }
  .ps-xl-TW4_5 {
    padding-left: 1.125rem !important;
  }
  .ps-xl-TW5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-TW6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-TW7 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-TW8 {
    padding-left: 2rem !important;
  }
  .ps-xl-TW9 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-TW10 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-TW11 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-TW13 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-TW15 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-TW17 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-TW19 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-TW20 {
    padding-left: 5rem !important;
  }
  .ps-xl-TW24 {
    padding-left: 6rem !important;
  }
  .ps-xl-TW28 {
    padding-left: 7rem !important;
  }
  .ps-xl-TW32 {
    padding-left: 8rem !important;
  }
  .ps-xl-TW36 {
    padding-left: 9rem !important;
  }
  .ps-xl-TW40 {
    padding-left: 10rem !important;
  }
  .ps-xl-TW44 {
    padding-left: 11rem !important;
  }
  .ps-xl-TW48 {
    padding-left: 12rem !important;
  }
  .ps-xl-TW52 {
    padding-left: 13rem !important;
  }
  .ps-xl-TW56 {
    padding-left: 14rem !important;
  }
  .ps-xl-TW60 {
    padding-left: 15rem !important;
  }
  .ps-xl-TW64 {
    padding-left: 16rem !important;
  }
  .ps-xl-TW72 {
    padding-left: 18rem !important;
  }
  .ps-xl-TW80 {
    padding-left: 20rem !important;
  }
  .ps-xl-TW88 {
    padding-left: 22rem !important;
  }
  .ps-xl-TW96 {
    padding-left: 24rem !important;
  }
  .fs-xl-1 {
    font-size: 1.5625rem !important;
  }
  .fs-xl-2 {
    font-size: 1.25rem !important;
  }
  .fs-xl-3 {
    font-size: 1.0625rem !important;
  }
  .fs-xl-4 {
    font-size: 1.59375rem !important;
  }
  .fs-xl-5 {
    font-size: 1.328125rem !important;
  }
  .fs-xl-6 {
    font-size: 1.0625rem !important;
  }
  .fs-xl-lg {
    font-size: 2.625rem !important;
  }
  .fs-xl-xl {
    font-size: 3.75rem !important;
  }
  .fs-xl-small {
    font-size: 0.9375rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .col-span-xl-1 {
    grid-column: span 1 / span 1 !important;
  }
  .col-span-xl-2 {
    grid-column: span 2 / span 2 !important;
  }
  .min-h-xl-60 {
    min-height: 60px !important;
  }
  .min-h-xl-90 {
    min-height: 90px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-60 {
    width: 60px !important;
  }
  .w-xxl-130 {
    width: 130px !important;
  }
  .w-xxl-320 {
    width: 320px !important;
  }
  .w-xxl-400 {
    width: 400px !important;
  }
  .w-xxl-420 {
    width: 420px !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-3 {
    height: 3px !important;
  }
  .h-xxl-4 {
    height: 4px !important;
  }
  .h-xxl-17 {
    height: 17px !important;
  }
  .h-xxl-29 {
    height: 29px !important;
  }
  .h-xxl-160 {
    height: 160px !important;
  }
  .h-xxl-230 {
    height: 230px !important;
  }
  .h-xxl-268 {
    height: 268px !important;
  }
  .h-xxl-292 {
    height: 292px !important;
  }
  .h-xxl-300 {
    height: 300px !important;
  }
  .h-xxl-398 {
    height: 398px !important;
  }
  .h-xxl-400 {
    height: 400px !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-TW0 {
    gap: 0 !important;
  }
  .gap-xxl-TWpx {
    gap: 1px !important;
  }
  .gap-xxl-TW0_5 {
    gap: 0.125rem !important;
  }
  .gap-xxl-TW1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-TW1_25 {
    gap: 0.3125rem !important;
  }
  .gap-xxl-TW1_5 {
    gap: 0.375rem !important;
  }
  .gap-xxl-TW1_75 {
    gap: 0.4375rem !important;
  }
  .gap-xxl-TW2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-TW2_5 {
    gap: 0.625rem !important;
  }
  .gap-xxl-TW3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-TW3_5 {
    gap: 0.875rem !important;
  }
  .gap-xxl-TW4 {
    gap: 1rem !important;
  }
  .gap-xxl-TW4_5 {
    gap: 1.125rem !important;
  }
  .gap-xxl-TW5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-TW6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-TW7 {
    gap: 1.75rem !important;
  }
  .gap-xxl-TW8 {
    gap: 2rem !important;
  }
  .gap-xxl-TW9 {
    gap: 2.25rem !important;
  }
  .gap-xxl-TW10 {
    gap: 2.5rem !important;
  }
  .gap-xxl-TW11 {
    gap: 2.75rem !important;
  }
  .gap-xxl-TW13 {
    gap: 3.25rem !important;
  }
  .gap-xxl-TW15 {
    gap: 3.75rem !important;
  }
  .gap-xxl-TW17 {
    gap: 4.25rem !important;
  }
  .gap-xxl-TW19 {
    gap: 4.75rem !important;
  }
  .gap-xxl-TW20 {
    gap: 5rem !important;
  }
  .gap-xxl-TW24 {
    gap: 6rem !important;
  }
  .gap-xxl-TW28 {
    gap: 7rem !important;
  }
  .gap-xxl-TW32 {
    gap: 8rem !important;
  }
  .gap-xxl-TW36 {
    gap: 9rem !important;
  }
  .gap-xxl-TW40 {
    gap: 10rem !important;
  }
  .gap-xxl-TW44 {
    gap: 11rem !important;
  }
  .gap-xxl-TW48 {
    gap: 12rem !important;
  }
  .gap-xxl-TW52 {
    gap: 13rem !important;
  }
  .gap-xxl-TW56 {
    gap: 14rem !important;
  }
  .gap-xxl-TW60 {
    gap: 15rem !important;
  }
  .gap-xxl-TW64 {
    gap: 16rem !important;
  }
  .gap-xxl-TW72 {
    gap: 18rem !important;
  }
  .gap-xxl-TW80 {
    gap: 20rem !important;
  }
  .gap-xxl-TW88 {
    gap: 22rem !important;
  }
  .gap-xxl-TW96 {
    gap: 24rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-TW0 {
    margin: 0 !important;
  }
  .m-xxl-TWpx {
    margin: 1px !important;
  }
  .m-xxl-TW0_5 {
    margin: 0.125rem !important;
  }
  .m-xxl-TW1 {
    margin: 0.25rem !important;
  }
  .m-xxl-TW1_25 {
    margin: 0.3125rem !important;
  }
  .m-xxl-TW1_5 {
    margin: 0.375rem !important;
  }
  .m-xxl-TW1_75 {
    margin: 0.4375rem !important;
  }
  .m-xxl-TW2 {
    margin: 0.5rem !important;
  }
  .m-xxl-TW2_5 {
    margin: 0.625rem !important;
  }
  .m-xxl-TW3 {
    margin: 0.75rem !important;
  }
  .m-xxl-TW3_5 {
    margin: 0.875rem !important;
  }
  .m-xxl-TW4 {
    margin: 1rem !important;
  }
  .m-xxl-TW4_5 {
    margin: 1.125rem !important;
  }
  .m-xxl-TW5 {
    margin: 1.25rem !important;
  }
  .m-xxl-TW6 {
    margin: 1.5rem !important;
  }
  .m-xxl-TW7 {
    margin: 1.75rem !important;
  }
  .m-xxl-TW8 {
    margin: 2rem !important;
  }
  .m-xxl-TW9 {
    margin: 2.25rem !important;
  }
  .m-xxl-TW10 {
    margin: 2.5rem !important;
  }
  .m-xxl-TW11 {
    margin: 2.75rem !important;
  }
  .m-xxl-TW13 {
    margin: 3.25rem !important;
  }
  .m-xxl-TW15 {
    margin: 3.75rem !important;
  }
  .m-xxl-TW17 {
    margin: 4.25rem !important;
  }
  .m-xxl-TW19 {
    margin: 4.75rem !important;
  }
  .m-xxl-TW20 {
    margin: 5rem !important;
  }
  .m-xxl-TW24 {
    margin: 6rem !important;
  }
  .m-xxl-TW28 {
    margin: 7rem !important;
  }
  .m-xxl-TW32 {
    margin: 8rem !important;
  }
  .m-xxl-TW36 {
    margin: 9rem !important;
  }
  .m-xxl-TW40 {
    margin: 10rem !important;
  }
  .m-xxl-TW44 {
    margin: 11rem !important;
  }
  .m-xxl-TW48 {
    margin: 12rem !important;
  }
  .m-xxl-TW52 {
    margin: 13rem !important;
  }
  .m-xxl-TW56 {
    margin: 14rem !important;
  }
  .m-xxl-TW60 {
    margin: 15rem !important;
  }
  .m-xxl-TW64 {
    margin: 16rem !important;
  }
  .m-xxl-TW72 {
    margin: 18rem !important;
  }
  .m-xxl-TW80 {
    margin: 20rem !important;
  }
  .m-xxl-TW88 {
    margin: 22rem !important;
  }
  .m-xxl-TW96 {
    margin: 24rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-TW0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-TWpx {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxl-TW0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xxl-TW1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-TW1_25 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-TW1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xxl-TW1_75 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xxl-TW2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-TW2_5 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-TW3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-TW3_5 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xxl-TW4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-TW4_5 {
    margin-right: 1.125rem !important;
    margin-left: 1.125rem !important;
  }
  .mx-xxl-TW5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-TW6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-TW7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-TW8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-TW9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-TW10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-TW11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxl-TW13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xxl-TW15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-TW17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xxl-TW19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xxl-TW20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-TW24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-TW28 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-TW32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-TW36 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-TW40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-TW44 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-TW48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-TW52 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-TW56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-TW60 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-TW64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-TW72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-TW80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-TW88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxl-TW96 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-TW0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-TWpx {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxl-TW0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xxl-TW1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-TW1_25 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-TW1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xxl-TW1_75 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xxl-TW2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-TW2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-TW3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-TW3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xxl-TW4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-TW4_5 {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }
  .my-xxl-TW5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-TW6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-TW7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-TW8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-TW9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-TW10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-TW11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-TW13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xxl-TW15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-TW17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xxl-TW19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xxl-TW20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-TW24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-TW28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-TW32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-TW36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-TW40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-TW44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-TW48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-TW52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-TW56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-TW60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-TW64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-TW72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-TW80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-TW88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxl-TW96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-TW0 {
    margin-top: 0 !important;
  }
  .mt-xxl-TWpx {
    margin-top: 1px !important;
  }
  .mt-xxl-TW0_5 {
    margin-top: 0.125rem !important;
  }
  .mt-xxl-TW1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-TW1_25 {
    margin-top: 0.3125rem !important;
  }
  .mt-xxl-TW1_5 {
    margin-top: 0.375rem !important;
  }
  .mt-xxl-TW1_75 {
    margin-top: 0.4375rem !important;
  }
  .mt-xxl-TW2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-TW2_5 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-TW3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-TW3_5 {
    margin-top: 0.875rem !important;
  }
  .mt-xxl-TW4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-TW4_5 {
    margin-top: 1.125rem !important;
  }
  .mt-xxl-TW5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-TW6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-TW7 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-TW8 {
    margin-top: 2rem !important;
  }
  .mt-xxl-TW9 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-TW10 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-TW11 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-TW13 {
    margin-top: 3.25rem !important;
  }
  .mt-xxl-TW15 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-TW17 {
    margin-top: 4.25rem !important;
  }
  .mt-xxl-TW19 {
    margin-top: 4.75rem !important;
  }
  .mt-xxl-TW20 {
    margin-top: 5rem !important;
  }
  .mt-xxl-TW24 {
    margin-top: 6rem !important;
  }
  .mt-xxl-TW28 {
    margin-top: 7rem !important;
  }
  .mt-xxl-TW32 {
    margin-top: 8rem !important;
  }
  .mt-xxl-TW36 {
    margin-top: 9rem !important;
  }
  .mt-xxl-TW40 {
    margin-top: 10rem !important;
  }
  .mt-xxl-TW44 {
    margin-top: 11rem !important;
  }
  .mt-xxl-TW48 {
    margin-top: 12rem !important;
  }
  .mt-xxl-TW52 {
    margin-top: 13rem !important;
  }
  .mt-xxl-TW56 {
    margin-top: 14rem !important;
  }
  .mt-xxl-TW60 {
    margin-top: 15rem !important;
  }
  .mt-xxl-TW64 {
    margin-top: 16rem !important;
  }
  .mt-xxl-TW72 {
    margin-top: 18rem !important;
  }
  .mt-xxl-TW80 {
    margin-top: 20rem !important;
  }
  .mt-xxl-TW88 {
    margin-top: 22rem !important;
  }
  .mt-xxl-TW96 {
    margin-top: 24rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-TW0 {
    margin-right: 0 !important;
  }
  .me-xxl-TWpx {
    margin-right: 1px !important;
  }
  .me-xxl-TW0_5 {
    margin-right: 0.125rem !important;
  }
  .me-xxl-TW1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-TW1_25 {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-TW1_5 {
    margin-right: 0.375rem !important;
  }
  .me-xxl-TW1_75 {
    margin-right: 0.4375rem !important;
  }
  .me-xxl-TW2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-TW2_5 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-TW3 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-TW3_5 {
    margin-right: 0.875rem !important;
  }
  .me-xxl-TW4 {
    margin-right: 1rem !important;
  }
  .me-xxl-TW4_5 {
    margin-right: 1.125rem !important;
  }
  .me-xxl-TW5 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-TW6 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-TW7 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-TW8 {
    margin-right: 2rem !important;
  }
  .me-xxl-TW9 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-TW10 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-TW11 {
    margin-right: 2.75rem !important;
  }
  .me-xxl-TW13 {
    margin-right: 3.25rem !important;
  }
  .me-xxl-TW15 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-TW17 {
    margin-right: 4.25rem !important;
  }
  .me-xxl-TW19 {
    margin-right: 4.75rem !important;
  }
  .me-xxl-TW20 {
    margin-right: 5rem !important;
  }
  .me-xxl-TW24 {
    margin-right: 6rem !important;
  }
  .me-xxl-TW28 {
    margin-right: 7rem !important;
  }
  .me-xxl-TW32 {
    margin-right: 8rem !important;
  }
  .me-xxl-TW36 {
    margin-right: 9rem !important;
  }
  .me-xxl-TW40 {
    margin-right: 10rem !important;
  }
  .me-xxl-TW44 {
    margin-right: 11rem !important;
  }
  .me-xxl-TW48 {
    margin-right: 12rem !important;
  }
  .me-xxl-TW52 {
    margin-right: 13rem !important;
  }
  .me-xxl-TW56 {
    margin-right: 14rem !important;
  }
  .me-xxl-TW60 {
    margin-right: 15rem !important;
  }
  .me-xxl-TW64 {
    margin-right: 16rem !important;
  }
  .me-xxl-TW72 {
    margin-right: 18rem !important;
  }
  .me-xxl-TW80 {
    margin-right: 20rem !important;
  }
  .me-xxl-TW88 {
    margin-right: 22rem !important;
  }
  .me-xxl-TW96 {
    margin-right: 24rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-TW0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-TWpx {
    margin-bottom: 1px !important;
  }
  .mb-xxl-TW0_5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xxl-TW1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-TW1_25 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-TW1_5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xxl-TW1_75 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xxl-TW2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-TW2_5 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-TW3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-TW3_5 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xxl-TW4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-TW4_5 {
    margin-bottom: 1.125rem !important;
  }
  .mb-xxl-TW5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-TW6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-TW7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-TW8 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-TW9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-TW10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-TW11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-TW13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xxl-TW15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-TW17 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xxl-TW19 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xxl-TW20 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-TW24 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-TW28 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-TW32 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-TW36 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-TW40 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-TW44 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-TW48 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-TW52 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-TW56 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-TW60 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-TW64 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-TW72 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-TW80 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-TW88 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-TW96 {
    margin-bottom: 24rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-TW0 {
    margin-left: 0 !important;
  }
  .ms-xxl-TWpx {
    margin-left: 1px !important;
  }
  .ms-xxl-TW0_5 {
    margin-left: 0.125rem !important;
  }
  .ms-xxl-TW1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-TW1_25 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-TW1_5 {
    margin-left: 0.375rem !important;
  }
  .ms-xxl-TW1_75 {
    margin-left: 0.4375rem !important;
  }
  .ms-xxl-TW2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-TW2_5 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-TW3 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-TW3_5 {
    margin-left: 0.875rem !important;
  }
  .ms-xxl-TW4 {
    margin-left: 1rem !important;
  }
  .ms-xxl-TW4_5 {
    margin-left: 1.125rem !important;
  }
  .ms-xxl-TW5 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-TW6 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-TW7 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-TW8 {
    margin-left: 2rem !important;
  }
  .ms-xxl-TW9 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-TW10 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-TW11 {
    margin-left: 2.75rem !important;
  }
  .ms-xxl-TW13 {
    margin-left: 3.25rem !important;
  }
  .ms-xxl-TW15 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-TW17 {
    margin-left: 4.25rem !important;
  }
  .ms-xxl-TW19 {
    margin-left: 4.75rem !important;
  }
  .ms-xxl-TW20 {
    margin-left: 5rem !important;
  }
  .ms-xxl-TW24 {
    margin-left: 6rem !important;
  }
  .ms-xxl-TW28 {
    margin-left: 7rem !important;
  }
  .ms-xxl-TW32 {
    margin-left: 8rem !important;
  }
  .ms-xxl-TW36 {
    margin-left: 9rem !important;
  }
  .ms-xxl-TW40 {
    margin-left: 10rem !important;
  }
  .ms-xxl-TW44 {
    margin-left: 11rem !important;
  }
  .ms-xxl-TW48 {
    margin-left: 12rem !important;
  }
  .ms-xxl-TW52 {
    margin-left: 13rem !important;
  }
  .ms-xxl-TW56 {
    margin-left: 14rem !important;
  }
  .ms-xxl-TW60 {
    margin-left: 15rem !important;
  }
  .ms-xxl-TW64 {
    margin-left: 16rem !important;
  }
  .ms-xxl-TW72 {
    margin-left: 18rem !important;
  }
  .ms-xxl-TW80 {
    margin-left: 20rem !important;
  }
  .ms-xxl-TW88 {
    margin-left: 22rem !important;
  }
  .ms-xxl-TW96 {
    margin-left: 24rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-TW0 {
    padding: 0 !important;
  }
  .p-xxl-TWpx {
    padding: 1px !important;
  }
  .p-xxl-TW0_5 {
    padding: 0.125rem !important;
  }
  .p-xxl-TW1 {
    padding: 0.25rem !important;
  }
  .p-xxl-TW1_25 {
    padding: 0.3125rem !important;
  }
  .p-xxl-TW1_5 {
    padding: 0.375rem !important;
  }
  .p-xxl-TW1_75 {
    padding: 0.4375rem !important;
  }
  .p-xxl-TW2 {
    padding: 0.5rem !important;
  }
  .p-xxl-TW2_5 {
    padding: 0.625rem !important;
  }
  .p-xxl-TW3 {
    padding: 0.75rem !important;
  }
  .p-xxl-TW3_5 {
    padding: 0.875rem !important;
  }
  .p-xxl-TW4 {
    padding: 1rem !important;
  }
  .p-xxl-TW4_5 {
    padding: 1.125rem !important;
  }
  .p-xxl-TW5 {
    padding: 1.25rem !important;
  }
  .p-xxl-TW6 {
    padding: 1.5rem !important;
  }
  .p-xxl-TW7 {
    padding: 1.75rem !important;
  }
  .p-xxl-TW8 {
    padding: 2rem !important;
  }
  .p-xxl-TW9 {
    padding: 2.25rem !important;
  }
  .p-xxl-TW10 {
    padding: 2.5rem !important;
  }
  .p-xxl-TW11 {
    padding: 2.75rem !important;
  }
  .p-xxl-TW13 {
    padding: 3.25rem !important;
  }
  .p-xxl-TW15 {
    padding: 3.75rem !important;
  }
  .p-xxl-TW17 {
    padding: 4.25rem !important;
  }
  .p-xxl-TW19 {
    padding: 4.75rem !important;
  }
  .p-xxl-TW20 {
    padding: 5rem !important;
  }
  .p-xxl-TW24 {
    padding: 6rem !important;
  }
  .p-xxl-TW28 {
    padding: 7rem !important;
  }
  .p-xxl-TW32 {
    padding: 8rem !important;
  }
  .p-xxl-TW36 {
    padding: 9rem !important;
  }
  .p-xxl-TW40 {
    padding: 10rem !important;
  }
  .p-xxl-TW44 {
    padding: 11rem !important;
  }
  .p-xxl-TW48 {
    padding: 12rem !important;
  }
  .p-xxl-TW52 {
    padding: 13rem !important;
  }
  .p-xxl-TW56 {
    padding: 14rem !important;
  }
  .p-xxl-TW60 {
    padding: 15rem !important;
  }
  .p-xxl-TW64 {
    padding: 16rem !important;
  }
  .p-xxl-TW72 {
    padding: 18rem !important;
  }
  .p-xxl-TW80 {
    padding: 20rem !important;
  }
  .p-xxl-TW88 {
    padding: 22rem !important;
  }
  .p-xxl-TW96 {
    padding: 24rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-TW0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-TWpx {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxl-TW0_5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xxl-TW1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-TW1_25 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-TW1_5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xxl-TW1_75 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xxl-TW2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-TW2_5 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-TW3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-TW3_5 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xxl-TW4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-TW4_5 {
    padding-right: 1.125rem !important;
    padding-left: 1.125rem !important;
  }
  .px-xxl-TW5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-TW6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-TW7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-TW8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-TW9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-TW10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-TW11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxl-TW13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xxl-TW15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-TW17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xxl-TW19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xxl-TW20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-TW24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-TW28 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-TW32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-TW36 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-TW40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-TW44 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-TW48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-TW52 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-TW56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-TW60 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-TW64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-TW72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-TW80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-TW88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xxl-TW96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-TW0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-TWpx {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxl-TW0_5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xxl-TW1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-TW1_25 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-TW1_5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xxl-TW1_75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xxl-TW2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-TW2_5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-TW3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-TW3_5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xxl-TW4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-TW4_5 {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }
  .py-xxl-TW5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-TW6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-TW7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-TW8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-TW9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-TW10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-TW11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-TW13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xxl-TW15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-TW17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xxl-TW19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xxl-TW20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-TW24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-TW28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-TW32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-TW36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-TW40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-TW44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-TW48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-TW52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-TW56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-TW60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-TW64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-TW72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-TW80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-TW88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xxl-TW96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-TW0 {
    padding-top: 0 !important;
  }
  .pt-xxl-TWpx {
    padding-top: 1px !important;
  }
  .pt-xxl-TW0_5 {
    padding-top: 0.125rem !important;
  }
  .pt-xxl-TW1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-TW1_25 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-TW1_5 {
    padding-top: 0.375rem !important;
  }
  .pt-xxl-TW1_75 {
    padding-top: 0.4375rem !important;
  }
  .pt-xxl-TW2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-TW2_5 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-TW3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-TW3_5 {
    padding-top: 0.875rem !important;
  }
  .pt-xxl-TW4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-TW4_5 {
    padding-top: 1.125rem !important;
  }
  .pt-xxl-TW5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-TW6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-TW7 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-TW8 {
    padding-top: 2rem !important;
  }
  .pt-xxl-TW9 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-TW10 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-TW11 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-TW13 {
    padding-top: 3.25rem !important;
  }
  .pt-xxl-TW15 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-TW17 {
    padding-top: 4.25rem !important;
  }
  .pt-xxl-TW19 {
    padding-top: 4.75rem !important;
  }
  .pt-xxl-TW20 {
    padding-top: 5rem !important;
  }
  .pt-xxl-TW24 {
    padding-top: 6rem !important;
  }
  .pt-xxl-TW28 {
    padding-top: 7rem !important;
  }
  .pt-xxl-TW32 {
    padding-top: 8rem !important;
  }
  .pt-xxl-TW36 {
    padding-top: 9rem !important;
  }
  .pt-xxl-TW40 {
    padding-top: 10rem !important;
  }
  .pt-xxl-TW44 {
    padding-top: 11rem !important;
  }
  .pt-xxl-TW48 {
    padding-top: 12rem !important;
  }
  .pt-xxl-TW52 {
    padding-top: 13rem !important;
  }
  .pt-xxl-TW56 {
    padding-top: 14rem !important;
  }
  .pt-xxl-TW60 {
    padding-top: 15rem !important;
  }
  .pt-xxl-TW64 {
    padding-top: 16rem !important;
  }
  .pt-xxl-TW72 {
    padding-top: 18rem !important;
  }
  .pt-xxl-TW80 {
    padding-top: 20rem !important;
  }
  .pt-xxl-TW88 {
    padding-top: 22rem !important;
  }
  .pt-xxl-TW96 {
    padding-top: 24rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-TW0 {
    padding-right: 0 !important;
  }
  .pe-xxl-TWpx {
    padding-right: 1px !important;
  }
  .pe-xxl-TW0_5 {
    padding-right: 0.125rem !important;
  }
  .pe-xxl-TW1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-TW1_25 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-TW1_5 {
    padding-right: 0.375rem !important;
  }
  .pe-xxl-TW1_75 {
    padding-right: 0.4375rem !important;
  }
  .pe-xxl-TW2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-TW2_5 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-TW3 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-TW3_5 {
    padding-right: 0.875rem !important;
  }
  .pe-xxl-TW4 {
    padding-right: 1rem !important;
  }
  .pe-xxl-TW4_5 {
    padding-right: 1.125rem !important;
  }
  .pe-xxl-TW5 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-TW6 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-TW7 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-TW8 {
    padding-right: 2rem !important;
  }
  .pe-xxl-TW9 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-TW10 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-TW11 {
    padding-right: 2.75rem !important;
  }
  .pe-xxl-TW13 {
    padding-right: 3.25rem !important;
  }
  .pe-xxl-TW15 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-TW17 {
    padding-right: 4.25rem !important;
  }
  .pe-xxl-TW19 {
    padding-right: 4.75rem !important;
  }
  .pe-xxl-TW20 {
    padding-right: 5rem !important;
  }
  .pe-xxl-TW24 {
    padding-right: 6rem !important;
  }
  .pe-xxl-TW28 {
    padding-right: 7rem !important;
  }
  .pe-xxl-TW32 {
    padding-right: 8rem !important;
  }
  .pe-xxl-TW36 {
    padding-right: 9rem !important;
  }
  .pe-xxl-TW40 {
    padding-right: 10rem !important;
  }
  .pe-xxl-TW44 {
    padding-right: 11rem !important;
  }
  .pe-xxl-TW48 {
    padding-right: 12rem !important;
  }
  .pe-xxl-TW52 {
    padding-right: 13rem !important;
  }
  .pe-xxl-TW56 {
    padding-right: 14rem !important;
  }
  .pe-xxl-TW60 {
    padding-right: 15rem !important;
  }
  .pe-xxl-TW64 {
    padding-right: 16rem !important;
  }
  .pe-xxl-TW72 {
    padding-right: 18rem !important;
  }
  .pe-xxl-TW80 {
    padding-right: 20rem !important;
  }
  .pe-xxl-TW88 {
    padding-right: 22rem !important;
  }
  .pe-xxl-TW96 {
    padding-right: 24rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-TW0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-TWpx {
    padding-bottom: 1px !important;
  }
  .pb-xxl-TW0_5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xxl-TW1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-TW1_25 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-TW1_5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xxl-TW1_75 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xxl-TW2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-TW2_5 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-TW3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-TW3_5 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xxl-TW4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-TW4_5 {
    padding-bottom: 1.125rem !important;
  }
  .pb-xxl-TW5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-TW6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-TW7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-TW8 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-TW9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-TW10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-TW11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-TW13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xxl-TW15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-TW17 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xxl-TW19 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xxl-TW20 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-TW24 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-TW28 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-TW32 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-TW36 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-TW40 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-TW44 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-TW48 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-TW52 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-TW56 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-TW60 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-TW64 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-TW72 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-TW80 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-TW88 {
    padding-bottom: 22rem !important;
  }
  .pb-xxl-TW96 {
    padding-bottom: 24rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-TW0 {
    padding-left: 0 !important;
  }
  .ps-xxl-TWpx {
    padding-left: 1px !important;
  }
  .ps-xxl-TW0_5 {
    padding-left: 0.125rem !important;
  }
  .ps-xxl-TW1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-TW1_25 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-TW1_5 {
    padding-left: 0.375rem !important;
  }
  .ps-xxl-TW1_75 {
    padding-left: 0.4375rem !important;
  }
  .ps-xxl-TW2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-TW2_5 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-TW3 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-TW3_5 {
    padding-left: 0.875rem !important;
  }
  .ps-xxl-TW4 {
    padding-left: 1rem !important;
  }
  .ps-xxl-TW4_5 {
    padding-left: 1.125rem !important;
  }
  .ps-xxl-TW5 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-TW6 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-TW7 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-TW8 {
    padding-left: 2rem !important;
  }
  .ps-xxl-TW9 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-TW10 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-TW11 {
    padding-left: 2.75rem !important;
  }
  .ps-xxl-TW13 {
    padding-left: 3.25rem !important;
  }
  .ps-xxl-TW15 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-TW17 {
    padding-left: 4.25rem !important;
  }
  .ps-xxl-TW19 {
    padding-left: 4.75rem !important;
  }
  .ps-xxl-TW20 {
    padding-left: 5rem !important;
  }
  .ps-xxl-TW24 {
    padding-left: 6rem !important;
  }
  .ps-xxl-TW28 {
    padding-left: 7rem !important;
  }
  .ps-xxl-TW32 {
    padding-left: 8rem !important;
  }
  .ps-xxl-TW36 {
    padding-left: 9rem !important;
  }
  .ps-xxl-TW40 {
    padding-left: 10rem !important;
  }
  .ps-xxl-TW44 {
    padding-left: 11rem !important;
  }
  .ps-xxl-TW48 {
    padding-left: 12rem !important;
  }
  .ps-xxl-TW52 {
    padding-left: 13rem !important;
  }
  .ps-xxl-TW56 {
    padding-left: 14rem !important;
  }
  .ps-xxl-TW60 {
    padding-left: 15rem !important;
  }
  .ps-xxl-TW64 {
    padding-left: 16rem !important;
  }
  .ps-xxl-TW72 {
    padding-left: 18rem !important;
  }
  .ps-xxl-TW80 {
    padding-left: 20rem !important;
  }
  .ps-xxl-TW88 {
    padding-left: 22rem !important;
  }
  .ps-xxl-TW96 {
    padding-left: 24rem !important;
  }
  .fs-xxl-1 {
    font-size: 1.5625rem !important;
  }
  .fs-xxl-2 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-3 {
    font-size: 1.0625rem !important;
  }
  .fs-xxl-4 {
    font-size: 1.59375rem !important;
  }
  .fs-xxl-5 {
    font-size: 1.328125rem !important;
  }
  .fs-xxl-6 {
    font-size: 1.0625rem !important;
  }
  .fs-xxl-lg {
    font-size: 2.625rem !important;
  }
  .fs-xxl-xl {
    font-size: 3.75rem !important;
  }
  .fs-xxl-small {
    font-size: 0.9375rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .col-span-xxl-1 {
    grid-column: span 1 / span 1 !important;
  }
  .col-span-xxl-2 {
    grid-column: span 2 / span 2 !important;
  }
  .min-h-xxl-60 {
    min-height: 60px !important;
  }
  .min-h-xxl-90 {
    min-height: 90px !important;
  }
}
@media print {
  .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;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
}
.fade-visible {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade-hidden {
  overflow: hidden;
  height: 0 !important;
  opacity: 0;
  transition: height 0s 0.4s, opacity 0.4s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade-in {
  height: 100% !important;
  opacity: 1;
  visibility: visible;
  transition: height 0s 0s, opacity 0.4s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade-out {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel.full-width {
  width: 100%;
}
.carousel.not-full-width {
  width: auto;
  max-width: 100%;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner .carousel-item {
  position: relative;
  display: none;
  transition: opacity 0.6s ease;
}
.carousel-inner .carousel-item.active {
  display: block;
}
.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: -22px;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  transition: background-color 0.15s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.carousel-control-prev.carousel-control-prev, .carousel-control-next.carousel-control-prev {
  left: 0;
  z-index: 1;
}
.carousel-control-prev.carousel-control-next, .carousel-control-next.carousel-control-next {
  right: 0;
  z-index: 1;
}
.carousel-control-prev span, .carousel-control-next span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-prev-icon {
  background-image: url("../themes/dgp/assets/scss/path/to/prev-icon.svg");
}
.carousel-control-prev .carousel-control-next-icon, .carousel-control-next .carousel-control-next-icon {
  background-image: url("../themes/dgp/assets/scss/path/to/next-icon.svg");
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}
.carousel-indicators button {
  border: none;
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.carousel-indicators button.active {
  opacity: 1;
}
.carousel-indicators button:focus {
  outline: none;
}
@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@media (max-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    font-size: 40px;
  }
  .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
}
/*to hide picture on the mobile screen*/
.remove-last-margin p:last-child {
  margin-bottom: 0;
}
.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
}
.paragraph-margin-bottom-0 > p {
  margin-bottom: 0;
}
.paragraph-margin-bottom-half > p {
  margin-bottom: 0.625rem;
}
/* #region wysiwyg editor */
.fr-fir {
  float: right;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}
.fr-dii {
  display: inline;
}
/* #endregion */
/* #region .btn- */
.btn.btn-dgp, .fc.fc-theme-standard .btn-dgp.fc-button {
  background-color: theme-color("dgp-blue-13");
  border: solid 0px theme-color("dgp-green-bright");
  border-radius: -1;
  padding: 0px 6px;
  font-weight: 199;
}
.btn-submenu {
  background-color: theme-color("white");
  color: theme-color("dgp-black");
}
.btn-submenu:hover {
  color: theme-color("dgp-blue");
  background-color: theme-color("dgp-bg-menu");
}
/* #endregion */
/* #region .dgpicon- */
.dgpicon-login:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "👥" !important;
}
.dgpicon-hand:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "" !important;
}
.dgpicon-paper:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "🗐" !important;
}
.dgpicon-presentation:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "" !important;
}
.dgpicon-lunge:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "" !important;
}
.dgpicon-search:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "🔍" !important;
}
.dgpicon-megaphone:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "📣" !important;
}
.dgpicon-microscope:before {
  font-family: "DGPIcons";
  font-weight: 399;
  padding-right: 7px;
  content: "🔬" !important;
}
.dgpicon-block-lg:before {
  width: 37px;
  height: 27px;
  display: inline-block;
  text-align: center;
}
.dgpicon-block-sm:before {
  width: 24px;
  display: inline-block;
  text-align: center;
}
/* #endregion */
.breadcrumb-divider:before {
  font-family: "DGPIcons";
  content: "›";
}
.list-check {
  padding-left: 0;
}
.list-check li {
  margin-bottom: 6px;
}
.list-check li::marker {
  content: url("data:image/svg+xml,%3Csvg height='14px' width='38px'  id='Layer_1' style='enable-background:new 0 0 512 512;' viewBox='0 0 512 512'  xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23fff6f8' d='M461.6,109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4,0-4.6,1-6.3,2.5L194.5,323c0,0-78.5-75.5-80.7-77.7 c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4,0-6.4,3.1-8.7,5.4c-1.7,1.8-29.7,31.2-43.5,45.8c-0.8,0.9-1.3,1.4-2,2.1c-1.2,1.7-2,3.6-2,5.7 c0,2.2,0.8,4,2,5.7l2.8,2.6c0,0,139.3,133.8,141.6,136.1c2.3,2.3,5.1,5.2,9.2,5.2c4,0,7.3-4.3,9.2-6.2L462,121.8 c1.2-1.7,2-3.6,2-5.8C464,113.5,463,111.4,461.6,109.6z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  main p, main ul, main ol, main h1, main .h1, main h2, main .h2, main h3, main .h3, main table, main div.not-full-width {
    max-width: 635px;
  }
}
h1, .h1 {
  color: #053875;
  font-weight: 200;
}
h3, .h3 {
  font-weight: 500;
  color: #053875;
}
h2, .h2 {
  margin-top: 2.5rem;
}
main img {
  max-width: 100%;
  height: auto;
}
main table {
  margin-bottom: 1.25rem;
}
/* #region .link- */
/* there is a bug in the included sass compiler that makes it impossible
to use @extend with the complicated attribute selectors used here
*/
.link-internal:before, .cc-window .cc-link:before, .link-autostyling a[href*="pneumologie.de"]:not(.link-noicon):before, .link-autostyling a:not([href^=http]):not(.link-noicon):not([href^=mailto]):before {
  font-family: "DGPIcons";
  content: "› ";
}
.link-external:before, .link-autostyling a[href^=http]:not(.link-noicon):not([href*="pneumologie.de"]):before {
  font-family: "DGPIcons";
  content: "↗ ";
}
.link-mail, .link-autostyling a[href^=mailto]:not(.link-noicon) {
  white-space: nowrap;
}
.link-mail:before, .link-autostyling a[href^=mailto]:not(.link-noicon):before {
  font-family: "DGPIcons";
  content: "🖂 ";
}
/* #endregion */
/* #region data-bs-toggle="collapse" */
a[data-bs-toggle="collapse"]:before {
  font-family: "DGPIcons";
  width: 13px;
  display: inline-block;
}
a[data-bs-toggle="collapse"]:not([aria-expanded=true]):before {
  content: "⌃";
}
a[data-bs-toggle="collapse"][aria-expanded=true]:before {
  content: "⌄";
}
a.collapse-moreless[data-bs-toggle="collapse"]:not([aria-expanded=true]):after {
  content: "mehr";
}
a.collapse-moreless[data-bs-toggle="collapse"][aria-expanded=true]:after {
  content: "weniger";
}
/* #endregion */
/* #region cookieconsent window */
.cc-revoke {
  display: none !important;
}
.cc-right {
  right: 4em !important;
}
.cc-window {
  font-family: BlissWeb, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  opacity: 0.9 !important;
}
.cc-window .cc-btn {
  font-weight: 400;
}
/* #endregion */
.dropdown-toggle:focus {
  outline: none;
}
.dropdown-toggle::after {
  content: none;
}
#calendar-container {
  overflow-x: auto;
  max-width: 100%;
}
.fc.fc-theme-standard .fc-scrollgrid {
  border: none;
  max-width: 150%;
}
.fc.fc-theme-standard .fc-col-header, .fc.fc-theme-standard .fc-scrollgrid-sync-table {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin-left: -10px;
  width: calc(100% + 20px) !important;
}
.fc.fc-theme-standard td, .fc.fc-theme-standard th {
  border: none;
  width: 111px;
}
@media (max-width: 1200px) {
  .fc.fc-theme-standard td, .fc.fc-theme-standard th {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .fc.fc-theme-standard td, .fc.fc-theme-standard th {
    width: 5px;
    position: relative;
  }
  .fc.fc-theme-standard tr.fc-list-day {
    background-color: white;
    z-index: 1;
    position: relative;
  }
  .fc.fc-theme-standard .fc-list-event-graphic {
    padding-left: 0px;
  }
  .fc.fc-theme-standard .fc-list-event-dot {
    position: absolute;
    top: 1px;
    left: 0px;
    height: calc(100% - 2px);
    border-width: 5px;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
.fc.fc-theme-standard td.fc-daygrid-day {
  border-bottom: solid 1px #829bba;
}
.fc.fc-theme-standard th.fc-col-header-cell {
  border-bottom: solid 3px #053875;
}
.fc.fc-theme-standard .fc-cell-shaded, .fc.fc-theme-standard .fc-day-disabled {
  background: none;
}
.fc.fc-theme-standard .fc-scrollgrid-sync-table > tbody > tr > td:nth-child(2n+1) {
  background: #ebeff4;
}
.fc.fc-theme-standard .fc-scrollgrid-sync-table > tbody > tr > td:nth-child(2n) {
  background: #e1e7ee;
}
.fc.fc-theme-standard th {
  text-align: left;
}
.fc.fc-theme-standard .fc-daygrid-day-top {
  flex-direction: row;
}
.fc.fc-theme-standard .fc-header-toolbar {
  margin-bottom: 1rem;
}
.fc.fc-theme-standard .fc-daygrid-day-number {
  color: #053875;
}
.fc.fc-theme-standard .fc-day a {
  color: #053875;
}
.fc.fc-theme-standard .fc-event {
  cursor: pointer;
  border: none;
}
.fc.fc-theme-standard .fc-event-main-frame {
  padding: 5px;
}
.fc.fc-theme-standard .fc-event-title {
  white-space: normal;
  word-wrap: break-word;
  font-weight: 300;
  font-size: 17px;
}
.fc.fc-theme-standard a::before {
  display: none;
}
.fc.fc-theme-standard .fc-prev-button {
  margin-right: 0.625rem;
}
.fc.fc-theme-standard .fc-corner-dgp-red::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #ed193a;
}
.fc.fc-theme-standard .fc-corner-dgp-orange::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 0 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #f26821;
}
@media (max-width: 575.98px) {
  .fc.fc-theme-standard .fc-today-button {
    display: none;
  }
}
#calendar[updating] {
  position: relative;
}
#calendar[updating]::before {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #F4F7F9;
  opacity: 0.7;
}
#calendar[updating]::after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: radial-gradient(transparent 40%, #15AF9B 42%);
  mask-image: conic-gradient(transparent, white);
  animation: spin 0.8s linear infinite;
}
.modal-relation-border {
  border-width: 5px;
  border-style: solid;
}
.modal-relation-border .modal-relation {
  --dgp-greenblue: #056B7F;
  --dgp-green-bright: #00af9b;
  position: absolute;
  bottom: 13px;
  left: 50px;
  background-color: white;
  padding: 0px 5px;
}
.sib-form {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.sib-form label {
  display: block;
  font-family: "BlissWeb" !important;
  font-size: 17px !important;
  color: #212529 !important;
}
.sib-form .entry__label {
  font-weight: 500 !important;
}
.sib-form .entry__label::after {
  color: #ed193a;
}
.sib-form span {
  font-family: "BlissWeb" !important;
  font-size: 17px !important;
  color: #212529 !important;
}
.sib-form .sib-optin span {
  font-size: 15px !important;
  font-weight: 200;
}
.sib-form .sib-optin span a {
  color: #15AF9B;
}
.sib-form #sib-container {
  padding: 0 !important;
}
.sib-form .sib-form-block {
  padding-left: 0 !important;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #15AF9B !important;
  border-color: #15AF9B !important;
}
.sib-form .entry__field {
  border-radius: 0 !important;
  border: 1px solid #15AF9B !important;
}
.sib-form .entry__error {
  color: #ed193a !important;
  background-color: #F4F7F9 !important;
}
.sib-form .entry__error:not([style*="block"]) {
  display: none !important;
}
.container {
  width: auto;
  max-width: 1224px;
}
main {
  flex: 1;
}
aside {
  flex: 0 1 320px;
  margin-left: 2.5rem;
}
#sidebar {
  pointer-events: none;
}
#sidebar a {
  pointer-events: all;
}
.navbar.navbar-dgp .navbar-toggler {
  color: #053875;
  padding: 0 8px;
  font-size: 32px;
}
.navbar.navbar-dgp .navbar-toggler .icon-bar {
  width: 28px;
  height: 3px;
  display: block;
  background-color: #053875;
  margin-top: 8px;
}
