@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css);
@import url(https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3490dc;
  --bs-indigo: #6574cd;
  --bs-purple: #9561e2;
  --bs-pink: #f66d9b;
  --bs-red: #e3342f;
  --bs-orange: #f6993f;
  --bs-yellow: #ffed4a;
  --bs-green: #38c172;
  --bs-teal: #4dc0b5;
  --bs-cyan: #6cb2eb;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3490dc;
  --bs-secondary: #6c757d;
  --bs-success: #38c172;
  --bs-info: #6cb2eb;
  --bs-warning: #ffed4a;
  --bs-danger: #e3342f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 52, 144, 220;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 56, 193, 114;
  --bs-info-rgb: 108, 178, 235;
  --bs-warning-rgb: 255, 237, 74;
  --bs-danger-rgb: 227, 52, 47;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 248, 250, 252;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-bg: #f8fafc;
}

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

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

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

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

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

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

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

h4, .h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.35rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: underline;
}
a:hover {
  color: #2a73b0;
}

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: #f66d9b;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.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: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-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: #d6e9f8;
  --bs-table-striped-bg: #cbddec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1d2df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6d8e5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c1d2df;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d7f3e3;
  --bs-table-striped-bg: #cce7d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2dbcc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7e1d2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2dbcc;
}

.table-info {
  --bs-table-bg: #e2f0fb;
  --bs-table-striped-bg: #d7e4ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbd8e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1dee8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbd8e2;
}

.table-warning {
  --bs-table-bg: #fffbdb;
  --bs-table-striped-bg: #f2eed0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e2c5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece8cb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e2c5;
}

.table-danger {
  --bs-table-bg: #f9d6d5;
  --bs-table-striped-bg: #edcbca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0c1c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6c6c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0c1c0;
}

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

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #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.6;
}

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

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

.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: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #f8fafc;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  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: #f8fafc;
  border-color: #9ac8ee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #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.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  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.6em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

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

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

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

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

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

.form-check {
  display: block;
  min-height: 1.44rem;
  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.3em;
  vertical-align: top;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9ac8ee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}
.form-check-input:checked {
  background-color: #3490dc;
  border-color: #3490dc;
}
.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: #3490dc;
  border-color: #3490dc;
  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='%239ac8ee'/%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, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2def5;
}
.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: #3490dc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2def5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  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 {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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: #38c172;
}

.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.7875rem;
  color: #000;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 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='%2338c172' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.25rem rgba(56, 193, 114, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #38c172;
}
.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='%2338c172' 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.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.25rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #38c172;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #38c172;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 193, 114, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

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

.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.7875rem;
  color: #000;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 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='%23e3342f'%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='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e3342f;
}
.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='%23e3342f'%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='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-primary:hover {
  color: #000;
  background-color: #52a1e1;
  border-color: #489be0;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #52a1e1;
  border-color: #489be0;
  box-shadow: 0 0 0 0.25rem rgba(44, 122, 187, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #5da6e3;
  border-color: #489be0;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 122, 187, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #3490dc;
  border-color: #3490dc;
}

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

.btn-success {
  color: #000;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:hover {
  color: #000;
  background-color: #56ca87;
  border-color: #4cc780;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #56ca87;
  border-color: #4cc780;
  box-shadow: 0 0 0 0.25rem rgba(48, 164, 97, 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: #60cd8e;
  border-color: #4cc780;
}
.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(48, 164, 97, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-info {
  color: #000;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #000;
  background-color: #82beee;
  border-color: #7bbaed;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #82beee;
  border-color: #7bbaed;
  box-shadow: 0 0 0 0.25rem rgba(92, 151, 200, 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: #89c1ef;
  border-color: #7bbaed;
}
.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(92, 151, 200, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-warning {
  color: #000;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:hover {
  color: #000;
  background-color: #fff065;
  border-color: #ffef5c;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #fff065;
  border-color: #ffef5c;
  box-shadow: 0 0 0 0.25rem rgba(217, 201, 63, 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: #fff16e;
  border-color: #ffef5c;
}
.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, 201, 63, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-danger {
  color: #000;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:hover {
  color: #000;
  background-color: #e7524e;
  border-color: #e64844;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #e7524e;
  border-color: #e64844;
  box-shadow: 0 0 0 0.25rem rgba(193, 44, 40, 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: #e95d59;
  border-color: #e64844;
}
.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(193, 44, 40, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #e3342f;
  border-color: #e3342f;
}

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

.btn-dark {
  color: #fff;
  background-color: #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-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 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: #3490dc;
  border-color: #3490dc;
}
.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(52, 144, 220, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #3490dc;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 193, 114, 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: #38c172;
  border-color: #38c172;
}
.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(56, 193, 114, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #38c172;
  background-color: transparent;
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 178, 235, 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: #6cb2eb;
  border-color: #6cb2eb;
}
.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(108, 178, 235, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 237, 74, 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: #ffed4a;
  border-color: #ffed4a;
}
.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, 237, 74, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 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: #e3342f;
  border-color: #e3342f;
}
.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(227, 52, 47, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #e3342f;
  background-color: transparent;
}

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

.btn-outline-dark {
  color: #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-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2a73b0;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    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: 0.9rem;
  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.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}
.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.7875rem;
  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: #3490dc;
}
.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,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3490dc;
  text-decoration: none;
  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: #2a73b0;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

.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.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
}
.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.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  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;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.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-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

.navbar-dark .navbar-brand {
  color: #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.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-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: calc(0.25rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 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: 0.9rem;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #2f82c6;
  background-color: #ebf4fc;
  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='%232f82c6'%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: #9ac8ee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}

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

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

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

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

.breadcrumb {
  display: 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: #3490dc;
  text-decoration: none;
  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: #2a73b0;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #2a73b0;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.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.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1f5684;
  background-color: #d6e9f8;
  border-color: #c2def5;
}
.alert-primary .alert-link {
  color: #19456a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #227444;
  background-color: #d7f3e3;
  border-color: #c3ecd5;
}
.alert-success .alert-link {
  color: #1b5d36;
}

.alert-info {
  color: #416b8d;
  background-color: #e2f0fb;
  border-color: #d3e8f9;
}
.alert-info .alert-link {
  color: #345671;
}

.alert-warning {
  color: #665f1e;
  background-color: #fffbdb;
  border-color: #fffac9;
}
.alert-warning .alert-link {
  color: #524c18;
}

.alert-danger {
  color: #881f1c;
  background-color: #f9d6d5;
  border-color: #f7c2c1;
}
.alert-danger .alert-link {
  color: #6d1916;
}

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

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  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: #3490dc;
  border-color: #3490dc;
}
.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.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #1f5684;
  background-color: #d6e9f8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1f5684;
  background-color: #c1d2df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1f5684;
  border-color: #1f5684;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #227444;
  background-color: #d7f3e3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #227444;
  background-color: #c2dbcc;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #227444;
  border-color: #227444;
}

.list-group-item-info {
  color: #416b8d;
  background-color: #e2f0fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #416b8d;
  background-color: #cbd8e2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #416b8d;
  border-color: #416b8d;
}

.list-group-item-warning {
  color: #665f1e;
  background-color: #fffbdb;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #665f1e;
  background-color: #e6e2c5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #665f1e;
  border-color: #665f1e;
}

.list-group-item-danger {
  color: #881f1c;
  background-color: #f9d6d5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #881f1c;
  background-color: #e0c1c0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #881f1c;
  border-color: #881f1c;
}

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

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

.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.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(52, 144, 220, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  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.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  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.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.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: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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.7875rem;
  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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #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: 0.9rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #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%;
  -webkit-backface-visibility: hidden;
          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;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@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;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

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

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #3490dc;
}
.link-primary:hover, .link-primary:focus {
  color: #5da6e3;
}

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

.link-success {
  color: #38c172;
}
.link-success:hover, .link-success:focus {
  color: #60cd8e;
}

.link-info {
  color: #6cb2eb;
}
.link-info:hover, .link-info:focus {
  color: #89c1ef;
}

.link-warning {
  color: #ffed4a;
}
.link-warning:hover, .link-warning:focus {
  color: #fff16e;
}

.link-danger {
  color: #e3342f;
}
.link-danger:hover, .link-danger:focus {
  color: #e95d59;
}

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 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: -webkit-sticky !important;
  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: #3490dc !important;
}

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

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

.border-info {
  border-color: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }

  .fs-2 {
    font-size: 1.8rem !important;
  }

  .fs-3 {
    font-size: 1.575rem !important;
  }

  .fs-4 {
    font-size: 1.35rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.6
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
  box-sizing: border-box;
}

.footable.table th,
.footable-details.table th {
  text-align: left;
}

/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* caret */
.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.footable .btn .caret {
  margin-left: 0;
}

/* form-group */
.form-group {
  margin-bottom: 15px;
}

/* form-control */
.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell;
}

.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.footable .input-group-btn > .btn {
  position: relative;
}

.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2;
}

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

/* dropdown-menu */
.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.footable .open > .dropdown-menu {
  display: block;
}

.footable .dropdown-menu-right {
  right: 0;
  left: auto;
}

.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.footable .dropdown-menu > li > a:hover,
.footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* pagination */
.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.footable .pagination > li {
  display: inline;
}

.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.footable .pagination > li > a:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* labels */
.footable .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.footable .label-default {
  background-color: #777;
}

/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .footable .form-inline .input-group .input-group-addon,
.footable .form-inline .input-group .input-group-btn,
.footable .form-inline .input-group .form-control {
    width: auto;
  }

  .footable .form-inline .input-group > .form-control {
    width: 100%;
  }
}
table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.footable-details {
  margin-bottom: 0;
}

table.footable-hide-fouc {
  display: none;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}

table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none;
}

table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fooicon:before,
.fooicon:after {
  box-sizing: border-box;
}

.fooicon-loader:before {
  content: "\f01e";
}

.fooicon-plus:before {
  content: "\f067";
}

.fooicon-minus:before {
  content: "\f068";
}

.fooicon-search:before {
  content: "\f002";
}

.fooicon-remove:before {
  content: "\f00d";
}

.fooicon-sort:before {
  content: "\f0dc";
}

.fooicon-sort-asc:before {
  content: "\f160";
}

.fooicon-sort-desc:before {
  content: "\f161";
}

.fooicon-pencil:before {
  content: "\f040";
}

.fooicon-trash:before {
  content: "\f1f8";
}

.fooicon-eye-close:before {
  content: "\f070";
}

.fooicon-flash:before {
  content: "\f0e7";
}

.fooicon-cog:before {
  content: "\f013";
}

.fooicon-stats:before {
  content: "\f080";
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal;
}

.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right;
}

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type=checkbox],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }

  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }

  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}

/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0;
}

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px;
}

.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center;
}

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

ul.pagination > li.footable-page {
  display: none;
}

ul.pagination > li.footable-page.visible {
  display: inline;
}

td.footable-editing {
  width: 90px;
  max-width: 90px;
}

table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right;
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none;
}

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block;
}

table.shrink tr:not(.shrink-wrapper):not(.blank-row) {
  cursor: pointer;
}

.shrinkable {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shrink-toggle-all {
  text-shadow: 0px 6px;
}

.shrink-toggle, .shrink-toggle-all {
  font-size: 18px;
  font-weight: bold;
  padding-right: 12px !important;
  padding-top: 12px !important;
  line-height: normal;
  vertical-align: middle;
  text-align: right;
  display: none;
  cursor: pointer;
  opacity: 0.5;
}

.shrink-toggle.shrink-toggle-left,
.shrink-toggle-all.shrink-toggle-left {
  text-align: left !important;
}

.shrink-toggle:hover, .shrink-toggle-all:hover {
  opacity: 1;
}

tr.shrink-row {
  transition: background-color 0.3s;
}

tr.shrink-wrapper, tr.shrink-wrapper > td {
  max-width: 100%;
  padding: 0px !important;
  border: none !important;
  margin-top: 0px !important;
}

tr.shrink-wrapper > td div.shrinked-row {
  float: left;
  width: 100%;
  white-space: normal !important;
  padding: 0;
  transition: background-color 0.6s;
}

tr.shrink-wrapper > td div.shrinked-row div {
  float: left;
  width: 100%;
}

tr.shrink-wrapper > td div.shrinked-row:not(.shrink-has-table) > div > div {
  padding: 4px 4px;
}

tr.shrink-wrapper > td > div.shrinked-row.shrink-has-table > div > div > div,
tr.shrink-wrapper > td > div.shrinked-row.shrink-has-table > div > div {
  width: 100% !important;
}

tr.collapsed {
  background-color: rgba(0, 0, 0, 0.2);
}

tr.shrink-wrapper > td div.shrinked-row.odd {
  background-color: rgba(0, 0, 0, 0.1);
}

tr.shrink-wrapper > td div.shrinked-row.even {
  background-color: rgba(0, 0, 0, 0.25);
}

tr.shrink-wrapper > td div.shrinked-row {
  width: 100%;
}

tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(odd) {
  width: 25%;
}

tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(even) {
  width: 75%;
}

.unshrink-xxs, .unshrink-xs, .unshrink-sm, .unshrink-md, .unshrink-lg, .unshrink-xl, .unshrinkable {
  display: none !important;
}

.shrink-xl {
  display: none !important;
}

.unshrink-xl {
  display: table-cell !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(odd) {
    width: 17%;
  }

  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(even) {
    width: 83%;
  }

  .shrinkable {
    max-width: 180px;
  }

  .shrink-lg {
    display: none !important;
  }

  .unshrink-lg {
    display: table-cell !important;
  }

  .unshrink-lg .btn-shrink {
    width: 100%;
    text-align: center !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(odd) {
    width: 23%;
  }

  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(even) {
    width: 77%;
  }

  .shrinkable {
    max-width: 140px;
  }

  .shrink-md {
    display: none !important;
  }

  .unshrink-md {
    display: table-cell !important;
  }

  .unshrink-md .btn-shrink {
    width: 100%;
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(odd) {
    width: 35%;
  }

  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(even) {
    width: 65%;
  }

  .shrinkable {
    max-width: 120px;
  }

  .shrink-sm {
    display: none !important;
  }

  .unshrink-sm {
    display: table-cell !important;
  }

  .unshrink-sm .btn-shrink {
    width: 100%;
    text-align: center !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(odd) {
    width: 40%;
  }

  tr.shrink-wrapper > td div.shrinked-row > div > div:nth-child(even) {
    width: 60%;
  }

  .shrinkable {
    max-width: 100px;
  }

  .shrink-xs {
    display: none !important;
  }

  .unshrink-xs {
    display: table-cell !important;
  }

  .unshrink-xs .btn-shrink {
    width: 100%;
    text-align: center !important;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  tr.shrink-wrapper > td div.shrinked-row > div > div {
    width: 100% !important;
  }

  .shrinkable {
    max-width: 80px;
  }

  .shrink-xxs {
    display: none !important;
  }

  .unshrink-xxs {
    display: table-cell !important;
  }

  .unshrink-xxs .btn-shrink {
    width: 100%;
    text-align: center !important;
  }
}
.form-group {
  margin-bottom: 0;
}

.my-5px,
.mt-5px {
  margin-top: 5px;
}

.my-5px,
.mb-5px {
  margin-bottom: 5px;
}

.my-6px,
.mt-6px {
  margin-top: 6px;
}

.my-6px,
.mb-6px {
  margin-bottom: 6px;
}

.my-10px,
.mt-10px {
  margin-top: 10px;
}

.my-10px,
.mb-10px {
  margin-bottom: 10px;
}

.my-15px,
.mt-15px {
  margin-top: 15px;
}

.my-15px,
.mb-15px {
  margin-bottom: 15px;
}

.my-20px,
.mt-20px {
  margin-top: 20px;
}

.my-20px,
.mb-20px {
  margin-bottom: 20px;
}

.my-25px,
.mt-25px {
  margin-top: 25px;
}

.my-25px,
.mb-25px {
  margin-bottom: 25px;
}

.my-30px,
.mt-30px {
  margin-top: 30px;
}

.my-30px,
.mb-30px {
  margin-bottom: 30px;
}

.my-35px,
.mt-35px {
  margin-top: 35px;
}

.my-35px,
.mb-35px {
  margin-bottom: 35px;
}

.my-40px,
.mt-40px {
  margin-top: 40px;
}

.my-40px,
.mb-40px {
  margin-bottom: 40px;
}

.my-45px,
.mt-45px {
  margin-top: 45px;
}

.my-45px,
.mb-45px {
  margin-bottom: 45px;
}

.my-50px,
.mt-50px {
  margin-top: 50px;
}

.my-50px,
.mb-50px {
  margin-bottom: 50px;
}

.my-55px,
.mt-55px {
  margin-top: 55px;
}

.my-55px,
.mb-55px {
  margin-bottom: 55px;
}

.my-60px,
.mt-60px {
  margin-top: 60px;
}

.my-60px,
.mb-60px {
  margin-bottom: 60px;
}

.my-65px,
.mt-65px {
  margin-top: 65px;
}

.my-65px,
.mb-65px {
  margin-bottom: 65px;
}

.my-70px,
.mt-70px {
  margin-top: 70px;
}

.my-70px,
.mb-70px {
  margin-bottom: 70px;
}

.my-75px,
.mt-75px {
  margin-top: 75px;
}

.my-75px,
.mb-75px {
  margin-bottom: 75px;
}

.my-80px,
.mt-80px {
  margin-top: 80px;
}

.my-80px,
.mb-80px {
  margin-bottom: 80px;
}

.my-85px,
.mt-85px {
  margin-top: 85px;
}

.my-85px,
.mb-85px {
  margin-bottom: 85px;
}

.my-90px,
.mt-90px {
  margin-top: 90px;
}

.my-90px,
.mb-90px {
  margin-bottom: 90px;
}

.my-100px,
.mt-100px {
  margin-top: 100px;
}

.my-100px,
.mb-100px {
  margin-bottom: 100px;
}

.my-125px,
.mt-125px {
  margin-top: 125px;
}

.my-125px,
.mb-125px {
  margin-bottom: 125px;
}

.my-150px,
.mt-150px {
  margin-top: 150px;
}

.my-150px,
.mb-150px {
  margin-bottom: 150px;
}

.my-160px,
.mt-160px {
  margin-top: 160px;
}

.my-160px,
.mb-160px {
  margin-bottom: 160px;
}

.my-175px,
.mt-175px {
  margin-top: 175px;
}

.my-175px,
.mb-175px {
  margin-bottom: 175px;
}

.my-200px,
.mt-200px {
  margin-top: 200px;
}

.my-200px,
.mb-200px {
  margin-bottom: 200px;
}

.my-225px,
.mt-225px {
  margin-top: 225px;
}

.my-225px,
.mb-225px {
  margin-bottom: 225px;
}

.my-250px,
.mt-250px {
  margin-top: 250px;
}

.my-250px,
.mb-250px {
  margin-bottom: 250px;
}

.my-275px,
.mt-275px {
  margin-top: 275px;
}

.my-275px,
.mb-275px {
  margin-bottom: 275px;
}

.my-300px,
.mt-300px {
  margin-top: 300px;
}

.my-300px,
.mb-300px {
  margin-bottom: 300px;
}

.my-350px,
.mt-350px {
  margin-top: 350px;
}

.my-350px,
.mb-350px {
  margin-bottom: 350px;
}

.min-h-5px {
  min-height: 5px;
}

.min-h-10px {
  min-height: 10px;
}

.min-h-15px {
  min-height: 15px;
}

.min-h-20px {
  min-height: 20px;
}

.min-h-25px {
  min-height: 25px;
}

.min-h-30px {
  min-height: 30px;
}

.min-h-35px {
  min-height: 35px;
}

.min-h-40px {
  min-height: 40px;
}

.min-h-45px {
  min-height: 45px;
}

.min-h-50px {
  min-height: 50px;
}

.min-h-60px {
  min-height: 60px;
}

.min-h-70px {
  min-height: 70px;
}

.min-h-80px {
  min-height: 80px;
}

.min-h-90px {
  min-height: 90px;
}

.min-h-100px {
  min-height: 100px;
}

.min-h-110px {
  min-height: 110px;
}

.min-h-120px {
  min-height: 120px;
}

.min-h-130px {
  min-height: 130px;
}

.min-h-140px {
  min-height: 140px;
}

.min-h-150px {
  min-height: 150px;
}

.min-h-160px {
  min-height: 160px;
}

.min-h-170px {
  min-height: 170px;
}

.min-h-180px {
  min-height: 180px;
}

.min-h-190px {
  min-height: 190px;
}

.min-h-200px {
  min-height: 200px;
}

.min-h-210px {
  min-height: 210px;
}

.min-h-220px {
  min-height: 220px;
}

.min-h-230px {
  min-height: 230px;
}

.min-h-240px {
  min-height: 240px;
}

.min-h-250px {
  min-height: 250px;
}

.min-h-260px {
  min-height: 260px;
}

.min-h-270px {
  min-height: 270px;
}

.min-h-280px {
  min-height: 280px;
}

.min-h-290px {
  min-height: 290px;
}

.min-h-300px {
  min-height: 300px;
}

.min-h-310px {
  min-height: 310px;
}

.min-h-320px {
  min-height: 320px;
}

.min-h-330px {
  min-height: 330px;
}

.min-h-340px {
  min-height: 340px;
}

.min-h-350px {
  min-height: 350px;
}

.min-h-360px {
  min-height: 360px;
}

.min-h-370px {
  min-height: 370px;
}

.min-h-380px {
  min-height: 380px;
}

.min-h-390px {
  min-height: 390px;
}

.min-h-400px {
  min-height: 400px;
}

.min-h-410px {
  min-height: 410px;
}

.min-h-420px {
  min-height: 420px;
}

.mh-5px {
  max-height: 5px;
}

.mh-10px {
  max-height: 10px;
}

.mh-15px {
  max-height: 15px;
}

.mh-20px {
  max-height: 20px;
}

.mh-25px {
  max-height: 25px;
}

.mh-30px {
  max-height: 30px;
}

.mh-35px {
  max-height: 35px;
}

.mh-40px {
  max-height: 40px;
}

.mh-45px {
  max-height: 45px;
}

.mh-50px {
  max-height: 50px;
}

.mh-60px {
  max-height: 60px;
}

.mh-70px {
  max-height: 70px;
}

.mh-80px {
  max-height: 80px;
}

.mh-90px {
  max-height: 90px;
}

.mh-100px {
  max-height: 100px;
}

.mh-110px {
  max-height: 110px;
}

.mh-120px {
  max-height: 120px;
}

.mh-130px {
  max-height: 130px;
}

.mh-140px {
  max-height: 140px;
}

.mh-150px {
  max-height: 150px;
}

.mh-160px {
  max-height: 160px;
}

.mh-170px {
  max-height: 170px;
}

.mh-180px {
  max-height: 180px;
}

.mh-190px {
  max-height: 190px;
}

.mh-200px {
  max-height: 200px;
}

.mh-210px {
  max-height: 210px;
}

.mh-220px {
  max-height: 220px;
}

.mh-230px {
  max-height: 230px;
}

.mh-240px {
  max-height: 240px;
}

.mh-250px {
  max-height: 250px;
}

.mh-260px {
  max-height: 260px;
}

.mh-270px {
  max-height: 270px;
}

.mh-280px {
  max-height: 280px;
}

.mh-290px {
  max-height: 290px;
}

.mh-300px {
  max-height: 300px;
}

.mh-310px {
  max-height: 310px;
}

.mh-320px {
  max-height: 320px;
}

.mh-330px {
  max-height: 330px;
}

.mh-340px {
  max-height: 340px;
}

.mh-350px {
  max-height: 350px;
}

.mh-360px {
  max-height: 360px;
}

.mh-370px {
  max-height: 370px;
}

.mh-380px {
  max-height: 380px;
}

.mh-390px {
  max-height: 390px;
}

.mh-400px {
  max-height: 400px;
}

.mh-410px {
  max-height: 410px;
}

.mh-420px {
  max-height: 420px;
}

.mw-60px {
  max-width: 60px;
}

.mw-80px {
  max-width: 80px;
}

.mw-100px {
  max-width: 100px;
}

.mw-105px {
  max-width: 105px;
}

.mw-125px {
  max-width: 125px;
}

.mw-135px {
  max-width: 135px;
}

.mw-170px {
  max-width: 170px;
}

.mw-225px {
  max-width: 225px;
}

.mw-230px {
  max-width: 230px;
}

.mw-250px {
  max-width: 250px;
}

.mw-275px {
  max-width: 275px;
}

.mw-280px {
  max-width: 280px;
}

.mw-300px {
  max-width: 300px;
}

.mw-365px {
  max-width: 365px;
}

.mw-400px {
  max-width: 400px;
}

.mw-425px {
  max-width: 425px;
}

.mw-475px {
  max-width: 475px;
}

.mw-510px {
  max-width: 510px;
}

.mw-565px {
  max-width: 565px;
}

.mw-600px {
  max-width: 600px;
}

.mw-650px {
  max-width: 650px;
}

.mw-700px {
  max-width: 700px;
}

.mw-745px {
  max-width: 745px;
}

.mw-775px {
  max-width: 775px;
}

.mw-800px {
  max-width: 800px;
}

.mw-850px {
  max-width: 850px;
}

.mw-900px {
  max-width: 900px;
}

.mw-935px {
  max-width: 935px;
}

.mw-950px {
  max-width: 950px;
}

.mw-1000px {
  max-width: 1000px;
}

.mw-1100px {
  max-width: 1100px;
}

.mw-1150px {
  max-width: 1150px;
}

.min-w-150px {
  min-width: 150px;
}

.rounded-30px {
  border-radius: 30px !important;
}

.rounded-50 {
  border-radius: 50% !important;
}

.l-space-0 {
  letter-spacing: 0;
}

.l-space-05 {
  letter-spacing: 0.05em;
}

.l-space-08 {
  letter-spacing: 0.08em;
}

.l-space-1 {
  letter-spacing: 0.1em;
}

.l-space-1-5 {
  letter-spacing: 0.15em;
}

.l-space-2 {
  letter-spacing: 0.2em;
}

.l-space-2-5 {
  letter-spacing: 0.25em;
}

.l-space-3 {
  letter-spacing: 0.3em;
}

.l-space-3-5 {
  letter-spacing: 0.35em;
}

.l-space-5 {
  letter-spacing: 0.5em;
}

.col-20per {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-35per {
  flex: 0 0 35%;
  max-width: 35%;
}

.col-37per {
  flex: 0 0 37%;
  max-width: 37%;
}

.col-45per {
  flex: 0 0 45%;
  max-width: 45%;
}

.col-55per {
  flex: 0 0 55%;
  max-width: 55%;
}

.col-63per {
  flex: 0 0 63%;
  max-width: 63%;
}

.col-65per {
  flex: 0 0 65%;
  max-width: 65%;
}

.col-80per {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-30px {
  flex: 0 0 30px;
  max-width: 30px;
}

.col-35px {
  flex: 0 0 35px;
  max-width: 35px;
}

.col-45px {
  flex: 0 0 45px;
  max-width: 45px;
}

.col-50px {
  flex: 0 0 50px;
  max-width: 50px;
}

.col-80px {
  flex: 0 0 80px;
  max-width: 80px;
}

.col-100px {
  flex: 0 0 100px;
  max-width: 100px;
}

.col-120px {
  flex: 0 0 120px;
  max-width: 120px;
}

.col-150px {
  flex: 0 0 150px;
  max-width: 150px;
}

.col-200px {
  flex: 0 0 200px;
  max-width: 200px;
}

.col-250px {
  flex: 0 0 250px;
  max-width: 250px;
}

.col-300px {
  flex: 0 0 300px;
  max-width: 300px;
}

.col-320px {
  flex: 0 0 320px;
  max-width: 320px;
}

.col-400px {
  flex: 0 0 400px;
  max-width: 400px;
}

.col-420px {
  flex: 0 0 420px;
  max-width: 420px;
}

.col-450px {
  flex: 0 0 450px;
  max-width: 450px;
}

.col-500px {
  flex: 0 0 500px;
  max-width: 500px;
}

.col-550px {
  flex: 0 0 550px;
  max-width: 550px;
}

.col-610px {
  flex: 0 0 610px;
  max-width: 610px;
}

.col-700px {
  flex: 0 0 700px;
  max-width: 700px;
}

.col-grow-30px {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.col-grow-35px {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
}

.col-grow-45px {
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
}

.col-grow-50px {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.col-grow-80px {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

.col-grow-100px {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.col-grow-120px {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.col-grow-150px {
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}

.col-grow-200px {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}

.col-grow-250px {
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
}

.col-grow-300px {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.col-grow-320px {
  flex: 0 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
}

.col-grow-400px {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}

.col-grow-420px {
  flex: 0 0 calc(100% - 420px);
  max-width: calc(100% - 420px);
}

.col-grow-450px {
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
}

.col-grow-500px {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
}

.col-grow-550px {
  flex: 0 0 calc(100% - 550px);
  max-width: calc(100% - 550px);
}

.col-grow-610px {
  flex: 0 0 calc(100% - 610px);
  max-width: calc(100% - 610px);
}

.col-grow-700px {
  flex: 0 0 calc(100% - 700px);
  max-width: calc(100% - 700px);
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.fs-110 {
  font-size: 110px !important;
}

.fs-115 {
  font-size: 115px !important;
}

.fs-120 {
  font-size: 120px !important;
}

.fs-140 {
  font-size: 140px !important;
}

.fs-150 {
  font-size: 150px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hov-opacity-0:hover {
  opacity: 0 !important;
}

.hov-opacity-10:hover {
  opacity: 0.1 !important;
}

.hov-opacity-20:hover {
  opacity: 0.2 !important;
}

.hov-opacity-30:hover {
  opacity: 0.3 !important;
}

.hov-opacity-40:hover {
  opacity: 0.4 !important;
}

.hov-opacity-50:hover {
  opacity: 0.5 !important;
}

.hov-opacity-60:hover {
  opacity: 0.6 !important;
}

.hov-opacity-70:hover {
  opacity: 0.7 !important;
}

.hov-opacity-80:hover {
  opacity: 0.8 !important;
}

.hov-opacity-90:hover {
  opacity: 0.9 !important;
}

.hov-opacity-100:hover {
  opacity: 1 !important;
}

.sly-frame-content.gutters-10 {
  width: calc(100% + 20px);
}

.sly-frame-content.gutters-10,
.sly-frame-content.gutters-10 li:not(:first-child) .carousel-box {
  padding-left: 10px;
}

.sly-frame-content.gutters-20,
.sly-frame-content.gutters-10 li:not(:last-child) .carousel-box {
  padding-right: 10px;
}

.sly-frame-content.gutters-20 {
  width: calc(100% + 40px);
}

.sly-frame-content.gutters-20,
.sly-frame-content.gutters-20 li:not(:first-child) .carousel-box {
  padding-left: 20px;
}

.sly-frame-content.gutters-20,
.sly-frame-content.gutters-20 li:not(:last-child) .carousel-box {
  padding-right: 20px;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-default, .hov-bg-default:hover {
  background-color: var(--default) !important;
}

.bg-primary, .hov-bg-primary:hover {
  background-color: var(--primary) !important;
}

.bg-hov-primary, .hov-bg-hovprimaryt:hover {
  background-color: var(--hov-primary) !important;
}

.bg-soft-primary, .hov-bg-soft-primary:hover {
  background-color: var(--soft-primary) !important;
}

.bg-secondary, .hov-bg-secondary:hover {
  background-color: var(--secondary) !important;
}

.bg-soft-secondary, .hov-bg-soft-secondary:hover {
  background-color: var(--soft-secondary) !important;
}

.bg-tertiary, .hov-bg-tertiary:hover {
  background-color: var(--tertiary) !important;
}

.bg-success, .hov-bg-success:hover {
  background-color: var(--success) !important;
}

.bg-soft-success, .hov-bg-soft-success:hover {
  background-color: var(--soft-success) !important;
}

.bg-info, .hov-bg-info:hover {
  background-color: var(--info) !important;
}

.bg-soft-info, .hov-bg-soft-info:hover {
  background-color: var(--soft-info) !important;
}

.bg-warning, .hov-bg-warning:hover {
  background-color: var(--warning) !important;
}

.bg-soft-warning, .hov-bg-soft-warning:hover {
  background-color: var(--soft-warning) !important;
}

.bg-danger, .hov-bg-danger:hover {
  background-color: var(--danger) !important;
}

.bg-soft-danger, .hov-bg-soft-danger:hover {
  background-color: var(--soft-danger) !important;
}

.bg-dark, .hov-bg-dark:hover {
  background-color: var(--dark) !important;
}

.bg-soft-dark, .hov-bg-soft-dark:hover {
  background-color: var(--soft-dark) !important;
}

.bg-light, .hov-bg-light:hover {
  background-color: var(--light) !important;
}

.bg-black, .hov-bg-black:hover {
  background-color: #0d111b !important;
}

.bg-yellow, .hov-bg-yellow:hover {
  background-color: var(--yellow) !important;
}

.bg-formcolor, .hov-bg-formcolor:hover {
  background-color: var(--formcolor) !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

.border-width-15 {
  border-width: 15px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-inherit, .hov-border-inherit:hover {
  border-color: initial !important;
}

.border-primary, .hov-border-primary:hover {
  border-color: var(--primary) !important;
}

.border-hov-primary, .hov-border-hov-primary:hover {
  border-color: var(--hov-primary) !important;
}

.border-secondary, .hov-border-secondary:hover {
  border-color: var(--secondary) !important;
}

.border-tertiary, .hov-border-tertiary:hover {
  border-color: var(--tertiary) !important;
}

.border-default, .hov-border-default:hover {
  border-color: var(--default) !important;
}

.border-success, .hov-border-success:hover {
  border-color: var(--success) !important;
}

.border-info, .hov-border-info:hover {
  border-color: var(--info) !important;
}

.border-warning, .hov-border-warning:hover {
  border-color: var(--warning) !important;
}

.border-danger, .hov-border-danger:hover {
  border-color: var(--danger) !important;
}

.border-light, .hov-border-light:hover {
  border-color: var(--light) !important;
}

.border-dark, .hov-border-dark:hover {
  border-color: var(--dark) !important;
}

.border-yellow, .hov-border-yellow:hover {
  border-color: var(--yellow) !important;
}

.border-transparent, .hov-border-transparent:hover {
  border-color: transparent !important;
}

.border-formcolor, .hov-border-formcolor:hover {
  border-color: var(--formcolor) !important;
}

.border-tabinactive, .hov-border-tabinactive:hover {
  border-color: var(--tabinactive) !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-primary, .hov-text-primary:hover {
  color: var(--primary) !important;
}

.text-hov-primary, .hov-text-hov-primary:hover {
  color: var(--hov-primary) !important;
}

.text-soft-primary, .hov-text-soft-primary:hover {
  color: var(--soft-primary) !important;
}

.text-secondary, .hov-text-secondary:hover {
  color: var(--secondary) !important;
}

.text-soft-secondary, .hov-text-soft-secondary:hover {
  color: var(--soft-secondary) !important;
}

.text-success, .hov-text-success:hover {
  color: var(--success) !important;
}

.text-soft-success, .hov-text-soft-success:hover {
  color: var(--soft-success) !important;
}

.text-info, .hov-text-info:hover {
  color: var(--info) !important;
}

.text-soft-info, .hov-text-soft-info:hover {
  color: var(--soft-info) !important;
}

.text-warning, .hov-text-warning:hover {
  color: var(--warning) !important;
}

.text-soft-warning, .hov-text-soft-warning:hover {
  color: var(--soft-warning) !important;
}

.text-danger, .hov-text-danger:hover {
  color: var(--danger) !important;
}

.text-soft-danger, .hov-text-soft-danger:hover {
  color: var(--soft-danger) !important;
}

.text-dark, .hov-text-dark:hover {
  color: var(--dark) !important;
}

.text-soft-dark, .hov-text-soft-dark:hover {
  color: var(--soft-dark) !important;
}

.text-light, .hov-text-light:hover {
  color: var(--light) !important;
}

.text-inherit, .hov-text-inherit:hover {
  color: inherit !important;
}

.text-default, .hov-text-default:hover {
  color: var(--default) !important;
}

.text-black, .hov-text-black:hover {
  color: var(--black) !important;
}

.text-tertiary, .hov-text-tertiary:hover {
  color: var(--tertiary) !important;
}

.text-quaternary, .hov-text-quaternary:hover {
  color: var(--quaternary) !important;
}

.text-yellow, .hov-text-yellow:hover {
  color: var(--yellow) !important;
}

.text-green, .hov-text-green:hover {
  color: var(--green) !important;
}

.text-light-green, .hov-text-light-green:hover {
  color: var(--light-green) !important;
}

.text-error, .hov-text-error:hover {
  color: var(--error) !important;
}

.text-gold, .hov-text-gold:hover {
  color: var(--gold) !important;
}

.text-formcolor, .hov-text-formcolor:hover {
  color: var(--formcolor) !important;
}

.text-default-10, .hov-text-default-10:hover {
  color: rgba(73, 78, 86, 0.1) !important;
}

.text-default-20, .hov-text-default-20:hover {
  color: rgba(73, 78, 86, 0.2) !important;
}

.text-default-30, .hov-text-default-30:hover {
  color: rgba(73, 78, 86, 0.3) !important;
}

.text-default-40, .hov-text-default-40:hover {
  color: rgba(73, 78, 86, 0.4) !important;
}

.text-default-50, .hov-text-default-50:hover {
  color: rgba(73, 78, 86, 0.5) !important;
}

.text-default-60, .hov-text-default-60:hover {
  color: rgba(73, 78, 86, 0.6) !important;
}

.text-default-70, .hov-text-default-70:hover {
  color: rgba(73, 78, 86, 0.7) !important;
}

.text-default-80, .hov-text-default-80:hover {
  color: rgba(73, 78, 86, 0.8) !important;
}

.text-default-90, .hov-text-default-90:hover {
  color: rgba(73, 78, 86, 0.9) !important;
}

.text-hov-primary-10, .hov-text-hov-primary-10:hover {
  color: rgba(3, 52, 79, 0.1) !important;
}

.text-hov-primary-20, .hov-text-hov-primary-20:hover {
  color: rgba(3, 52, 79, 0.2) !important;
}

.text-hov-primary-30, .hov-text-hov-primary-30:hover {
  color: rgba(3, 52, 79, 0.3) !important;
}

.text-hov-primary-40, .hov-text-hov-primary-40:hover {
  color: rgba(3, 52, 79, 0.4) !important;
}

.text-hov-primary-50, .hov-text-hov-primary-50:hover {
  color: rgba(3, 52, 79, 0.5) !important;
}

.text-hov-primary-60, .hov-text-hov-primary-60:hover {
  color: rgba(3, 52, 79, 0.6) !important;
}

.text-hov-primary-70, .hov-text-hov-primary-70:hover {
  color: rgba(3, 52, 79, 0.7) !important;
}

.text-hov-primary-80, .hov-text-hov-primary-80:hover {
  color: rgba(3, 52, 79, 0.8) !important;
}

.text-hov-primary-90, .hov-text-hov-primary-90:hover {
  color: rgba(3, 52, 79, 0.9) !important;
}

.btn-block {
  width: 100%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-white:hover,
.btn-yellow:hover,
.btn-outline-default:not(.disabled):hover,
.btn-white:hover,
.btn-outline-hov-primary:hover {
  background-color: var(--hov-primary);
  border-color: var(--hov-primary);
  color: var(--white);
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-primary svg,
.btn-soft-primary:hover svg,
.btn-outline-primary:hover svg {
  fill: var(--white);
}

.btn-secondary,
.btn-soft-secondary:hover,
.btn-outline-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.btn-success {
  background-color: var(--success);
  border-color: var(--success);
  color: var(--white);
}

.btn-danger,
.btn-soft-danger:hover,
.btn-outline-danger:hover {
  background-color: var(--danger);
  border-color: var(--danger);
  color: var(--white);
}

.btn-warning,
.btn-soft-warning:hover,
.btn-outline-warning:hover {
  background-color: var(--warning);
  border-color: var(--warning);
}

.btn-info,
.btn-soft-info:hover,
.btn-outline-info:hover {
  background-color: var(--info);
  border-color: var(--info);
  color: var(--white);
}

.btn-light,
.btn-outline-light:hover {
  background-color: var(--light);
  border-color: var(--light);
}

.btn-dark,
.btn-soft-dark:hover,
.btn-outline-dark:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--secondary);
}

.btn-link {
  color: var(--primary);
}

.btn-link:hover {
  color: var(--hov-primary);
}

.btn-clean:hover {
  background-color: var(--light);
  border-color: var(--light);
}

.btn-white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--tertiary);
}

.btn-secondary:hover,
.btn-soft-success:hover,
.btn-outline-success:hover,
.btn-secondary:focus {
  background-color: var(--hov-secondary);
  border-color: var(--hov-secondary);
  color: var(--white);
}

.btn-grey {
  background-color: var(--grey);
  border-color: var(--grey);
  color: var(--default);
}

.btn-tgreen {
  border-color: var(--green);
  color: var(--formcolor);
}

.btn-tblue {
  border-color: var(--blue);
  color: var(--formcolor);
}

.btn-tyellow {
  border-color: var(--yellow);
  color: var(--formcolor);
}

.btn-tred {
  border-color: var(--red);
  color: var(--formcolor);
}

.btn-tgreen:hover {
  background-color: var(--green);
  color: var(--white);
}

.btn-tblue:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-tyellow:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.btn-tred:hover {
  background-color: var(--red);
  color: var(--white);
}

.btn-tgreen svg,
.btn-tblue svg,
.btn-tyellow svg,
.btn-tred svg {
  transition: all 0.3s ease;
}

.btn-tgreen svg {
  fill: var(--formcolor);
}

.btn-tblue svg {
  fill: var(--formcolor);
}

.btn-tyellow svg {
  fill: var(--formcolor);
}

.btn-tred svg {
  fill: var(--formcolor);
}

.btn-tgreen:hover svg {
  fill: var(--white);
}

.btn-tblue:hover svg {
  fill: var(--white);
}

.btn-tyellow:hover svg {
  fill: var(--white);
}

.btn-tred:hover svg {
  fill: var(--white);
}

.btn-outline-default {
  border-color: var(--default);
  color: var(--default);
}

.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-hov-primary {
  border-color: var(--hov-primary);
  color: var(--hov-primary);
}

.btn-outline-secondary {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-outline-success {
  border-color: var(--success);
  color: var(--success);
}

.btn-outline-danger {
  border-color: var(--danger);
  color: var(--danger);
}

.btn-outline-warning {
  border-color: var(--warning);
  color: var(--warning);
}

.btn-outline-info {
  border-color: var(--info);
  color: var(--info);
}

.btn-outline-light {
  border-color: var(--light);
  color: var(--dark);
}

.btn-outline-dark {
  border-color: var(--dark);
  color: var(--dark);
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}

.w-1em, .size-1em {
  width: 1em;
}

.w-5px, .size-5px {
  width: 5px;
}

.w-7px, .size-7px {
  width: 7px;
}

.w-10px, .size-10px {
  width: 10px;
}

.w-15px, .size-15px {
  width: 15px;
}

.w-17px, .size-17px {
  width: 17px;
}

.w-20px, .size-20px {
  width: 20px;
}

.w-25px, .size-25px {
  width: 25px;
}

.w-30px, .size-30px {
  width: 30px;
}

.w-35px, .size-35px {
  width: 35px;
}

.w-40px, .size-40px {
  width: 40px;
}

.w-45px, .size-45px {
  width: 45px;
}

.w-50px, .size-50px {
  width: 50px;
}

.w-55px, .size-55px {
  width: 55px;
}

.w-60px, .size-60px {
  width: 60px;
}

.w-65px, .size-65px {
  width: 65px;
}

.w-70px, .size-70px {
  width: 70px;
}

.w-75px, .size-75px {
  width: 75px;
}

.w-80px, .size-80px {
  width: 80px;
}

.w-85px, .size-85px {
  width: 85px;
}

.w-90px, .size-90px {
  width: 90px;
}

.w-95px, .size-95px {
  width: 95px;
}

.w-100px, .size-100px {
  width: 100px;
}

.w-110px, .size-110px {
  width: 110px;
}

.w-120px, .size-120px {
  width: 120px;
}

.w-125px, .size-125px {
  width: 125px;
}

.w-130px, .size-130px {
  width: 130px;
}

.w-140px, .size-140px {
  width: 140px;
}

.w-150px, .size-150px {
  width: 150px;
}

.w-155px, .size-155px {
  width: 155px;
}

.w-160px, .size-160px {
  width: 160px;
}

.w-165px, .size-165px {
  width: 165px;
}

.w-170px, .size-170px {
  width: 170px;
}

.w-180px, .size-180px {
  width: 180px;
}

.w-190px, .size-190px {
  width: 190px;
}

.w-200px, .size-200px {
  width: 200px;
}

.w-210px, .size-210px {
  width: 210px;
}

.w-220px, .size-220px {
  width: 220px;
}

.w-230px, .size-230px {
  width: 230px;
}

.w-240px, .size-240px {
  width: 240px;
}

.w-250px, .size-250px {
  width: 250px;
}

.w-260px, .size-260px {
  width: 260px;
}

.w-270px, .size-270px {
  width: 270px;
}

.w-280px, .size-280px {
  width: 280px;
}

.w-290px, .size-290px {
  width: 290px;
}

.w-300px, .size-300px {
  width: 300px;
}

.w-310px, .size-310px {
  width: 310px;
}

.w-320px, .size-320px {
  width: 320px;
}

.w-330px, .size-330px {
  width: 330px;
}

.w-340px, .size-340px {
  width: 340px;
}

.w-350px, .size-350px {
  width: 350px;
}

.w-360px, .size-360px {
  width: 360px;
}

.w-370px, .size-370px {
  width: 370px;
}

.w-380px, .size-380px {
  width: 380px;
}

.w-390px, .size-390px {
  width: 390px;
}

.w-400px, .size-400px {
  width: 400px;
}

.w-410px, .size-410px {
  width: 410px;
}

.w-420px, .size-420px {
  width: 420px;
}

.w-450px, .size-450px {
  width: 450px;
}

.w-600px, .size-600px {
  width: 600px;
}

.h-1em, .size-1em {
  height: 1em;
}

.h-5px, .size-5px {
  height: 5px;
}

.h-7px, .size-7px {
  height: 7px;
}

.h-10px, .size-10px {
  height: 10px;
}

.h-15px, .size-15px {
  height: 15px;
}

.h-17px, .size-17px {
  height: 17px;
}

.h-20px, .size-20px {
  height: 20px;
}

.h-25px, .size-25px {
  height: 25px;
}

.h-30px, .size-30px {
  height: 30px;
}

.h-35px, .size-35px {
  height: 35px;
}

.h-40px, .size-40px {
  height: 40px;
}

.h-45px, .size-45px {
  height: 45px;
}

.h-50px, .size-50px {
  height: 50px;
}

.h-55px, .size-55px {
  height: 55px;
}

.h-60px, .size-60px {
  height: 60px;
}

.h-65px, .size-65px {
  height: 65px;
}

.h-70px, .size-70px {
  height: 70px;
}

.h-75px, .size-75px {
  height: 75px;
}

.h-80px, .size-80px {
  height: 80px;
}

.h-85px, .size-85px {
  height: 85px;
}

.h-90px, .size-90px {
  height: 90px;
}

.h-95px, .size-95px {
  height: 95px;
}

.h-100px, .size-100px {
  height: 100px;
}

.h-110px, .size-110px {
  height: 110px;
}

.h-120px, .size-120px {
  height: 120px;
}

.h-125px, .size-125px {
  height: 125px;
}

.h-130px, .size-130px {
  height: 130px;
}

.h-140px, .size-140px {
  height: 140px;
}

.h-150px, .size-150px {
  height: 150px;
}

.h-155px, .size-155px {
  height: 155px;
}

.h-160px, .size-160px {
  height: 160px;
}

.h-165px, .size-165px {
  height: 165px;
}

.h-170px, .size-170px {
  height: 170px;
}

.h-180px, .size-180px {
  height: 180px;
}

.h-190px, .size-190px {
  height: 190px;
}

.h-200px, .size-200px {
  height: 200px;
}

.h-210px, .size-210px {
  height: 210px;
}

.h-220px, .size-220px {
  height: 220px;
}

.h-230px, .size-230px {
  height: 230px;
}

.h-240px, .size-240px {
  height: 240px;
}

.h-250px, .size-250px {
  height: 250px;
}

.h-260px, .size-260px {
  height: 260px;
}

.h-270px, .size-270px {
  height: 270px;
}

.h-280px, .size-280px {
  height: 280px;
}

.h-290px, .size-290px {
  height: 290px;
}

.h-300px, .size-300px {
  height: 300px;
}

.h-310px, .size-310px {
  height: 310px;
}

.h-320px, .size-320px {
  height: 320px;
}

.h-330px, .size-330px {
  height: 330px;
}

.h-340px, .size-340px {
  height: 340px;
}

.h-350px, .size-350px {
  height: 350px;
}

.h-360px, .size-360px {
  height: 360px;
}

.h-370px, .size-370px {
  height: 370px;
}

.h-380px, .size-380px {
  height: 380px;
}

.h-390px, .size-390px {
  height: 390px;
}

.h-400px, .size-400px {
  height: 400px;
}

.h-410px, .size-410px {
  height: 410px;
}

.h-420px, .size-420px {
  height: 420px;
}

.h-450px, .size-450px {
  height: 450px;
}

.h-600px, .size-600px {
  height: 600px;
}

.pl-2px, .px-2px, .p-2px {
  padding-left: 2px !important;
}

.pl-3px, .px-3px, .p-3px {
  padding-left: 3px !important;
}

.pl-5px, .px-5px, .p-5px {
  padding-left: 5px !important;
}

.pl-10px, .px-10px, .p-10px {
  padding-left: 10px !important;
}

.pl-13px, .px-13px, .p-13px {
  padding-left: 13px !important;
}

.pl-15px, .px-15px, .p-15px {
  padding-left: 15px !important;
}

.pl-20px, .px-20px, .p-20px {
  padding-left: 20px !important;
}

.pl-25px, .px-25px, .p-25px {
  padding-left: 25px !important;
}

.pl-30px, .px-30px, .p-30px {
  padding-left: 30px !important;
}

.pl-35px, .px-35px, .p-35px {
  padding-left: 35px !important;
}

.pl-40px, .px-40px, .p-40px {
  padding-left: 40px !important;
}

.pl-50px, .px-50px, .p-50px {
  padding-left: 50px !important;
}

.pl-60px, .px-60px, .p-60px {
  padding-left: 60px !important;
}

.pl-65px, .px-65px, .p-65px {
  padding-left: 65px !important;
}

.pl-70px, .px-70px, .p-70px {
  padding-left: 70px !important;
}

.pl-75px, .px-75px, .p-75px {
  padding-left: 75px !important;
}

.pl-90px, .px-90px, .p-90px {
  padding-left: 90px !important;
}

.pl-100px, .px-100px, .p-100px {
  padding-left: 100px !important;
}

.pl-125px, .px-125px, .p-125px {
  padding-left: 125px !important;
}

.pl-130px, .px-130px, .p-130px {
  padding-left: 130px !important;
}

.pl-140px, .px-140px, .p-140px {
  padding-left: 140px !important;
}

.pl-150px, .px-150px, .p-150px {
  padding-left: 150px !important;
}

.pl-160px, .px-160px, .p-160px {
  padding-left: 160px !important;
}

.pl-170px, .px-170px, .p-170px {
  padding-left: 170px !important;
}

.pl-175px, .px-175px, .p-175px {
  padding-left: 175px !important;
}

.pl-180px, .px-180px, .p-180px {
  padding-left: 180px !important;
}

.pl-200px, .px-200px, .p-200px {
  padding-left: 200px !important;
}

.pl-250px, .px-250px, .p-250px {
  padding-left: 250px !important;
}

.pl-300px, .px-300px, .p-300px {
  padding-left: 300px !important;
}

.pl-350px, .px-350px, .p-350px {
  padding-left: 350px !important;
}

.pl-400px, .px-400px, .p-400px {
  padding-left: 400px !important;
}

.pr-2px, .px-2px, .p-2px {
  padding-right: 2px !important;
}

.pr-3px, .px-3px, .p-3px {
  padding-right: 3px !important;
}

.pr-5px, .px-5px, .p-5px {
  padding-right: 5px !important;
}

.pr-10px, .px-10px, .p-10px {
  padding-right: 10px !important;
}

.pr-13px, .px-13px, .p-13px {
  padding-right: 13px !important;
}

.pr-15px, .px-15px, .p-15px {
  padding-right: 15px !important;
}

.pr-20px, .px-20px, .p-20px {
  padding-right: 20px !important;
}

.pr-25px, .px-25px, .p-25px {
  padding-right: 25px !important;
}

.pr-30px, .px-30px, .p-30px {
  padding-right: 30px !important;
}

.pr-35px, .px-35px, .p-35px {
  padding-right: 35px !important;
}

.pr-40px, .px-40px, .p-40px {
  padding-right: 40px !important;
}

.pr-50px, .px-50px, .p-50px {
  padding-right: 50px !important;
}

.pr-60px, .px-60px, .p-60px {
  padding-right: 60px !important;
}

.pr-65px, .px-65px, .p-65px {
  padding-right: 65px !important;
}

.pr-70px, .px-70px, .p-70px {
  padding-right: 70px !important;
}

.pr-75px, .px-75px, .p-75px {
  padding-right: 75px !important;
}

.pr-90px, .px-90px, .p-90px {
  padding-right: 90px !important;
}

.pr-100px, .px-100px, .p-100px {
  padding-right: 100px !important;
}

.pr-125px, .px-125px, .p-125px {
  padding-right: 125px !important;
}

.pr-130px, .px-130px, .p-130px {
  padding-right: 130px !important;
}

.pr-140px, .px-140px, .p-140px {
  padding-right: 140px !important;
}

.pr-150px, .px-150px, .p-150px {
  padding-right: 150px !important;
}

.pr-160px, .px-160px, .p-160px {
  padding-right: 160px !important;
}

.pr-170px, .px-170px, .p-170px {
  padding-right: 170px !important;
}

.pr-175px, .px-175px, .p-175px {
  padding-right: 175px !important;
}

.pr-180px, .px-180px, .p-180px {
  padding-right: 180px !important;
}

.pr-200px, .px-200px, .p-200px {
  padding-right: 200px !important;
}

.pr-250px, .px-250px, .p-250px {
  padding-right: 250px !important;
}

.pr-300px, .px-300px, .p-300px {
  padding-right: 300px !important;
}

.pr-350px, .px-350px, .p-350px {
  padding-right: 350px !important;
}

.pr-400px, .px-400px, .p-400px {
  padding-right: 400px !important;
}

.pt-2px, .py-2px, .p-2px {
  padding-top: 2px !important;
}

.pt-3px, .py-3px, .p-3px {
  padding-top: 3px !important;
}

.pt-5px, .py-5px, .p-5px {
  padding-top: 5px !important;
}

.pt-10px, .py-10px, .p-10px {
  padding-top: 10px !important;
}

.pt-13px, .py-13px, .p-13px {
  padding-top: 13px !important;
}

.pt-15px, .py-15px, .p-15px {
  padding-top: 15px !important;
}

.pt-20px, .py-20px, .p-20px {
  padding-top: 20px !important;
}

.pt-25px, .py-25px, .p-25px {
  padding-top: 25px !important;
}

.pt-30px, .py-30px, .p-30px {
  padding-top: 30px !important;
}

.pt-35px, .py-35px, .p-35px {
  padding-top: 35px !important;
}

.pt-40px, .py-40px, .p-40px {
  padding-top: 40px !important;
}

.pt-50px, .py-50px, .p-50px {
  padding-top: 50px !important;
}

.pt-60px, .py-60px, .p-60px {
  padding-top: 60px !important;
}

.pt-65px, .py-65px, .p-65px {
  padding-top: 65px !important;
}

.pt-70px, .py-70px, .p-70px {
  padding-top: 70px !important;
}

.pt-75px, .py-75px, .p-75px {
  padding-top: 75px !important;
}

.pt-90px, .py-90px, .p-90px {
  padding-top: 90px !important;
}

.pt-100px, .py-100px, .p-100px {
  padding-top: 100px !important;
}

.pt-125px, .py-125px, .p-125px {
  padding-top: 125px !important;
}

.pt-130px, .py-130px, .p-130px {
  padding-top: 130px !important;
}

.pt-140px, .py-140px, .p-140px {
  padding-top: 140px !important;
}

.pt-150px, .py-150px, .p-150px {
  padding-top: 150px !important;
}

.pt-160px, .py-160px, .p-160px {
  padding-top: 160px !important;
}

.pt-170px, .py-170px, .p-170px {
  padding-top: 170px !important;
}

.pt-175px, .py-175px, .p-175px {
  padding-top: 175px !important;
}

.pt-180px, .py-180px, .p-180px {
  padding-top: 180px !important;
}

.pt-200px, .py-200px, .p-200px {
  padding-top: 200px !important;
}

.pt-250px, .py-250px, .p-250px {
  padding-top: 250px !important;
}

.pt-300px, .py-300px, .p-300px {
  padding-top: 300px !important;
}

.pt-350px, .py-350px, .p-350px {
  padding-top: 350px !important;
}

.pt-400px, .py-400px, .p-400px {
  padding-top: 400px !important;
}

.pb-2px, .py-2px, .p-2px {
  padding-bottom: 2px !important;
}

.pb-3px, .py-3px, .p-3px {
  padding-bottom: 3px !important;
}

.pb-5px, .py-5px, .p-5px {
  padding-bottom: 5px !important;
}

.pb-10px, .py-10px, .p-10px {
  padding-bottom: 10px !important;
}

.pb-13px, .py-13px, .p-13px {
  padding-bottom: 13px !important;
}

.pb-15px, .py-15px, .p-15px {
  padding-bottom: 15px !important;
}

.pb-20px, .py-20px, .p-20px {
  padding-bottom: 20px !important;
}

.pb-25px, .py-25px, .p-25px {
  padding-bottom: 25px !important;
}

.pb-30px, .py-30px, .p-30px {
  padding-bottom: 30px !important;
}

.pb-35px, .py-35px, .p-35px {
  padding-bottom: 35px !important;
}

.pb-40px, .py-40px, .p-40px {
  padding-bottom: 40px !important;
}

.pb-50px, .py-50px, .p-50px {
  padding-bottom: 50px !important;
}

.pb-60px, .py-60px, .p-60px {
  padding-bottom: 60px !important;
}

.pb-65px, .py-65px, .p-65px {
  padding-bottom: 65px !important;
}

.pb-70px, .py-70px, .p-70px {
  padding-bottom: 70px !important;
}

.pb-75px, .py-75px, .p-75px {
  padding-bottom: 75px !important;
}

.pb-90px, .py-90px, .p-90px {
  padding-bottom: 90px !important;
}

.pb-100px, .py-100px, .p-100px {
  padding-bottom: 100px !important;
}

.pb-125px, .py-125px, .p-125px {
  padding-bottom: 125px !important;
}

.pb-130px, .py-130px, .p-130px {
  padding-bottom: 130px !important;
}

.pb-140px, .py-140px, .p-140px {
  padding-bottom: 140px !important;
}

.pb-150px, .py-150px, .p-150px {
  padding-bottom: 150px !important;
}

.pb-160px, .py-160px, .p-160px {
  padding-bottom: 160px !important;
}

.pb-170px, .py-170px, .p-170px {
  padding-bottom: 170px !important;
}

.pb-175px, .py-175px, .p-175px {
  padding-bottom: 175px !important;
}

.pb-180px, .py-180px, .p-180px {
  padding-bottom: 180px !important;
}

.pb-200px, .py-200px, .p-200px {
  padding-bottom: 200px !important;
}

.pb-250px, .py-250px, .p-250px {
  padding-bottom: 250px !important;
}

.pb-300px, .py-300px, .p-300px {
  padding-bottom: 300px !important;
}

.pb-350px, .py-350px, .p-350px {
  padding-bottom: 350px !important;
}

.pb-400px, .py-400px, .p-400px {
  padding-bottom: 400px !important;
}

.gutters-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.gutters-1 > .col,
.gutters-1 > [class*=col-] {
  padding-right: 1px;
  padding-left: 1px;
}

.gutters-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.gutters-2 > .col,
.gutters-2 > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutters-3 {
  margin-right: -3px;
  margin-left: -3px;
}

.gutters-3 > .col,
.gutters-3 > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutters-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.gutters-30 > .col,
.gutters-30 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.gutters-35 {
  margin-right: -35px;
  margin-left: -35px;
}

.gutters-35 > .col,
.gutters-35 > [class*=col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.gutters-40 {
  margin-right: -40px;
  margin-left: -40px;
}

.gutters-40 > .col,
.gutters-40 > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.gutters-50 {
  margin-right: -50px;
  margin-left: -50px;
}

.gutters-50 > .col,
.gutters-50 > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.gutters-60 {
  margin-right: -60px;
  margin-left: -50px;
}

.gutters-60 > .col,
.gutters-60 > [class*=col-] {
  padding-right: 60px;
  padding-left: 60px;
}

.gutters-80 {
  margin-right: -80px;
  margin-left: -80px;
}

.gutters-80 > .col,
.gutters-80 > [class*=col-] {
  padding-right: 80px;
  padding-left: 80px;
}

.gutters-90 {
  margin-right: -90px;
  margin-left: -90px;
}

.gutters-90 > .col,
.gutters-90 > [class*=col-] {
  padding-right: 90px;
  padding-left: 90px;
}

.gutters-100 {
  margin-right: -100px;
  margin-left: -100px;
}

.gutters-100 > .col,
.gutters-100 > [class*=col-] {
  padding-right: 100px;
  padding-left: 100px;
}

/*custom checkbox, radio*/
.sk-checkbox-list {
  padding: 0 0;
}

.sk-checkbox,
.sk-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

[dir=rtl] .sk-checkbox,
[dir=rtl] .sk-radio {
  padding-right: 28px;
  padding-left: 0;
}

.sk-checkbox-list .sk-checkbox,
.sk-radio-list .sk-radio {
  display: block;
}

.sk-checkbox.sk-checkbox-disabled,
.sk-radio.sk-radio-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.sk-checkbox-inline .sk-checkbox,
.sk-radio-inline .sk-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.sk-checkbox-inline .sk-checkbox:last-child,
.sk-radio-inline .sk-radio:last-child {
  margin-right: 0;
}

.sk-checkbox > input,
.sk-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.sk-square-check,
.sk-rounded-check {
  background: 0 0;
  position: relative;
  height: 0.9em;
  width: 0.9em;
  border: 1px solid rgba(73, 78, 86, 0.5);
  transition: all 0.3s ease;
}

.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
  display: inline-block;
  margin-right: 0.2em;
}

[dir=rtl] .sk-checkbox .sk-square-check,
[dir=rtl] .sk-checkbox .sk-rounded-check,
[dir=rtl] .sk-radio .sk-square-check,
[dir=rtl] .sk-radio .sk-rounded-check {
  left: auto;
  right: 0;
}

.sk-square-check {
  border-radius: 3px;
}

.sk-rounded-check {
  border-radius: 50%;
}

.sk-square-check:after,
.sk-rounded-check:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}

.sk-square-check:after {
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
  border: solid var(--danger);
}

.sk-rounded-check:after {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.sk-checkbox > input:checked ~ .sk-square-check:after,
.sk-radio > input:checked ~ .sk-square-check:after,
.sk-checkbox > input:checked ~ .sk-rounded-check:after,
.sk-radio > input:checked ~ .sk-rounded-check:after {
  visibility: visible;
  opacity: 1;
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
  width: 4px;
  background: #1e1e2d;
  border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.c-scrollbar {
  scrollbar-color: rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}

.c-scrollbar-light::-webkit-scrollbar {
  width: 4px;
  background: rgba(24, 28, 41, 0.08);
  border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
  background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
  background: rgba(24, 28, 41, 0.1);
  border-radius: 3px;
}

.c-scrollbar-light {
  scrollbar-color: rgba(24, 28, 41, 0.08);
  scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

/*footable*/
.sk-table {
  opacity: 0;
  height: 0;
}

div.footable-loader {
  height: 220px;
}

.sk-table.footable,
.sk-table.footable-details {
  opacity: 1;
  height: auto;
}

div.footable-loader > span.fooicon {
  border: 4px solid #1e1e2d;
  border-right-color: transparent;
  border-radius: 50%;
}

div.footable-loader > span.fooicon:before,
div.footable-loader > span.fooicon:after {
  content: none;
}

.sk-table thead th {
  border-top: 0;
  border-bottom: 1px solid #eceff7;
}

.sk-table th {
  font-weight: 600;
}

.sk-table td,
.sk-table th {
  border-top: 1px solid #eceff7;
}

.sk-table td,
.sk-table th {
  padding: 1rem 0.75rem;
}

.sk-table.table-bordered td,
.sk-table.table-bordered th {
  border: 1px solid #eceff7;
}

.sk-table .footable-detail-row > td {
  padding: 0;
}

.sk-table .footable-toggle {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  opacity: 1;
  color: var(--primary);
  background-color: var(--soft-primary);
  margin-right: 10px;
}

.sk-table .footable-toggle.fooicon-minus {
  color: var(--white);
  background-color: var(--primary);
}

.sk-table.footable > tbody > tr.footable-empty > td {
  font-size: 20px;
  position: relative;
  padding-top: 100px;
}

.sk-table.footable > tbody > tr.footable-empty > td:before {
  content: "\f119";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 20px;
  font-size: 60px;
  opacity: 0.5;
  transform: translate(-50%, 0px);
}

.sk-table .footable-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.sk-table .footable-page-link,
.sk-table .footable-page.disabled .footable-page-link {
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  border-radius: 50% !important;
  color: var(--dark);
  display: inline-block;
}

.sk-table .footable-page {
  margin: 0 2px;
}

.sk-table .active .footable-page-link,
.sk-table .footable-page-link:hover {
  background-color: var(--primary);
  color: #fff;
}

/* sm */
@media (min-width: 576px) {
  .my-sm-5px,
.mt-sm-5px {
    margin-top: 5px;
  }

  .my-sm-5px,
.mb-sm-5px {
    margin-bottom: 5px;
  }

  .my-sm-6px,
.mt-sm-6px {
    margin-top: 6px;
  }

  .my-sm-6px,
.mb-sm-6px {
    margin-bottom: 6px;
  }

  .my-sm-10px,
.mt-sm-10px {
    margin-top: 10px;
  }

  .my-sm-10px,
.mb-sm-10px {
    margin-bottom: 10px;
  }

  .my-sm-15px,
.mt-sm-15px {
    margin-top: 15px;
  }

  .my-sm-15px,
.mb-sm-15px {
    margin-bottom: 15px;
  }

  .my-sm-20px,
.mt-sm-20px {
    margin-top: 20px;
  }

  .my-sm-20px,
.mb-sm-20px {
    margin-bottom: 20px;
  }

  .my-sm-25px,
.mt-sm-25px {
    margin-top: 25px;
  }

  .my-sm-25px,
.mb-sm-25px {
    margin-bottom: 25px;
  }

  .my-sm-30px,
.mt-sm-30px {
    margin-top: 30px;
  }

  .my-sm-30px,
.mb-sm-30px {
    margin-bottom: 30px;
  }

  .my-sm-35px,
.mt-sm-35px {
    margin-top: 35px;
  }

  .my-sm-35px,
.mb-sm-35px {
    margin-bottom: 35px;
  }

  .my-sm-40px,
.mt-sm-40px {
    margin-top: 40px;
  }

  .my-sm-40px,
.mb-sm-40px {
    margin-bottom: 40px;
  }

  .my-sm-45px,
.mt-sm-45px {
    margin-top: 45px;
  }

  .my-sm-45px,
.mb-sm-45px {
    margin-bottom: 45px;
  }

  .my-sm-50px,
.mt-sm-50px {
    margin-top: 50px;
  }

  .my-sm-50px,
.mb-sm-50px {
    margin-bottom: 50px;
  }

  .my-sm-55px,
.mt-sm-55px {
    margin-top: 55px;
  }

  .my-sm-55px,
.mb-sm-55px {
    margin-bottom: 55px;
  }

  .my-sm-60px,
.mt-sm-60px {
    margin-top: 60px;
  }

  .my-sm-60px,
.mb-sm-60px {
    margin-bottom: 60px;
  }

  .my-sm-65px,
.mt-sm-65px {
    margin-top: 65px;
  }

  .my-sm-65px,
.mb-sm-65px {
    margin-bottom: 65px;
  }

  .my-sm-70px,
.mt-sm-70px {
    margin-top: 70px;
  }

  .my-sm-70px,
.mb-sm-70px {
    margin-bottom: 70px;
  }

  .my-sm-75px,
.mt-sm-75px {
    margin-top: 75px;
  }

  .my-sm-75px,
.mb-sm-75px {
    margin-bottom: 75px;
  }

  .my-sm-80px,
.mt-sm-80px {
    margin-top: 80px;
  }

  .my-sm-80px,
.mb-sm-80px {
    margin-bottom: 80px;
  }

  .my-sm-85px,
.mt-sm-85px {
    margin-top: 85px;
  }

  .my-sm-85px,
.mb-sm-85px {
    margin-bottom: 85px;
  }

  .my-sm-90px,
.mt-sm-90px {
    margin-top: 90px;
  }

  .my-sm-90px,
.mb-sm-90px {
    margin-bottom: 90px;
  }

  .my-sm-100px,
.mt-sm-100px {
    margin-top: 100px;
  }

  .my-sm-100px,
.mb-sm-100px {
    margin-bottom: 100px;
  }

  .my-sm-125px,
.mt-sm-125px {
    margin-top: 125px;
  }

  .my-sm-125px,
.mb-sm-125px {
    margin-bottom: 125px;
  }

  .my-sm-150px,
.mt-sm-150px {
    margin-top: 150px;
  }

  .my-sm-150px,
.mb-sm-150px {
    margin-bottom: 150px;
  }

  .my-sm-160px,
.mt-sm-160px {
    margin-top: 160px;
  }

  .my-sm-160px,
.mb-sm-160px {
    margin-bottom: 160px;
  }

  .my-sm-175px,
.mt-sm-175px {
    margin-top: 175px;
  }

  .my-sm-175px,
.mb-sm-175px {
    margin-bottom: 175px;
  }

  .my-sm-200px,
.mt-sm-200px {
    margin-top: 200px;
  }

  .my-sm-200px,
.mb-sm-200px {
    margin-bottom: 200px;
  }

  .my-sm-225px,
.mt-sm-225px {
    margin-top: 225px;
  }

  .my-sm-225px,
.mb-sm-225px {
    margin-bottom: 225px;
  }

  .my-sm-250px,
.mt-sm-250px {
    margin-top: 250px;
  }

  .my-sm-250px,
.mb-sm-250px {
    margin-bottom: 250px;
  }

  .my-sm-275px,
.mt-sm-275px {
    margin-top: 275px;
  }

  .my-sm-275px,
.mb-sm-275px {
    margin-bottom: 275px;
  }

  .my-sm-300px,
.mt-sm-300px {
    margin-top: 300px;
  }

  .my-sm-300px,
.mb-sm-300px {
    margin-bottom: 300px;
  }

  .my-sm-350px,
.mt-sm-350px {
    margin-top: 350px;
  }

  .my-sm-350px,
.mb-sm-350px {
    margin-bottom: 350px;
  }

  .sm-min-h-5px {
    min-height: 5px;
  }

  .sm-min-h-10px {
    min-height: 10px;
  }

  .sm-min-h-15px {
    min-height: 15px;
  }

  .sm-min-h-20px {
    min-height: 20px;
  }

  .sm-min-h-25px {
    min-height: 25px;
  }

  .sm-min-h-30px {
    min-height: 30px;
  }

  .sm-min-h-35px {
    min-height: 35px;
  }

  .sm-min-h-40px {
    min-height: 40px;
  }

  .sm-min-h-45px {
    min-height: 45px;
  }

  .sm-min-h-50px {
    min-height: 50px;
  }

  .sm-min-h-60px {
    min-height: 60px;
  }

  .sm-min-h-70px {
    min-height: 70px;
  }

  .sm-min-h-80px {
    min-height: 80px;
  }

  .sm-min-h-90px {
    min-height: 90px;
  }

  .sm-min-h-100px {
    min-height: 100px;
  }

  .sm-min-h-110px {
    min-height: 110px;
  }

  .sm-min-h-120px {
    min-height: 120px;
  }

  .sm-min-h-130px {
    min-height: 130px;
  }

  .sm-min-h-140px {
    min-height: 140px;
  }

  .sm-min-h-150px {
    min-height: 150px;
  }

  .sm-min-h-160px {
    min-height: 160px;
  }

  .sm-min-h-170px {
    min-height: 170px;
  }

  .sm-min-h-180px {
    min-height: 180px;
  }

  .sm-min-h-190px {
    min-height: 190px;
  }

  .sm-min-h-200px {
    min-height: 200px;
  }

  .sm-min-h-210px {
    min-height: 210px;
  }

  .sm-min-h-220px {
    min-height: 220px;
  }

  .sm-min-h-230px {
    min-height: 230px;
  }

  .sm-min-h-240px {
    min-height: 240px;
  }

  .sm-min-h-250px {
    min-height: 250px;
  }

  .sm-min-h-260px {
    min-height: 260px;
  }

  .sm-min-h-270px {
    min-height: 270px;
  }

  .sm-min-h-280px {
    min-height: 280px;
  }

  .sm-min-h-290px {
    min-height: 290px;
  }

  .sm-min-h-300px {
    min-height: 300px;
  }

  .sm-min-h-310px {
    min-height: 310px;
  }

  .sm-min-h-320px {
    min-height: 320px;
  }

  .sm-min-h-330px {
    min-height: 330px;
  }

  .sm-min-h-340px {
    min-height: 340px;
  }

  .sm-min-h-350px {
    min-height: 350px;
  }

  .sm-min-h-360px {
    min-height: 360px;
  }

  .sm-min-h-370px {
    min-height: 370px;
  }

  .sm-min-h-380px {
    min-height: 380px;
  }

  .sm-min-h-390px {
    min-height: 390px;
  }

  .sm-min-h-400px {
    min-height: 400px;
  }

  .sm-min-h-410px {
    min-height: 410px;
  }

  .sm-min-h-420px {
    min-height: 420px;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .sm-mw-60px {
    max-width: 60px;
  }

  .sm-mw-80px {
    max-width: 80px;
  }

  .sm-mw-100px {
    max-width: 100px;
  }

  .sm-mw-105px {
    max-width: 105px;
  }

  .sm-mw-125px {
    max-width: 125px;
  }

  .sm-mw-135px {
    max-width: 135px;
  }

  .sm-mw-170px {
    max-width: 170px;
  }

  .sm-mw-225px {
    max-width: 225px;
  }

  .sm-mw-230px {
    max-width: 230px;
  }

  .sm-mw-250px {
    max-width: 250px;
  }

  .sm-mw-275px {
    max-width: 275px;
  }

  .sm-mw-280px {
    max-width: 280px;
  }

  .sm-mw-300px {
    max-width: 300px;
  }

  .sm-mw-365px {
    max-width: 365px;
  }

  .sm-mw-400px {
    max-width: 400px;
  }

  .sm-mw-425px {
    max-width: 425px;
  }

  .sm-mw-475px {
    max-width: 475px;
  }

  .sm-mw-510px {
    max-width: 510px;
  }

  .sm-mw-565px {
    max-width: 565px;
  }

  .sm-mw-600px {
    max-width: 600px;
  }

  .sm-mw-650px {
    max-width: 650px;
  }

  .sm-mw-700px {
    max-width: 700px;
  }

  .sm-mw-745px {
    max-width: 745px;
  }

  .sm-mw-775px {
    max-width: 775px;
  }

  .sm-mw-800px {
    max-width: 800px;
  }

  .sm-mw-850px {
    max-width: 850px;
  }

  .sm-mw-900px {
    max-width: 900px;
  }

  .sm-mw-935px {
    max-width: 935px;
  }

  .sm-mw-950px {
    max-width: 950px;
  }

  .sm-mw-1000px {
    max-width: 1000px;
  }

  .sm-mw-1100px {
    max-width: 1100px;
  }

  .sm-mw-1150px {
    max-width: 1150px;
  }

  .sm-mw-100 {
    max-width: 100%;
  }

  .sm-min-w-150px {
    min-width: 150px;
  }

  .sm-rounded-30px {
    border-radius: 30px !important;
  }

  .sm-rounded-50 {
    border-radius: 50% !important;
  }

  .sm-l-space-0 {
    letter-spacing: 0;
  }

  .sm-l-space-05 {
    letter-spacing: 0.05em;
  }

  .sm-l-space-08 {
    letter-spacing: 0.08em;
  }

  .sm-l-space-1 {
    letter-spacing: 0.1em;
  }

  .sm-l-space-1-5 {
    letter-spacing: 0.15em;
  }

  .sm-l-space-2 {
    letter-spacing: 0.2em;
  }

  .sm-l-space-2-5 {
    letter-spacing: 0.25em;
  }

  .sm-l-space-3 {
    letter-spacing: 0.3em;
  }

  .sm-l-space-3-5 {
    letter-spacing: 0.35em;
  }

  .sm-l-space-5 {
    letter-spacing: 0.5em;
  }

  .col-sm-20per {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-35per {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-sm-37per {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .col-sm-45per {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-sm-55per {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-sm-63per {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .col-sm-65per {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-sm-80per {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-30px {
    flex: 0 0 30px;
    max-width: 30px;
  }

  .col-sm-35px {
    flex: 0 0 35px;
    max-width: 35px;
  }

  .col-sm-45px {
    flex: 0 0 45px;
    max-width: 45px;
  }

  .col-sm-50px {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .col-sm-80px {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .col-sm-100px {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .col-sm-120px {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .col-sm-150px {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .col-sm-200px {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-sm-250px {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .col-sm-300px {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .col-sm-320px {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .col-sm-400px {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .col-sm-420px {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-sm-450px {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .col-sm-500px {
    flex: 0 0 500px;
    max-width: 500px;
  }

  .col-sm-550px {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .col-sm-610px {
    flex: 0 0 610px;
    max-width: 610px;
  }

  .col-sm-700px {
    flex: 0 0 700px;
    max-width: 700px;
  }

  .col-sm-grow-30px {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .col-sm-grow-35px {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .col-sm-grow-45px {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
  }

  .col-sm-grow-50px {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .col-sm-grow-80px {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .col-sm-grow-100px {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .col-sm-grow-120px {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .col-sm-grow-150px {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }

  .col-sm-grow-200px {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .col-sm-grow-250px {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .col-sm-grow-300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .col-sm-grow-320px {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .col-sm-grow-400px {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .col-sm-grow-420px {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
  }

  .col-sm-grow-450px {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .col-sm-grow-500px {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .col-sm-grow-550px {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
  }

  .col-sm-grow-610px {
    flex: 0 0 calc(100% - 610px);
    max-width: calc(100% - 610px);
  }

  .col-sm-grow-700px {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
  }

  .sm-position-static {
    position: static !important;
  }

  .sm-position-relative {
    position: relative !important;
  }

  .sm-position-absolute {
    position: absolute !important;
  }

  .sm-position-fixed {
    position: fixed !important;
  }

  .sm-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm-fw-100 {
    font-weight: 100 !important;
  }

  .sm-fw-200 {
    font-weight: 200 !important;
  }

  .sm-fw-300 {
    font-weight: 300 !important;
  }

  .sm-fw-400 {
    font-weight: 400 !important;
  }

  .sm-fw-500 {
    font-weight: 500 !important;
  }

  .sm-fw-600 {
    font-weight: 600 !important;
  }

  .sm-fw-700 {
    font-weight: 700 !important;
  }

  .sm-fw-800 {
    font-weight: 800 !important;
  }

  .sm-fw-900 {
    font-weight: 900 !important;
  }

  .sm-fs-8 {
    font-size: 0.5rem !important;
  }

  .sm-fs-9 {
    font-size: 0.5625rem !important;
  }

  .sm-fs-10 {
    font-size: 0.625rem !important;
  }

  .sm-fs-11 {
    font-size: 0.6875rem !important;
  }

  .sm-fs-12 {
    font-size: 0.75rem !important;
  }

  .sm-fs-13 {
    font-size: 0.8125rem !important;
  }

  .sm-fs-14 {
    font-size: 0.875rem !important;
  }

  .sm-fs-15 {
    font-size: 0.9375rem !important;
  }

  .sm-fs-15 {
    font-size: 0.9375rem !important;
  }

  .sm-fs-16 {
    font-size: 1rem !important;
  }

  .sm-fs-17 {
    font-size: 1.0625rem !important;
  }

  .sm-fs-18 {
    font-size: 1.125rem !important;
  }

  .sm-fs-19 {
    font-size: 1.1875rem !important;
  }

  .sm-fs-20 {
    font-size: 1.25rem !important;
  }

  .sm-fs-21 {
    font-size: 1.3125rem !important;
  }

  .sm-fs-22 {
    font-size: 1.375rem !important;
  }

  .sm-fs-23 {
    font-size: 1.4375rem !important;
  }

  .sm-fs-24 {
    font-size: 1.5rem !important;
  }

  .sm-fs-25 {
    font-size: 25px !important;
  }

  .sm-fs-26 {
    font-size: 26px !important;
  }

  .sm-fs-27 {
    font-size: 27px !important;
  }

  .sm-fs-28 {
    font-size: 28px !important;
  }

  .sm-fs-29 {
    font-size: 29px !important;
  }

  .sm-fs-30 {
    font-size: 30px !important;
  }

  .sm-fs-31 {
    font-size: 31px !important;
  }

  .sm-fs-32 {
    font-size: 32px !important;
  }

  .sm-fs-33 {
    font-size: 33px !important;
  }

  .sm-fs-34 {
    font-size: 34px !important;
  }

  .sm-fs-35 {
    font-size: 35px !important;
  }

  .sm-fs-36 {
    font-size: 36px !important;
  }

  .sm-fs-37 {
    font-size: 37px !important;
  }

  .sm-fs-38 {
    font-size: 38px !important;
  }

  .sm-fs-39 {
    font-size: 39px !important;
  }

  .sm-fs-40 {
    font-size: 40px !important;
  }

  .sm-fs-41 {
    font-size: 41px !important;
  }

  .sm-fs-42 {
    font-size: 42px !important;
  }

  .sm-fs-45 {
    font-size: 45px !important;
  }

  .sm-fs-50 {
    font-size: 50px !important;
  }

  .sm-fs-53 {
    font-size: 53px !important;
  }

  .sm-fs-55 {
    font-size: 55px !important;
  }

  .sm-fs-60 {
    font-size: 60px !important;
  }

  .sm-fs-65 {
    font-size: 65px !important;
  }

  .sm-fs-70 {
    font-size: 70px !important;
  }

  .sm-fs-75 {
    font-size: 75px !important;
  }

  .sm-fs-80 {
    font-size: 80px !important;
  }

  .sm-fs-90 {
    font-size: 90px !important;
  }

  .sm-fs-100 {
    font-size: 100px !important;
  }

  .sm-fs-110 {
    font-size: 110px !important;
  }

  .sm-fs-115 {
    font-size: 115px !important;
  }

  .sm-fs-120 {
    font-size: 120px !important;
  }

  .sm-fs-140 {
    font-size: 140px !important;
  }

  .sm-fs-150 {
    font-size: 150px !important;
  }

  .w-sm-5px, .size-sm-5px {
    width: 5px;
  }

  .w-sm-7px, .size-sm-7px {
    width: 7px;
  }

  .w-sm-10px, .size-sm-10px {
    width: 10px;
  }

  .w-sm-15px, .size-sm-15px {
    width: 15px;
  }

  .w-sm-17px, .size-sm-17px {
    width: 17px;
  }

  .w-sm-20px, .size-sm-20px {
    width: 20px;
  }

  .w-sm-25px, .size-sm-25px {
    width: 25px;
  }

  .w-sm-30px, .size-sm-30px {
    width: 30px;
  }

  .w-sm-35px, .size-sm-35px {
    width: 35px;
  }

  .w-sm-40px, .size-sm-40px {
    width: 40px;
  }

  .w-sm-45px, .size-sm-45px {
    width: 45px;
  }

  .w-sm-50px, .size-sm-50px {
    width: 50px;
  }

  .w-sm-55px, .size-sm-55px {
    width: 55px;
  }

  .w-sm-60px, .size-sm-60px {
    width: 60px;
  }

  .w-sm-65px, .size-sm-65px {
    width: 65px;
  }

  .w-sm-70px, .size-sm-70px {
    width: 70px;
  }

  .w-sm-75px, .size-sm-75px {
    width: 75px;
  }

  .w-sm-80px, .size-sm-80px {
    width: 80px;
  }

  .w-sm-85px, .size-sm-85px {
    width: 85px;
  }

  .w-sm-90px, .size-sm-90px {
    width: 90px;
  }

  .w-sm-95px, .size-sm-95px {
    width: 95px;
  }

  .w-sm-100px, .size-sm-100px {
    width: 100px;
  }

  .w-sm-110px, .size-sm-110px {
    width: 110px;
  }

  .w-sm-120px, .size-sm-120px {
    width: 120px;
  }

  .w-sm-125px, .size-sm-125px {
    width: 125px;
  }

  .w-sm-130px, .size-sm-130px {
    width: 130px;
  }

  .w-sm-140px, .size-sm-140px {
    width: 140px;
  }

  .w-sm-150px, .size-sm-150px {
    width: 150px;
  }

  .w-sm-155px, .size-sm-155px {
    width: 155px;
  }

  .w-sm-160px, .size-sm-160px {
    width: 160px;
  }

  .w-sm-165px, .size-sm-165px {
    width: 165px;
  }

  .w-sm-170px, .size-sm-170px {
    width: 170px;
  }

  .w-sm-180px, .size-sm-180px {
    width: 180px;
  }

  .w-sm-190px, .size-sm-190px {
    width: 190px;
  }

  .w-sm-200px, .size-sm-200px {
    width: 200px;
  }

  .w-sm-210px, .size-sm-210px {
    width: 210px;
  }

  .w-sm-220px, .size-sm-220px {
    width: 220px;
  }

  .w-sm-230px, .size-sm-230px {
    width: 230px;
  }

  .w-sm-240px, .size-sm-240px {
    width: 240px;
  }

  .w-sm-250px, .size-sm-250px {
    width: 250px;
  }

  .w-sm-260px, .size-sm-260px {
    width: 260px;
  }

  .w-sm-270px, .size-sm-270px {
    width: 270px;
  }

  .w-sm-280px, .size-sm-280px {
    width: 280px;
  }

  .w-sm-290px, .size-sm-290px {
    width: 290px;
  }

  .w-sm-300px, .size-sm-300px {
    width: 300px;
  }

  .w-sm-310px, .size-sm-310px {
    width: 310px;
  }

  .w-sm-320px, .size-sm-320px {
    width: 320px;
  }

  .w-sm-330px, .size-sm-330px {
    width: 330px;
  }

  .w-sm-340px, .size-sm-340px {
    width: 340px;
  }

  .w-sm-350px, .size-sm-350px {
    width: 350px;
  }

  .w-sm-360px, .size-sm-360px {
    width: 360px;
  }

  .w-sm-370px, .size-sm-370px {
    width: 370px;
  }

  .w-sm-380px, .size-sm-380px {
    width: 380px;
  }

  .w-sm-390px, .size-sm-390px {
    width: 390px;
  }

  .w-sm-400px, .size-sm-400px {
    width: 400px;
  }

  .w-sm-410px, .size-sm-410px {
    width: 410px;
  }

  .w-sm-420px, .size-sm-420px {
    width: 420px;
  }

  .w-sm-450px, .size-sm-450px {
    width: 450px;
  }

  .w-sm-600px, .size-sm-600px {
    width: 600px;
  }

  .h-sm-5px, .size-sm-5px {
    height: 5px;
  }

  .h-sm-7px, .size-sm-7px {
    height: 7px;
  }

  .h-sm-10px, .size-sm-10px {
    height: 10px;
  }

  .h-sm-15px, .size-sm-15px {
    height: 15px;
  }

  .h-sm-17px, .size-sm-17px {
    height: 17px;
  }

  .h-sm-20px, .size-sm-20px {
    height: 20px;
  }

  .h-sm-25px, .size-sm-25px {
    height: 25px;
  }

  .h-sm-30px, .size-sm-30px {
    height: 30px;
  }

  .h-sm-35px, .size-sm-35px {
    height: 35px;
  }

  .h-sm-40px, .size-sm-40px {
    height: 40px;
  }

  .h-sm-45px, .size-sm-45px {
    height: 45px;
  }

  .h-sm-50px, .size-sm-50px {
    height: 50px;
  }

  .h-sm-55px, .size-sm-55px {
    height: 55px;
  }

  .h-sm-60px, .size-sm-60px {
    height: 60px;
  }

  .h-sm-65px, .size-sm-65px {
    height: 65px;
  }

  .h-sm-70px, .size-sm-70px {
    height: 70px;
  }

  .h-sm-75px, .size-sm-75px {
    height: 75px;
  }

  .h-sm-80px, .size-sm-80px {
    height: 80px;
  }

  .h-sm-85px, .size-sm-85px {
    height: 85px;
  }

  .h-sm-90px, .size-sm-90px {
    height: 90px;
  }

  .h-sm-95px, .size-sm-95px {
    height: 95px;
  }

  .h-sm-100px, .size-sm-100px {
    height: 100px;
  }

  .h-sm-110px, .size-sm-110px {
    height: 110px;
  }

  .h-sm-120px, .size-sm-120px {
    height: 120px;
  }

  .h-sm-125px, .size-sm-125px {
    height: 125px;
  }

  .h-sm-130px, .size-sm-130px {
    height: 130px;
  }

  .h-sm-140px, .size-sm-140px {
    height: 140px;
  }

  .h-sm-150px, .size-sm-150px {
    height: 150px;
  }

  .h-sm-155px, .size-sm-155px {
    height: 155px;
  }

  .h-sm-160px, .size-sm-160px {
    height: 160px;
  }

  .h-sm-165px, .size-sm-165px {
    height: 165px;
  }

  .h-sm-170px, .size-sm-170px {
    height: 170px;
  }

  .h-sm-180px, .size-sm-180px {
    height: 180px;
  }

  .h-sm-190px, .size-sm-190px {
    height: 190px;
  }

  .h-sm-200px, .size-sm-200px {
    height: 200px;
  }

  .h-sm-210px, .size-sm-210px {
    height: 210px;
  }

  .h-sm-220px, .size-sm-220px {
    height: 220px;
  }

  .h-sm-230px, .size-sm-230px {
    height: 230px;
  }

  .h-sm-240px, .size-sm-240px {
    height: 240px;
  }

  .h-sm-250px, .size-sm-250px {
    height: 250px;
  }

  .h-sm-260px, .size-sm-260px {
    height: 260px;
  }

  .h-sm-270px, .size-sm-270px {
    height: 270px;
  }

  .h-sm-280px, .size-sm-280px {
    height: 280px;
  }

  .h-sm-290px, .size-sm-290px {
    height: 290px;
  }

  .h-sm-300px, .size-sm-300px {
    height: 300px;
  }

  .h-sm-310px, .size-sm-310px {
    height: 310px;
  }

  .h-sm-320px, .size-sm-320px {
    height: 320px;
  }

  .h-sm-330px, .size-sm-330px {
    height: 330px;
  }

  .h-sm-340px, .size-sm-340px {
    height: 340px;
  }

  .h-sm-350px, .size-sm-350px {
    height: 350px;
  }

  .h-sm-360px, .size-sm-360px {
    height: 360px;
  }

  .h-sm-370px, .size-sm-370px {
    height: 370px;
  }

  .h-sm-380px, .size-sm-380px {
    height: 380px;
  }

  .h-sm-390px, .size-sm-390px {
    height: 390px;
  }

  .h-sm-400px, .size-sm-400px {
    height: 400px;
  }

  .h-sm-410px, .size-sm-410px {
    height: 410px;
  }

  .h-sm-420px, .size-sm-420px {
    height: 420px;
  }

  .h-sm-450px, .size-sm-450px {
    height: 450px;
  }

  .h-sm-600px, .size-sm-600px {
    height: 600px;
  }

  .pl-sm-2px, .px-sm-2px, .p-sm-2px {
    padding-left: 2px !important;
  }

  .pl-sm-3px, .px-sm-3px, .p-sm-3px {
    padding-left: 3px !important;
  }

  .pl-sm-5px, .px-sm-5px, .p-sm-5px {
    padding-left: 5px !important;
  }

  .pl-sm-10px, .px-sm-10px, .p-sm-10px {
    padding-left: 10px !important;
  }

  .pl-sm-13px, .px-sm-13px, .p-sm-13px {
    padding-left: 13px !important;
  }

  .pl-sm-15px, .px-sm-15px, .p-sm-15px {
    padding-left: 15px !important;
  }

  .pl-sm-20px, .px-sm-20px, .p-sm-20px {
    padding-left: 20px !important;
  }

  .pl-sm-25px, .px-sm-25px, .p-sm-25px {
    padding-left: 25px !important;
  }

  .pl-sm-30px, .px-sm-30px, .p-sm-30px {
    padding-left: 30px !important;
  }

  .pl-sm-35px, .px-sm-35px, .p-sm-35px {
    padding-left: 35px !important;
  }

  .pl-sm-40px, .px-sm-40px, .p-sm-40px {
    padding-left: 40px !important;
  }

  .pl-sm-50px, .px-sm-50px, .p-sm-50px {
    padding-left: 50px !important;
  }

  .pl-sm-60px, .px-sm-60px, .p-sm-60px {
    padding-left: 60px !important;
  }

  .pl-sm-65px, .px-sm-65px, .p-sm-65px {
    padding-left: 65px !important;
  }

  .pl-sm-70px, .px-sm-70px, .p-sm-70px {
    padding-left: 70px !important;
  }

  .pl-sm-75px, .px-sm-75px, .p-sm-75px {
    padding-left: 75px !important;
  }

  .pl-sm-90px, .px-sm-90px, .p-sm-90px {
    padding-left: 90px !important;
  }

  .pl-sm-100px, .px-sm-100px, .p-sm-100px {
    padding-left: 100px !important;
  }

  .pl-sm-125px, .px-sm-125px, .p-sm-125px {
    padding-left: 125px !important;
  }

  .pl-sm-130px, .px-sm-130px, .p-sm-130px {
    padding-left: 130px !important;
  }

  .pl-sm-140px, .px-sm-140px, .p-sm-140px {
    padding-left: 140px !important;
  }

  .pl-sm-150px, .px-sm-150px, .p-sm-150px {
    padding-left: 150px !important;
  }

  .pl-sm-160px, .px-sm-160px, .p-sm-160px {
    padding-left: 160px !important;
  }

  .pl-sm-170px, .px-sm-170px, .p-sm-170px {
    padding-left: 170px !important;
  }

  .pl-sm-175px, .px-sm-175px, .p-sm-175px {
    padding-left: 175px !important;
  }

  .pl-sm-180px, .px-sm-180px, .p-sm-180px {
    padding-left: 180px !important;
  }

  .pl-sm-200px, .px-sm-200px, .p-sm-200px {
    padding-left: 200px !important;
  }

  .pl-sm-250px, .px-sm-250px, .p-sm-250px {
    padding-left: 250px !important;
  }

  .pl-sm-300px, .px-sm-300px, .p-sm-300px {
    padding-left: 300px !important;
  }

  .pl-sm-350px, .px-sm-350px, .p-sm-350px {
    padding-left: 350px !important;
  }

  .pl-sm-400px, .px-sm-400px, .p-sm-400px {
    padding-left: 400px !important;
  }

  .pr-sm-2px, .px-sm-2px, .p-sm-2px {
    padding-right: 2px !important;
  }

  .pr-sm-3px, .px-sm-3px, .p-sm-3px {
    padding-right: 3px !important;
  }

  .pr-sm-5px, .px-sm-5px, .p-sm-5px {
    padding-right: 5px !important;
  }

  .pr-sm-10px, .px-sm-10px, .p-sm-10px {
    padding-right: 10px !important;
  }

  .pr-sm-13px, .px-sm-13px, .p-sm-13px {
    padding-right: 13px !important;
  }

  .pr-sm-15px, .px-sm-15px, .p-sm-15px {
    padding-right: 15px !important;
  }

  .pr-sm-20px, .px-sm-20px, .p-sm-20px {
    padding-right: 20px !important;
  }

  .pr-sm-25px, .px-sm-25px, .p-sm-25px {
    padding-right: 25px !important;
  }

  .pr-sm-30px, .px-sm-30px, .p-sm-30px {
    padding-right: 30px !important;
  }

  .pr-sm-35px, .px-sm-35px, .p-sm-35px {
    padding-right: 35px !important;
  }

  .pr-sm-40px, .px-sm-40px, .p-sm-40px {
    padding-right: 40px !important;
  }

  .pr-sm-50px, .px-sm-50px, .p-sm-50px {
    padding-right: 50px !important;
  }

  .pr-sm-60px, .px-sm-60px, .p-sm-60px {
    padding-right: 60px !important;
  }

  .pr-sm-65px, .px-sm-65px, .p-sm-65px {
    padding-right: 65px !important;
  }

  .pr-sm-70px, .px-sm-70px, .p-sm-70px {
    padding-right: 70px !important;
  }

  .pr-sm-75px, .px-sm-75px, .p-sm-75px {
    padding-right: 75px !important;
  }

  .pr-sm-90px, .px-sm-90px, .p-sm-90px {
    padding-right: 90px !important;
  }

  .pr-sm-100px, .px-sm-100px, .p-sm-100px {
    padding-right: 100px !important;
  }

  .pr-sm-125px, .px-sm-125px, .p-sm-125px {
    padding-right: 125px !important;
  }

  .pr-sm-130px, .px-sm-130px, .p-sm-130px {
    padding-right: 130px !important;
  }

  .pr-sm-140px, .px-sm-140px, .p-sm-140px {
    padding-right: 140px !important;
  }

  .pr-sm-150px, .px-sm-150px, .p-sm-150px {
    padding-right: 150px !important;
  }

  .pr-sm-160px, .px-sm-160px, .p-sm-160px {
    padding-right: 160px !important;
  }

  .pr-sm-170px, .px-sm-170px, .p-sm-170px {
    padding-right: 170px !important;
  }

  .pr-sm-175px, .px-sm-175px, .p-sm-175px {
    padding-right: 175px !important;
  }

  .pr-sm-180px, .px-sm-180px, .p-sm-180px {
    padding-right: 180px !important;
  }

  .pr-sm-200px, .px-sm-200px, .p-sm-200px {
    padding-right: 200px !important;
  }

  .pr-sm-250px, .px-sm-250px, .p-sm-250px {
    padding-right: 250px !important;
  }

  .pr-sm-300px, .px-sm-300px, .p-sm-300px {
    padding-right: 300px !important;
  }

  .pr-sm-350px, .px-sm-350px, .p-sm-350px {
    padding-right: 350px !important;
  }

  .pr-sm-400px, .px-sm-400px, .p-sm-400px {
    padding-right: 400px !important;
  }

  .pt-sm-2px, .py-sm-2px, .p-sm-2px {
    padding-top: 2px !important;
  }

  .pt-sm-3px, .py-sm-3px, .p-sm-3px {
    padding-top: 3px !important;
  }

  .pt-sm-5px, .py-sm-5px, .p-sm-5px {
    padding-top: 5px !important;
  }

  .pt-sm-10px, .py-sm-10px, .p-sm-10px {
    padding-top: 10px !important;
  }

  .pt-sm-13px, .py-sm-13px, .p-sm-13px {
    padding-top: 13px !important;
  }

  .pt-sm-15px, .py-sm-15px, .p-sm-15px {
    padding-top: 15px !important;
  }

  .pt-sm-20px, .py-sm-20px, .p-sm-20px {
    padding-top: 20px !important;
  }

  .pt-sm-25px, .py-sm-25px, .p-sm-25px {
    padding-top: 25px !important;
  }

  .pt-sm-30px, .py-sm-30px, .p-sm-30px {
    padding-top: 30px !important;
  }

  .pt-sm-35px, .py-sm-35px, .p-sm-35px {
    padding-top: 35px !important;
  }

  .pt-sm-40px, .py-sm-40px, .p-sm-40px {
    padding-top: 40px !important;
  }

  .pt-sm-50px, .py-sm-50px, .p-sm-50px {
    padding-top: 50px !important;
  }

  .pt-sm-60px, .py-sm-60px, .p-sm-60px {
    padding-top: 60px !important;
  }

  .pt-sm-65px, .py-sm-65px, .p-sm-65px {
    padding-top: 65px !important;
  }

  .pt-sm-70px, .py-sm-70px, .p-sm-70px {
    padding-top: 70px !important;
  }

  .pt-sm-75px, .py-sm-75px, .p-sm-75px {
    padding-top: 75px !important;
  }

  .pt-sm-90px, .py-sm-90px, .p-sm-90px {
    padding-top: 90px !important;
  }

  .pt-sm-100px, .py-sm-100px, .p-sm-100px {
    padding-top: 100px !important;
  }

  .pt-sm-125px, .py-sm-125px, .p-sm-125px {
    padding-top: 125px !important;
  }

  .pt-sm-130px, .py-sm-130px, .p-sm-130px {
    padding-top: 130px !important;
  }

  .pt-sm-140px, .py-sm-140px, .p-sm-140px {
    padding-top: 140px !important;
  }

  .pt-sm-150px, .py-sm-150px, .p-sm-150px {
    padding-top: 150px !important;
  }

  .pt-sm-160px, .py-sm-160px, .p-sm-160px {
    padding-top: 160px !important;
  }

  .pt-sm-170px, .py-sm-170px, .p-sm-170px {
    padding-top: 170px !important;
  }

  .pt-sm-175px, .py-sm-175px, .p-sm-175px {
    padding-top: 175px !important;
  }

  .pt-sm-180px, .py-sm-180px, .p-sm-180px {
    padding-top: 180px !important;
  }

  .pt-sm-200px, .py-sm-200px, .p-sm-200px {
    padding-top: 200px !important;
  }

  .pt-sm-250px, .py-sm-250px, .p-sm-250px {
    padding-top: 250px !important;
  }

  .pt-sm-300px, .py-sm-300px, .p-sm-300px {
    padding-top: 300px !important;
  }

  .pt-sm-350px, .py-sm-350px, .p-sm-350px {
    padding-top: 350px !important;
  }

  .pt-sm-400px, .py-sm-400px, .p-sm-400px {
    padding-top: 400px !important;
  }

  .pb-sm-2px, .py-sm-2px, .p-sm-2px {
    padding-bottom: 2px !important;
  }

  .pb-sm-3px, .py-sm-3px, .p-sm-3px {
    padding-bottom: 3px !important;
  }

  .pb-sm-5px, .py-sm-5px, .p-sm-5px {
    padding-bottom: 5px !important;
  }

  .pb-sm-10px, .py-sm-10px, .p-sm-10px {
    padding-bottom: 10px !important;
  }

  .pb-sm-13px, .py-sm-13px, .p-sm-13px {
    padding-bottom: 13px !important;
  }

  .pb-sm-15px, .py-sm-15px, .p-sm-15px {
    padding-bottom: 15px !important;
  }

  .pb-sm-20px, .py-sm-20px, .p-sm-20px {
    padding-bottom: 20px !important;
  }

  .pb-sm-25px, .py-sm-25px, .p-sm-25px {
    padding-bottom: 25px !important;
  }

  .pb-sm-30px, .py-sm-30px, .p-sm-30px {
    padding-bottom: 30px !important;
  }

  .pb-sm-35px, .py-sm-35px, .p-sm-35px {
    padding-bottom: 35px !important;
  }

  .pb-sm-40px, .py-sm-40px, .p-sm-40px {
    padding-bottom: 40px !important;
  }

  .pb-sm-50px, .py-sm-50px, .p-sm-50px {
    padding-bottom: 50px !important;
  }

  .pb-sm-60px, .py-sm-60px, .p-sm-60px {
    padding-bottom: 60px !important;
  }

  .pb-sm-65px, .py-sm-65px, .p-sm-65px {
    padding-bottom: 65px !important;
  }

  .pb-sm-70px, .py-sm-70px, .p-sm-70px {
    padding-bottom: 70px !important;
  }

  .pb-sm-75px, .py-sm-75px, .p-sm-75px {
    padding-bottom: 75px !important;
  }

  .pb-sm-90px, .py-sm-90px, .p-sm-90px {
    padding-bottom: 90px !important;
  }

  .pb-sm-100px, .py-sm-100px, .p-sm-100px {
    padding-bottom: 100px !important;
  }

  .pb-sm-125px, .py-sm-125px, .p-sm-125px {
    padding-bottom: 125px !important;
  }

  .pb-sm-130px, .py-sm-130px, .p-sm-130px {
    padding-bottom: 130px !important;
  }

  .pb-sm-140px, .py-sm-140px, .p-sm-140px {
    padding-bottom: 140px !important;
  }

  .pb-sm-150px, .py-sm-150px, .p-sm-150px {
    padding-bottom: 150px !important;
  }

  .pb-sm-160px, .py-sm-160px, .p-sm-160px {
    padding-bottom: 160px !important;
  }

  .pb-sm-170px, .py-sm-170px, .p-sm-170px {
    padding-bottom: 170px !important;
  }

  .pb-sm-175px, .py-sm-175px, .p-sm-175px {
    padding-bottom: 175px !important;
  }

  .pb-sm-180px, .py-sm-180px, .p-sm-180px {
    padding-bottom: 180px !important;
  }

  .pb-sm-200px, .py-sm-200px, .p-sm-200px {
    padding-bottom: 200px !important;
  }

  .pb-sm-250px, .py-sm-250px, .p-sm-250px {
    padding-bottom: 250px !important;
  }

  .pb-sm-300px, .py-sm-300px, .p-sm-300px {
    padding-bottom: 300px !important;
  }

  .pb-sm-350px, .py-sm-350px, .p-sm-350px {
    padding-bottom: 350px !important;
  }

  .pb-sm-400px, .py-sm-400px, .p-sm-400px {
    padding-bottom: 400px !important;
  }

  .sm-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sm-no-gutters > .col,
.sm-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sm-gutters-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .sm-gutters-1 > .col,
.sm-gutters-1 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
  }

  .sm-gutters-2 {
    margin-right: -2px;
    margin-left: -2px;
  }

  .sm-gutters-2 > .col,
.sm-gutters-2 > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .sm-gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .sm-gutters-3 > .col,
.sm-gutters-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .sm-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .sm-gutters-5 > .col,
.sm-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .sm-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .sm-gutters-10 > .col,
.sm-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sm-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .sm-gutters-15 > .col,
.sm-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sm-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .sm-gutters-20 > .col,
.sm-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sm-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }

  .sm-gutters-25 > .col,
.sm-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }

  .sm-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .sm-gutters-30 > .col,
.sm-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sm-gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }

  .sm-gutters-35 > .col,
.sm-gutters-35 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .sm-gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .sm-gutters-40 > .col,
.sm-gutters-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sm-gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .sm-gutters-50 > .col,
.sm-gutters-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }

  .sm-gutters-60 {
    margin-right: -60px;
    margin-left: -60px;
  }

  .sm-gutters-60 > .col,
.sm-gutters-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }

  .sm-gutters-80 {
    margin-right: -80px;
    margin-left: -80px;
  }

  .sm-gutters-80 > .col,
.sm-gutters-80 > [class*=col-] {
    padding-right: 80px;
    padding-left: 80px;
  }

  .sm-gutters-90 {
    margin-right: -90px;
    margin-left: -90px;
  }

  .sm-gutters-90 > .col,
.sm-gutters-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }

  .sm-gutters-100 {
    margin-right: -100px;
    margin-left: -100px;
  }

  .sm-gutters-100 > .col,
.sm-gutters-100 > [class*=col-] {
    padding-right: 100px;
    padding-left: 100px;
  }
}
/* md */
@media (min-width: 768px) {
  .my-md-5px,
.mt-md-5px {
    margin-top: 5px;
  }

  .my-md-5px,
.mb-md-5px {
    margin-bottom: 5px;
  }

  .my-md-6px,
.mt-md-6px {
    margin-top: 6px;
  }

  .my-md-6px,
.mb-md-6px {
    margin-bottom: 6px;
  }

  .my-md-10px,
.mt-md-10px {
    margin-top: 10px;
  }

  .my-md-10px,
.mb-md-10px {
    margin-bottom: 10px;
  }

  .my-md-15px,
.mt-md-15px {
    margin-top: 15px;
  }

  .my-md-15px,
.mb-md-15px {
    margin-bottom: 15px;
  }

  .my-md-20px,
.mt-md-20px {
    margin-top: 20px;
  }

  .my-md-20px,
.mb-md-20px {
    margin-bottom: 20px;
  }

  .my-md-25px,
.mt-md-25px {
    margin-top: 25px;
  }

  .my-md-25px,
.mb-md-25px {
    margin-bottom: 25px;
  }

  .my-md-30px,
.mt-md-30px {
    margin-top: 30px;
  }

  .my-md-30px,
.mb-md-30px {
    margin-bottom: 30px;
  }

  .my-md-35px,
.mt-md-35px {
    margin-top: 35px;
  }

  .my-md-35px,
.mb-md-35px {
    margin-bottom: 35px;
  }

  .my-md-40px,
.mt-md-40px {
    margin-top: 40px;
  }

  .my-md-40px,
.mb-md-40px {
    margin-bottom: 40px;
  }

  .my-md-45px,
.mt-md-45px {
    margin-top: 45px;
  }

  .my-md-45px,
.mb-md-45px {
    margin-bottom: 45px;
  }

  .my-md-50px,
.mt-md-50px {
    margin-top: 50px;
  }

  .my-md-50px,
.mb-md-50px {
    margin-bottom: 50px;
  }

  .my-md-55px,
.mt-md-55px {
    margin-top: 55px;
  }

  .my-md-55px,
.mb-md-55px {
    margin-bottom: 55px;
  }

  .my-md-60px,
.mt-md-60px {
    margin-top: 60px;
  }

  .my-md-60px,
.mb-md-60px {
    margin-bottom: 60px;
  }

  .my-md-65px,
.mt-md-65px {
    margin-top: 65px;
  }

  .my-md-65px,
.mb-md-65px {
    margin-bottom: 65px;
  }

  .my-md-70px,
.mt-md-70px {
    margin-top: 70px;
  }

  .my-md-70px,
.mb-md-70px {
    margin-bottom: 70px;
  }

  .my-md-75px,
.mt-md-75px {
    margin-top: 75px;
  }

  .my-md-75px,
.mb-md-75px {
    margin-bottom: 75px;
  }

  .my-md-80px,
.mt-md-80px {
    margin-top: 80px;
  }

  .my-md-80px,
.mb-md-80px {
    margin-bottom: 80px;
  }

  .my-md-85px,
.mt-md-85px {
    margin-top: 85px;
  }

  .my-md-85px,
.mb-md-85px {
    margin-bottom: 85px;
  }

  .my-md-90px,
.mt-md-90px {
    margin-top: 90px;
  }

  .my-md-90px,
.mb-md-90px {
    margin-bottom: 90px;
  }

  .my-md-100px,
.mt-md-100px {
    margin-top: 100px;
  }

  .my-md-100px,
.mb-md-100px {
    margin-bottom: 100px;
  }

  .my-md-125px,
.mt-md-125px {
    margin-top: 125px;
  }

  .my-md-125px,
.mb-md-125px {
    margin-bottom: 125px;
  }

  .my-md-150px,
.mt-md-150px {
    margin-top: 150px;
  }

  .my-md-150px,
.mb-md-150px {
    margin-bottom: 150px;
  }

  .my-md-160px,
.mt-md-160px {
    margin-top: 160px;
  }

  .my-md-160px,
.mb-md-160px {
    margin-bottom: 160px;
  }

  .my-md-175px,
.mt-md-175px {
    margin-top: 175px;
  }

  .my-md-175px,
.mb-md-175px {
    margin-bottom: 175px;
  }

  .my-md-200px,
.mt-md-200px {
    margin-top: 200px;
  }

  .my-md-200px,
.mb-md-200px {
    margin-bottom: 200px;
  }

  .my-md-225px,
.mt-md-225px {
    margin-top: 225px;
  }

  .my-md-225px,
.mb-md-225px {
    margin-bottom: 225px;
  }

  .my-md-250px,
.mt-md-250px {
    margin-top: 250px;
  }

  .my-md-250px,
.mb-md-250px {
    margin-bottom: 250px;
  }

  .my-md-275px,
.mt-md-275px {
    margin-top: 275px;
  }

  .my-md-275px,
.mb-md-275px {
    margin-bottom: 275px;
  }

  .my-md-300px,
.mt-md-300px {
    margin-top: 300px;
  }

  .my-md-300px,
.mb-md-300px {
    margin-bottom: 300px;
  }

  .my-md-350px,
.mt-md-350px {
    margin-top: 350px;
  }

  .my-md-350px,
.mb-md-350px {
    margin-bottom: 350px;
  }

  .md-min-h-5px {
    min-height: 5px;
  }

  .md-min-h-10px {
    min-height: 10px;
  }

  .md-min-h-15px {
    min-height: 15px;
  }

  .md-min-h-20px {
    min-height: 20px;
  }

  .md-min-h-25px {
    min-height: 25px;
  }

  .md-min-h-30px {
    min-height: 30px;
  }

  .md-min-h-35px {
    min-height: 35px;
  }

  .md-min-h-40px {
    min-height: 40px;
  }

  .md-min-h-45px {
    min-height: 45px;
  }

  .md-min-h-50px {
    min-height: 50px;
  }

  .md-min-h-60px {
    min-height: 60px;
  }

  .md-min-h-70px {
    min-height: 70px;
  }

  .md-min-h-80px {
    min-height: 80px;
  }

  .md-min-h-90px {
    min-height: 90px;
  }

  .md-min-h-100px {
    min-height: 100px;
  }

  .md-min-h-110px {
    min-height: 110px;
  }

  .md-min-h-120px {
    min-height: 120px;
  }

  .md-min-h-130px {
    min-height: 130px;
  }

  .md-min-h-140px {
    min-height: 140px;
  }

  .md-min-h-150px {
    min-height: 150px;
  }

  .md-min-h-160px {
    min-height: 160px;
  }

  .md-min-h-170px {
    min-height: 170px;
  }

  .md-min-h-180px {
    min-height: 180px;
  }

  .md-min-h-190px {
    min-height: 190px;
  }

  .md-min-h-200px {
    min-height: 200px;
  }

  .md-min-h-210px {
    min-height: 210px;
  }

  .md-min-h-220px {
    min-height: 220px;
  }

  .md-min-h-230px {
    min-height: 230px;
  }

  .md-min-h-240px {
    min-height: 240px;
  }

  .md-min-h-250px {
    min-height: 250px;
  }

  .md-min-h-260px {
    min-height: 260px;
  }

  .md-min-h-270px {
    min-height: 270px;
  }

  .md-min-h-280px {
    min-height: 280px;
  }

  .md-min-h-290px {
    min-height: 290px;
  }

  .md-min-h-300px {
    min-height: 300px;
  }

  .md-min-h-310px {
    min-height: 310px;
  }

  .md-min-h-320px {
    min-height: 320px;
  }

  .md-min-h-330px {
    min-height: 330px;
  }

  .md-min-h-340px {
    min-height: 340px;
  }

  .md-min-h-350px {
    min-height: 350px;
  }

  .md-min-h-360px {
    min-height: 360px;
  }

  .md-min-h-370px {
    min-height: 370px;
  }

  .md-min-h-380px {
    min-height: 380px;
  }

  .md-min-h-390px {
    min-height: 390px;
  }

  .md-min-h-400px {
    min-height: 400px;
  }

  .md-min-h-410px {
    min-height: 410px;
  }

  .md-min-h-420px {
    min-height: 420px;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .md-mw-60px {
    max-width: 60px;
  }

  .md-mw-80px {
    max-width: 80px;
  }

  .md-mw-100px {
    max-width: 100px;
  }

  .md-mw-105px {
    max-width: 105px;
  }

  .md-mw-125px {
    max-width: 125px;
  }

  .md-mw-135px {
    max-width: 135px;
  }

  .md-mw-170px {
    max-width: 170px;
  }

  .md-mw-225px {
    max-width: 225px;
  }

  .md-mw-230px {
    max-width: 230px;
  }

  .md-mw-250px {
    max-width: 250px;
  }

  .md-mw-275px {
    max-width: 275px;
  }

  .md-mw-280px {
    max-width: 280px;
  }

  .md-mw-300px {
    max-width: 300px;
  }

  .md-mw-365px {
    max-width: 365px;
  }

  .md-mw-400px {
    max-width: 400px;
  }

  .md-mw-425px {
    max-width: 425px;
  }

  .md-mw-475px {
    max-width: 475px;
  }

  .md-mw-510px {
    max-width: 510px;
  }

  .md-mw-565px {
    max-width: 565px;
  }

  .md-mw-600px {
    max-width: 600px;
  }

  .md-mw-650px {
    max-width: 650px;
  }

  .md-mw-700px {
    max-width: 700px;
  }

  .md-mw-745px {
    max-width: 745px;
  }

  .md-mw-775px {
    max-width: 775px;
  }

  .md-mw-800px {
    max-width: 800px;
  }

  .md-mw-850px {
    max-width: 850px;
  }

  .md-mw-900px {
    max-width: 900px;
  }

  .md-mw-935px {
    max-width: 935px;
  }

  .md-mw-950px {
    max-width: 950px;
  }

  .md-mw-1000px {
    max-width: 1000px;
  }

  .md-mw-1100px {
    max-width: 1100px;
  }

  .md-mw-1150px {
    max-width: 1150px;
  }

  .md-mw-100 {
    max-width: 100%;
  }

  .md-min-w-150px {
    min-width: 150px;
  }

  .md-rounded-30px {
    border-radius: 30px !important;
  }

  .md-rounded-50 {
    border-radius: 50% !important;
  }

  .md-l-space-0 {
    letter-spacing: 0;
  }

  .md-l-space-05 {
    letter-spacing: 0.05em;
  }

  .md-l-space-08 {
    letter-spacing: 0.08em;
  }

  .md-l-space-1 {
    letter-spacing: 0.1em;
  }

  .md-l-space-1-5 {
    letter-spacing: 0.15em;
  }

  .md-l-space-2 {
    letter-spacing: 0.2em;
  }

  .md-l-space-2-5 {
    letter-spacing: 0.25em;
  }

  .md-l-space-3 {
    letter-spacing: 0.3em;
  }

  .md-l-space-3-5 {
    letter-spacing: 0.35em;
  }

  .md-l-space-5 {
    letter-spacing: 0.5em;
  }

  .col-sm-20per {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-35per {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-md-37per {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .col-md-45per {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-md-55per {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-md-63per {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .col-md-65per {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-md-80per {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-30px {
    flex: 0 0 30px;
    max-width: 30px;
  }

  .col-md-35px {
    flex: 0 0 35px;
    max-width: 35px;
  }

  .col-md-45px {
    flex: 0 0 45px;
    max-width: 45px;
  }

  .col-md-50px {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .col-md-80px {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .col-md-100px {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .col-md-120px {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .col-md-150px {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .col-md-200px {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-md-250px {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .col-md-300px {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .col-md-320px {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .col-md-400px {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .col-md-420px {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-md-450px {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .col-md-500px {
    flex: 0 0 500px;
    max-width: 500px;
  }

  .col-md-550px {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .col-md-610px {
    flex: 0 0 610px;
    max-width: 610px;
  }

  .col-md-700px {
    flex: 0 0 700px;
    max-width: 700px;
  }

  .col-md-grow-30px {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .col-md-grow-35px {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .col-md-grow-45px {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
  }

  .col-md-grow-50px {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .col-md-grow-80px {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .col-md-grow-100px {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .col-md-grow-120px {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .col-md-grow-150px {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }

  .col-md-grow-200px {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .col-md-grow-250px {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .col-md-grow-300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .col-md-grow-320px {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .col-md-grow-400px {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .col-md-grow-420px {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
  }

  .col-md-grow-450px {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .col-md-grow-500px {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .col-md-grow-550px {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
  }

  .col-md-grow-610px {
    flex: 0 0 calc(100% - 610px);
    max-width: calc(100% - 610px);
  }

  .col-md-grow-700px {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
  }

  .md-position-static {
    position: static !important;
  }

  .md-position-relative {
    position: relative !important;
  }

  .md-position-absolute {
    position: absolute !important;
  }

  .md-position-fixed {
    position: fixed !important;
  }

  .md-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md-fw-100 {
    font-weight: 100 !important;
  }

  .md-fw-200 {
    font-weight: 200 !important;
  }

  .md-fw-300 {
    font-weight: 300 !important;
  }

  .md-fw-400 {
    font-weight: 400 !important;
  }

  .md-fw-500 {
    font-weight: 500 !important;
  }

  .md-fw-600 {
    font-weight: 600 !important;
  }

  .md-fw-700 {
    font-weight: 700 !important;
  }

  .md-fw-800 {
    font-weight: 800 !important;
  }

  .md-fw-900 {
    font-weight: 900 !important;
  }

  .md-fs-8 {
    font-size: 0.5rem !important;
  }

  .md-fs-9 {
    font-size: 0.5625rem !important;
  }

  .md-fs-10 {
    font-size: 0.625rem !important;
  }

  .md-fs-11 {
    font-size: 0.6875rem !important;
  }

  .md-fs-12 {
    font-size: 0.75rem !important;
  }

  .md-fs-13 {
    font-size: 0.8125rem !important;
  }

  .md-fs-14 {
    font-size: 0.875rem !important;
  }

  .md-fs-15 {
    font-size: 0.9375rem !important;
  }

  .md-fs-15 {
    font-size: 0.9375rem !important;
  }

  .md-fs-16 {
    font-size: 1rem !important;
  }

  .md-fs-17 {
    font-size: 1.0625rem !important;
  }

  .md-fs-18 {
    font-size: 1.125rem !important;
  }

  .md-fs-19 {
    font-size: 1.1875rem !important;
  }

  .md-fs-20 {
    font-size: 1.25rem !important;
  }

  .md-fs-21 {
    font-size: 1.3125rem !important;
  }

  .md-fs-22 {
    font-size: 1.375rem !important;
  }

  .md-fs-23 {
    font-size: 1.4375rem !important;
  }

  .md-fs-24 {
    font-size: 1.5rem !important;
  }

  .md-fs-25 {
    font-size: 25px !important;
  }

  .md-fs-26 {
    font-size: 26px !important;
  }

  .md-fs-27 {
    font-size: 27px !important;
  }

  .md-fs-28 {
    font-size: 28px !important;
  }

  .md-fs-29 {
    font-size: 29px !important;
  }

  .md-fs-30 {
    font-size: 30px !important;
  }

  .md-fs-31 {
    font-size: 31px !important;
  }

  .md-fs-32 {
    font-size: 32px !important;
  }

  .md-fs-33 {
    font-size: 33px !important;
  }

  .md-fs-34 {
    font-size: 34px !important;
  }

  .md-fs-35 {
    font-size: 35px !important;
  }

  .md-fs-36 {
    font-size: 36px !important;
  }

  .md-fs-37 {
    font-size: 37px !important;
  }

  .md-fs-38 {
    font-size: 38px !important;
  }

  .md-fs-39 {
    font-size: 39px !important;
  }

  .md-fs-40 {
    font-size: 40px !important;
  }

  .md-fs-41 {
    font-size: 41px !important;
  }

  .md-fs-42 {
    font-size: 42px !important;
  }

  .md-fs-45 {
    font-size: 45px !important;
  }

  .md-fs-50 {
    font-size: 50px !important;
  }

  .md-fs-53 {
    font-size: 53px !important;
  }

  .md-fs-55 {
    font-size: 55px !important;
  }

  .md-fs-60 {
    font-size: 60px !important;
  }

  .md-fs-65 {
    font-size: 65px !important;
  }

  .md-fs-70 {
    font-size: 70px !important;
  }

  .md-fs-75 {
    font-size: 75px !important;
  }

  .md-fs-80 {
    font-size: 80px !important;
  }

  .md-fs-90 {
    font-size: 90px !important;
  }

  .md-fs-100 {
    font-size: 100px !important;
  }

  .md-fs-110 {
    font-size: 110px !important;
  }

  .md-fs-115 {
    font-size: 115px !important;
  }

  .md-fs-120 {
    font-size: 120px !important;
  }

  .md-fs-140 {
    font-size: 140px !important;
  }

  .md-fs-150 {
    font-size: 150px !important;
  }

  .w-md-5px, .size-md-5px {
    width: 5px;
  }

  .w-md-7px, .size-md-7px {
    width: 7px;
  }

  .w-md-10px, .size-md-10px {
    width: 10px;
  }

  .w-md-15px, .size-md-15px {
    width: 15px;
  }

  .w-md-17px, .size-md-17px {
    width: 17px;
  }

  .w-md-20px, .size-md-20px {
    width: 20px;
  }

  .w-md-25px, .size-md-25px {
    width: 25px;
  }

  .w-md-30px, .size-md-30px {
    width: 30px;
  }

  .w-md-35px, .size-md-35px {
    width: 35px;
  }

  .w-md-40px, .size-md-40px {
    width: 40px;
  }

  .w-md-45px, .size-md-45px {
    width: 45px;
  }

  .w-md-50px, .size-md-50px {
    width: 50px;
  }

  .w-md-55px, .size-md-55px {
    width: 55px;
  }

  .w-md-60px, .size-md-60px {
    width: 60px;
  }

  .w-md-65px, .size-md-65px {
    width: 65px;
  }

  .w-md-70px, .size-md-70px {
    width: 70px;
  }

  .w-md-75px, .size-md-75px {
    width: 75px;
  }

  .w-md-80px, .size-md-80px {
    width: 80px;
  }

  .w-md-85px, .size-md-85px {
    width: 85px;
  }

  .w-md-90px, .size-md-90px {
    width: 90px;
  }

  .w-md-95px, .size-md-95px {
    width: 95px;
  }

  .w-md-100px, .size-md-100px {
    width: 100px;
  }

  .w-md-110px, .size-md-110px {
    width: 110px;
  }

  .w-md-120px, .size-md-120px {
    width: 120px;
  }

  .w-md-125px, .size-md-125px {
    width: 125px;
  }

  .w-md-130px, .size-md-130px {
    width: 130px;
  }

  .w-md-140px, .size-md-140px {
    width: 140px;
  }

  .w-md-150px, .size-md-150px {
    width: 150px;
  }

  .w-md-155px, .size-md-155px {
    width: 155px;
  }

  .w-md-160px, .size-md-160px {
    width: 160px;
  }

  .w-md-165px, .size-md-165px {
    width: 165px;
  }

  .w-md-170px, .size-md-170px {
    width: 170px;
  }

  .w-md-180px, .size-md-180px {
    width: 180px;
  }

  .w-md-190px, .size-md-190px {
    width: 190px;
  }

  .w-md-200px, .size-md-200px {
    width: 200px;
  }

  .w-md-210px, .size-md-210px {
    width: 210px;
  }

  .w-md-220px, .size-md-220px {
    width: 220px;
  }

  .w-md-230px, .size-md-230px {
    width: 230px;
  }

  .w-md-240px, .size-md-240px {
    width: 240px;
  }

  .w-md-250px, .size-md-250px {
    width: 250px;
  }

  .w-md-260px, .size-md-260px {
    width: 260px;
  }

  .w-md-270px, .size-md-270px {
    width: 270px;
  }

  .w-md-280px, .size-md-280px {
    width: 280px;
  }

  .w-md-290px, .size-md-290px {
    width: 290px;
  }

  .w-md-300px, .size-md-300px {
    width: 300px;
  }

  .w-md-310px, .size-md-310px {
    width: 310px;
  }

  .w-md-320px, .size-md-320px {
    width: 320px;
  }

  .w-md-330px, .size-md-330px {
    width: 330px;
  }

  .w-md-340px, .size-md-340px {
    width: 340px;
  }

  .w-md-350px, .size-md-350px {
    width: 350px;
  }

  .w-md-360px, .size-md-360px {
    width: 360px;
  }

  .w-md-370px, .size-md-370px {
    width: 370px;
  }

  .w-md-380px, .size-md-380px {
    width: 380px;
  }

  .w-md-390px, .size-md-390px {
    width: 390px;
  }

  .w-md-400px, .size-md-400px {
    width: 400px;
  }

  .w-md-410px, .size-md-410px {
    width: 410px;
  }

  .w-md-420px, .size-md-420px {
    width: 420px;
  }

  .w-md-450px, .size-md-450px {
    width: 450px;
  }

  .w-md-600px, .size-md-600px {
    width: 600px;
  }

  .h-md-5px, .size-md-5px {
    height: 5px;
  }

  .h-md-7px, .size-md-7px {
    height: 7px;
  }

  .h-md-10px, .size-md-10px {
    height: 10px;
  }

  .h-md-15px, .size-md-15px {
    height: 15px;
  }

  .h-md-17px, .size-md-17px {
    height: 17px;
  }

  .h-md-20px, .size-md-20px {
    height: 20px;
  }

  .h-md-25px, .size-md-25px {
    height: 25px;
  }

  .h-md-30px, .size-md-30px {
    height: 30px;
  }

  .h-md-35px, .size-md-35px {
    height: 35px;
  }

  .h-md-40px, .size-md-40px {
    height: 40px;
  }

  .h-md-45px, .size-md-45px {
    height: 45px;
  }

  .h-md-50px, .size-md-50px {
    height: 50px;
  }

  .h-md-55px, .size-md-55px {
    height: 55px;
  }

  .h-md-60px, .size-md-60px {
    height: 60px;
  }

  .h-md-65px, .size-md-65px {
    height: 65px;
  }

  .h-md-70px, .size-md-70px {
    height: 70px;
  }

  .h-md-75px, .size-md-75px {
    height: 75px;
  }

  .h-md-80px, .size-md-80px {
    height: 80px;
  }

  .h-md-85px, .size-md-85px {
    height: 85px;
  }

  .h-md-90px, .size-md-90px {
    height: 90px;
  }

  .h-md-95px, .size-md-95px {
    height: 95px;
  }

  .h-md-100px, .size-md-100px {
    height: 100px;
  }

  .h-md-110px, .size-md-110px {
    height: 110px;
  }

  .h-md-120px, .size-md-120px {
    height: 120px;
  }

  .h-md-125px, .size-md-125px {
    height: 125px;
  }

  .h-md-130px, .size-md-130px {
    height: 130px;
  }

  .h-md-140px, .size-md-140px {
    height: 140px;
  }

  .h-md-150px, .size-md-150px {
    height: 150px;
  }

  .h-md-155px, .size-md-155px {
    height: 155px;
  }

  .h-md-160px, .size-md-160px {
    height: 160px;
  }

  .h-md-165px, .size-md-165px {
    height: 165px;
  }

  .h-md-170px, .size-md-170px {
    height: 170px;
  }

  .h-md-180px, .size-md-180px {
    height: 180px;
  }

  .h-md-190px, .size-md-190px {
    height: 190px;
  }

  .h-md-200px, .size-md-200px {
    height: 200px;
  }

  .h-md-210px, .size-md-210px {
    height: 210px;
  }

  .h-md-220px, .size-md-220px {
    height: 220px;
  }

  .h-md-230px, .size-md-230px {
    height: 230px;
  }

  .h-md-240px, .size-md-240px {
    height: 240px;
  }

  .h-md-250px, .size-md-250px {
    height: 250px;
  }

  .h-md-260px, .size-md-260px {
    height: 260px;
  }

  .h-md-270px, .size-md-270px {
    height: 270px;
  }

  .h-md-280px, .size-md-280px {
    height: 280px;
  }

  .h-md-290px, .size-md-290px {
    height: 290px;
  }

  .h-md-300px, .size-md-300px {
    height: 300px;
  }

  .h-md-310px, .size-md-310px {
    height: 310px;
  }

  .h-md-320px, .size-md-320px {
    height: 320px;
  }

  .h-md-330px, .size-md-330px {
    height: 330px;
  }

  .h-md-340px, .size-md-340px {
    height: 340px;
  }

  .h-md-350px, .size-md-350px {
    height: 350px;
  }

  .h-md-360px, .size-md-360px {
    height: 360px;
  }

  .h-md-370px, .size-md-370px {
    height: 370px;
  }

  .h-md-380px, .size-md-380px {
    height: 380px;
  }

  .h-md-390px, .size-md-390px {
    height: 390px;
  }

  .h-md-400px, .size-md-400px {
    height: 400px;
  }

  .h-md-410px, .size-md-410px {
    height: 410px;
  }

  .h-md-420px, .size-md-420px {
    height: 420px;
  }

  .h-md-450px, .size-md-450px {
    height: 450px;
  }

  .h-md-600px, .size-md-600px {
    height: 600px;
  }

  .pl-md-2px, .px-md-2px, .p-md-2px {
    padding-left: 2px !important;
  }

  .pl-md-3px, .px-md-3px, .p-md-3px {
    padding-left: 3px !important;
  }

  .pl-md-5px, .px-md-5px, .p-md-5px {
    padding-left: 5px !important;
  }

  .pl-md-10px, .px-md-10px, .p-md-10px {
    padding-left: 10px !important;
  }

  .pl-md-13px, .px-md-13px, .p-md-13px {
    padding-left: 13px !important;
  }

  .pl-md-15px, .px-md-15px, .p-md-15px {
    padding-left: 15px !important;
  }

  .pl-md-20px, .px-md-20px, .p-md-20px {
    padding-left: 20px !important;
  }

  .pl-md-25px, .px-md-25px, .p-md-25px {
    padding-left: 25px !important;
  }

  .pl-md-30px, .px-md-30px, .p-md-30px {
    padding-left: 30px !important;
  }

  .pl-md-35px, .px-md-35px, .p-md-35px {
    padding-left: 35px !important;
  }

  .pl-md-40px, .px-md-40px, .p-md-40px {
    padding-left: 40px !important;
  }

  .pl-md-50px, .px-md-50px, .p-md-50px {
    padding-left: 50px !important;
  }

  .pl-md-60px, .px-md-60px, .p-md-60px {
    padding-left: 60px !important;
  }

  .pl-md-65px, .px-md-65px, .p-md-65px {
    padding-left: 65px !important;
  }

  .pl-md-70px, .px-md-70px, .p-md-70px {
    padding-left: 70px !important;
  }

  .pl-md-75px, .px-md-75px, .p-md-75px {
    padding-left: 75px !important;
  }

  .pl-md-90px, .px-md-90px, .p-md-90px {
    padding-left: 90px !important;
  }

  .pl-md-100px, .px-md-100px, .p-md-100px {
    padding-left: 100px !important;
  }

  .pl-md-125px, .px-md-125px, .p-md-125px {
    padding-left: 125px !important;
  }

  .pl-md-130px, .px-md-130px, .p-md-130px {
    padding-left: 130px !important;
  }

  .pl-md-140px, .px-md-140px, .p-md-140px {
    padding-left: 140px !important;
  }

  .pl-md-150px, .px-md-150px, .p-md-150px {
    padding-left: 150px !important;
  }

  .pl-md-160px, .px-md-160px, .p-md-160px {
    padding-left: 160px !important;
  }

  .pl-md-170px, .px-md-170px, .p-md-170px {
    padding-left: 170px !important;
  }

  .pl-md-175px, .px-md-175px, .p-md-175px {
    padding-left: 175px !important;
  }

  .pl-md-180px, .px-md-180px, .p-md-180px {
    padding-left: 180px !important;
  }

  .pl-md-200px, .px-md-200px, .p-md-200px {
    padding-left: 200px !important;
  }

  .pl-md-250px, .px-md-250px, .p-md-250px {
    padding-left: 250px !important;
  }

  .pl-md-300px, .px-md-300px, .p-md-300px {
    padding-left: 300px !important;
  }

  .pl-md-350px, .px-md-350px, .p-md-350px {
    padding-left: 350px !important;
  }

  .pl-md-400px, .px-md-400px, .p-md-400px {
    padding-left: 400px !important;
  }

  .pr-md-2px, .px-md-2px, .p-md-2px {
    padding-right: 2px !important;
  }

  .pr-md-3px, .px-md-3px, .p-md-3px {
    padding-right: 3px !important;
  }

  .pr-md-5px, .px-md-5px, .p-md-5px {
    padding-right: 5px !important;
  }

  .pr-md-10px, .px-md-10px, .p-md-10px {
    padding-right: 10px !important;
  }

  .pr-md-13px, .px-md-13px, .p-md-13px {
    padding-right: 13px !important;
  }

  .pr-md-15px, .px-md-15px, .p-md-15px {
    padding-right: 15px !important;
  }

  .pr-md-20px, .px-md-20px, .p-md-20px {
    padding-right: 20px !important;
  }

  .pr-md-25px, .px-md-25px, .p-md-25px {
    padding-right: 25px !important;
  }

  .pr-md-30px, .px-md-30px, .p-md-30px {
    padding-right: 30px !important;
  }

  .pr-md-35px, .px-md-35px, .p-md-35px {
    padding-right: 35px !important;
  }

  .pr-md-40px, .px-md-40px, .p-md-40px {
    padding-right: 40px !important;
  }

  .pr-md-50px, .px-md-50px, .p-md-50px {
    padding-right: 50px !important;
  }

  .pr-md-60px, .px-md-60px, .p-md-60px {
    padding-right: 60px !important;
  }

  .pr-md-65px, .px-md-65px, .p-md-65px {
    padding-right: 65px !important;
  }

  .pr-md-70px, .px-md-70px, .p-md-70px {
    padding-right: 70px !important;
  }

  .pr-md-75px, .px-md-75px, .p-md-75px {
    padding-right: 75px !important;
  }

  .pr-md-90px, .px-md-90px, .p-md-90px {
    padding-right: 90px !important;
  }

  .pr-md-100px, .px-md-100px, .p-md-100px {
    padding-right: 100px !important;
  }

  .pr-md-125px, .px-md-125px, .p-md-125px {
    padding-right: 125px !important;
  }

  .pr-md-130px, .px-md-130px, .p-md-130px {
    padding-right: 130px !important;
  }

  .pr-md-140px, .px-md-140px, .p-md-140px {
    padding-right: 140px !important;
  }

  .pr-md-150px, .px-md-150px, .p-md-150px {
    padding-right: 150px !important;
  }

  .pr-md-160px, .px-md-160px, .p-md-160px {
    padding-right: 160px !important;
  }

  .pr-md-170px, .px-md-170px, .p-md-170px {
    padding-right: 170px !important;
  }

  .pr-md-175px, .px-md-175px, .p-md-175px {
    padding-right: 175px !important;
  }

  .pr-md-180px, .px-md-180px, .p-md-180px {
    padding-right: 180px !important;
  }

  .pr-md-200px, .px-md-200px, .p-md-200px {
    padding-right: 200px !important;
  }

  .pr-md-250px, .px-md-250px, .p-md-250px {
    padding-right: 250px !important;
  }

  .pr-md-300px, .px-md-300px, .p-md-300px {
    padding-right: 300px !important;
  }

  .pr-md-350px, .px-md-350px, .p-md-350px {
    padding-right: 350px !important;
  }

  .pr-md-400px, .px-md-400px, .p-md-400px {
    padding-right: 400px !important;
  }

  .pt-md-2px, .py-md-2px, .p-md-2px {
    padding-top: 2px !important;
  }

  .pt-md-3px, .py-md-3px, .p-md-3px {
    padding-top: 3px !important;
  }

  .pt-md-5px, .py-md-5px, .p-md-5px {
    padding-top: 5px !important;
  }

  .pt-md-10px, .py-md-10px, .p-md-10px {
    padding-top: 10px !important;
  }

  .pt-md-13px, .py-md-13px, .p-md-13px {
    padding-top: 13px !important;
  }

  .pt-md-15px, .py-md-15px, .p-md-15px {
    padding-top: 15px !important;
  }

  .pt-md-20px, .py-md-20px, .p-md-20px {
    padding-top: 20px !important;
  }

  .pt-md-25px, .py-md-25px, .p-md-25px {
    padding-top: 25px !important;
  }

  .pt-md-30px, .py-md-30px, .p-md-30px {
    padding-top: 30px !important;
  }

  .pt-md-35px, .py-md-35px, .p-md-35px {
    padding-top: 35px !important;
  }

  .pt-md-40px, .py-md-40px, .p-md-40px {
    padding-top: 40px !important;
  }

  .pt-md-50px, .py-md-50px, .p-md-50px {
    padding-top: 50px !important;
  }

  .pt-md-60px, .py-md-60px, .p-md-60px {
    padding-top: 60px !important;
  }

  .pt-md-65px, .py-md-65px, .p-md-65px {
    padding-top: 65px !important;
  }

  .pt-md-70px, .py-md-70px, .p-md-70px {
    padding-top: 70px !important;
  }

  .pt-md-75px, .py-md-75px, .p-md-75px {
    padding-top: 75px !important;
  }

  .pt-md-90px, .py-md-90px, .p-md-90px {
    padding-top: 90px !important;
  }

  .pt-md-100px, .py-md-100px, .p-md-100px {
    padding-top: 100px !important;
  }

  .pt-md-125px, .py-md-125px, .p-md-125px {
    padding-top: 125px !important;
  }

  .pt-md-130px, .py-md-130px, .p-md-130px {
    padding-top: 130px !important;
  }

  .pt-md-140px, .py-md-140px, .p-md-140px {
    padding-top: 140px !important;
  }

  .pt-md-150px, .py-md-150px, .p-md-150px {
    padding-top: 150px !important;
  }

  .pt-md-160px, .py-md-160px, .p-md-160px {
    padding-top: 160px !important;
  }

  .pt-md-170px, .py-md-170px, .p-md-170px {
    padding-top: 170px !important;
  }

  .pt-md-175px, .py-md-175px, .p-md-175px {
    padding-top: 175px !important;
  }

  .pt-md-180px, .py-md-180px, .p-md-180px {
    padding-top: 180px !important;
  }

  .pt-md-200px, .py-md-200px, .p-md-200px {
    padding-top: 200px !important;
  }

  .pt-md-250px, .py-md-250px, .p-md-250px {
    padding-top: 250px !important;
  }

  .pt-md-300px, .py-md-300px, .p-md-300px {
    padding-top: 300px !important;
  }

  .pt-md-350px, .py-md-350px, .p-md-350px {
    padding-top: 350px !important;
  }

  .pt-md-400px, .py-md-400px, .p-md-400px {
    padding-top: 400px !important;
  }

  .pb-md-2px, .py-md-2px, .p-md-2px {
    padding-bottom: 2px !important;
  }

  .pb-md-3px, .py-md-3px, .p-md-3px {
    padding-bottom: 3px !important;
  }

  .pb-md-5px, .py-md-5px, .p-md-5px {
    padding-bottom: 5px !important;
  }

  .pb-md-10px, .py-md-10px, .p-md-10px {
    padding-bottom: 10px !important;
  }

  .pb-md-13px, .py-md-13px, .p-md-13px {
    padding-bottom: 13px !important;
  }

  .pb-md-15px, .py-md-15px, .p-md-15px {
    padding-bottom: 15px !important;
  }

  .pb-md-20px, .py-md-20px, .p-md-20px {
    padding-bottom: 20px !important;
  }

  .pb-md-25px, .py-md-25px, .p-md-25px {
    padding-bottom: 25px !important;
  }

  .pb-md-30px, .py-md-30px, .p-md-30px {
    padding-bottom: 30px !important;
  }

  .pb-md-35px, .py-md-35px, .p-md-35px {
    padding-bottom: 35px !important;
  }

  .pb-md-40px, .py-md-40px, .p-md-40px {
    padding-bottom: 40px !important;
  }

  .pb-md-50px, .py-md-50px, .p-md-50px {
    padding-bottom: 50px !important;
  }

  .pb-md-60px, .py-md-60px, .p-md-60px {
    padding-bottom: 60px !important;
  }

  .pb-md-65px, .py-md-65px, .p-md-65px {
    padding-bottom: 65px !important;
  }

  .pb-md-70px, .py-md-70px, .p-md-70px {
    padding-bottom: 70px !important;
  }

  .pb-md-75px, .py-md-75px, .p-md-75px {
    padding-bottom: 75px !important;
  }

  .pb-md-90px, .py-md-90px, .p-md-90px {
    padding-bottom: 90px !important;
  }

  .pb-md-100px, .py-md-100px, .p-md-100px {
    padding-bottom: 100px !important;
  }

  .pb-md-125px, .py-md-125px, .p-md-125px {
    padding-bottom: 125px !important;
  }

  .pb-md-130px, .py-md-130px, .p-md-130px {
    padding-bottom: 130px !important;
  }

  .pb-md-140px, .py-md-140px, .p-md-140px {
    padding-bottom: 140px !important;
  }

  .pb-md-150px, .py-md-150px, .p-md-150px {
    padding-bottom: 150px !important;
  }

  .pb-md-160px, .py-md-160px, .p-md-160px {
    padding-bottom: 160px !important;
  }

  .pb-md-170px, .py-md-170px, .p-md-170px {
    padding-bottom: 170px !important;
  }

  .pb-md-175px, .py-md-175px, .p-md-175px {
    padding-bottom: 175px !important;
  }

  .pb-md-180px, .py-md-180px, .p-md-180px {
    padding-bottom: 180px !important;
  }

  .pb-md-200px, .py-md-200px, .p-md-200px {
    padding-bottom: 200px !important;
  }

  .pb-md-250px, .py-md-250px, .p-md-250px {
    padding-bottom: 250px !important;
  }

  .pb-md-300px, .py-md-300px, .p-md-300px {
    padding-bottom: 300px !important;
  }

  .pb-md-350px, .py-md-350px, .p-md-350px {
    padding-bottom: 350px !important;
  }

  .pb-md-400px, .py-md-400px, .p-md-400px {
    padding-bottom: 400px !important;
  }

  .md-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }

  .md-no-gutters > .col,
.md-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .md-gutters-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .md-gutters-1 > .col,
.md-gutters-1 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
  }

  .md-gutters-2 {
    margin-right: -2px;
    margin-left: -2px;
  }

  .md-gutters-2 > .col,
.md-gutters-2 > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .md-gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .md-gutters-3 > .col,
.md-gutters-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .md-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .md-gutters-5 > .col,
.md-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .md-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .md-gutters-10 > .col,
.md-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .md-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .md-gutters-15 > .col,
.md-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .md-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .md-gutters-20 > .col,
.md-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .md-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }

  .md-gutters-25 > .col,
.md-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }

  .md-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .md-gutters-30 > .col,
.md-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .md-gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }

  .md-gutters-35 > .col,
.md-gutters-35 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .md-gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .md-gutters-40 > .col,
.md-gutters-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .md-gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .md-gutters-50 > .col,
.md-gutters-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }

  .md-gutters-60 {
    margin-right: -60px;
    margin-left: -60px;
  }

  .md-gutters-60 > .col,
.md-gutters-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }

  .md-gutters-80 {
    margin-right: -80px;
    margin-left: -80px;
  }

  .md-gutters-80 > .col,
.md-gutters-80 > [class*=col-] {
    padding-right: 80px;
    padding-left: 80px;
  }

  .md-gutters-90 {
    margin-right: -90px;
    margin-left: -90px;
  }

  .md-gutters-90 > .col,
.md-gutters-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }

  .md-gutters-100 {
    margin-right: -100px;
    margin-left: -100px;
  }

  .md-gutters-100 > .col,
.md-gutters-100 > [class*=col-] {
    padding-right: 100px;
    padding-left: 100px;
  }
}
/* lg */
@media (min-width: 992px) {
  .my-lg-5px,
.mt-lg-5px {
    margin-top: 5px;
  }

  .my-lg-5px,
.mb-lg-5px {
    margin-bottom: 5px;
  }

  .my-lg-6px,
.mt-lg-6px {
    margin-top: 6px;
  }

  .my-lg-6px,
.mb-lg-6px {
    margin-bottom: 6px;
  }

  .my-lg-10px,
.mt-lg-10px {
    margin-top: 10px;
  }

  .my-lg-10px,
.mb-lg-10px {
    margin-bottom: 10px;
  }

  .my-lg-15px,
.mt-lg-15px {
    margin-top: 15px;
  }

  .my-lg-15px,
.mb-lg-15px {
    margin-bottom: 15px;
  }

  .my-lg-20px,
.mt-lg-20px {
    margin-top: 20px;
  }

  .my-lg-20px,
.mb-lg-20px {
    margin-bottom: 20px;
  }

  .my-lg-25px,
.mt-lg-25px {
    margin-top: 25px;
  }

  .my-lg-25px,
.mb-lg-25px {
    margin-bottom: 25px;
  }

  .my-lg-30px,
.mt-lg-30px {
    margin-top: 30px;
  }

  .my-lg-30px,
.mb-lg-30px {
    margin-bottom: 30px;
  }

  .my-lg-35px,
.mt-lg-35px {
    margin-top: 35px;
  }

  .my-lg-35px,
.mb-lg-35px {
    margin-bottom: 35px;
  }

  .my-lg-40px,
.mt-lg-40px {
    margin-top: 40px;
  }

  .my-lg-40px,
.mb-lg-40px {
    margin-bottom: 40px;
  }

  .my-lg-45px,
.mt-lg-45px {
    margin-top: 45px;
  }

  .my-lg-45px,
.mb-lg-45px {
    margin-bottom: 45px;
  }

  .my-lg-50px,
.mt-lg-50px {
    margin-top: 50px;
  }

  .my-lg-50px,
.mb-lg-50px {
    margin-bottom: 50px;
  }

  .my-lg-55px,
.mt-lg-55px {
    margin-top: 55px;
  }

  .my-lg-55px,
.mb-lg-55px {
    margin-bottom: 55px;
  }

  .my-lg-60px,
.mt-lg-60px {
    margin-top: 60px;
  }

  .my-lg-60px,
.mb-lg-60px {
    margin-bottom: 60px;
  }

  .my-lg-65px,
.mt-lg-65px {
    margin-top: 65px;
  }

  .my-lg-65px,
.mb-lg-65px {
    margin-bottom: 65px;
  }

  .my-lg-70px,
.mt-lg-70px {
    margin-top: 70px;
  }

  .my-lg-70px,
.mb-lg-70px {
    margin-bottom: 70px;
  }

  .my-lg-75px,
.mt-lg-75px {
    margin-top: 75px;
  }

  .my-lg-75px,
.mb-lg-75px {
    margin-bottom: 75px;
  }

  .my-lg-80px,
.mt-lg-80px {
    margin-top: 80px;
  }

  .my-lg-80px,
.mb-lg-80px {
    margin-bottom: 80px;
  }

  .my-lg-85px,
.mt-lg-85px {
    margin-top: 85px;
  }

  .my-lg-85px,
.mb-lg-85px {
    margin-bottom: 85px;
  }

  .my-lg-90px,
.mt-lg-90px {
    margin-top: 90px;
  }

  .my-lg-90px,
.mb-lg-90px {
    margin-bottom: 90px;
  }

  .my-lg-100px,
.mt-lg-100px {
    margin-top: 100px;
  }

  .my-lg-100px,
.mb-lg-100px {
    margin-bottom: 100px;
  }

  .my-lg-125px,
.mt-lg-125px {
    margin-top: 125px;
  }

  .my-lg-125px,
.mb-lg-125px {
    margin-bottom: 125px;
  }

  .my-lg-150px,
.mt-lg-150px {
    margin-top: 150px;
  }

  .my-lg-150px,
.mb-lg-150px {
    margin-bottom: 150px;
  }

  .my-lg-160px,
.mt-lg-160px {
    margin-top: 160px;
  }

  .my-lg-160px,
.mb-lg-160px {
    margin-bottom: 160px;
  }

  .my-lg-175px,
.mt-lg-175px {
    margin-top: 175px;
  }

  .my-lg-175px,
.mb-lg-175px {
    margin-bottom: 175px;
  }

  .my-lg-200px,
.mt-lg-200px {
    margin-top: 200px;
  }

  .my-lg-200px,
.mb-lg-200px {
    margin-bottom: 200px;
  }

  .my-lg-225px,
.mt-lg-225px {
    margin-top: 225px;
  }

  .my-lg-225px,
.mb-lg-225px {
    margin-bottom: 225px;
  }

  .my-lg-250px,
.mt-lg-250px {
    margin-top: 250px;
  }

  .my-lg-250px,
.mb-lg-250px {
    margin-bottom: 250px;
  }

  .my-lg-275px,
.mt-lg-275px {
    margin-top: 275px;
  }

  .my-lg-275px,
.mb-lg-275px {
    margin-bottom: 275px;
  }

  .my-lg-300px,
.mt-lg-300px {
    margin-top: 300px;
  }

  .my-lg-300px,
.mb-lg-300px {
    margin-bottom: 300px;
  }

  .my-lg-350px,
.mt-lg-350px {
    margin-top: 350px;
  }

  .my-lg-350px,
.mb-lg-350px {
    margin-bottom: 350px;
  }

  .lg-min-h-5px {
    min-height: 5px;
  }

  .lg-min-h-10px {
    min-height: 10px;
  }

  .lg-min-h-15px {
    min-height: 15px;
  }

  .lg-min-h-20px {
    min-height: 20px;
  }

  .lg-min-h-25px {
    min-height: 25px;
  }

  .lg-min-h-30px {
    min-height: 30px;
  }

  .lg-min-h-35px {
    min-height: 35px;
  }

  .lg-min-h-40px {
    min-height: 40px;
  }

  .lg-min-h-45px {
    min-height: 45px;
  }

  .lg-min-h-50px {
    min-height: 50px;
  }

  .lg-min-h-60px {
    min-height: 60px;
  }

  .lg-min-h-70px {
    min-height: 70px;
  }

  .lg-min-h-80px {
    min-height: 80px;
  }

  .lg-min-h-90px {
    min-height: 90px;
  }

  .lg-min-h-100px {
    min-height: 100px;
  }

  .lg-min-h-110px {
    min-height: 110px;
  }

  .lg-min-h-120px {
    min-height: 120px;
  }

  .lg-min-h-130px {
    min-height: 130px;
  }

  .lg-min-h-140px {
    min-height: 140px;
  }

  .lg-min-h-150px {
    min-height: 150px;
  }

  .lg-min-h-160px {
    min-height: 160px;
  }

  .lg-min-h-170px {
    min-height: 170px;
  }

  .lg-min-h-180px {
    min-height: 180px;
  }

  .lg-min-h-190px {
    min-height: 190px;
  }

  .lg-min-h-200px {
    min-height: 200px;
  }

  .lg-min-h-210px {
    min-height: 210px;
  }

  .lg-min-h-220px {
    min-height: 220px;
  }

  .lg-min-h-230px {
    min-height: 230px;
  }

  .lg-min-h-240px {
    min-height: 240px;
  }

  .lg-min-h-250px {
    min-height: 250px;
  }

  .lg-min-h-260px {
    min-height: 260px;
  }

  .lg-min-h-270px {
    min-height: 270px;
  }

  .lg-min-h-280px {
    min-height: 280px;
  }

  .lg-min-h-290px {
    min-height: 290px;
  }

  .lg-min-h-300px {
    min-height: 300px;
  }

  .lg-min-h-310px {
    min-height: 310px;
  }

  .lg-min-h-320px {
    min-height: 320px;
  }

  .lg-min-h-330px {
    min-height: 330px;
  }

  .lg-min-h-340px {
    min-height: 340px;
  }

  .lg-min-h-350px {
    min-height: 350px;
  }

  .lg-min-h-360px {
    min-height: 360px;
  }

  .lg-min-h-370px {
    min-height: 370px;
  }

  .lg-min-h-380px {
    min-height: 380px;
  }

  .lg-min-h-390px {
    min-height: 390px;
  }

  .lg-min-h-400px {
    min-height: 400px;
  }

  .lg-min-h-410px {
    min-height: 410px;
  }

  .lg-min-h-420px {
    min-height: 420px;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .lg-mw-60px {
    max-width: 60px;
  }

  .lg-mw-80px {
    max-width: 80px;
  }

  .lg-mw-100px {
    max-width: 100px;
  }

  .lg-mw-105px {
    max-width: 105px;
  }

  .lg-mw-125px {
    max-width: 125px;
  }

  .lg-mw-135px {
    max-width: 135px;
  }

  .lg-mw-170px {
    max-width: 170px;
  }

  .lg-mw-225px {
    max-width: 225px;
  }

  .lg-mw-230px {
    max-width: 230px;
  }

  .lg-mw-250px {
    max-width: 250px;
  }

  .lg-mw-275px {
    max-width: 275px;
  }

  .lg-mw-280px {
    max-width: 280px;
  }

  .lg-mw-300px {
    max-width: 300px;
  }

  .lg-mw-365px {
    max-width: 365px;
  }

  .lg-mw-400px {
    max-width: 400px;
  }

  .lg-mw-425px {
    max-width: 425px;
  }

  .lg-mw-475px {
    max-width: 475px;
  }

  .lg-mw-510px {
    max-width: 510px;
  }

  .lg-mw-565px {
    max-width: 565px;
  }

  .lg-mw-600px {
    max-width: 600px;
  }

  .lg-mw-650px {
    max-width: 650px;
  }

  .lg-mw-700px {
    max-width: 700px;
  }

  .lg-mw-745px {
    max-width: 745px;
  }

  .lg-mw-775px {
    max-width: 775px;
  }

  .lg-mw-800px {
    max-width: 800px;
  }

  .lg-mw-850px {
    max-width: 850px;
  }

  .lg-mw-900px {
    max-width: 900px;
  }

  .lg-mw-935px {
    max-width: 935px;
  }

  .lg-mw-950px {
    max-width: 950px;
  }

  .lg-mw-1000px {
    max-width: 1000px;
  }

  .lg-mw-1100px {
    max-width: 1100px;
  }

  .lg-mw-1150px {
    max-width: 1150px;
  }

  .lg-mw-100 {
    max-width: 100%;
  }

  .lg-min-w-150px {
    min-width: 150px;
  }

  .lg-rounded-30px {
    border-radius: 30px !important;
  }

  .lg-rounded-50 {
    border-radius: 50% !important;
  }

  .lg-l-space-0 {
    letter-spacing: 0;
  }

  .lg-l-space-05 {
    letter-spacing: 0.05em;
  }

  .lg-l-space-08 {
    letter-spacing: 0.08em;
  }

  .lg-l-space-1 {
    letter-spacing: 0.1em;
  }

  .lg-l-space-1-5 {
    letter-spacing: 0.15em;
  }

  .lg-l-space-2 {
    letter-spacing: 0.2em;
  }

  .lg-l-space-2-5 {
    letter-spacing: 0.25em;
  }

  .lg-l-space-3 {
    letter-spacing: 0.3em;
  }

  .lg-l-space-3-5 {
    letter-spacing: 0.35em;
  }

  .lg-l-space-5 {
    letter-spacing: 0.5em;
  }

  .col-lg-20per {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-35per {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-lg-37per {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .col-lg-45per {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-lg-55per {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-lg-63per {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .col-lg-65per {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-lg-80per {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-30px {
    flex: 0 0 30px;
    max-width: 30px;
  }

  .col-lg-35px {
    flex: 0 0 35px;
    max-width: 35px;
  }

  .col-lg-45px {
    flex: 0 0 45px;
    max-width: 45px;
  }

  .col-lg-50px {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .col-lg-80px {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .col-lg-100px {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .col-lg-120px {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .col-lg-150px {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .col-lg-200px {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-lg-250px {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .col-lg-300px {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .col-lg-320px {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .col-lg-400px {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .col-lg-420px {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-lg-450px {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .col-lg-500px {
    flex: 0 0 500px;
    max-width: 500px;
  }

  .col-lg-550px {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .col-lg-610px {
    flex: 0 0 610px;
    max-width: 610px;
  }

  .col-lg-700px {
    flex: 0 0 700px;
    max-width: 700px;
  }

  .col-lg-grow-30px {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .col-lg-grow-35px {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .col-lg-grow-45px {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
  }

  .col-lg-grow-50px {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .col-lg-grow-80px {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .col-lg-grow-100px {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .col-lg-grow-120px {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .col-lg-grow-150px {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }

  .col-lg-grow-200px {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .col-lg-grow-250px {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .col-lg-grow-300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .col-lg-grow-320px {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .col-lg-grow-400px {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .col-lg-grow-420px {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
  }

  .col-lg-grow-450px {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .col-lg-grow-500px {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .col-lg-grow-550px {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
  }

  .col-lg-grow-610px {
    flex: 0 0 calc(100% - 610px);
    max-width: calc(100% - 610px);
  }

  .col-lg-grow-700px {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
  }

  .sly-frame-content.lg-gutters-20 {
    width: calc(100% + 40px);
  }

  .sly-frame-content.lg-gutters-20,
.sly-frame-content.lg-gutters-20 li:not(:first-child) .carousel-box {
    padding-left: 20px;
  }

  .sly-frame-content.lg-gutters-20,
.sly-frame-content.lg-gutters-20 li:not(:last-child) .carousel-box {
    padding-right: 20px;
  }

  .lg-position-static {
    position: static !important;
  }

  .lg-position-relative {
    position: relative !important;
  }

  .lg-position-absolute {
    position: absolute !important;
  }

  .lg-position-fixed {
    position: fixed !important;
  }

  .lg-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg-fw-100 {
    font-weight: 100 !important;
  }

  .lg-fw-200 {
    font-weight: 200 !important;
  }

  .lg-fw-300 {
    font-weight: 300 !important;
  }

  .lg-fw-400 {
    font-weight: 400 !important;
  }

  .lg-fw-500 {
    font-weight: 500 !important;
  }

  .lg-fw-600 {
    font-weight: 600 !important;
  }

  .lg-fw-700 {
    font-weight: 700 !important;
  }

  .lg-fw-800 {
    font-weight: 800 !important;
  }

  .lg-fw-900 {
    font-weight: 900 !important;
  }

  .lg-fs-8 {
    font-size: 0.5rem !important;
  }

  .lg-fs-9 {
    font-size: 0.5625rem !important;
  }

  .lg-fs-10 {
    font-size: 0.625rem !important;
  }

  .lg-fs-11 {
    font-size: 0.6875rem !important;
  }

  .lg-fs-12 {
    font-size: 0.75rem !important;
  }

  .lg-fs-13 {
    font-size: 0.8125rem !important;
  }

  .lg-fs-14 {
    font-size: 0.875rem !important;
  }

  .lg-fs-15 {
    font-size: 0.9375rem !important;
  }

  .lg-fs-15 {
    font-size: 0.9375rem !important;
  }

  .lg-fs-16 {
    font-size: 1rem !important;
  }

  .lg-fs-17 {
    font-size: 1.0625rem !important;
  }

  .lg-fs-18 {
    font-size: 1.125rem !important;
  }

  .lg-fs-19 {
    font-size: 1.1875rem !important;
  }

  .lg-fs-20 {
    font-size: 1.25rem !important;
  }

  .lg-fs-21 {
    font-size: 1.3125rem !important;
  }

  .lg-fs-22 {
    font-size: 1.375rem !important;
  }

  .lg-fs-23 {
    font-size: 1.4375rem !important;
  }

  .lg-fs-24 {
    font-size: 1.5rem !important;
  }

  .lg-fs-25 {
    font-size: 25px !important;
  }

  .lg-fs-26 {
    font-size: 26px !important;
  }

  .lg-fs-27 {
    font-size: 27px !important;
  }

  .lg-fs-28 {
    font-size: 28px !important;
  }

  .lg-fs-29 {
    font-size: 29px !important;
  }

  .lg-fs-30 {
    font-size: 30px !important;
  }

  .lg-fs-31 {
    font-size: 31px !important;
  }

  .lg-fs-32 {
    font-size: 32px !important;
  }

  .lg-fs-33 {
    font-size: 33px !important;
  }

  .lg-fs-34 {
    font-size: 34px !important;
  }

  .lg-fs-35 {
    font-size: 35px !important;
  }

  .lg-fs-36 {
    font-size: 36px !important;
  }

  .lg-fs-37 {
    font-size: 37px !important;
  }

  .lg-fs-38 {
    font-size: 38px !important;
  }

  .lg-fs-39 {
    font-size: 39px !important;
  }

  .lg-fs-40 {
    font-size: 40px !important;
  }

  .lg-fs-41 {
    font-size: 41px !important;
  }

  .lg-fs-42 {
    font-size: 42px !important;
  }

  .lg-fs-45 {
    font-size: 45px !important;
  }

  .lg-fs-50 {
    font-size: 50px !important;
  }

  .lg-fs-53 {
    font-size: 53px !important;
  }

  .lg-fs-55 {
    font-size: 55px !important;
  }

  .lg-fs-60 {
    font-size: 60px !important;
  }

  .lg-fs-65 {
    font-size: 65px !important;
  }

  .lg-fs-70 {
    font-size: 70px !important;
  }

  .lg-fs-75 {
    font-size: 75px !important;
  }

  .lg-fs-80 {
    font-size: 80px !important;
  }

  .lg-fs-90 {
    font-size: 90px !important;
  }

  .lg-fs-100 {
    font-size: 100px !important;
  }

  .lg-fs-110 {
    font-size: 110px !important;
  }

  .lg-fs-115 {
    font-size: 115px !important;
  }

  .lg-fs-120 {
    font-size: 120px !important;
  }

  .lg-fs-140 {
    font-size: 140px !important;
  }

  .lg-fs-150 {
    font-size: 150px !important;
  }

  .w-lg-5px, .size-lg-5px {
    width: 5px;
  }

  .w-lg-7px, .size-lg-7px {
    width: 7px;
  }

  .w-lg-10px, .size-lg-10px {
    width: 10px;
  }

  .w-lg-15px, .size-lg-15px {
    width: 15px;
  }

  .w-lg-17px, .size-lg-17px {
    width: 17px;
  }

  .w-lg-20px, .size-lg-20px {
    width: 20px;
  }

  .w-lg-25px, .size-lg-25px {
    width: 25px;
  }

  .w-lg-30px, .size-lg-30px {
    width: 30px;
  }

  .w-lg-35px, .size-lg-35px {
    width: 35px;
  }

  .w-lg-40px, .size-lg-40px {
    width: 40px;
  }

  .w-lg-45px, .size-lg-45px {
    width: 45px;
  }

  .w-lg-50px, .size-lg-50px {
    width: 50px;
  }

  .w-lg-55px, .size-lg-55px {
    width: 55px;
  }

  .w-lg-60px, .size-lg-60px {
    width: 60px;
  }

  .w-lg-65px, .size-lg-65px {
    width: 65px;
  }

  .w-lg-70px, .size-lg-70px {
    width: 70px;
  }

  .w-lg-75px, .size-lg-75px {
    width: 75px;
  }

  .w-lg-80px, .size-lg-80px {
    width: 80px;
  }

  .w-lg-85px, .size-lg-85px {
    width: 85px;
  }

  .w-lg-90px, .size-lg-90px {
    width: 90px;
  }

  .w-lg-95px, .size-lg-95px {
    width: 95px;
  }

  .w-lg-100px, .size-lg-100px {
    width: 100px;
  }

  .w-lg-110px, .size-lg-110px {
    width: 110px;
  }

  .w-lg-120px, .size-lg-120px {
    width: 120px;
  }

  .w-lg-125px, .size-lg-125px {
    width: 125px;
  }

  .w-lg-130px, .size-lg-130px {
    width: 130px;
  }

  .w-lg-140px, .size-lg-140px {
    width: 140px;
  }

  .w-lg-150px, .size-lg-150px {
    width: 150px;
  }

  .w-lg-155px, .size-lg-155px {
    width: 155px;
  }

  .w-lg-160px, .size-lg-160px {
    width: 160px;
  }

  .w-lg-165px, .size-lg-165px {
    width: 165px;
  }

  .w-lg-170px, .size-lg-170px {
    width: 170px;
  }

  .w-lg-180px, .size-lg-180px {
    width: 180px;
  }

  .w-lg-190px, .size-lg-190px {
    width: 190px;
  }

  .w-lg-200px, .size-lg-200px {
    width: 200px;
  }

  .w-lg-210px, .size-lg-210px {
    width: 210px;
  }

  .w-lg-220px, .size-lg-220px {
    width: 220px;
  }

  .w-lg-230px, .size-lg-230px {
    width: 230px;
  }

  .w-lg-240px, .size-lg-240px {
    width: 240px;
  }

  .w-lg-250px, .size-lg-250px {
    width: 250px;
  }

  .w-lg-260px, .size-lg-260px {
    width: 260px;
  }

  .w-lg-270px, .size-lg-270px {
    width: 270px;
  }

  .w-lg-280px, .size-lg-280px {
    width: 280px;
  }

  .w-lg-290px, .size-lg-290px {
    width: 290px;
  }

  .w-lg-300px, .size-lg-300px {
    width: 300px;
  }

  .w-lg-310px, .size-lg-310px {
    width: 310px;
  }

  .w-lg-320px, .size-lg-320px {
    width: 320px;
  }

  .w-lg-330px, .size-lg-330px {
    width: 330px;
  }

  .w-lg-340px, .size-lg-340px {
    width: 340px;
  }

  .w-lg-350px, .size-lg-350px {
    width: 350px;
  }

  .w-lg-360px, .size-lg-360px {
    width: 360px;
  }

  .w-lg-370px, .size-lg-370px {
    width: 370px;
  }

  .w-lg-380px, .size-lg-380px {
    width: 380px;
  }

  .w-lg-390px, .size-lg-390px {
    width: 390px;
  }

  .w-lg-400px, .size-lg-400px {
    width: 400px;
  }

  .w-lg-410px, .size-lg-410px {
    width: 410px;
  }

  .w-lg-420px, .size-lg-420px {
    width: 420px;
  }

  .w-lg-450px, .size-lg-450px {
    width: 450px;
  }

  .w-lg-600px, .size-lg-600px {
    width: 600px;
  }

  .h-lg-5px, .size-lg-5px {
    height: 5px;
  }

  .h-lg-7px, .size-lg-7px {
    height: 7px;
  }

  .h-lg-10px, .size-lg-10px {
    height: 10px;
  }

  .h-lg-15px, .size-lg-15px {
    height: 15px;
  }

  .h-lg-17px, .size-lg-17px {
    height: 17px;
  }

  .h-lg-20px, .size-lg-20px {
    height: 20px;
  }

  .h-lg-25px, .size-lg-25px {
    height: 25px;
  }

  .h-lg-30px, .size-lg-30px {
    height: 30px;
  }

  .h-lg-35px, .size-lg-35px {
    height: 35px;
  }

  .h-lg-40px, .size-lg-40px {
    height: 40px;
  }

  .h-lg-45px, .size-lg-45px {
    height: 45px;
  }

  .h-lg-50px, .size-lg-50px {
    height: 50px;
  }

  .h-lg-55px, .size-lg-55px {
    height: 55px;
  }

  .h-lg-60px, .size-lg-60px {
    height: 60px;
  }

  .h-lg-65px, .size-lg-65px {
    height: 65px;
  }

  .h-lg-70px, .size-lg-70px {
    height: 70px;
  }

  .h-lg-75px, .size-lg-75px {
    height: 75px;
  }

  .h-lg-80px, .size-lg-80px {
    height: 80px;
  }

  .h-lg-85px, .size-lg-85px {
    height: 85px;
  }

  .h-lg-90px, .size-lg-90px {
    height: 90px;
  }

  .h-lg-95px, .size-lg-95px {
    height: 95px;
  }

  .h-lg-100px, .size-lg-100px {
    height: 100px;
  }

  .h-lg-110px, .size-lg-110px {
    height: 110px;
  }

  .h-lg-120px, .size-lg-120px {
    height: 120px;
  }

  .h-lg-125px, .size-lg-125px {
    height: 125px;
  }

  .h-lg-130px, .size-lg-130px {
    height: 130px;
  }

  .h-lg-140px, .size-lg-140px {
    height: 140px;
  }

  .h-lg-150px, .size-lg-150px {
    height: 150px;
  }

  .h-lg-155px, .size-lg-155px {
    height: 155px;
  }

  .h-lg-160px, .size-lg-160px {
    height: 160px;
  }

  .h-lg-165px, .size-lg-165px {
    height: 165px;
  }

  .h-lg-170px, .size-lg-170px {
    height: 170px;
  }

  .h-lg-180px, .size-lg-180px {
    height: 180px;
  }

  .h-lg-190px, .size-lg-190px {
    height: 190px;
  }

  .h-lg-200px, .size-lg-200px {
    height: 200px;
  }

  .h-lg-210px, .size-lg-210px {
    height: 210px;
  }

  .h-lg-220px, .size-lg-220px {
    height: 220px;
  }

  .h-lg-230px, .size-lg-230px {
    height: 230px;
  }

  .h-lg-240px, .size-lg-240px {
    height: 240px;
  }

  .h-lg-250px, .size-lg-250px {
    height: 250px;
  }

  .h-lg-260px, .size-lg-260px {
    height: 260px;
  }

  .h-lg-270px, .size-lg-270px {
    height: 270px;
  }

  .h-lg-280px, .size-lg-280px {
    height: 280px;
  }

  .h-lg-290px, .size-lg-290px {
    height: 290px;
  }

  .h-lg-300px, .size-lg-300px {
    height: 300px;
  }

  .h-lg-310px, .size-lg-310px {
    height: 310px;
  }

  .h-lg-320px, .size-lg-320px {
    height: 320px;
  }

  .h-lg-330px, .size-lg-330px {
    height: 330px;
  }

  .h-lg-340px, .size-lg-340px {
    height: 340px;
  }

  .h-lg-350px, .size-lg-350px {
    height: 350px;
  }

  .h-lg-360px, .size-lg-360px {
    height: 360px;
  }

  .h-lg-370px, .size-lg-370px {
    height: 370px;
  }

  .h-lg-380px, .size-lg-380px {
    height: 380px;
  }

  .h-lg-390px, .size-lg-390px {
    height: 390px;
  }

  .h-lg-400px, .size-lg-400px {
    height: 400px;
  }

  .h-lg-410px, .size-lg-410px {
    height: 410px;
  }

  .h-lg-420px, .size-lg-420px {
    height: 420px;
  }

  .h-lg-450px, .size-lg-450px {
    height: 450px;
  }

  .h-lg-600px, .size-lg-600px {
    height: 600px;
  }

  .pl-lg-2px, .px-lg-2px, .p-lg-2px {
    padding-left: 2px !important;
  }

  .pl-lg-3px, .px-lg-3px, .p-lg-3px {
    padding-left: 3px !important;
  }

  .pl-lg-5px, .px-lg-5px, .p-lg-5px {
    padding-left: 5px !important;
  }

  .pl-lg-10px, .px-lg-10px, .p-lg-10px {
    padding-left: 10px !important;
  }

  .pl-lg-13px, .px-lg-13px, .p-lg-13px {
    padding-left: 13px !important;
  }

  .pl-lg-15px, .px-lg-15px, .p-lg-15px {
    padding-left: 15px !important;
  }

  .pl-lg-20px, .px-lg-20px, .p-lg-20px {
    padding-left: 20px !important;
  }

  .pl-lg-25px, .px-lg-25px, .p-lg-25px {
    padding-left: 25px !important;
  }

  .pl-lg-30px, .px-lg-30px, .p-lg-30px {
    padding-left: 30px !important;
  }

  .pl-lg-35px, .px-lg-35px, .p-lg-35px {
    padding-left: 35px !important;
  }

  .pl-lg-40px, .px-lg-40px, .p-lg-40px {
    padding-left: 40px !important;
  }

  .pl-lg-50px, .px-lg-50px, .p-lg-50px {
    padding-left: 50px !important;
  }

  .pl-lg-60px, .px-lg-60px, .p-lg-60px {
    padding-left: 60px !important;
  }

  .pl-lg-65px, .px-lg-65px, .p-lg-65px {
    padding-left: 65px !important;
  }

  .pl-lg-70px, .px-lg-70px, .p-lg-70px {
    padding-left: 70px !important;
  }

  .pl-lg-75px, .px-lg-75px, .p-lg-75px {
    padding-left: 75px !important;
  }

  .pl-lg-90px, .px-lg-90px, .p-lg-90px {
    padding-left: 90px !important;
  }

  .pl-lg-100px, .px-lg-100px, .p-lg-100px {
    padding-left: 100px !important;
  }

  .pl-lg-125px, .px-lg-125px, .p-lg-125px {
    padding-left: 125px !important;
  }

  .pl-lg-130px, .px-lg-130px, .p-lg-130px {
    padding-left: 130px !important;
  }

  .pl-lg-140px, .px-lg-140px, .p-lg-140px {
    padding-left: 140px !important;
  }

  .pl-lg-150px, .px-lg-150px, .p-lg-150px {
    padding-left: 150px !important;
  }

  .pl-lg-160px, .px-lg-160px, .p-lg-160px {
    padding-left: 160px !important;
  }

  .pl-lg-170px, .px-lg-170px, .p-lg-170px {
    padding-left: 170px !important;
  }

  .pl-lg-175px, .px-lg-175px, .p-lg-175px {
    padding-left: 175px !important;
  }

  .pl-lg-180px, .px-lg-180px, .p-lg-180px {
    padding-left: 180px !important;
  }

  .pl-lg-200px, .px-lg-200px, .p-lg-200px {
    padding-left: 200px !important;
  }

  .pl-lg-250px, .px-lg-250px, .p-lg-250px {
    padding-left: 250px !important;
  }

  .pl-lg-300px, .px-lg-300px, .p-lg-300px {
    padding-left: 300px !important;
  }

  .pl-lg-350px, .px-lg-350px, .p-lg-350px {
    padding-left: 350px !important;
  }

  .pl-lg-400px, .px-lg-400px, .p-lg-400px {
    padding-left: 400px !important;
  }

  .pr-lg-2px, .px-lg-2px, .p-lg-2px {
    padding-right: 2px !important;
  }

  .pr-lg-3px, .px-lg-3px, .p-lg-3px {
    padding-right: 3px !important;
  }

  .pr-lg-5px, .px-lg-5px, .p-lg-5px {
    padding-right: 5px !important;
  }

  .pr-lg-10px, .px-lg-10px, .p-lg-10px {
    padding-right: 10px !important;
  }

  .pr-lg-13px, .px-lg-13px, .p-lg-13px {
    padding-right: 13px !important;
  }

  .pr-lg-15px, .px-lg-15px, .p-lg-15px {
    padding-right: 15px !important;
  }

  .pr-lg-20px, .px-lg-20px, .p-lg-20px {
    padding-right: 20px !important;
  }

  .pr-lg-25px, .px-lg-25px, .p-lg-25px {
    padding-right: 25px !important;
  }

  .pr-lg-30px, .px-lg-30px, .p-lg-30px {
    padding-right: 30px !important;
  }

  .pr-lg-35px, .px-lg-35px, .p-lg-35px {
    padding-right: 35px !important;
  }

  .pr-lg-40px, .px-lg-40px, .p-lg-40px {
    padding-right: 40px !important;
  }

  .pr-lg-50px, .px-lg-50px, .p-lg-50px {
    padding-right: 50px !important;
  }

  .pr-lg-60px, .px-lg-60px, .p-lg-60px {
    padding-right: 60px !important;
  }

  .pr-lg-65px, .px-lg-65px, .p-lg-65px {
    padding-right: 65px !important;
  }

  .pr-lg-70px, .px-lg-70px, .p-lg-70px {
    padding-right: 70px !important;
  }

  .pr-lg-75px, .px-lg-75px, .p-lg-75px {
    padding-right: 75px !important;
  }

  .pr-lg-90px, .px-lg-90px, .p-lg-90px {
    padding-right: 90px !important;
  }

  .pr-lg-100px, .px-lg-100px, .p-lg-100px {
    padding-right: 100px !important;
  }

  .pr-lg-125px, .px-lg-125px, .p-lg-125px {
    padding-right: 125px !important;
  }

  .pr-lg-130px, .px-lg-130px, .p-lg-130px {
    padding-right: 130px !important;
  }

  .pr-lg-140px, .px-lg-140px, .p-lg-140px {
    padding-right: 140px !important;
  }

  .pr-lg-150px, .px-lg-150px, .p-lg-150px {
    padding-right: 150px !important;
  }

  .pr-lg-160px, .px-lg-160px, .p-lg-160px {
    padding-right: 160px !important;
  }

  .pr-lg-170px, .px-lg-170px, .p-lg-170px {
    padding-right: 170px !important;
  }

  .pr-lg-175px, .px-lg-175px, .p-lg-175px {
    padding-right: 175px !important;
  }

  .pr-lg-180px, .px-lg-180px, .p-lg-180px {
    padding-right: 180px !important;
  }

  .pr-lg-200px, .px-lg-200px, .p-lg-200px {
    padding-right: 200px !important;
  }

  .pr-lg-250px, .px-lg-250px, .p-lg-250px {
    padding-right: 250px !important;
  }

  .pr-lg-300px, .px-lg-300px, .p-lg-300px {
    padding-right: 300px !important;
  }

  .pr-lg-350px, .px-lg-350px, .p-lg-350px {
    padding-right: 350px !important;
  }

  .pr-lg-400px, .px-lg-400px, .p-lg-400px {
    padding-right: 400px !important;
  }

  .pt-lg-2px, .py-lg-2px, .p-lg-2px {
    padding-top: 2px !important;
  }

  .pt-lg-3px, .py-lg-3px, .p-lg-3px {
    padding-top: 3px !important;
  }

  .pt-lg-5px, .py-lg-5px, .p-lg-5px {
    padding-top: 5px !important;
  }

  .pt-lg-10px, .py-lg-10px, .p-lg-10px {
    padding-top: 10px !important;
  }

  .pt-lg-13px, .py-lg-13px, .p-lg-13px {
    padding-top: 13px !important;
  }

  .pt-lg-15px, .py-lg-15px, .p-lg-15px {
    padding-top: 15px !important;
  }

  .pt-lg-20px, .py-lg-20px, .p-lg-20px {
    padding-top: 20px !important;
  }

  .pt-lg-25px, .py-lg-25px, .p-lg-25px {
    padding-top: 25px !important;
  }

  .pt-lg-30px, .py-lg-30px, .p-lg-30px {
    padding-top: 30px !important;
  }

  .pt-lg-35px, .py-lg-35px, .p-lg-35px {
    padding-top: 35px !important;
  }

  .pt-lg-40px, .py-lg-40px, .p-lg-40px {
    padding-top: 40px !important;
  }

  .pt-lg-50px, .py-lg-50px, .p-lg-50px {
    padding-top: 50px !important;
  }

  .pt-lg-60px, .py-lg-60px, .p-lg-60px {
    padding-top: 60px !important;
  }

  .pt-lg-65px, .py-lg-65px, .p-lg-65px {
    padding-top: 65px !important;
  }

  .pt-lg-70px, .py-lg-70px, .p-lg-70px {
    padding-top: 70px !important;
  }

  .pt-lg-75px, .py-lg-75px, .p-lg-75px {
    padding-top: 75px !important;
  }

  .pt-lg-90px, .py-lg-90px, .p-lg-90px {
    padding-top: 90px !important;
  }

  .pt-lg-100px, .py-lg-100px, .p-lg-100px {
    padding-top: 100px !important;
  }

  .pt-lg-125px, .py-lg-125px, .p-lg-125px {
    padding-top: 125px !important;
  }

  .pt-lg-130px, .py-lg-130px, .p-lg-130px {
    padding-top: 130px !important;
  }

  .pt-lg-140px, .py-lg-140px, .p-lg-140px {
    padding-top: 140px !important;
  }

  .pt-lg-150px, .py-lg-150px, .p-lg-150px {
    padding-top: 150px !important;
  }

  .pt-lg-160px, .py-lg-160px, .p-lg-160px {
    padding-top: 160px !important;
  }

  .pt-lg-170px, .py-lg-170px, .p-lg-170px {
    padding-top: 170px !important;
  }

  .pt-lg-175px, .py-lg-175px, .p-lg-175px {
    padding-top: 175px !important;
  }

  .pt-lg-180px, .py-lg-180px, .p-lg-180px {
    padding-top: 180px !important;
  }

  .pt-lg-200px, .py-lg-200px, .p-lg-200px {
    padding-top: 200px !important;
  }

  .pt-lg-250px, .py-lg-250px, .p-lg-250px {
    padding-top: 250px !important;
  }

  .pt-lg-300px, .py-lg-300px, .p-lg-300px {
    padding-top: 300px !important;
  }

  .pt-lg-350px, .py-lg-350px, .p-lg-350px {
    padding-top: 350px !important;
  }

  .pt-lg-400px, .py-lg-400px, .p-lg-400px {
    padding-top: 400px !important;
  }

  .pb-lg-2px, .py-lg-2px, .p-lg-2px {
    padding-bottom: 2px !important;
  }

  .pb-lg-3px, .py-lg-3px, .p-lg-3px {
    padding-bottom: 3px !important;
  }

  .pb-lg-5px, .py-lg-5px, .p-lg-5px {
    padding-bottom: 5px !important;
  }

  .pb-lg-10px, .py-lg-10px, .p-lg-10px {
    padding-bottom: 10px !important;
  }

  .pb-lg-13px, .py-lg-13px, .p-lg-13px {
    padding-bottom: 13px !important;
  }

  .pb-lg-15px, .py-lg-15px, .p-lg-15px {
    padding-bottom: 15px !important;
  }

  .pb-lg-20px, .py-lg-20px, .p-lg-20px {
    padding-bottom: 20px !important;
  }

  .pb-lg-25px, .py-lg-25px, .p-lg-25px {
    padding-bottom: 25px !important;
  }

  .pb-lg-30px, .py-lg-30px, .p-lg-30px {
    padding-bottom: 30px !important;
  }

  .pb-lg-35px, .py-lg-35px, .p-lg-35px {
    padding-bottom: 35px !important;
  }

  .pb-lg-40px, .py-lg-40px, .p-lg-40px {
    padding-bottom: 40px !important;
  }

  .pb-lg-50px, .py-lg-50px, .p-lg-50px {
    padding-bottom: 50px !important;
  }

  .pb-lg-60px, .py-lg-60px, .p-lg-60px {
    padding-bottom: 60px !important;
  }

  .pb-lg-65px, .py-lg-65px, .p-lg-65px {
    padding-bottom: 65px !important;
  }

  .pb-lg-70px, .py-lg-70px, .p-lg-70px {
    padding-bottom: 70px !important;
  }

  .pb-lg-75px, .py-lg-75px, .p-lg-75px {
    padding-bottom: 75px !important;
  }

  .pb-lg-90px, .py-lg-90px, .p-lg-90px {
    padding-bottom: 90px !important;
  }

  .pb-lg-100px, .py-lg-100px, .p-lg-100px {
    padding-bottom: 100px !important;
  }

  .pb-lg-125px, .py-lg-125px, .p-lg-125px {
    padding-bottom: 125px !important;
  }

  .pb-lg-130px, .py-lg-130px, .p-lg-130px {
    padding-bottom: 130px !important;
  }

  .pb-lg-140px, .py-lg-140px, .p-lg-140px {
    padding-bottom: 140px !important;
  }

  .pb-lg-150px, .py-lg-150px, .p-lg-150px {
    padding-bottom: 150px !important;
  }

  .pb-lg-160px, .py-lg-160px, .p-lg-160px {
    padding-bottom: 160px !important;
  }

  .pb-lg-170px, .py-lg-170px, .p-lg-170px {
    padding-bottom: 170px !important;
  }

  .pb-lg-175px, .py-lg-175px, .p-lg-175px {
    padding-bottom: 175px !important;
  }

  .pb-lg-180px, .py-lg-180px, .p-lg-180px {
    padding-bottom: 180px !important;
  }

  .pb-lg-200px, .py-lg-200px, .p-lg-200px {
    padding-bottom: 200px !important;
  }

  .pb-lg-250px, .py-lg-250px, .p-lg-250px {
    padding-bottom: 250px !important;
  }

  .pb-lg-300px, .py-lg-300px, .p-lg-300px {
    padding-bottom: 300px !important;
  }

  .pb-lg-350px, .py-lg-350px, .p-lg-350px {
    padding-bottom: 350px !important;
  }

  .pb-lg-400px, .py-lg-400px, .p-lg-400px {
    padding-bottom: 400px !important;
  }

  .lg-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }

  .lg-no-gutters > .col,
.lg-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lg-gutters-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .lg-gutters-1 > .col,
.lg-gutters-1 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
  }

  .lg-gutters-2 {
    margin-right: -2px;
    margin-left: -2px;
  }

  .lg-gutters-2 > .col,
.lg-gutters-2 > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .lg-gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .lg-gutters-3 > .col,
.lg-gutters-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .lg-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .lg-gutters-5 > .col,
.lg-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .lg-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .lg-gutters-10 > .col,
.lg-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lg-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .lg-gutters-15 > .col,
.lg-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .lg-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .lg-gutters-20 > .col,
.lg-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lg-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }

  .lg-gutters-25 > .col,
.lg-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }

  .lg-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .lg-gutters-30 > .col,
.lg-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .lg-gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }

  .lg-gutters-35 > .col,
.lg-gutters-35 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .lg-gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .lg-gutters-40 > .col,
.lg-gutters-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .lg-gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .lg-gutters-50 > .col,
.lg-gutters-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }

  .lg-gutters-60 {
    margin-right: -60px;
    margin-left: -60px;
  }

  .lg-gutters-60 > .col,
.lg-gutters-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }

  .lg-gutters-80 {
    margin-right: -80px;
    margin-left: -80px;
  }

  .lg-gutters-80 > .col,
.lg-gutters-80 > [class*=col-] {
    padding-right: 80px;
    padding-left: 80px;
  }

  .lg-gutters-90 {
    margin-right: -90px;
    margin-left: -90px;
  }

  .lg-gutters-90 > .col,
.lg-gutters-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }

  .lg-gutters-100 {
    margin-right: -100px;
    margin-left: -100px;
  }

  .lg-gutters-100 > .col,
.lg-gutters-100 > [class*=col-] {
    padding-right: 100px;
    padding-left: 100px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .my-xl-5px,
.mt-xl-5px {
    margin-top: 5px;
  }

  .my-xl-5px,
.mb-xl-5px {
    margin-bottom: 5px;
  }

  .my-xl-6px,
.mt-xl-6px {
    margin-top: 6px;
  }

  .my-xl-6px,
.mb-xl-6px {
    margin-bottom: 6px;
  }

  .my-xl-10px,
.mt-xl-10px {
    margin-top: 10px;
  }

  .my-xl-10px,
.mb-xl-10px {
    margin-bottom: 10px;
  }

  .my-xl-15px,
.mt-xl-15px {
    margin-top: 15px;
  }

  .my-xl-15px,
.mb-xl-15px {
    margin-bottom: 15px;
  }

  .my-xl-20px,
.mt-xl-20px {
    margin-top: 20px;
  }

  .my-xl-20px,
.mb-xl-20px {
    margin-bottom: 20px;
  }

  .my-xl-25px,
.mt-xl-25px {
    margin-top: 25px;
  }

  .my-xl-25px,
.mb-xl-25px {
    margin-bottom: 25px;
  }

  .my-xl-30px,
.mt-xl-30px {
    margin-top: 30px;
  }

  .my-xl-30px,
.mb-xl-30px {
    margin-bottom: 30px;
  }

  .my-xl-35px,
.mt-xl-35px {
    margin-top: 35px;
  }

  .my-xl-35px,
.mb-xl-35px {
    margin-bottom: 35px;
  }

  .my-xl-40px,
.mt-xl-40px {
    margin-top: 40px;
  }

  .my-xl-40px,
.mb-xl-40px {
    margin-bottom: 40px;
  }

  .my-xl-45px,
.mt-xl-45px {
    margin-top: 45px;
  }

  .my-xl-45px,
.mb-xl-45px {
    margin-bottom: 45px;
  }

  .my-xl-50px,
.mt-xl-50px {
    margin-top: 50px;
  }

  .my-xl-50px,
.mb-xl-50px {
    margin-bottom: 50px;
  }

  .my-xl-55px,
.mt-xl-55px {
    margin-top: 55px;
  }

  .my-xl-55px,
.mb-xl-55px {
    margin-bottom: 55px;
  }

  .my-xl-60px,
.mt-xl-60px {
    margin-top: 60px;
  }

  .my-xl-60px,
.mb-xl-60px {
    margin-bottom: 60px;
  }

  .my-xl-65px,
.mt-xl-65px {
    margin-top: 65px;
  }

  .my-xl-65px,
.mb-xl-65px {
    margin-bottom: 65px;
  }

  .my-xl-70px,
.mt-xl-70px {
    margin-top: 70px;
  }

  .my-xl-70px,
.mb-xl-70px {
    margin-bottom: 70px;
  }

  .my-xl-75px,
.mt-xl-75px {
    margin-top: 75px;
  }

  .my-xl-75px,
.mb-xl-75px {
    margin-bottom: 75px;
  }

  .my-xl-80px,
.mt-xl-80px {
    margin-top: 80px;
  }

  .my-xl-80px,
.mb-xl-80px {
    margin-bottom: 80px;
  }

  .my-xl-85px,
.mt-xl-85px {
    margin-top: 85px;
  }

  .my-xl-85px,
.mb-xl-85px {
    margin-bottom: 85px;
  }

  .my-xl-90px,
.mt-xl-90px {
    margin-top: 90px;
  }

  .my-xl-90px,
.mb-xl-90px {
    margin-bottom: 90px;
  }

  .my-xl-100px,
.mt-xl-100px {
    margin-top: 100px;
  }

  .my-xl-100px,
.mb-xl-100px {
    margin-bottom: 100px;
  }

  .my-xl-125px,
.mt-xl-125px {
    margin-top: 125px;
  }

  .my-xl-125px,
.mb-xl-125px {
    margin-bottom: 125px;
  }

  .my-xl-150px,
.mt-xl-150px {
    margin-top: 150px;
  }

  .my-xl-150px,
.mb-xl-150px {
    margin-bottom: 150px;
  }

  .my-xl-160px,
.mt-xl-160px {
    margin-top: 160px;
  }

  .my-xl-160px,
.mb-xl-160px {
    margin-bottom: 160px;
  }

  .my-xl-175px,
.mt-xl-175px {
    margin-top: 175px;
  }

  .my-xl-175px,
.mb-xl-175px {
    margin-bottom: 175px;
  }

  .my-xl-200px,
.mt-xl-200px {
    margin-top: 200px;
  }

  .my-xl-200px,
.mb-xl-200px {
    margin-bottom: 200px;
  }

  .my-xl-225px,
.mt-xl-225px {
    margin-top: 225px;
  }

  .my-xl-225px,
.mb-xl-225px {
    margin-bottom: 225px;
  }

  .my-xl-250px,
.mt-xl-250px {
    margin-top: 250px;
  }

  .my-xl-250px,
.mb-xl-250px {
    margin-bottom: 250px;
  }

  .my-xl-275px,
.mt-xl-275px {
    margin-top: 275px;
  }

  .my-xl-275px,
.mb-xl-275px {
    margin-bottom: 275px;
  }

  .my-xl-300px,
.mt-xl-300px {
    margin-top: 300px;
  }

  .my-xl-300px,
.mb-xl-300px {
    margin-bottom: 300px;
  }

  .my-xl-350px,
.mt-xl-350px {
    margin-top: 350px;
  }

  .my-xl-350px,
.mb-xl-350px {
    margin-bottom: 350px;
  }

  .xl-min-h-5px {
    min-height: 5px;
  }

  .xl-min-h-10px {
    min-height: 10px;
  }

  .xl-min-h-15px {
    min-height: 15px;
  }

  .xl-min-h-20px {
    min-height: 20px;
  }

  .xl-min-h-25px {
    min-height: 25px;
  }

  .xl-min-h-30px {
    min-height: 30px;
  }

  .xl-min-h-35px {
    min-height: 35px;
  }

  .xl-min-h-40px {
    min-height: 40px;
  }

  .xl-min-h-45px {
    min-height: 45px;
  }

  .xl-min-h-50px {
    min-height: 50px;
  }

  .xl-min-h-60px {
    min-height: 60px;
  }

  .xl-min-h-70px {
    min-height: 70px;
  }

  .xl-min-h-80px {
    min-height: 80px;
  }

  .xl-min-h-90px {
    min-height: 90px;
  }

  .xl-min-h-100px {
    min-height: 100px;
  }

  .xl-min-h-110px {
    min-height: 110px;
  }

  .xl-min-h-120px {
    min-height: 120px;
  }

  .xl-min-h-130px {
    min-height: 130px;
  }

  .xl-min-h-140px {
    min-height: 140px;
  }

  .xl-min-h-150px {
    min-height: 150px;
  }

  .xl-min-h-160px {
    min-height: 160px;
  }

  .xl-min-h-170px {
    min-height: 170px;
  }

  .xl-min-h-180px {
    min-height: 180px;
  }

  .xl-min-h-190px {
    min-height: 190px;
  }

  .xl-min-h-200px {
    min-height: 200px;
  }

  .xl-min-h-210px {
    min-height: 210px;
  }

  .xl-min-h-220px {
    min-height: 220px;
  }

  .xl-min-h-230px {
    min-height: 230px;
  }

  .xl-min-h-240px {
    min-height: 240px;
  }

  .xl-min-h-250px {
    min-height: 250px;
  }

  .xl-min-h-260px {
    min-height: 260px;
  }

  .xl-min-h-270px {
    min-height: 270px;
  }

  .xl-min-h-280px {
    min-height: 280px;
  }

  .xl-min-h-290px {
    min-height: 290px;
  }

  .xl-min-h-300px {
    min-height: 300px;
  }

  .xl-min-h-310px {
    min-height: 310px;
  }

  .xl-min-h-320px {
    min-height: 320px;
  }

  .xl-min-h-330px {
    min-height: 330px;
  }

  .xl-min-h-340px {
    min-height: 340px;
  }

  .xl-min-h-350px {
    min-height: 350px;
  }

  .xl-min-h-360px {
    min-height: 360px;
  }

  .xl-min-h-370px {
    min-height: 370px;
  }

  .xl-min-h-380px {
    min-height: 380px;
  }

  .xl-min-h-390px {
    min-height: 390px;
  }

  .xl-min-h-400px {
    min-height: 400px;
  }

  .xl-min-h-410px {
    min-height: 410px;
  }

  .xl-min-h-420px {
    min-height: 420px;
  }

  .sk-carousel.xl-gutters-25 {
    width: calc(100% + 50px);
  }

  .sk-carousel.xl-gutters-25 .carousel-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .xl-mw-60px {
    max-width: 60px;
  }

  .xl-mw-80px {
    max-width: 80px;
  }

  .xl-mw-100px {
    max-width: 100px;
  }

  .xl-mw-105px {
    max-width: 105px;
  }

  .xl-mw-125px {
    max-width: 125px;
  }

  .xl-mw-135px {
    max-width: 135px;
  }

  .xl-mw-170px {
    max-width: 170px;
  }

  .xl-mw-225px {
    max-width: 225px;
  }

  .xl-mw-230px {
    max-width: 230px;
  }

  .xl-mw-250px {
    max-width: 250px;
  }

  .xl-mw-275px {
    max-width: 275px;
  }

  .xl-mw-280px {
    max-width: 280px;
  }

  .xl-mw-300px {
    max-width: 300px;
  }

  .xl-mw-365px {
    max-width: 365px;
  }

  .xl-mw-400px {
    max-width: 400px;
  }

  .xl-mw-425px {
    max-width: 425px;
  }

  .xl-mw-475px {
    max-width: 475px;
  }

  .xl-mw-510px {
    max-width: 510px;
  }

  .xl-mw-565px {
    max-width: 565px;
  }

  .xl-mw-600px {
    max-width: 600px;
  }

  .xl-mw-650px {
    max-width: 650px;
  }

  .xl-mw-700px {
    max-width: 700px;
  }

  .xl-mw-745px {
    max-width: 745px;
  }

  .xl-mw-775px {
    max-width: 775px;
  }

  .xl-mw-800px {
    max-width: 800px;
  }

  .xl-mw-850px {
    max-width: 850px;
  }

  .xl-mw-900px {
    max-width: 900px;
  }

  .xl-mw-935px {
    max-width: 935px;
  }

  .xl-mw-950px {
    max-width: 950px;
  }

  .xl-mw-1000px {
    max-width: 1000px;
  }

  .xl-mw-1100px {
    max-width: 1100px;
  }

  .xl-mw-1150px {
    max-width: 1150px;
  }

  .xl-mw-100 {
    max-width: 100%;
  }

  .xl-min-w-150px {
    min-width: 150px;
  }

  .xl-rounded-30px {
    border-radius: 30px !important;
  }

  .xl-rounded-50 {
    border-radius: 50% !important;
  }

  .xl-l-space-0 {
    letter-spacing: 0;
  }

  .xl-l-space-05 {
    letter-spacing: 0.05em;
  }

  .xl-l-space-08 {
    letter-spacing: 0.08em;
  }

  .xl-l-space-1 {
    letter-spacing: 0.1em;
  }

  .xl-l-space-1-5 {
    letter-spacing: 0.15em;
  }

  .xl-l-space-2 {
    letter-spacing: 0.2em;
  }

  .xl-l-space-2-5 {
    letter-spacing: 0.25em;
  }

  .xl-l-space-3 {
    letter-spacing: 0.3em;
  }

  .xl-l-space-3-5 {
    letter-spacing: 0.35em;
  }

  .xl-l-space-5 {
    letter-spacing: 0.5em;
  }

  .col-xl-20per {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-35per {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xl-37per {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .col-xl-45per {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-xl-55per {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-xl-63per {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .col-xl-65per {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-xl-80per {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-30px {
    flex: 0 0 30px;
    max-width: 30px;
  }

  .col-xl-35px {
    flex: 0 0 35px;
    max-width: 35px;
  }

  .col-xl-45px {
    flex: 0 0 45px;
    max-width: 45px;
  }

  .col-xl-50px {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .col-xl-80px {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .col-xl-100px {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .col-xl-120px {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .col-xl-150px {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .col-xl-200px {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-xl-250px {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .col-xl-300px {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .col-xl-320px {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .col-xl-400px {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .col-xl-420px {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-xl-450px {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .col-xl-500px {
    flex: 0 0 500px;
    max-width: 500px;
  }

  .col-xl-550px {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .col-xl-610px {
    flex: 0 0 610px;
    max-width: 610px;
  }

  .col-xl-700px {
    flex: 0 0 700px;
    max-width: 700px;
  }

  .col-xl-grow-30px {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .col-xl-grow-35px {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .col-xl-grow-45px {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
  }

  .col-xl-grow-50px {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .col-xl-grow-80px {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .col-xl-grow-100px {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .col-xl-grow-120px {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .col-xl-grow-150px {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }

  .col-xl-grow-200px {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .col-xl-grow-250px {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .col-xl-grow-300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .col-xl-grow-320px {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .col-xl-grow-400px {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .col-xl-grow-420px {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
  }

  .col-xl-grow-450px {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .col-xl-grow-500px {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .col-xl-grow-550px {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
  }

  .col-xl-grow-610px {
    flex: 0 0 calc(100% - 610px);
    max-width: calc(100% - 610px);
  }

  .col-xl-grow-700px {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
  }

  .sly-frame-content.xl-gutters-20 {
    width: calc(100% + 40px);
  }

  .sly-frame-content.xl-gutters-20,
.sly-frame-content.xl-gutters-20 li:not(:first-child) .carousel-box {
    padding-left: 20px;
  }

  .sly-frame-content.xl-gutters-20,
.sly-frame-content.xl-gutters-20 li:not(:last-child) .carousel-box {
    padding-right: 20px;
  }

  .xl-position-static {
    position: static !important;
  }

  .xl-position-relative {
    position: relative !important;
  }

  .xl-position-absolute {
    position: absolute !important;
  }

  .xl-position-fixed {
    position: fixed !important;
  }

  .xl-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl-fw-100 {
    font-weight: 100 !important;
  }

  .xl-fw-200 {
    font-weight: 200 !important;
  }

  .xl-fw-300 {
    font-weight: 300 !important;
  }

  .xl-fw-400 {
    font-weight: 400 !important;
  }

  .xl-fw-500 {
    font-weight: 500 !important;
  }

  .xl-fw-600 {
    font-weight: 600 !important;
  }

  .xl-fw-700 {
    font-weight: 700 !important;
  }

  .xl-fw-800 {
    font-weight: 800 !important;
  }

  .xl-fw-900 {
    font-weight: 900 !important;
  }

  .xl-fs-8 {
    font-size: 0.5rem !important;
  }

  .xl-fs-9 {
    font-size: 0.5625rem !important;
  }

  .xl-fs-10 {
    font-size: 0.625rem !important;
  }

  .xl-fs-11 {
    font-size: 0.6875rem !important;
  }

  .xl-fs-12 {
    font-size: 0.75rem !important;
  }

  .xl-fs-13 {
    font-size: 0.8125rem !important;
  }

  .xl-fs-14 {
    font-size: 0.875rem !important;
  }

  .xl-fs-15 {
    font-size: 0.9375rem !important;
  }

  .xl-fs-15 {
    font-size: 0.9375rem !important;
  }

  .xl-fs-16 {
    font-size: 1rem !important;
  }

  .xl-fs-17 {
    font-size: 1.0625rem !important;
  }

  .xl-fs-18 {
    font-size: 1.125rem !important;
  }

  .xl-fs-19 {
    font-size: 1.1875rem !important;
  }

  .xl-fs-20 {
    font-size: 1.25rem !important;
  }

  .xl-fs-21 {
    font-size: 1.3125rem !important;
  }

  .xl-fs-22 {
    font-size: 1.375rem !important;
  }

  .xl-fs-23 {
    font-size: 1.4375rem !important;
  }

  .xl-fs-24 {
    font-size: 1.5rem !important;
  }

  .xl-fs-25 {
    font-size: 25px !important;
  }

  .xl-fs-26 {
    font-size: 26px !important;
  }

  .xl-fs-27 {
    font-size: 27px !important;
  }

  .xl-fs-28 {
    font-size: 28px !important;
  }

  .xl-fs-29 {
    font-size: 29px !important;
  }

  .xl-fs-30 {
    font-size: 30px !important;
  }

  .xl-fs-31 {
    font-size: 31px !important;
  }

  .xl-fs-32 {
    font-size: 32px !important;
  }

  .xl-fs-33 {
    font-size: 33px !important;
  }

  .xl-fs-34 {
    font-size: 34px !important;
  }

  .xl-fs-35 {
    font-size: 35px !important;
  }

  .xl-fs-36 {
    font-size: 36px !important;
  }

  .xl-fs-37 {
    font-size: 37px !important;
  }

  .xl-fs-38 {
    font-size: 38px !important;
  }

  .xl-fs-39 {
    font-size: 39px !important;
  }

  .xl-fs-40 {
    font-size: 40px !important;
  }

  .xl-fs-41 {
    font-size: 41px !important;
  }

  .xl-fs-42 {
    font-size: 42px !important;
  }

  .xl-fs-45 {
    font-size: 45px !important;
  }

  .xl-fs-50 {
    font-size: 50px !important;
  }

  .xl-fs-53 {
    font-size: 53px !important;
  }

  .xl-fs-55 {
    font-size: 55px !important;
  }

  .xl-fs-60 {
    font-size: 60px !important;
  }

  .xl-fs-65 {
    font-size: 65px !important;
  }

  .xl-fs-70 {
    font-size: 70px !important;
  }

  .xl-fs-75 {
    font-size: 75px !important;
  }

  .xl-fs-80 {
    font-size: 80px !important;
  }

  .xl-fs-90 {
    font-size: 90px !important;
  }

  .xl-fs-100 {
    font-size: 100px !important;
  }

  .xl-fs-110 {
    font-size: 110px !important;
  }

  .xl-fs-115 {
    font-size: 115px !important;
  }

  .xl-fs-120 {
    font-size: 120px !important;
  }

  .xl-fs-140 {
    font-size: 140px !important;
  }

  .xl-fs-150 {
    font-size: 150px !important;
  }

  .w-xl-5px, .size-xl-5px {
    width: 5px;
  }

  .w-xl-7px, .size-xl-7px {
    width: 7px;
  }

  .w-xl-10px, .size-xl-10px {
    width: 10px;
  }

  .w-xl-15px, .size-xl-15px {
    width: 15px;
  }

  .w-xl-17px, .size-xl-17px {
    width: 17px;
  }

  .w-xl-20px, .size-xl-20px {
    width: 20px;
  }

  .w-xl-25px, .size-xl-25px {
    width: 25px;
  }

  .w-xl-30px, .size-xl-30px {
    width: 30px;
  }

  .w-xl-35px, .size-xl-35px {
    width: 35px;
  }

  .w-xl-40px, .size-xl-40px {
    width: 40px;
  }

  .w-xl-45px, .size-xl-45px {
    width: 45px;
  }

  .w-xl-50px, .size-xl-50px {
    width: 50px;
  }

  .w-xl-55px, .size-xl-55px {
    width: 55px;
  }

  .w-xl-60px, .size-xl-60px {
    width: 60px;
  }

  .w-xl-65px, .size-xl-65px {
    width: 65px;
  }

  .w-xl-70px, .size-xl-70px {
    width: 70px;
  }

  .w-xl-75px, .size-xl-75px {
    width: 75px;
  }

  .w-xl-80px, .size-xl-80px {
    width: 80px;
  }

  .w-xl-85px, .size-xl-85px {
    width: 85px;
  }

  .w-xl-90px, .size-xl-90px {
    width: 90px;
  }

  .w-xl-95px, .size-xl-95px {
    width: 95px;
  }

  .w-xl-100px, .size-xl-100px {
    width: 100px;
  }

  .w-xl-110px, .size-xl-110px {
    width: 110px;
  }

  .w-xl-120px, .size-xl-120px {
    width: 120px;
  }

  .w-xl-125px, .size-xl-125px {
    width: 125px;
  }

  .w-xl-130px, .size-xl-130px {
    width: 130px;
  }

  .w-xl-140px, .size-xl-140px {
    width: 140px;
  }

  .w-xl-150px, .size-xl-150px {
    width: 150px;
  }

  .w-xl-155px, .size-xl-155px {
    width: 155px;
  }

  .w-xl-160px, .size-xl-160px {
    width: 160px;
  }

  .w-xl-165px, .size-xl-165px {
    width: 165px;
  }

  .w-xl-170px, .size-xl-170px {
    width: 170px;
  }

  .w-xl-180px, .size-xl-180px {
    width: 180px;
  }

  .w-xl-190px, .size-xl-190px {
    width: 190px;
  }

  .w-xl-200px, .size-xl-200px {
    width: 200px;
  }

  .w-xl-210px, .size-xl-210px {
    width: 210px;
  }

  .w-xl-220px, .size-xl-220px {
    width: 220px;
  }

  .w-xl-230px, .size-xl-230px {
    width: 230px;
  }

  .w-xl-240px, .size-xl-240px {
    width: 240px;
  }

  .w-xl-250px, .size-xl-250px {
    width: 250px;
  }

  .w-xl-260px, .size-xl-260px {
    width: 260px;
  }

  .w-xl-270px, .size-xl-270px {
    width: 270px;
  }

  .w-xl-280px, .size-xl-280px {
    width: 280px;
  }

  .w-xl-290px, .size-xl-290px {
    width: 290px;
  }

  .w-xl-300px, .size-xl-300px {
    width: 300px;
  }

  .w-xl-310px, .size-xl-310px {
    width: 310px;
  }

  .w-xl-320px, .size-xl-320px {
    width: 320px;
  }

  .w-xl-330px, .size-xl-330px {
    width: 330px;
  }

  .w-xl-340px, .size-xl-340px {
    width: 340px;
  }

  .w-xl-350px, .size-xl-350px {
    width: 350px;
  }

  .w-xl-360px, .size-xl-360px {
    width: 360px;
  }

  .w-xl-370px, .size-xl-370px {
    width: 370px;
  }

  .w-xl-380px, .size-xl-380px {
    width: 380px;
  }

  .w-xl-390px, .size-xl-390px {
    width: 390px;
  }

  .w-xl-400px, .size-xl-400px {
    width: 400px;
  }

  .w-xl-410px, .size-xl-410px {
    width: 410px;
  }

  .w-xl-420px, .size-xl-420px {
    width: 420px;
  }

  .w-xl-450px, .size-xl-450px {
    width: 450px;
  }

  .w-xl-600px, .size-xl-600px {
    width: 600px;
  }

  .h-xl-5px, .size-xl-5px {
    height: 5px;
  }

  .h-xl-7px, .size-xl-7px {
    height: 7px;
  }

  .h-xl-10px, .size-xl-10px {
    height: 10px;
  }

  .h-xl-15px, .size-xl-15px {
    height: 15px;
  }

  .h-xl-17px, .size-xl-17px {
    height: 17px;
  }

  .h-xl-20px, .size-xl-20px {
    height: 20px;
  }

  .h-xl-25px, .size-xl-25px {
    height: 25px;
  }

  .h-xl-30px, .size-xl-30px {
    height: 30px;
  }

  .h-xl-35px, .size-xl-35px {
    height: 35px;
  }

  .h-xl-40px, .size-xl-40px {
    height: 40px;
  }

  .h-xl-45px, .size-xl-45px {
    height: 45px;
  }

  .h-xl-50px, .size-xl-50px {
    height: 50px;
  }

  .h-xl-55px, .size-xl-55px {
    height: 55px;
  }

  .h-xl-60px, .size-xl-60px {
    height: 60px;
  }

  .h-xl-65px, .size-xl-65px {
    height: 65px;
  }

  .h-xl-70px, .size-xl-70px {
    height: 70px;
  }

  .h-xl-75px, .size-xl-75px {
    height: 75px;
  }

  .h-xl-80px, .size-xl-80px {
    height: 80px;
  }

  .h-xl-85px, .size-xl-85px {
    height: 85px;
  }

  .h-xl-90px, .size-xl-90px {
    height: 90px;
  }

  .h-xl-95px, .size-xl-95px {
    height: 95px;
  }

  .h-xl-100px, .size-xl-100px {
    height: 100px;
  }

  .h-xl-110px, .size-xl-110px {
    height: 110px;
  }

  .h-xl-120px, .size-xl-120px {
    height: 120px;
  }

  .h-xl-125px, .size-xl-125px {
    height: 125px;
  }

  .h-xl-130px, .size-xl-130px {
    height: 130px;
  }

  .h-xl-140px, .size-xl-140px {
    height: 140px;
  }

  .h-xl-150px, .size-xl-150px {
    height: 150px;
  }

  .h-xl-155px, .size-xl-155px {
    height: 155px;
  }

  .h-xl-160px, .size-xl-160px {
    height: 160px;
  }

  .h-xl-165px, .size-xl-165px {
    height: 165px;
  }

  .h-xl-170px, .size-xl-170px {
    height: 170px;
  }

  .h-xl-180px, .size-xl-180px {
    height: 180px;
  }

  .h-xl-190px, .size-xl-190px {
    height: 190px;
  }

  .h-xl-200px, .size-xl-200px {
    height: 200px;
  }

  .h-xl-210px, .size-xl-210px {
    height: 210px;
  }

  .h-xl-220px, .size-xl-220px {
    height: 220px;
  }

  .h-xl-230px, .size-xl-230px {
    height: 230px;
  }

  .h-xl-240px, .size-xl-240px {
    height: 240px;
  }

  .h-xl-250px, .size-xl-250px {
    height: 250px;
  }

  .h-xl-260px, .size-xl-260px {
    height: 260px;
  }

  .h-xl-270px, .size-xl-270px {
    height: 270px;
  }

  .h-xl-280px, .size-xl-280px {
    height: 280px;
  }

  .h-xl-290px, .size-xl-290px {
    height: 290px;
  }

  .h-xl-300px, .size-xl-300px {
    height: 300px;
  }

  .h-xl-310px, .size-xl-310px {
    height: 310px;
  }

  .h-xl-320px, .size-xl-320px {
    height: 320px;
  }

  .h-xl-330px, .size-xl-330px {
    height: 330px;
  }

  .h-xl-340px, .size-xl-340px {
    height: 340px;
  }

  .h-xl-350px, .size-xl-350px {
    height: 350px;
  }

  .h-xl-360px, .size-xl-360px {
    height: 360px;
  }

  .h-xl-370px, .size-xl-370px {
    height: 370px;
  }

  .h-xl-380px, .size-xl-380px {
    height: 380px;
  }

  .h-xl-390px, .size-xl-390px {
    height: 390px;
  }

  .h-xl-400px, .size-xl-400px {
    height: 400px;
  }

  .h-xl-410px, .size-xl-410px {
    height: 410px;
  }

  .h-xl-420px, .size-xl-420px {
    height: 420px;
  }

  .h-xl-450px, .size-xl-450px {
    height: 450px;
  }

  .h-xl-600px, .size-xl-600px {
    height: 600px;
  }

  .pl-xl-2px, .px-xl-2px, .p-xl-2px {
    padding-left: 2px !important;
  }

  .pl-xl-3px, .px-xl-3px, .p-xl-3px {
    padding-left: 3px !important;
  }

  .pl-xl-5px, .px-xl-5px, .p-xl-5px {
    padding-left: 5px !important;
  }

  .pl-xl-10px, .px-xl-10px, .p-xl-10px {
    padding-left: 10px !important;
  }

  .pl-xl-13px, .px-xl-13px, .p-xl-13px {
    padding-left: 13px !important;
  }

  .pl-xl-15px, .px-xl-15px, .p-xl-15px {
    padding-left: 15px !important;
  }

  .pl-xl-20px, .px-xl-20px, .p-xl-20px {
    padding-left: 20px !important;
  }

  .pl-xl-25px, .px-xl-25px, .p-xl-25px {
    padding-left: 25px !important;
  }

  .pl-xl-30px, .px-xl-30px, .p-xl-30px {
    padding-left: 30px !important;
  }

  .pl-xl-35px, .px-xl-35px, .p-xl-35px {
    padding-left: 35px !important;
  }

  .pl-xl-40px, .px-xl-40px, .p-xl-40px {
    padding-left: 40px !important;
  }

  .pl-xl-50px, .px-xl-50px, .p-xl-50px {
    padding-left: 50px !important;
  }

  .pl-xl-60px, .px-xl-60px, .p-xl-60px {
    padding-left: 60px !important;
  }

  .pl-xl-65px, .px-xl-65px, .p-xl-65px {
    padding-left: 65px !important;
  }

  .pl-xl-70px, .px-xl-70px, .p-xl-70px {
    padding-left: 70px !important;
  }

  .pl-xl-75px, .px-xl-75px, .p-xl-75px {
    padding-left: 75px !important;
  }

  .pl-xl-90px, .px-xl-90px, .p-xl-90px {
    padding-left: 90px !important;
  }

  .pl-xl-100px, .px-xl-100px, .p-xl-100px {
    padding-left: 100px !important;
  }

  .pl-xl-125px, .px-xl-125px, .p-xl-125px {
    padding-left: 125px !important;
  }

  .pl-xl-130px, .px-xl-130px, .p-xl-130px {
    padding-left: 130px !important;
  }

  .pl-xl-140px, .px-xl-140px, .p-xl-140px {
    padding-left: 140px !important;
  }

  .pl-xl-150px, .px-xl-150px, .p-xl-150px {
    padding-left: 150px !important;
  }

  .pl-xl-160px, .px-xl-160px, .p-xl-160px {
    padding-left: 160px !important;
  }

  .pl-xl-170px, .px-xl-170px, .p-xl-170px {
    padding-left: 170px !important;
  }

  .pl-xl-175px, .px-xl-175px, .p-xl-175px {
    padding-left: 175px !important;
  }

  .pl-xl-180px, .px-xl-180px, .p-xl-180px {
    padding-left: 180px !important;
  }

  .pl-xl-200px, .px-xl-200px, .p-xl-200px {
    padding-left: 200px !important;
  }

  .pl-xl-250px, .px-xl-250px, .p-xl-250px {
    padding-left: 250px !important;
  }

  .pl-xl-300px, .px-xl-300px, .p-xl-300px {
    padding-left: 300px !important;
  }

  .pl-xl-350px, .px-xl-350px, .p-xl-350px {
    padding-left: 350px !important;
  }

  .pl-xl-400px, .px-xl-400px, .p-xl-400px {
    padding-left: 400px !important;
  }

  .pr-xl-2px, .px-xl-2px, .p-xl-2px {
    padding-right: 2px !important;
  }

  .pr-xl-3px, .px-xl-3px, .p-xl-3px {
    padding-right: 3px !important;
  }

  .pr-xl-5px, .px-xl-5px, .p-xl-5px {
    padding-right: 5px !important;
  }

  .pr-xl-10px, .px-xl-10px, .p-xl-10px {
    padding-right: 10px !important;
  }

  .pr-xl-13px, .px-xl-13px, .p-xl-13px {
    padding-right: 13px !important;
  }

  .pr-xl-15px, .px-xl-15px, .p-xl-15px {
    padding-right: 15px !important;
  }

  .pr-xl-20px, .px-xl-20px, .p-xl-20px {
    padding-right: 20px !important;
  }

  .pr-xl-25px, .px-xl-25px, .p-xl-25px {
    padding-right: 25px !important;
  }

  .pr-xl-30px, .px-xl-30px, .p-xl-30px {
    padding-right: 30px !important;
  }

  .pr-xl-35px, .px-xl-35px, .p-xl-35px {
    padding-right: 35px !important;
  }

  .pr-xl-40px, .px-xl-40px, .p-xl-40px {
    padding-right: 40px !important;
  }

  .pr-xl-50px, .px-xl-50px, .p-xl-50px {
    padding-right: 50px !important;
  }

  .pr-xl-60px, .px-xl-60px, .p-xl-60px {
    padding-right: 60px !important;
  }

  .pr-xl-65px, .px-xl-65px, .p-xl-65px {
    padding-right: 65px !important;
  }

  .pr-xl-70px, .px-xl-70px, .p-xl-70px {
    padding-right: 70px !important;
  }

  .pr-xl-75px, .px-xl-75px, .p-xl-75px {
    padding-right: 75px !important;
  }

  .pr-xl-90px, .px-xl-90px, .p-xl-90px {
    padding-right: 90px !important;
  }

  .pr-xl-100px, .px-xl-100px, .p-xl-100px {
    padding-right: 100px !important;
  }

  .pr-xl-125px, .px-xl-125px, .p-xl-125px {
    padding-right: 125px !important;
  }

  .pr-xl-130px, .px-xl-130px, .p-xl-130px {
    padding-right: 130px !important;
  }

  .pr-xl-140px, .px-xl-140px, .p-xl-140px {
    padding-right: 140px !important;
  }

  .pr-xl-150px, .px-xl-150px, .p-xl-150px {
    padding-right: 150px !important;
  }

  .pr-xl-160px, .px-xl-160px, .p-xl-160px {
    padding-right: 160px !important;
  }

  .pr-xl-170px, .px-xl-170px, .p-xl-170px {
    padding-right: 170px !important;
  }

  .pr-xl-175px, .px-xl-175px, .p-xl-175px {
    padding-right: 175px !important;
  }

  .pr-xl-180px, .px-xl-180px, .p-xl-180px {
    padding-right: 180px !important;
  }

  .pr-xl-200px, .px-xl-200px, .p-xl-200px {
    padding-right: 200px !important;
  }

  .pr-xl-250px, .px-xl-250px, .p-xl-250px {
    padding-right: 250px !important;
  }

  .pr-xl-300px, .px-xl-300px, .p-xl-300px {
    padding-right: 300px !important;
  }

  .pr-xl-350px, .px-xl-350px, .p-xl-350px {
    padding-right: 350px !important;
  }

  .pr-xl-400px, .px-xl-400px, .p-xl-400px {
    padding-right: 400px !important;
  }

  .pt-xl-2px, .py-xl-2px, .p-xl-2px {
    padding-top: 2px !important;
  }

  .pt-xl-3px, .py-xl-3px, .p-xl-3px {
    padding-top: 3px !important;
  }

  .pt-xl-5px, .py-xl-5px, .p-xl-5px {
    padding-top: 5px !important;
  }

  .pt-xl-10px, .py-xl-10px, .p-xl-10px {
    padding-top: 10px !important;
  }

  .pt-xl-13px, .py-xl-13px, .p-xl-13px {
    padding-top: 13px !important;
  }

  .pt-xl-15px, .py-xl-15px, .p-xl-15px {
    padding-top: 15px !important;
  }

  .pt-xl-20px, .py-xl-20px, .p-xl-20px {
    padding-top: 20px !important;
  }

  .pt-xl-25px, .py-xl-25px, .p-xl-25px {
    padding-top: 25px !important;
  }

  .pt-xl-30px, .py-xl-30px, .p-xl-30px {
    padding-top: 30px !important;
  }

  .pt-xl-35px, .py-xl-35px, .p-xl-35px {
    padding-top: 35px !important;
  }

  .pt-xl-40px, .py-xl-40px, .p-xl-40px {
    padding-top: 40px !important;
  }

  .pt-xl-50px, .py-xl-50px, .p-xl-50px {
    padding-top: 50px !important;
  }

  .pt-xl-60px, .py-xl-60px, .p-xl-60px {
    padding-top: 60px !important;
  }

  .pt-xl-65px, .py-xl-65px, .p-xl-65px {
    padding-top: 65px !important;
  }

  .pt-xl-70px, .py-xl-70px, .p-xl-70px {
    padding-top: 70px !important;
  }

  .pt-xl-75px, .py-xl-75px, .p-xl-75px {
    padding-top: 75px !important;
  }

  .pt-xl-90px, .py-xl-90px, .p-xl-90px {
    padding-top: 90px !important;
  }

  .pt-xl-100px, .py-xl-100px, .p-xl-100px {
    padding-top: 100px !important;
  }

  .pt-xl-125px, .py-xl-125px, .p-xl-125px {
    padding-top: 125px !important;
  }

  .pt-xl-130px, .py-xl-130px, .p-xl-130px {
    padding-top: 130px !important;
  }

  .pt-xl-140px, .py-xl-140px, .p-xl-140px {
    padding-top: 140px !important;
  }

  .pt-xl-150px, .py-xl-150px, .p-xl-150px {
    padding-top: 150px !important;
  }

  .pt-xl-160px, .py-xl-160px, .p-xl-160px {
    padding-top: 160px !important;
  }

  .pt-xl-170px, .py-xl-170px, .p-xl-170px {
    padding-top: 170px !important;
  }

  .pt-xl-175px, .py-xl-175px, .p-xl-175px {
    padding-top: 175px !important;
  }

  .pt-xl-180px, .py-xl-180px, .p-xl-180px {
    padding-top: 180px !important;
  }

  .pt-xl-200px, .py-xl-200px, .p-xl-200px {
    padding-top: 200px !important;
  }

  .pt-xl-250px, .py-xl-250px, .p-xl-250px {
    padding-top: 250px !important;
  }

  .pt-xl-300px, .py-xl-300px, .p-xl-300px {
    padding-top: 300px !important;
  }

  .pt-xl-350px, .py-xl-350px, .p-xl-350px {
    padding-top: 350px !important;
  }

  .pt-xl-400px, .py-xl-400px, .p-xl-400px {
    padding-top: 400px !important;
  }

  .pb-xl-2px, .py-xl-2px, .p-xl-2px {
    padding-bottom: 2px !important;
  }

  .pb-xl-3px, .py-xl-3px, .p-xl-3px {
    padding-bottom: 3px !important;
  }

  .pb-xl-5px, .py-xl-5px, .p-xl-5px {
    padding-bottom: 5px !important;
  }

  .pb-xl-10px, .py-xl-10px, .p-xl-10px {
    padding-bottom: 10px !important;
  }

  .pb-xl-13px, .py-xl-13px, .p-xl-13px {
    padding-bottom: 13px !important;
  }

  .pb-xl-15px, .py-xl-15px, .p-xl-15px {
    padding-bottom: 15px !important;
  }

  .pb-xl-20px, .py-xl-20px, .p-xl-20px {
    padding-bottom: 20px !important;
  }

  .pb-xl-25px, .py-xl-25px, .p-xl-25px {
    padding-bottom: 25px !important;
  }

  .pb-xl-30px, .py-xl-30px, .p-xl-30px {
    padding-bottom: 30px !important;
  }

  .pb-xl-35px, .py-xl-35px, .p-xl-35px {
    padding-bottom: 35px !important;
  }

  .pb-xl-40px, .py-xl-40px, .p-xl-40px {
    padding-bottom: 40px !important;
  }

  .pb-xl-50px, .py-xl-50px, .p-xl-50px {
    padding-bottom: 50px !important;
  }

  .pb-xl-60px, .py-xl-60px, .p-xl-60px {
    padding-bottom: 60px !important;
  }

  .pb-xl-65px, .py-xl-65px, .p-xl-65px {
    padding-bottom: 65px !important;
  }

  .pb-xl-70px, .py-xl-70px, .p-xl-70px {
    padding-bottom: 70px !important;
  }

  .pb-xl-75px, .py-xl-75px, .p-xl-75px {
    padding-bottom: 75px !important;
  }

  .pb-xl-90px, .py-xl-90px, .p-xl-90px {
    padding-bottom: 90px !important;
  }

  .pb-xl-100px, .py-xl-100px, .p-xl-100px {
    padding-bottom: 100px !important;
  }

  .pb-xl-125px, .py-xl-125px, .p-xl-125px {
    padding-bottom: 125px !important;
  }

  .pb-xl-130px, .py-xl-130px, .p-xl-130px {
    padding-bottom: 130px !important;
  }

  .pb-xl-140px, .py-xl-140px, .p-xl-140px {
    padding-bottom: 140px !important;
  }

  .pb-xl-150px, .py-xl-150px, .p-xl-150px {
    padding-bottom: 150px !important;
  }

  .pb-xl-160px, .py-xl-160px, .p-xl-160px {
    padding-bottom: 160px !important;
  }

  .pb-xl-170px, .py-xl-170px, .p-xl-170px {
    padding-bottom: 170px !important;
  }

  .pb-xl-175px, .py-xl-175px, .p-xl-175px {
    padding-bottom: 175px !important;
  }

  .pb-xl-180px, .py-xl-180px, .p-xl-180px {
    padding-bottom: 180px !important;
  }

  .pb-xl-200px, .py-xl-200px, .p-xl-200px {
    padding-bottom: 200px !important;
  }

  .pb-xl-250px, .py-xl-250px, .p-xl-250px {
    padding-bottom: 250px !important;
  }

  .pb-xl-300px, .py-xl-300px, .p-xl-300px {
    padding-bottom: 300px !important;
  }

  .pb-xl-350px, .py-xl-350px, .p-xl-350px {
    padding-bottom: 350px !important;
  }

  .pb-xl-400px, .py-xl-400px, .p-xl-400px {
    padding-bottom: 400px !important;
  }

  .xl-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }

  .xl-no-gutters > .col,
.xl-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .xl-gutters-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .xl-gutters-1 > .col,
.xl-gutters-1 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
  }

  .xl-gutters-2 {
    margin-right: -2px;
    margin-left: -2px;
  }

  .xl-gutters-2 > .col,
.xl-gutters-2 > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .xl-gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .xl-gutters-3 > .col,
.xl-gutters-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .xl-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .xl-gutters-5 > .col,
.xl-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .xl-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .xl-gutters-10 > .col,
.xl-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xl-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .xl-gutters-15 > .col,
.xl-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .xl-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .xl-gutters-20 > .col,
.xl-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .xl-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }

  .xl-gutters-25 > .col,
.xl-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }

  .xl-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .xl-gutters-30 > .col,
.xl-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .xl-gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }

  .xl-gutters-35 > .col,
.xl-gutters-35 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .xl-gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .xl-gutters-40 > .col,
.xl-gutters-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .xl-gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .xl-gutters-50 > .col,
.xl-gutters-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }

  .xl-gutters-60 {
    margin-right: -60px;
    margin-left: -60px;
  }

  .xl-gutters-60 > .col,
.xl-gutters-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }

  .xl-gutters-80 {
    margin-right: -80px;
    margin-left: -80px;
  }

  .xl-gutters-80 > .col,
.xl-gutters-80 > [class*=col-] {
    padding-right: 80px;
    padding-left: 80px;
  }

  .xl-gutters-90 {
    margin-right: -90px;
    margin-left: -90px;
  }

  .xl-gutters-90 > .col,
.xl-gutters-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }

  .xl-gutters-100 {
    margin-right: -100px;
    margin-left: -100px;
  }

  .xl-gutters-100 > .col,
.xl-gutters-100 > [class*=col-] {
    padding-right: 100px;
    padding-left: 100px;
  }
}
/* xxl */
@media (min-width: 1400px) {
  .my-xxl-5px,
.mt-xxl-5px {
    margin-top: 5px;
  }

  .my-xxl-5px,
.mb-xxl-5px {
    margin-bottom: 5px;
  }

  .my-xxl-6px,
.mt-xxl-6px {
    margin-top: 6px;
  }

  .my-xxl-6px,
.mb-xxl-6px {
    margin-bottom: 6px;
  }

  .my-xxl-10px,
.mt-xxl-10px {
    margin-top: 10px;
  }

  .my-xxl-10px,
.mb-xxl-10px {
    margin-bottom: 10px;
  }

  .my-xxl-15px,
.mt-xxl-15px {
    margin-top: 15px;
  }

  .my-xxl-15px,
.mb-xxl-15px {
    margin-bottom: 15px;
  }

  .my-xxl-20px,
.mt-xxl-20px {
    margin-top: 20px;
  }

  .my-xxl-20px,
.mb-xxl-20px {
    margin-bottom: 20px;
  }

  .my-xxl-25px,
.mt-xxl-25px {
    margin-top: 25px;
  }

  .my-xxl-25px,
.mb-xxl-25px {
    margin-bottom: 25px;
  }

  .my-xxl-30px,
.mt-xxl-30px {
    margin-top: 30px;
  }

  .my-xxl-30px,
.mb-xxl-30px {
    margin-bottom: 30px;
  }

  .my-xxl-35px,
.mt-xxl-35px {
    margin-top: 35px;
  }

  .my-xxl-35px,
.mb-xxl-35px {
    margin-bottom: 35px;
  }

  .my-xxl-40px,
.mt-xxl-40px {
    margin-top: 40px;
  }

  .my-xxl-40px,
.mb-xxl-40px {
    margin-bottom: 40px;
  }

  .my-xxl-45px,
.mt-xxl-45px {
    margin-top: 45px;
  }

  .my-xxl-45px,
.mb-xxl-45px {
    margin-bottom: 45px;
  }

  .my-xxl-50px,
.mt-xxl-50px {
    margin-top: 50px;
  }

  .my-xxl-50px,
.mb-xxl-50px {
    margin-bottom: 50px;
  }

  .my-xxl-55px,
.mt-xxl-55px {
    margin-top: 55px;
  }

  .my-xxl-55px,
.mb-xxl-55px {
    margin-bottom: 55px;
  }

  .my-xxl-60px,
.mt-xxl-60px {
    margin-top: 60px;
  }

  .my-xxl-60px,
.mb-xxl-60px {
    margin-bottom: 60px;
  }

  .my-xxl-65px,
.mt-xxl-65px {
    margin-top: 65px;
  }

  .my-xxl-65px,
.mb-xxl-65px {
    margin-bottom: 65px;
  }

  .my-xxl-70px,
.mt-xxl-70px {
    margin-top: 70px;
  }

  .my-xxl-70px,
.mb-xxl-70px {
    margin-bottom: 70px;
  }

  .my-xxl-75px,
.mt-xxl-75px {
    margin-top: 75px;
  }

  .my-xxl-75px,
.mb-xxl-75px {
    margin-bottom: 75px;
  }

  .my-xxl-80px,
.mt-xxl-80px {
    margin-top: 80px;
  }

  .my-xxl-80px,
.mb-xxl-80px {
    margin-bottom: 80px;
  }

  .my-xxl-85px,
.mt-xxl-85px {
    margin-top: 85px;
  }

  .my-xxl-85px,
.mb-xxl-85px {
    margin-bottom: 85px;
  }

  .my-xxl-90px,
.mt-xxl-90px {
    margin-top: 90px;
  }

  .my-xxl-90px,
.mb-xxl-90px {
    margin-bottom: 90px;
  }

  .my-xxl-100px,
.mt-xxl-100px {
    margin-top: 100px;
  }

  .my-xxl-100px,
.mb-xxl-100px {
    margin-bottom: 100px;
  }

  .my-xxl-125px,
.mt-xxl-125px {
    margin-top: 125px;
  }

  .my-xxl-125px,
.mb-xxl-125px {
    margin-bottom: 125px;
  }

  .my-xxl-150px,
.mt-xxl-150px {
    margin-top: 150px;
  }

  .my-xxl-150px,
.mb-xxl-150px {
    margin-bottom: 150px;
  }

  .my-xxl-160px,
.mt-xxl-160px {
    margin-top: 160px;
  }

  .my-xxl-160px,
.mb-xxl-160px {
    margin-bottom: 160px;
  }

  .my-xxl-175px,
.mt-xxl-175px {
    margin-top: 175px;
  }

  .my-xxl-175px,
.mb-xxl-175px {
    margin-bottom: 175px;
  }

  .my-xxl-200px,
.mt-xxl-200px {
    margin-top: 200px;
  }

  .my-xxl-200px,
.mb-xxl-200px {
    margin-bottom: 200px;
  }

  .my-xxl-225px,
.mt-xxl-225px {
    margin-top: 225px;
  }

  .my-xxl-225px,
.mb-xxl-225px {
    margin-bottom: 225px;
  }

  .my-xxl-250px,
.mt-xxl-250px {
    margin-top: 250px;
  }

  .my-xxl-250px,
.mb-xxl-250px {
    margin-bottom: 250px;
  }

  .my-xxl-275px,
.mt-xxl-275px {
    margin-top: 275px;
  }

  .my-xxl-275px,
.mb-xxl-275px {
    margin-bottom: 275px;
  }

  .my-xxl-300px,
.mt-xxl-300px {
    margin-top: 300px;
  }

  .my-xxl-300px,
.mb-xxl-300px {
    margin-bottom: 300px;
  }

  .my-xxl-350px,
.mt-xxl-350px {
    margin-top: 350px;
  }

  .my-xxl-350px,
.mb-xxl-350px {
    margin-bottom: 350px;
  }

  .xxl-min-h-5px {
    min-height: 5px;
  }

  .xxl-min-h-10px {
    min-height: 10px;
  }

  .xxl-min-h-15px {
    min-height: 15px;
  }

  .xxl-min-h-20px {
    min-height: 20px;
  }

  .xxl-min-h-25px {
    min-height: 25px;
  }

  .xxl-min-h-30px {
    min-height: 30px;
  }

  .xxl-min-h-35px {
    min-height: 35px;
  }

  .xxl-min-h-40px {
    min-height: 40px;
  }

  .xxl-min-h-45px {
    min-height: 45px;
  }

  .xxl-min-h-50px {
    min-height: 50px;
  }

  .xxl-min-h-60px {
    min-height: 60px;
  }

  .xxl-min-h-70px {
    min-height: 70px;
  }

  .xxl-min-h-80px {
    min-height: 80px;
  }

  .xxl-min-h-90px {
    min-height: 90px;
  }

  .xxl-min-h-100px {
    min-height: 100px;
  }

  .xxl-min-h-110px {
    min-height: 110px;
  }

  .xxl-min-h-120px {
    min-height: 120px;
  }

  .xxl-min-h-130px {
    min-height: 130px;
  }

  .xxl-min-h-140px {
    min-height: 140px;
  }

  .xxl-min-h-150px {
    min-height: 150px;
  }

  .xxl-min-h-160px {
    min-height: 160px;
  }

  .xxl-min-h-170px {
    min-height: 170px;
  }

  .xxl-min-h-180px {
    min-height: 180px;
  }

  .xxl-min-h-190px {
    min-height: 190px;
  }

  .xxl-min-h-200px {
    min-height: 200px;
  }

  .xxl-min-h-210px {
    min-height: 210px;
  }

  .xxl-min-h-220px {
    min-height: 220px;
  }

  .xxl-min-h-230px {
    min-height: 230px;
  }

  .xxl-min-h-240px {
    min-height: 240px;
  }

  .xxl-min-h-250px {
    min-height: 250px;
  }

  .xxl-min-h-260px {
    min-height: 260px;
  }

  .xxl-min-h-270px {
    min-height: 270px;
  }

  .xxl-min-h-280px {
    min-height: 280px;
  }

  .xxl-min-h-290px {
    min-height: 290px;
  }

  .xxl-min-h-300px {
    min-height: 300px;
  }

  .xxl-min-h-310px {
    min-height: 310px;
  }

  .xxl-min-h-320px {
    min-height: 320px;
  }

  .xxl-min-h-330px {
    min-height: 330px;
  }

  .xxl-min-h-340px {
    min-height: 340px;
  }

  .xxl-min-h-350px {
    min-height: 350px;
  }

  .xxl-min-h-360px {
    min-height: 360px;
  }

  .xxl-min-h-370px {
    min-height: 370px;
  }

  .xxl-min-h-380px {
    min-height: 380px;
  }

  .xxl-min-h-390px {
    min-height: 390px;
  }

  .xxl-min-h-400px {
    min-height: 400px;
  }

  .xxl-min-h-410px {
    min-height: 410px;
  }

  .xxl-min-h-420px {
    min-height: 420px;
  }

  .sk-carousel.xxl-gutters-25 {
    width: calc(100% + 50px);
  }

  .sk-carousel.xxl-gutters-25 .carousel-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .xxl-mw-60px {
    max-width: 60px;
  }

  .xxl-mw-80px {
    max-width: 80px;
  }

  .xxl-mw-100px {
    max-width: 100px;
  }

  .xxl-mw-105px {
    max-width: 105px;
  }

  .xxl-mw-125px {
    max-width: 125px;
  }

  .xxl-mw-135px {
    max-width: 135px;
  }

  .xxl-mw-170px {
    max-width: 170px;
  }

  .xxl-mw-225px {
    max-width: 225px;
  }

  .xxl-mw-230px {
    max-width: 230px;
  }

  .xxl-mw-250px {
    max-width: 250px;
  }

  .xxl-mw-275px {
    max-width: 275px;
  }

  .xxl-mw-280px {
    max-width: 280px;
  }

  .xxl-mw-300px {
    max-width: 300px;
  }

  .xxl-mw-365px {
    max-width: 365px;
  }

  .xxl-mw-400px {
    max-width: 400px;
  }

  .xxl-mw-425px {
    max-width: 425px;
  }

  .xxl-mw-475px {
    max-width: 475px;
  }

  .xxl-mw-510px {
    max-width: 510px;
  }

  .xxl-mw-565px {
    max-width: 565px;
  }

  .xxl-mw-600px {
    max-width: 600px;
  }

  .xxl-mw-650px {
    max-width: 650px;
  }

  .xxl-mw-700px {
    max-width: 700px;
  }

  .xxl-mw-745px {
    max-width: 745px;
  }

  .xxl-mw-775px {
    max-width: 775px;
  }

  .xxl-mw-800px {
    max-width: 800px;
  }

  .xxl-mw-850px {
    max-width: 850px;
  }

  .xxl-mw-900px {
    max-width: 900px;
  }

  .xxl-mw-935px {
    max-width: 935px;
  }

  .xxl-mw-950px {
    max-width: 950px;
  }

  .xxl-mw-1000px {
    max-width: 1000px;
  }

  .xxl-mw-1100px {
    max-width: 1100px;
  }

  .xxl-mw-1150px {
    max-width: 1150px;
  }

  .xxl-mw-100 {
    max-width: 100%;
  }

  .xxl-min-w-150px {
    min-width: 150px;
  }

  .xxl-rounded-30px {
    border-radius: 30px !important;
  }

  .xxl-rounded-50 {
    border-radius: 50% !important;
  }

  .xxl-l-space-0 {
    letter-spacing: 0;
  }

  .xxl-l-space-05 {
    letter-spacing: 0.05em;
  }

  .xxl-l-space-08 {
    letter-spacing: 0.08em;
  }

  .xxl-l-space-1 {
    letter-spacing: 0.1em;
  }

  .xxl-l-space-1-5 {
    letter-spacing: 0.15em;
  }

  .xxl-l-space-2 {
    letter-spacing: 0.2em;
  }

  .xxl-l-space-2-5 {
    letter-spacing: 0.25em;
  }

  .xxl-l-space-3 {
    letter-spacing: 0.3em;
  }

  .xxl-l-space-3-5 {
    letter-spacing: 0.35em;
  }

  .xxl-l-space-5 {
    letter-spacing: 0.5em;
  }

  .col-xxl-20per {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-35per {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxl-37per {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .col-xxl-45per {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-xxl-55per {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-xxl-63per {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .col-xxl-65per {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-xxl-80per {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxl-30px {
    flex: 0 0 30px;
    max-width: 30px;
  }

  .col-xxl-35px {
    flex: 0 0 35px;
    max-width: 35px;
  }

  .col-xxl-45px {
    flex: 0 0 45px;
    max-width: 45px;
  }

  .col-xxl-50px {
    flex: 0 0 50px;
    max-width: 50px;
  }

  .col-xxl-80px {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .col-xxl-100px {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .col-xxl-120px {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .col-xxl-150px {
    flex: 0 0 150px;
    max-width: 150px;
  }

  .col-xxl-200px {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-xxl-250px {
    flex: 0 0 250px;
    max-width: 250px;
  }

  .col-xxl-300px {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .col-xxl-320px {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .col-xxl-400px {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .col-xxl-420px {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-xxl-450px {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .col-xxl-500px {
    flex: 0 0 500px;
    max-width: 500px;
  }

  .col-xxl-550px {
    flex: 0 0 550px;
    max-width: 550px;
  }

  .col-xxl-610px {
    flex: 0 0 610px;
    max-width: 610px;
  }

  .col-xxl-700px {
    flex: 0 0 700px;
    max-width: 700px;
  }

  .col-xxl-grow-30px {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .col-xxl-grow-35px {
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
  }

  .col-xxl-grow-45px {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
  }

  .col-xxl-grow-50px {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .col-xxl-grow-80px {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  .col-xxl-grow-100px {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .col-xxl-grow-120px {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .col-xxl-grow-150px {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }

  .col-xxl-grow-200px {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .col-xxl-grow-250px {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .col-xxl-grow-300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .col-xxl-grow-320px {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .col-xxl-grow-400px {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  .col-xxl-grow-420px {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
  }

  .col-xxl-grow-450px {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }

  .col-xxl-grow-500px {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .col-xxl-grow-550px {
    flex: 0 0 calc(100% - 550px);
    max-width: calc(100% - 550px);
  }

  .col-xxl-grow-610px {
    flex: 0 0 calc(100% - 610px);
    max-width: calc(100% - 610px);
  }

  .col-xxl-grow-700px {
    flex: 0 0 calc(100% - 700px);
    max-width: calc(100% - 700px);
  }

  .sly-frame-content.xxl-gutters-20 {
    width: calc(100% + 40px);
  }

  .sly-frame-content.xxl-gutters-20,
.sly-frame-content.xxl-gutters-20 li:not(:first-child) .carousel-box {
    padding-left: 20px;
  }

  .sly-frame-content.xxl-gutters-20,
.sly-frame-content.xxl-gutters-20 li:not(:last-child) .carousel-box {
    padding-right: 20px;
  }

  .xxl-position-static {
    position: static !important;
  }

  .xxl-position-relative {
    position: relative !important;
  }

  .xxl-position-absolute {
    position: absolute !important;
  }

  .xxl-position-fixed {
    position: fixed !important;
  }

  .xxl-position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxl-fw-100 {
    font-weight: 100 !important;
  }

  .xxl-fw-200 {
    font-weight: 200 !important;
  }

  .xxl-fw-300 {
    font-weight: 300 !important;
  }

  .xxl-fw-400 {
    font-weight: 400 !important;
  }

  .xxl-fw-500 {
    font-weight: 500 !important;
  }

  .xxl-fw-600 {
    font-weight: 600 !important;
  }

  .xxl-fw-700 {
    font-weight: 700 !important;
  }

  .xxl-fw-800 {
    font-weight: 800 !important;
  }

  .xxl-fw-900 {
    font-weight: 900 !important;
  }

  .xxl-fs-8 {
    font-size: 0.5rem !important;
  }

  .xxl-fs-9 {
    font-size: 0.5625rem !important;
  }

  .xxl-fs-10 {
    font-size: 0.625rem !important;
  }

  .xxl-fs-11 {
    font-size: 0.6875rem !important;
  }

  .xxl-fs-12 {
    font-size: 0.75rem !important;
  }

  .xxl-fs-13 {
    font-size: 0.8125rem !important;
  }

  .xxl-fs-14 {
    font-size: 0.875rem !important;
  }

  .xxl-fs-15 {
    font-size: 0.9375rem !important;
  }

  .xxl-fs-15 {
    font-size: 0.9375rem !important;
  }

  .xxl-fs-16 {
    font-size: 1rem !important;
  }

  .xxl-fs-17 {
    font-size: 1.0625rem !important;
  }

  .xxl-fs-18 {
    font-size: 1.125rem !important;
  }

  .xxl-fs-19 {
    font-size: 1.1875rem !important;
  }

  .xxl-fs-20 {
    font-size: 1.25rem !important;
  }

  .xxl-fs-21 {
    font-size: 1.3125rem !important;
  }

  .xxl-fs-22 {
    font-size: 1.375rem !important;
  }

  .xxl-fs-23 {
    font-size: 1.4375rem !important;
  }

  .xxl-fs-24 {
    font-size: 1.5rem !important;
  }

  .xxl-fs-25 {
    font-size: 25px !important;
  }

  .xxl-fs-26 {
    font-size: 26px !important;
  }

  .xxl-fs-27 {
    font-size: 27px !important;
  }

  .xxl-fs-28 {
    font-size: 28px !important;
  }

  .xxl-fs-29 {
    font-size: 29px !important;
  }

  .xxl-fs-30 {
    font-size: 30px !important;
  }

  .xxl-fs-31 {
    font-size: 31px !important;
  }

  .xxl-fs-32 {
    font-size: 32px !important;
  }

  .xxl-fs-33 {
    font-size: 33px !important;
  }

  .xxl-fs-34 {
    font-size: 34px !important;
  }

  .xxl-fs-35 {
    font-size: 35px !important;
  }

  .xxl-fs-36 {
    font-size: 36px !important;
  }

  .xxl-fs-37 {
    font-size: 37px !important;
  }

  .xxl-fs-38 {
    font-size: 38px !important;
  }

  .xxl-fs-39 {
    font-size: 39px !important;
  }

  .xxl-fs-40 {
    font-size: 40px !important;
  }

  .xxl-fs-41 {
    font-size: 41px !important;
  }

  .xxl-fs-42 {
    font-size: 42px !important;
  }

  .xxl-fs-45 {
    font-size: 45px !important;
  }

  .xxl-fs-50 {
    font-size: 50px !important;
  }

  .xxl-fs-53 {
    font-size: 53px !important;
  }

  .xxl-fs-55 {
    font-size: 55px !important;
  }

  .xxl-fs-60 {
    font-size: 60px !important;
  }

  .xxl-fs-65 {
    font-size: 65px !important;
  }

  .xxl-fs-70 {
    font-size: 70px !important;
  }

  .xxl-fs-75 {
    font-size: 75px !important;
  }

  .xxl-fs-80 {
    font-size: 80px !important;
  }

  .xxl-fs-90 {
    font-size: 90px !important;
  }

  .xxl-fs-100 {
    font-size: 100px !important;
  }

  .xxl-fs-110 {
    font-size: 110px !important;
  }

  .xxl-fs-115 {
    font-size: 115px !important;
  }

  .xxl-fs-120 {
    font-size: 120px !important;
  }

  .xxl-fs-140 {
    font-size: 140px !important;
  }

  .xxl-fs-150 {
    font-size: 150px !important;
  }

  .w-xxl-5px, .size-xxl-5px {
    width: 5px;
  }

  .w-xxl-7px, .size-xxl-7px {
    width: 7px;
  }

  .w-xxl-10px, .size-xxl-10px {
    width: 10px;
  }

  .w-xxl-15px, .size-xxl-15px {
    width: 15px;
  }

  .w-xxl-17px, .size-xxl-17px {
    width: 17px;
  }

  .w-xxl-20px, .size-xxl-20px {
    width: 20px;
  }

  .w-xxl-25px, .size-xxl-25px {
    width: 25px;
  }

  .w-xxl-30px, .size-xxl-30px {
    width: 30px;
  }

  .w-xxl-35px, .size-xxl-35px {
    width: 35px;
  }

  .w-xxl-40px, .size-xxl-40px {
    width: 40px;
  }

  .w-xxl-45px, .size-xxl-45px {
    width: 45px;
  }

  .w-xxl-50px, .size-xxl-50px {
    width: 50px;
  }

  .w-xxl-55px, .size-xxl-55px {
    width: 55px;
  }

  .w-xxl-60px, .size-xxl-60px {
    width: 60px;
  }

  .w-xxl-65px, .size-xxl-65px {
    width: 65px;
  }

  .w-xxl-70px, .size-xxl-70px {
    width: 70px;
  }

  .w-xxl-75px, .size-xxl-75px {
    width: 75px;
  }

  .w-xxl-80px, .size-xxl-80px {
    width: 80px;
  }

  .w-xxl-85px, .size-xxl-85px {
    width: 85px;
  }

  .w-xxl-90px, .size-xxl-90px {
    width: 90px;
  }

  .w-xxl-95px, .size-xxl-95px {
    width: 95px;
  }

  .w-xxl-100px, .size-xxl-100px {
    width: 100px;
  }

  .w-xxl-110px, .size-xxl-110px {
    width: 110px;
  }

  .w-xxl-120px, .size-xxl-120px {
    width: 120px;
  }

  .w-xxl-125px, .size-xxl-125px {
    width: 125px;
  }

  .w-xxl-130px, .size-xxl-130px {
    width: 130px;
  }

  .w-xxl-140px, .size-xxl-140px {
    width: 140px;
  }

  .w-xxl-150px, .size-xxl-150px {
    width: 150px;
  }

  .w-xxl-155px, .size-xxl-155px {
    width: 155px;
  }

  .w-xxl-160px, .size-xxl-160px {
    width: 160px;
  }

  .w-xxl-165px, .size-xxl-165px {
    width: 165px;
  }

  .w-xxl-170px, .size-xxl-170px {
    width: 170px;
  }

  .w-xxl-180px, .size-xxl-180px {
    width: 180px;
  }

  .w-xxl-190px, .size-xxl-190px {
    width: 190px;
  }

  .w-xxl-200px, .size-xxl-200px {
    width: 200px;
  }

  .w-xxl-210px, .size-xxl-210px {
    width: 210px;
  }

  .w-xxl-220px, .size-xxl-220px {
    width: 220px;
  }

  .w-xxl-230px, .size-xxl-230px {
    width: 230px;
  }

  .w-xxl-240px, .size-xxl-240px {
    width: 240px;
  }

  .w-xxl-250px, .size-xxl-250px {
    width: 250px;
  }

  .w-xxl-260px, .size-xxl-260px {
    width: 260px;
  }

  .w-xxl-270px, .size-xxl-270px {
    width: 270px;
  }

  .w-xxl-280px, .size-xxl-280px {
    width: 280px;
  }

  .w-xxl-290px, .size-xxl-290px {
    width: 290px;
  }

  .w-xxl-300px, .size-xxl-300px {
    width: 300px;
  }

  .w-xxl-310px, .size-xxl-310px {
    width: 310px;
  }

  .w-xxl-320px, .size-xxl-320px {
    width: 320px;
  }

  .w-xxl-330px, .size-xxl-330px {
    width: 330px;
  }

  .w-xxl-340px, .size-xxl-340px {
    width: 340px;
  }

  .w-xxl-350px, .size-xxl-350px {
    width: 350px;
  }

  .w-xxl-360px, .size-xxl-360px {
    width: 360px;
  }

  .w-xxl-370px, .size-xxl-370px {
    width: 370px;
  }

  .w-xxl-380px, .size-xxl-380px {
    width: 380px;
  }

  .w-xxl-390px, .size-xxl-390px {
    width: 390px;
  }

  .w-xxl-400px, .size-xxl-400px {
    width: 400px;
  }

  .w-xxl-410px, .size-xxl-410px {
    width: 410px;
  }

  .w-xxl-420px, .size-xxl-420px {
    width: 420px;
  }

  .w-xxl-450px, .size-xxl-450px {
    width: 450px;
  }

  .w-xxl-600px, .size-xxl-600px {
    width: 600px;
  }

  .h-xxl-5px, .size-xxl-5px {
    height: 5px;
  }

  .h-xxl-7px, .size-xxl-7px {
    height: 7px;
  }

  .h-xxl-10px, .size-xxl-10px {
    height: 10px;
  }

  .h-xxl-15px, .size-xxl-15px {
    height: 15px;
  }

  .h-xxl-17px, .size-xxl-17px {
    height: 17px;
  }

  .h-xxl-20px, .size-xxl-20px {
    height: 20px;
  }

  .h-xxl-25px, .size-xxl-25px {
    height: 25px;
  }

  .h-xxl-30px, .size-xxl-30px {
    height: 30px;
  }

  .h-xxl-35px, .size-xxl-35px {
    height: 35px;
  }

  .h-xxl-40px, .size-xxl-40px {
    height: 40px;
  }

  .h-xxl-45px, .size-xxl-45px {
    height: 45px;
  }

  .h-xxl-50px, .size-xxl-50px {
    height: 50px;
  }

  .h-xxl-55px, .size-xxl-55px {
    height: 55px;
  }

  .h-xxl-60px, .size-xxl-60px {
    height: 60px;
  }

  .h-xxl-65px, .size-xxl-65px {
    height: 65px;
  }

  .h-xxl-70px, .size-xxl-70px {
    height: 70px;
  }

  .h-xxl-75px, .size-xxl-75px {
    height: 75px;
  }

  .h-xxl-80px, .size-xxl-80px {
    height: 80px;
  }

  .h-xxl-85px, .size-xxl-85px {
    height: 85px;
  }

  .h-xxl-90px, .size-xxl-90px {
    height: 90px;
  }

  .h-xxl-95px, .size-xxl-95px {
    height: 95px;
  }

  .h-xxl-100px, .size-xxl-100px {
    height: 100px;
  }

  .h-xxl-110px, .size-xxl-110px {
    height: 110px;
  }

  .h-xxl-120px, .size-xxl-120px {
    height: 120px;
  }

  .h-xxl-125px, .size-xxl-125px {
    height: 125px;
  }

  .h-xxl-130px, .size-xxl-130px {
    height: 130px;
  }

  .h-xxl-140px, .size-xxl-140px {
    height: 140px;
  }

  .h-xxl-150px, .size-xxl-150px {
    height: 150px;
  }

  .h-xxl-155px, .size-xxl-155px {
    height: 155px;
  }

  .h-xxl-160px, .size-xxl-160px {
    height: 160px;
  }

  .h-xxl-165px, .size-xxl-165px {
    height: 165px;
  }

  .h-xxl-170px, .size-xxl-170px {
    height: 170px;
  }

  .h-xxl-180px, .size-xxl-180px {
    height: 180px;
  }

  .h-xxl-190px, .size-xxl-190px {
    height: 190px;
  }

  .h-xxl-200px, .size-xxl-200px {
    height: 200px;
  }

  .h-xxl-210px, .size-xxl-210px {
    height: 210px;
  }

  .h-xxl-220px, .size-xxl-220px {
    height: 220px;
  }

  .h-xxl-230px, .size-xxl-230px {
    height: 230px;
  }

  .h-xxl-240px, .size-xxl-240px {
    height: 240px;
  }

  .h-xxl-250px, .size-xxl-250px {
    height: 250px;
  }

  .h-xxl-260px, .size-xxl-260px {
    height: 260px;
  }

  .h-xxl-270px, .size-xxl-270px {
    height: 270px;
  }

  .h-xxl-280px, .size-xxl-280px {
    height: 280px;
  }

  .h-xxl-290px, .size-xxl-290px {
    height: 290px;
  }

  .h-xxl-300px, .size-xxl-300px {
    height: 300px;
  }

  .h-xxl-310px, .size-xxl-310px {
    height: 310px;
  }

  .h-xxl-320px, .size-xxl-320px {
    height: 320px;
  }

  .h-xxl-330px, .size-xxl-330px {
    height: 330px;
  }

  .h-xxl-340px, .size-xxl-340px {
    height: 340px;
  }

  .h-xxl-350px, .size-xxl-350px {
    height: 350px;
  }

  .h-xxl-360px, .size-xxl-360px {
    height: 360px;
  }

  .h-xxl-370px, .size-xxl-370px {
    height: 370px;
  }

  .h-xxl-380px, .size-xxl-380px {
    height: 380px;
  }

  .h-xxl-390px, .size-xxl-390px {
    height: 390px;
  }

  .h-xxl-400px, .size-xxl-400px {
    height: 400px;
  }

  .h-xxl-410px, .size-xxl-410px {
    height: 410px;
  }

  .h-xxl-420px, .size-xxl-420px {
    height: 420px;
  }

  .h-xxl-450px, .size-xxl-450px {
    height: 450px;
  }

  .h-xxl-600px, .size-xxl-600px {
    height: 600px;
  }

  .pl-xxl-2px, .px-xxl-2px, .p-xxl-2px {
    padding-left: 2px !important;
  }

  .pl-xxl-3px, .px-xxl-3px, .p-xxl-3px {
    padding-left: 3px !important;
  }

  .pl-xxl-5px, .px-xxl-5px, .p-xxl-5px {
    padding-left: 5px !important;
  }

  .pl-xxl-10px, .px-xxl-10px, .p-xxl-10px {
    padding-left: 10px !important;
  }

  .pl-xxl-13px, .px-xxl-13px, .p-xxl-13px {
    padding-left: 13px !important;
  }

  .pl-xxl-15px, .px-xxl-15px, .p-xxl-15px {
    padding-left: 15px !important;
  }

  .pl-xxl-20px, .px-xxl-20px, .p-xxl-20px {
    padding-left: 20px !important;
  }

  .pl-xxl-25px, .px-xxl-25px, .p-xxl-25px {
    padding-left: 25px !important;
  }

  .pl-xxl-30px, .px-xxl-30px, .p-xxl-30px {
    padding-left: 30px !important;
  }

  .pl-xxl-35px, .px-xxl-35px, .p-xxl-35px {
    padding-left: 35px !important;
  }

  .pl-xxl-40px, .px-xxl-40px, .p-xxl-40px {
    padding-left: 40px !important;
  }

  .pl-xxl-50px, .px-xxl-50px, .p-xxl-50px {
    padding-left: 50px !important;
  }

  .pl-xxl-60px, .px-xxl-60px, .p-xxl-60px {
    padding-left: 60px !important;
  }

  .pl-xxl-65px, .px-xxl-65px, .p-xxl-65px {
    padding-left: 65px !important;
  }

  .pl-xxl-70px, .px-xxl-70px, .p-xxl-70px {
    padding-left: 70px !important;
  }

  .pl-xxl-75px, .px-xxl-75px, .p-xxl-75px {
    padding-left: 75px !important;
  }

  .pl-xxl-90px, .px-xxl-90px, .p-xxl-90px {
    padding-left: 90px !important;
  }

  .pl-xxl-100px, .px-xxl-100px, .p-xxl-100px {
    padding-left: 100px !important;
  }

  .pl-xxl-125px, .px-xxl-125px, .p-xxl-125px {
    padding-left: 125px !important;
  }

  .pl-xxl-130px, .px-xxl-130px, .p-xxl-130px {
    padding-left: 130px !important;
  }

  .pl-xxl-140px, .px-xxl-140px, .p-xxl-140px {
    padding-left: 140px !important;
  }

  .pl-xxl-150px, .px-xxl-150px, .p-xxl-150px {
    padding-left: 150px !important;
  }

  .pl-xxl-160px, .px-xxl-160px, .p-xxl-160px {
    padding-left: 160px !important;
  }

  .pl-xxl-170px, .px-xxl-170px, .p-xxl-170px {
    padding-left: 170px !important;
  }

  .pl-xxl-175px, .px-xxl-175px, .p-xxl-175px {
    padding-left: 175px !important;
  }

  .pl-xxl-180px, .px-xxl-180px, .p-xxl-180px {
    padding-left: 180px !important;
  }

  .pl-xxl-200px, .px-xxl-200px, .p-xxl-200px {
    padding-left: 200px !important;
  }

  .pl-xxl-250px, .px-xxl-250px, .p-xxl-250px {
    padding-left: 250px !important;
  }

  .pl-xxl-300px, .px-xxl-300px, .p-xxl-300px {
    padding-left: 300px !important;
  }

  .pl-xxl-350px, .px-xxl-350px, .p-xxl-350px {
    padding-left: 350px !important;
  }

  .pl-xxl-400px, .px-xxl-400px, .p-xxl-400px {
    padding-left: 400px !important;
  }

  .pr-xxl-2px, .px-xxl-2px, .p-xxl-2px {
    padding-right: 2px !important;
  }

  .pr-xxl-3px, .px-xxl-3px, .p-xxl-3px {
    padding-right: 3px !important;
  }

  .pr-xxl-5px, .px-xxl-5px, .p-xxl-5px {
    padding-right: 5px !important;
  }

  .pr-xxl-10px, .px-xxl-10px, .p-xxl-10px {
    padding-right: 10px !important;
  }

  .pr-xxl-13px, .px-xxl-13px, .p-xxl-13px {
    padding-right: 13px !important;
  }

  .pr-xxl-15px, .px-xxl-15px, .p-xxl-15px {
    padding-right: 15px !important;
  }

  .pr-xxl-20px, .px-xxl-20px, .p-xxl-20px {
    padding-right: 20px !important;
  }

  .pr-xxl-25px, .px-xxl-25px, .p-xxl-25px {
    padding-right: 25px !important;
  }

  .pr-xxl-30px, .px-xxl-30px, .p-xxl-30px {
    padding-right: 30px !important;
  }

  .pr-xxl-35px, .px-xxl-35px, .p-xxl-35px {
    padding-right: 35px !important;
  }

  .pr-xxl-40px, .px-xxl-40px, .p-xxl-40px {
    padding-right: 40px !important;
  }

  .pr-xxl-50px, .px-xxl-50px, .p-xxl-50px {
    padding-right: 50px !important;
  }

  .pr-xxl-60px, .px-xxl-60px, .p-xxl-60px {
    padding-right: 60px !important;
  }

  .pr-xxl-65px, .px-xxl-65px, .p-xxl-65px {
    padding-right: 65px !important;
  }

  .pr-xxl-70px, .px-xxl-70px, .p-xxl-70px {
    padding-right: 70px !important;
  }

  .pr-xxl-75px, .px-xxl-75px, .p-xxl-75px {
    padding-right: 75px !important;
  }

  .pr-xxl-90px, .px-xxl-90px, .p-xxl-90px {
    padding-right: 90px !important;
  }

  .pr-xxl-100px, .px-xxl-100px, .p-xxl-100px {
    padding-right: 100px !important;
  }

  .pr-xxl-125px, .px-xxl-125px, .p-xxl-125px {
    padding-right: 125px !important;
  }

  .pr-xxl-130px, .px-xxl-130px, .p-xxl-130px {
    padding-right: 130px !important;
  }

  .pr-xxl-140px, .px-xxl-140px, .p-xxl-140px {
    padding-right: 140px !important;
  }

  .pr-xxl-150px, .px-xxl-150px, .p-xxl-150px {
    padding-right: 150px !important;
  }

  .pr-xxl-160px, .px-xxl-160px, .p-xxl-160px {
    padding-right: 160px !important;
  }

  .pr-xxl-170px, .px-xxl-170px, .p-xxl-170px {
    padding-right: 170px !important;
  }

  .pr-xxl-175px, .px-xxl-175px, .p-xxl-175px {
    padding-right: 175px !important;
  }

  .pr-xxl-180px, .px-xxl-180px, .p-xxl-180px {
    padding-right: 180px !important;
  }

  .pr-xxl-200px, .px-xxl-200px, .p-xxl-200px {
    padding-right: 200px !important;
  }

  .pr-xxl-250px, .px-xxl-250px, .p-xxl-250px {
    padding-right: 250px !important;
  }

  .pr-xxl-300px, .px-xxl-300px, .p-xxl-300px {
    padding-right: 300px !important;
  }

  .pr-xxl-350px, .px-xxl-350px, .p-xxl-350px {
    padding-right: 350px !important;
  }

  .pr-xxl-400px, .px-xxl-400px, .p-xxl-400px {
    padding-right: 400px !important;
  }

  .pt-xxl-2px, .py-xxl-2px, .p-xxl-2px {
    padding-top: 2px !important;
  }

  .pt-xxl-3px, .py-xxl-3px, .p-xxl-3px {
    padding-top: 3px !important;
  }

  .pt-xxl-5px, .py-xxl-5px, .p-xxl-5px {
    padding-top: 5px !important;
  }

  .pt-xxl-10px, .py-xxl-10px, .p-xxl-10px {
    padding-top: 10px !important;
  }

  .pt-xxl-13px, .py-xxl-13px, .p-xxl-13px {
    padding-top: 13px !important;
  }

  .pt-xxl-15px, .py-xxl-15px, .p-xxl-15px {
    padding-top: 15px !important;
  }

  .pt-xxl-20px, .py-xxl-20px, .p-xxl-20px {
    padding-top: 20px !important;
  }

  .pt-xxl-25px, .py-xxl-25px, .p-xxl-25px {
    padding-top: 25px !important;
  }

  .pt-xxl-30px, .py-xxl-30px, .p-xxl-30px {
    padding-top: 30px !important;
  }

  .pt-xxl-35px, .py-xxl-35px, .p-xxl-35px {
    padding-top: 35px !important;
  }

  .pt-xxl-40px, .py-xxl-40px, .p-xxl-40px {
    padding-top: 40px !important;
  }

  .pt-xxl-50px, .py-xxl-50px, .p-xxl-50px {
    padding-top: 50px !important;
  }

  .pt-xxl-60px, .py-xxl-60px, .p-xxl-60px {
    padding-top: 60px !important;
  }

  .pt-xxl-65px, .py-xxl-65px, .p-xxl-65px {
    padding-top: 65px !important;
  }

  .pt-xxl-70px, .py-xxl-70px, .p-xxl-70px {
    padding-top: 70px !important;
  }

  .pt-xxl-75px, .py-xxl-75px, .p-xxl-75px {
    padding-top: 75px !important;
  }

  .pt-xxl-90px, .py-xxl-90px, .p-xxl-90px {
    padding-top: 90px !important;
  }

  .pt-xxl-100px, .py-xxl-100px, .p-xxl-100px {
    padding-top: 100px !important;
  }

  .pt-xxl-125px, .py-xxl-125px, .p-xxl-125px {
    padding-top: 125px !important;
  }

  .pt-xxl-130px, .py-xxl-130px, .p-xxl-130px {
    padding-top: 130px !important;
  }

  .pt-xxl-140px, .py-xxl-140px, .p-xxl-140px {
    padding-top: 140px !important;
  }

  .pt-xxl-150px, .py-xxl-150px, .p-xxl-150px {
    padding-top: 150px !important;
  }

  .pt-xxl-160px, .py-xxl-160px, .p-xxl-160px {
    padding-top: 160px !important;
  }

  .pt-xxl-170px, .py-xxl-170px, .p-xxl-170px {
    padding-top: 170px !important;
  }

  .pt-xxl-175px, .py-xxl-175px, .p-xxl-175px {
    padding-top: 175px !important;
  }

  .pt-xxl-180px, .py-xxl-180px, .p-xxl-180px {
    padding-top: 180px !important;
  }

  .pt-xxl-200px, .py-xxl-200px, .p-xxl-200px {
    padding-top: 200px !important;
  }

  .pt-xxl-250px, .py-xxl-250px, .p-xxl-250px {
    padding-top: 250px !important;
  }

  .pt-xxl-300px, .py-xxl-300px, .p-xxl-300px {
    padding-top: 300px !important;
  }

  .pt-xxl-350px, .py-xxl-350px, .p-xxl-350px {
    padding-top: 350px !important;
  }

  .pt-xxl-400px, .py-xxl-400px, .p-xxl-400px {
    padding-top: 400px !important;
  }

  .pb-xxl-2px, .py-xxl-2px, .p-xxl-2px {
    padding-bottom: 2px !important;
  }

  .pb-xxl-3px, .py-xxl-3px, .p-xxl-3px {
    padding-bottom: 3px !important;
  }

  .pb-xxl-5px, .py-xxl-5px, .p-xxl-5px {
    padding-bottom: 5px !important;
  }

  .pb-xxl-10px, .py-xxl-10px, .p-xxl-10px {
    padding-bottom: 10px !important;
  }

  .pb-xxl-13px, .py-xxl-13px, .p-xxl-13px {
    padding-bottom: 13px !important;
  }

  .pb-xxl-15px, .py-xxl-15px, .p-xxl-15px {
    padding-bottom: 15px !important;
  }

  .pb-xxl-20px, .py-xxl-20px, .p-xxl-20px {
    padding-bottom: 20px !important;
  }

  .pb-xxl-25px, .py-xxl-25px, .p-xxl-25px {
    padding-bottom: 25px !important;
  }

  .pb-xxl-30px, .py-xxl-30px, .p-xxl-30px {
    padding-bottom: 30px !important;
  }

  .pb-xxl-35px, .py-xxl-35px, .p-xxl-35px {
    padding-bottom: 35px !important;
  }

  .pb-xxl-40px, .py-xxl-40px, .p-xxl-40px {
    padding-bottom: 40px !important;
  }

  .pb-xxl-50px, .py-xxl-50px, .p-xxl-50px {
    padding-bottom: 50px !important;
  }

  .pb-xxl-60px, .py-xxl-60px, .p-xxl-60px {
    padding-bottom: 60px !important;
  }

  .pb-xxl-65px, .py-xxl-65px, .p-xxl-65px {
    padding-bottom: 65px !important;
  }

  .pb-xxl-70px, .py-xxl-70px, .p-xxl-70px {
    padding-bottom: 70px !important;
  }

  .pb-xxl-75px, .py-xxl-75px, .p-xxl-75px {
    padding-bottom: 75px !important;
  }

  .pb-xxl-90px, .py-xxl-90px, .p-xxl-90px {
    padding-bottom: 90px !important;
  }

  .pb-xxl-100px, .py-xxl-100px, .p-xxl-100px {
    padding-bottom: 100px !important;
  }

  .pb-xxl-125px, .py-xxl-125px, .p-xxl-125px {
    padding-bottom: 125px !important;
  }

  .pb-xxl-130px, .py-xxl-130px, .p-xxl-130px {
    padding-bottom: 130px !important;
  }

  .pb-xxl-140px, .py-xxl-140px, .p-xxl-140px {
    padding-bottom: 140px !important;
  }

  .pb-xxl-150px, .py-xxl-150px, .p-xxl-150px {
    padding-bottom: 150px !important;
  }

  .pb-xxl-160px, .py-xxl-160px, .p-xxl-160px {
    padding-bottom: 160px !important;
  }

  .pb-xxl-170px, .py-xxl-170px, .p-xxl-170px {
    padding-bottom: 170px !important;
  }

  .pb-xxl-175px, .py-xxl-175px, .p-xxl-175px {
    padding-bottom: 175px !important;
  }

  .pb-xxl-180px, .py-xxl-180px, .p-xxl-180px {
    padding-bottom: 180px !important;
  }

  .pb-xxl-200px, .py-xxl-200px, .p-xxl-200px {
    padding-bottom: 200px !important;
  }

  .pb-xxl-250px, .py-xxl-250px, .p-xxl-250px {
    padding-bottom: 250px !important;
  }

  .pb-xxl-300px, .py-xxl-300px, .p-xxl-300px {
    padding-bottom: 300px !important;
  }

  .pb-xxl-350px, .py-xxl-350px, .p-xxl-350px {
    padding-bottom: 350px !important;
  }

  .pb-xxl-400px, .py-xxl-400px, .p-xxl-400px {
    padding-bottom: 400px !important;
  }

  .xxl-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }

  .xxl-no-gutters > .col,
.xxl-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .xxl-gutters-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .xxl-gutters-1 > .col,
.xxl-gutters-1 > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
  }

  .xxl-gutters-2 {
    margin-right: -2px;
    margin-left: -2px;
  }

  .xxl-gutters-2 > .col,
.xxl-gutters-2 > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .xxl-gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
  }

  .xxl-gutters-3 > .col,
.xxl-gutters-3 > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }

  .xxl-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }

  .xxl-gutters-5 > .col,
.xxl-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .xxl-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .xxl-gutters-10 > .col,
.xxl-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xxl-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }

  .xxl-gutters-15 > .col,
.xxl-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .xxl-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .xxl-gutters-20 > .col,
.xxl-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }

  .xxl-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }

  .xxl-gutters-25 > .col,
.xxl-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }

  .xxl-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .xxl-gutters-30 > .col,
.xxl-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .xxl-gutters-35 {
    margin-right: -35px;
    margin-left: -35px;
  }

  .xxl-gutters-35 > .col,
.xxl-gutters-35 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .xxl-gutters-40 {
    margin-right: -40px;
    margin-left: -40px;
  }

  .xxl-gutters-40 > .col,
.xxl-gutters-40 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .xxl-gutters-50 {
    margin-right: -50px;
    margin-left: -50px;
  }

  .xxl-gutters-50 > .col,
.xxl-gutters-50 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }

  .xxl-gutters-60 {
    margin-right: -60px;
    margin-left: -60px;
  }

  .xxl-gutters-60 > .col,
.xxl-gutters-60 > [class*=col-] {
    padding-right: 60px;
    padding-left: 60px;
  }

  .xxl-gutters-80 {
    margin-right: -80px;
    margin-left: -80px;
  }

  .xxl-gutters-80 > .col,
.xxl-gutters-80 > [class*=col-] {
    padding-right: 80px;
    padding-left: 80px;
  }

  .xxl-gutters-90 {
    margin-right: -90px;
    margin-left: -90px;
  }

  .xxl-gutters-90 > .col,
.xxl-gutters-90 > [class*=col-] {
    padding-right: 90px;
    padding-left: 90px;
  }

  .xxl-gutters-100 {
    margin-right: -100px;
    margin-left: -100px;
  }

  .xxl-gutters-100 > .col,
.xxl-gutters-100 > [class*=col-] {
    padding-right: 100px;
    padding-left: 100px;
  }
}
:root {
  --default: #494E56;
  --primary: #195D80;
  --hov-primary: #03344F;
  --secondary: #CA451E;
  --hov-secondary: #8C2F19;
  --backcolor: #F2F4F4;
  --formcolor: #8A9599;
  --tablecolor: #E4EEEF;
  --tabinactive: #D3DCDD;
  --danger: #B7182C;
  --red: #FF0D0D;
  --green: #69B34C;
  --grey: #bfbfbf;
  --blue: #25AAE1;
  --yellow: #F2DE22;
  --orange: #FF8E15;
  --white: #fff;
  --black: #000;
  --gold: #CA9B1E;
  --font-family: "Open Sans", sans-serif;
}

body {
  background-color: var(--backcolor);
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--default);
  line-height: 1.25;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
  transition: all 0.3s ease;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.title-line {
  position: relative;
}

.title-line:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  border-top: 2px solid var(--secondary);
  width: 40px;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.bg-indigo {
  background-color: #6574cd !important;
}

.h-5 {
  height: 1.25rem !important;
}

.w-5 {
  height: 1.25rem !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.bg-light {
  background: #f3f4f6 !important;
}

.card {
  border-radius: 0;
  border: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f9fafb;
  border-top: 0;
}

.card-footer:last-child {
  border-radius: 0 0 0.475rem 0.475rem;
}

.dropdown-menu {
  width: 220px;
}

.small {
  font-size: 0.875rem !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a:hover {
  color: var(--hov-primary);
}

/*Alert*/
.alert {
  padding: 10px 1rem;
  border-radius: 0;
}

.alert-success,
.alert-danger {
  color: var(--default);
  background-color: var(--backcolor);
  border-color: transparent;
}

.alert.alert-list {
  padding-left: 3rem;
}

.alert.alert-danger::before,
.alert.alert-success::before,
.alert.alert-warning::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.7em;
}

.alert.alert-danger::before {
  background-image: url("/img/icons/alert-error.svg");
}

.alert.alert-success::before {
  background-image: url("/img/icons/alert-success.svg");
}

.alert.alert-warning::before {
  background-image: url("/img/icons/alert-warning.svg");
}

.alert.alert-list::before {
  position: absolute;
  left: 1rem;
}

.modal .alert {
  z-index: 1;
}

.modal .alert::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
  background-color: var(--backcolor);
  z-index: -1;
}

.spinner-border-sm {
  width: 1em;
  height: 1em;
}

/*Form*/
.form-control,
.form-select {
  font-size: 1em;
  color: var(--default);
  background-color: var(--white);
  border: 1px solid var(--formcolor);
  border-radius: 5px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--white);
}

.form-control:disabled, .cursor-not-allow {
  cursor: not-allowed;
}

.form-control.fade-control,
.form-select.fade-control {
  color: var(--formcolor);
}

.form-control::-moz-placeholder {
  color: var(--default);
}

.form-control:-ms-input-placeholder {
  color: var(--default);
}

.form-control::placeholder {
  color: var(--default);
}

.form-control.fade-control::-moz-placeholder {
  color: var(--formcolor);
}

.form-control.fade-control:-ms-input-placeholder {
  color: var(--formcolor);
}

.form-control.fade-control::placeholder {
  color: var(--formcolor);
}

.form-control:focus {
  color: var(--default);
  background-color: var(--white);
  border-color: var(--primary);
  box-shadow: none;
}

.form-select:focus {
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

.form-control-with-label {
  position: relative;
}

.form-control-with-label > .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle,
.form-control-with-label .input-group-control > .form-control {
  padding: 20px 10px 3px;
}

.form-group .form-control-with-label .bootstrap-select {
  padding: 0;
}

.form-euro {
  padding-left: 2em !important;
  background-image: url("/img/icons/euro-symbol.svg");
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.form-percentage {
  padding-left: 2em !important;
  background-image: url("/img/icons/percentage-symbol.svg");
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.form-control-with-label label {
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  font-size: 12px;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.2em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.form-control-with-label .form-euro,
.form-control-with-label .form-percentage {
  background-position: 10px calc(100% - 10px);
}

.form-search {
  padding-left: 2.2em;
  background-image: url("/img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 1.2em;
}

.form-control.empty-on-default .btn.dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  width: 0;
  opacity: 0;
}

.input-group-control {
  position: relative;
  flex: 1 0 0%;
  display: flex;
  align-content: stretch;
}

.input-group .input-group-prepend .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control-with-label .input-group .input-group-prepend > .form-control,
.form-control-with-label .input-group .input-group-prepend > .bootstrap-select .dropdown-toggle,
.form-control-with-label .input-group .input-group-append > .form-control,
.form-control-with-label .input-group .input-group-append > .bootstrap-select .dropdown-toggle {
  padding: 11.5px 10px;
}

.form-control-with-label .input-group .input-group-prepend .dropdown-toggle::after,
.form-control-with-label .input-group .input-group-append .dropdown-toggle::after {
  top: auto;
}

.input-group .input-group-prepend ~ .form-control,
.input-group .input-group-prepend ~ .input-group-control .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*Select*/
.bootstrap-select {
  padding: 0 !important;
}

.dropdown-toggle,
.dropdown-toggle.disabled {
  border-color: var(--formcolor);
  background-color: var(--white);
  color: var(--default);
  opacity: 1;
}

.bootstrap-select.form-control.fade-control > .dropdown-toggle {
  color: var(--formcolor);
}

.bootstrap-select.form-control.py-2px > .dropdown-toggle {
  padding-top: 2px;
  padding-bottom: 2px;
}

.bootstrap-select.form-control.py-5px > .dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bootstrap-select.form-control.fw-700 > .dropdown-toggle {
  font-weight: 700;
}

.bootstrap-select.show > .btn-light.dropdown-toggle {
  border-color: var(--primary);
  background-color: transparent;
}

.bootstrap-select.show:not(.dropup) > .btn-light.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-select.show.dropup > .btn-light.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--default);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option-inner-inner,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active .filter-option-inner-inner,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus .filter-option-inner-inner,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover .filter-option-inner-inner {
  color: transparent;
}

.bootstrap-select .dropdown-toggle:hover {
  background-color: transparent;
  border-color: initial;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none !important;
  border-color: var(--primary);
  background-color: transparent;
}

.form-control-with-label .dropdown-toggle::after {
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  position: relative;
  top: -0.4em;
}

.form-control-with-label .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.35em solid;
}

.dropdown-menu {
  font-size: 1em;
  color: var(--default);
  border: 1px solid var(--formcolor);
  border-radius: 7px;
  padding: 0;
}

.bootstrap-select .dropdown-menu {
  width: auto;
}

.bootstrap-select.show .dropdown-menu {
  border-color: var(--primary);
}

.bootstrap-select.show:not(.dropup) .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-select.show.dropup .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-select.show-tick .dropdown-menu li a {
  display: flex;
  flex-wrap: wrap;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark,
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: relative;
  display: block;
  right: auto;
  top: 0.2em;
  flex: 0 0 0.75em;
  max-width: 0.75em;
  height: 0.75em;
  border-radius: 0.15em;
  border: 1px solid;
}

.bootstrap-select .bs-ok-default::after {
  content: "";
  display: block;
  width: 0.325em;
  height: 0.6em;
  border-style: solid;
  border-width: 0 0.16em 0.16em 0;
  transform: rotate(45deg);
  border-color: var(--danger);
  position: absolute;
  left: 0.2em;
  bottom: 0.15em;
  opacity: 0;
}

.bootstrap-select .dropdown-menu .selected .bs-ok-default::after {
  opacity: 1;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  margin-left: 0.5em;
  flex: 0 0 calc(100% - 1.25em);
  max-width: calc(100% - 1.25em);
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--default);
  background-color: var(--tablecolor);
}

.dropdown-item {
  padding: 5px 10px;
  color: var(--default);
  line-height: 1.2;
  white-space: normal;
}

/*Buttons*/
.btn {
  font-size: 1em;
  border-radius: 5px;
}

.btn.btn-add {
  padding-left: 45px;
  position: relative;
}

.btn.btn-add::before {
  content: "+";
  position: absolute;
  left: 15px;
  font-size: 1.5em;
  line-height: 1;
}

.btn:focus {
  box-shadow: none;
}

.btn-table {
  padding: 2px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*Modal*/
.modal {
  z-index: 10550;
}

.modal .back-btn {
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}

.modal .back-btn .icon {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
  vertical-align: middle;
}

.modal .back-btn:hover {
  color: var(--secondary);
}

.modal .btn-close {
  opacity: 1;
  transition: all 0.3s ease;
  background: none;
  padding: 0;
  font-size: 20px;
  line-height: 1;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.modal .btn-close svg {
  stroke: #C2CCCE;
  transition: all 0.3s ease;
}

.modal .btn-close:hover svg {
  stroke: var(--primary);
}

.modal-dialog {
  width: calc(100% - 1rem);
  max-width: 100%;
  max-height: calc(100% - 1rem);
}

.modal-dialog.modal-full-height {
  height: calc(100% - 1rem);
}

.modal-content {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}

.modal-dialog.modal-full-height .modal-content {
  height: calc(100vh - 50px);
}

.modal-backdrop {
  background-color: #fff;
  z-index: 10500;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-dialog.modal-full-height .modal-body {
  padding-top: 0 !important;
}

/*Table*/
.table {
  --bs-table-striped-color: var(--default);
  --bs-table-active-color: var(--default);
  --bs-table-hover-color: var(--default);
  color: var(--default);
}

.table thead {
  background-color: var(--tablecolor);
  font-size: 12px;
  line-height: 1;
}

.table thead th {
  font-weight: 400;
  border-bottom: 0;
}

.table thead th .table-sort {
  position: relative;
  padding-right: 1.75em;
  display: inline-block;
}

.table thead th .table-sort:after {
  content: "";
  background-image: url("/img/icons/sort-icon.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
}

.table tbody td {
  border-bottom: 1px solid rgba(73, 78, 86, 0.1);
  vertical-align: middle;
  font-size: 12px;
  padding: 0.4rem 0.5rem;
}

.table tbody tr.table-row-success td {
  border-bottom-color: rgba(105, 179, 76, 0.3);
}

.table tbody tr.table-row-warning td {
  border-bottom-color: rgba(255, 142, 21, 0.3);
}

.table tbody tr.table-row-danger td {
  border-bottom-color: rgba(183, 24, 44, 0.2);
}

.table:not(.is-responsive) tbody tr:not(.table-row-success) td.table-td-success {
  background-color: rgba(105, 179, 76, 0.3);
  border-color: transparent;
}

.table:not(.is-responsive) tbody tr:not(.table-row-warning) td.table-td-warning {
  background-color: rgba(255, 142, 21, 0.3);
  border-color: transparent;
}

.table:not(.is-responsive) tbody tr:not(.table-row-danger) td.table-td-danger {
  background-color: rgba(183, 24, 44, 0.2);
  border-color: transparent;
}

.table tbody tr.row-responsive:not(.table-row-success) td.table-td-success {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.table tbody tr.row-responsive:not(.table-row-warning) td.table-td-warning {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.table tbody tr.row-responsive:not(.table-row-danger) td.table-td-danger {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.table tbody tr.row-responsive:not(.table-row-success) td.table-td-success:before,
.table tbody tr.row-responsive:not(.table-row-warning) td.table-td-warning:before,
.table tbody tr.row-responsive:not(.table-row-danger) td.table-td-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0;
  z-index: -1;
}

.table tbody tr.row-responsive:not(.table-row-success) td.table-td-success:before {
  background-color: rgba(105, 179, 76, 0.3);
}

.table tbody tr.row-responsive:not(.table-row-warning) td.table-td-warning:before {
  background-color: rgba(255, 142, 21, 0.3);
}

.table tbody tr.row-responsive:not(.table-row-danger) td.table-td-danger:before {
  background-color: rgba(183, 24, 44, 0.2);
}

.table > :not(:first-child) {
  border-top: none;
}

.color-info {
  height: 1.25em;
  width: 0.3em;
  display: inline-block;
  vertical-align: top;
}

.color-info.danger {
  background-color: rgba(183, 24, 44, 0.2);
}

.color-info.warning {
  background-color: rgba(255, 142, 21, 0.3);
}

.color-info.success {
  background-color: rgba(105, 179, 76, 0.3);
}

.table .btn-table {
  margin: 2px 0;
}

/*Responsive Table*/
.row-toggle-icon {
  width: 2em;
  height: 2em;
  background-color: var(--tablecolor);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.row-toggle-icon::after {
  content: "+";
}

.row-toggle.active {
  border-top: 1px solid rgba(73, 78, 86, 0.6);
}

.row-toggle.active .row-toggle-icon::after {
  content: "-";
}

.row-toggle:not(.active) + .row-responsive {
  display: none;
}

.row-toggle-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.row-responsive > td {
  padding: 5px 0;
}

.table tbody .row-responsive > td {
  border-bottom: 1px solid rgba(73, 78, 86, 0.6);
}

.row-responsive table {
  width: 100%;
}

.row-responsive table td {
  padding: 5px 0;
  border: none;
}

.responsive-table.is-responsive .row-responsive .justify-content-end {
  justify-content: flex-start !important;
}

/*Pagination*/
.page-link {
  padding: 2px 5px;
  color: rgba(73, 78, 86, 0.5);
  border: 1px solid transparent;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}

.page-item.disabled .page-link {
  color: rgba(73, 78, 86, 0.5);
  background-color: #fff;
  border-color: transparent;
  opacity: 0.2;
}

.page-item.active .page-link {
  color: var(--hov-primary);
  background-color: #fff;
  border-color: var(--hov-primary);
}

.page-item:first-child .page-link:after,
.page-item:last-child .page-link:after {
  content: "";
  position: relative;
  height: 0;
  width: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  display: inline-block;
  transition: all 0.3s ease;
}

.page-item:first-child .page-link:after {
  border-right: 0.4em solid var(--hov-primary);
}

.page-item:last-child .page-link:after {
  border-left: 0.4em solid var(--hov-primary);
}

.page-link:hover {
  color: var(--white);
  background-color: var(--hov-primary);
  border-color: var(--hov-primary);
}

.page-item:first-child .page-link:hover:after {
  border-right-color: var(--white);
}

.page-item:last-child .page-link:hover:after {
  border-left-color: var(--white);
}

.page-link:focus {
  box-shadow: none;
}

/*Tabs*/
.website-tab {
  margin-bottom: 10px;
  display: block;
  color: var(--tabinactive);
  border-bottom: 1px solid var(--tabinactive);
  padding-bottom: 2px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.website-tab.active,
.website-tab:hover {
  color: var(--hov-primary);
}

.website-tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 2px solid var(--secondary);
  transition: all 0.3s ease;
}

.website-tab.active::after {
  width: 60px;
}

.website-tab svg {
  height: 0.7em;
  fill: var(--tabinactive);
  transition: all 0.3s ease;
}

.website-tab.active svg,
.website-tab:hover svg {
  fill: var(--hov-primary);
}

.website-tab-dropdown:not(.active) {
  display: none;
}

/*Tree List*/
.tree-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.tree-list li {
  margin-bottom: 15px;
}

.tree-list li .tree-box {
  display: inline-block;
  background-color: var(--white);
  padding: 20px 15px;
  position: relative;
}

.tree-list ul {
  padding-left: 25px;
  list-style: none;
}

.tree-list ul .tree-box::before {
  content: "";
  border-bottom: 2px solid var(--tabinactive);
  position: absolute;
  display: block;
  border-left: 2px solid var(--tabinactive);
  left: -25px;
  bottom: 50%;
  top: -1000000px;
  width: 25px;
  z-index: -1;
}

.tree-list .tree-box::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  background-color: var(--backcolor);
  height: 15px;
  bottom: -15px;
}

.tree-list li .tree-box .text {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.tree-list li .tree-box:hover {
  color: var(--hov-primary);
}

.tree-list li .tree-box:hover .text {
  border-color: var(--hov-primary);
}

.modal .tree-list li .tree-box {
  background-color: var(--backcolor);
}

.modal .tree-list li .tree-box::after {
  background-color: var(--white);
}

/*Panel Structure*/
.user-panel-sidebar {
  flex: 0 0 265px;
  max-width: 265px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
}

.user-panel-body {
  flex: 0 0 100%;
  max-width: 100%;
  transition: all 0.3s ease;
}

/*Panel Sidebar*/
.user-panel-logo {
  filter: brightness(0) invert(1);
  display: block;
  width: 100%;
}

.user-panel-sidebar-body .sidebar-toggle {
  position: absolute;
  right: 0;
  background-color: var(--white);
  color: var(--hov-primary);
  cursor: pointer;
  width: 17px;
  height: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  top: 55px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.user-panel-sidebar-body .sidebar-toggle:hover {
  background-color: var(--hov-primary);
  color: var(--white);
}

.sidebar-nav-item {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}

.sidebar-nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--gold);
  opacity: 0;
}

.sidebar-nav-item .icon {
  flex: 0 0 30px;
  max-width: 30px;
  display: block;
}

.sidebar-nav-item .icon svg {
  fill: rgba(255, 255, 255, 0.5);
  height: 1.15em;
  transition: all 0.3s ease;
}

.sidebar-nav-item .icon.stroke svg {
  stroke: rgba(255, 255, 255, 0.5);
}

.sidebar-nav-item .text {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  display: block;
  position: relative;
}

.sidebar-nav-item.has-submenu .text {
  padding-right: 1em;
}

.sidebar-nav-item.has-submenu .text::after {
  content: "";
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.25em solid;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.sidebar-navigation ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 30px;
  font-size: 13px;
  position: relative;
  display: none;
}

.sidebar-navigation ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: -40px;
  background-color: var(--hov-primary);
}

.sidebar-navigation ul li .sidebar-nav-item {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-nav-item:hover .icon svg {
  fill: var(--white);
}

.sidebar-nav-item:hover .icon.stroke svg {
  stroke: var(--white);
}

.sidebar-nav-item:hover,
.sidebar-nav-item.active,
.sidebar-navigation ul li .sidebar-nav-item:hover {
  color: var(--white);
}

.sidebar-nav-item.active:after {
  opacity: 1;
}

.sidebar-nav-item.active .icon {
  color: var(--gold);
}

.sidebar-nav-item.active .icon svg {
  fill: var(--gold);
}

.sidebar-nav-item.active .icon.stroke svg {
  stroke: var(--gold);
}

.sidebar-nav-item.has-submenu.active .text::after {
  transform: rotate(180deg);
}

.sidebar-nav-item.has-submenu.active + ul {
  display: block;
}

.sidebar-navigation ul li .sidebar-nav-item.active {
  color: var(--white);
}

.sidebar-navigation ul li .sidebar-nav-item.active::after {
  border-color: var(--white);
}

/*Header*/
.header-logout-link svg {
  height: 1em;
  fill: var(--hov-primary);
  vertical-align: text-top;
}

.header-label {
  position: relative;
  overflow: hidden;
}
.header-label .sidebar-toggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--white);
  width: 17px;
  height: 40px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  z-index: 10000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin: auto;
  text-align: center;
  transform-origin: right center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header-label .sidebar-toggle:hover {
  background-color: var(--hov-primary);
  color: var(--white);
}

body.close-sidebar .sidebar-toggle {
  transform: translateX(-100%) rotate(180deg);
  background-color: var(--primary);
  color: var(--white);
}

.colored-row {
  background-color: #69B34C;
}

.mdi-dots-vertical:before {
  content: "⠇";
}

.vertical-align {
  display: flex;
  align-items: center;
}

div.dropright {
  display: flex;
  justify-content: flex-end;
}
div.dropright ul li:hover {
  background: #C5C5C5;
}
div.dropright ul li button {
  text-align: left;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  pointer-events: none;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.loader:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
}

.loader:after {
  content: "";
  -webkit-animation: la-spin 1.5s infinite linear;
  animation: la-spin 1.5s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/icons/loader.svg");
}

.clientContactRemoval {
  align-items: center;
}

.pr-10 {
  padding-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.min-width-200 {
  min-width: 200px !important;
}

.h-100 {
  height: 100%;
}

@-webkit-keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pointer-event-none {
  pointer-events: none;
}

.dropright ul li button.btn {
  width: 100%;
}

.cancelTextColor {
  color: var(--danger);
}

.mt-50 {
  margin-top: 50px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.status-green {
  height: 20px;
  width: 20px;
  background-color: var(--green);
  border-radius: 50%;
  display: inline-block;
}

.status-red {
  height: 20px;
  width: 20px;
  background-color: var(--red);
  border-radius: 50%;
  display: inline-block;
}

.status-grey {
  height: 20px;
  width: 20px;
  background-color: var(--grey);
  border-radius: 50%;
  display: inline-block;
}

/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
  /*Modal*/
  .modal-dialog {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog.modal-full-height {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog,
.modal-sm,
.modal-lg,
.modal-xl {
    max-width: 500px;
  }

  /*Table*/
  .table tbody td {
    font-size: 14px;
  }
}
/* md */
@media (min-width: 768px) {
  /*All*/
  .title-line:after {
    margin: 20px auto 0;
  }

  /*Form*/
  .form-control,
.form-select {
    border-radius: 8px;
  }

  .bootstrap-select.form-control.py-md-5px > .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /*Buttons*/
  .btn {
    border-radius: 8px;
  }

  /*Modals*/
  .modal-md,
.modal-lg,
.modal-xl {
    max-width: 675px;
  }
}
/* lg */
@media (min-width: 992px) {
  /*All*/
  body {
    font-size: 16px;
  }

  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }

  /*Modal*/
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }

  /*Panel Structure*/
  .user-panel-body {
    flex: 0 0 calc(100% - 265px);
    max-width: calc(100% - 265px);
  }

  body.close-sidebar .user-panel-sidebar {
    flex: 0 0 0;
    max-width: 0;
  }

  body.close-sidebar .user-panel-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* xl */
@media (min-width: 1200px) {
  /*Modal*/
  .modal-xl {
    max-width: 1140px;
  }

  /*Form*/
  .form-control-with-label label {
    font-size: 14px;
  }
}
/* xxl */
/* xxxl */
@media (min-width: 1750px) {
  .container {
    max-width: 1550px;
  }
}
/*Responsive - Desktop First*/
/* md */
@media (max-width: 991.98px) {
  /*Panel Structure*/
  .user-panel-sidebar {
    transform: translateX(0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }

  body.close-sidebar .user-panel-sidebar {
    transform: translateX(-100%);
  }

  body:not(.close-sidebar) .user-panel-body {
    filter: blur(5px);
  }
}
/* sm */
@media (max-width: 767.98px) {
  /*Buttons*/
  .btn.btn-add {
    font-size: 0 !important;
    height: 28px;
    width: 28px;
    padding: 2px !important;
  }

  .btn.btn-add::before {
    font-size: 20px;
    line-height: 26px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
/* xs */
@media (max-width: 575.98px) {
  /*Header*/
  .header-label {
    padding-left: 20px;
  }
}
