@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #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: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 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;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  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, body#product .breadcrumb ol,
.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, body#product .breadcrumb ol {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, body#product .breadcrumb ol {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, body#product .breadcrumb ol {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, body#product .breadcrumb ol {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, body#product .breadcrumb ol {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.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%;
}

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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-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-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-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-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-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-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(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.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: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

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

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

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  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: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -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.5;
  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.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.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.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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.875rem;
}

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

.form-check {
  display: block;
  min-height: 1.5rem;
  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.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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: #0d6efd;
  border-color: #0d6efd;
  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='%2386b7fe'/%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 #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}
.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: #0d6efd;
  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: #b6d4fe;
}
.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::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  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: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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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.25rem;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 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: #dc3545;
  padding-right: calc(1.5em + 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

.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.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.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(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.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: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.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(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.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(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  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: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  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: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  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: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #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: #0d6efd;
}
.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: #0d6efd;
  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: #0a58ca;
}
.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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: #0d6efd;
}

.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, body#product .breadcrumb .navbar > ol,
.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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.25rem;
  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;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.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:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 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: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  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: #0c63e4;
  background-color: #e7f1ff;
  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='%230c63e4'%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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  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: #0d6efd;
  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: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #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: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

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

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

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

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

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  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: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.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: #0d6efd;
  border-color: #0d6efd;
}
.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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.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: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

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

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

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.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(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-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:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  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: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 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.5;
}

.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.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #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.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #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: 1rem;
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

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

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

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

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

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

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

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.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: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

.border-danger {
  border-color: #dc3545 !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, .section-title > * {
  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, .product-customization {
  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, .product-customization .card {
  padding: 1rem !important;
}

.p-4, .usp-item {
  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.375rem + 1.5vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

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

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

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

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

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

.bg-body {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 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.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
}

.h0 {
  font-size: 64px;
}

h1, .h1 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 32px;
  }
}

h4, .h4 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 22px;
  }
}

h6, .h6 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 18px;
  }
}

p, .p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  p, .p {
    font-size: 18px;
  }
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
}

.fs-10-px {
  font-size: 10px;
}
@media screen and (min-width: 576px) {
  .fs-sm-10-px {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-10-px {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-10-px {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-10-px {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-10-px {
    font-size: 10px;
  }
}

.fs-11-px {
  font-size: 11px;
}
@media screen and (min-width: 576px) {
  .fs-sm-11-px {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-11-px {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-11-px {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-11-px {
    font-size: 11px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-11-px {
    font-size: 11px;
  }
}

.fs-12-px {
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .fs-sm-12-px {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-12-px {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-12-px {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-12-px {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-12-px {
    font-size: 12px;
  }
}

.fs-13-px {
  font-size: 13px;
}
@media screen and (min-width: 576px) {
  .fs-sm-13-px {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-13-px {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-13-px {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-13-px {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-13-px {
    font-size: 13px;
  }
}

.fs-14-px {
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .fs-sm-14-px {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-14-px {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-14-px {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-14-px {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-14-px {
    font-size: 14px;
  }
}

.fs-15-px {
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  .fs-sm-15-px {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-15-px {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-15-px {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-15-px {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-15-px {
    font-size: 15px;
  }
}

.fs-16-px {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .fs-sm-16-px {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-16-px {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-16-px {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-16-px {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-16-px {
    font-size: 16px;
  }
}

.fs-17-px {
  font-size: 17px;
}
@media screen and (min-width: 576px) {
  .fs-sm-17-px {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-17-px {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-17-px {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-17-px {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-17-px {
    font-size: 17px;
  }
}

.fs-18-px {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .fs-sm-18-px {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-18-px {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-18-px {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-18-px {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-18-px {
    font-size: 18px;
  }
}

.fs-19-px {
  font-size: 19px;
}
@media screen and (min-width: 576px) {
  .fs-sm-19-px {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-19-px {
    font-size: 19px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-19-px {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-19-px {
    font-size: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-19-px {
    font-size: 19px;
  }
}

.fs-20-px {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .fs-sm-20-px {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-20-px {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-20-px {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-20-px {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-20-px {
    font-size: 20px;
  }
}

.fs-21-px {
  font-size: 21px;
}
@media screen and (min-width: 576px) {
  .fs-sm-21-px {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-21-px {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-21-px {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-21-px {
    font-size: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-21-px {
    font-size: 21px;
  }
}

.fs-22-px {
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  .fs-sm-22-px {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-22-px {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-22-px {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-22-px {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-22-px {
    font-size: 22px;
  }
}

.fs-23-px {
  font-size: 23px;
}
@media screen and (min-width: 576px) {
  .fs-sm-23-px {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-23-px {
    font-size: 23px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-23-px {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-23-px {
    font-size: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-23-px {
    font-size: 23px;
  }
}

.fs-24-px {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .fs-sm-24-px {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-24-px {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-24-px {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-24-px {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-24-px {
    font-size: 24px;
  }
}

.fs-25-px {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  .fs-sm-25-px {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-25-px {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-25-px {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-25-px {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-25-px {
    font-size: 25px;
  }
}

.fs-26-px {
  font-size: 26px;
}
@media screen and (min-width: 576px) {
  .fs-sm-26-px {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-26-px {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-26-px {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-26-px {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-26-px {
    font-size: 26px;
  }
}

.fs-27-px {
  font-size: 27px;
}
@media screen and (min-width: 576px) {
  .fs-sm-27-px {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-27-px {
    font-size: 27px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-27-px {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-27-px {
    font-size: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-27-px {
    font-size: 27px;
  }
}

.fs-28-px {
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  .fs-sm-28-px {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-28-px {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-28-px {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-28-px {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-28-px {
    font-size: 28px;
  }
}

.fs-29-px {
  font-size: 29px;
}
@media screen and (min-width: 576px) {
  .fs-sm-29-px {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-29-px {
    font-size: 29px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-29-px {
    font-size: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-29-px {
    font-size: 29px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-29-px {
    font-size: 29px;
  }
}

.fs-30-px {
  font-size: 30px;
}
@media screen and (min-width: 576px) {
  .fs-sm-30-px {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-30-px {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-30-px {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-30-px {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-30-px {
    font-size: 30px;
  }
}

.fs-31-px {
  font-size: 31px;
}
@media screen and (min-width: 576px) {
  .fs-sm-31-px {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-31-px {
    font-size: 31px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-31-px {
    font-size: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-31-px {
    font-size: 31px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-31-px {
    font-size: 31px;
  }
}

.fs-32-px {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .fs-sm-32-px {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-32-px {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-32-px {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-32-px {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-32-px {
    font-size: 32px;
  }
}

.fs-33-px {
  font-size: 33px;
}
@media screen and (min-width: 576px) {
  .fs-sm-33-px {
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-33-px {
    font-size: 33px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-33-px {
    font-size: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-33-px {
    font-size: 33px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-33-px {
    font-size: 33px;
  }
}

.fs-34-px {
  font-size: 34px;
}
@media screen and (min-width: 576px) {
  .fs-sm-34-px {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-34-px {
    font-size: 34px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-34-px {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-34-px {
    font-size: 34px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-34-px {
    font-size: 34px;
  }
}

.fs-35-px {
  font-size: 35px;
}
@media screen and (min-width: 576px) {
  .fs-sm-35-px {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-35-px {
    font-size: 35px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-35-px {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-35-px {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-35-px {
    font-size: 35px;
  }
}

.fs-36-px {
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  .fs-sm-36-px {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-36-px {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-36-px {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-36-px {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-36-px {
    font-size: 36px;
  }
}

.fs-37-px {
  font-size: 37px;
}
@media screen and (min-width: 576px) {
  .fs-sm-37-px {
    font-size: 37px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-37-px {
    font-size: 37px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-37-px {
    font-size: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-37-px {
    font-size: 37px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-37-px {
    font-size: 37px;
  }
}

.fs-38-px {
  font-size: 38px;
}
@media screen and (min-width: 576px) {
  .fs-sm-38-px {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-38-px {
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-38-px {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-38-px {
    font-size: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-38-px {
    font-size: 38px;
  }
}

.fs-39-px {
  font-size: 39px;
}
@media screen and (min-width: 576px) {
  .fs-sm-39-px {
    font-size: 39px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-39-px {
    font-size: 39px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-39-px {
    font-size: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-39-px {
    font-size: 39px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-39-px {
    font-size: 39px;
  }
}

.fs-40-px {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  .fs-sm-40-px {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-40-px {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-40-px {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-40-px {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-40-px {
    font-size: 40px;
  }
}

.fs-41-px {
  font-size: 41px;
}
@media screen and (min-width: 576px) {
  .fs-sm-41-px {
    font-size: 41px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-41-px {
    font-size: 41px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-41-px {
    font-size: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-41-px {
    font-size: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-41-px {
    font-size: 41px;
  }
}

.fs-42-px {
  font-size: 42px;
}
@media screen and (min-width: 576px) {
  .fs-sm-42-px {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-42-px {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-42-px {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-42-px {
    font-size: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-42-px {
    font-size: 42px;
  }
}

.fs-43-px {
  font-size: 43px;
}
@media screen and (min-width: 576px) {
  .fs-sm-43-px {
    font-size: 43px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-43-px {
    font-size: 43px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-43-px {
    font-size: 43px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-43-px {
    font-size: 43px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-43-px {
    font-size: 43px;
  }
}

.fs-44-px {
  font-size: 44px;
}
@media screen and (min-width: 576px) {
  .fs-sm-44-px {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-44-px {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-44-px {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-44-px {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-44-px {
    font-size: 44px;
  }
}

.fs-45-px {
  font-size: 45px;
}
@media screen and (min-width: 576px) {
  .fs-sm-45-px {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-45-px {
    font-size: 45px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-45-px {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-45-px {
    font-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-45-px {
    font-size: 45px;
  }
}

.fs-46-px {
  font-size: 46px;
}
@media screen and (min-width: 576px) {
  .fs-sm-46-px {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-46-px {
    font-size: 46px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-46-px {
    font-size: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-46-px {
    font-size: 46px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-46-px {
    font-size: 46px;
  }
}

.fs-47-px {
  font-size: 47px;
}
@media screen and (min-width: 576px) {
  .fs-sm-47-px {
    font-size: 47px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-47-px {
    font-size: 47px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-47-px {
    font-size: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-47-px {
    font-size: 47px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-47-px {
    font-size: 47px;
  }
}

.fs-48-px {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .fs-sm-48-px {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-48-px {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-48-px {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-48-px {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-48-px {
    font-size: 48px;
  }
}

.fs-49-px {
  font-size: 49px;
}
@media screen and (min-width: 576px) {
  .fs-sm-49-px {
    font-size: 49px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-49-px {
    font-size: 49px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-49-px {
    font-size: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-49-px {
    font-size: 49px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-49-px {
    font-size: 49px;
  }
}

.fs-50-px {
  font-size: 50px;
}
@media screen and (min-width: 576px) {
  .fs-sm-50-px {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-50-px {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-50-px {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-50-px {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-50-px {
    font-size: 50px;
  }
}

.fs-51-px {
  font-size: 51px;
}
@media screen and (min-width: 576px) {
  .fs-sm-51-px {
    font-size: 51px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-51-px {
    font-size: 51px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-51-px {
    font-size: 51px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-51-px {
    font-size: 51px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-51-px {
    font-size: 51px;
  }
}

.fs-52-px {
  font-size: 52px;
}
@media screen and (min-width: 576px) {
  .fs-sm-52-px {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-52-px {
    font-size: 52px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-52-px {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-52-px {
    font-size: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-52-px {
    font-size: 52px;
  }
}

.fs-53-px {
  font-size: 53px;
}
@media screen and (min-width: 576px) {
  .fs-sm-53-px {
    font-size: 53px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-53-px {
    font-size: 53px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-53-px {
    font-size: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-53-px {
    font-size: 53px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-53-px {
    font-size: 53px;
  }
}

.fs-54-px {
  font-size: 54px;
}
@media screen and (min-width: 576px) {
  .fs-sm-54-px {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-54-px {
    font-size: 54px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-54-px {
    font-size: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-54-px {
    font-size: 54px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-54-px {
    font-size: 54px;
  }
}

.fs-55-px {
  font-size: 55px;
}
@media screen and (min-width: 576px) {
  .fs-sm-55-px {
    font-size: 55px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-55-px {
    font-size: 55px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-55-px {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-55-px {
    font-size: 55px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-55-px {
    font-size: 55px;
  }
}

.fs-56-px {
  font-size: 56px;
}
@media screen and (min-width: 576px) {
  .fs-sm-56-px {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-56-px {
    font-size: 56px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-56-px {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-56-px {
    font-size: 56px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-56-px {
    font-size: 56px;
  }
}

.fs-57-px {
  font-size: 57px;
}
@media screen and (min-width: 576px) {
  .fs-sm-57-px {
    font-size: 57px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-57-px {
    font-size: 57px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-57-px {
    font-size: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-57-px {
    font-size: 57px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-57-px {
    font-size: 57px;
  }
}

.fs-58-px {
  font-size: 58px;
}
@media screen and (min-width: 576px) {
  .fs-sm-58-px {
    font-size: 58px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-58-px {
    font-size: 58px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-58-px {
    font-size: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-58-px {
    font-size: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-58-px {
    font-size: 58px;
  }
}

.fs-59-px {
  font-size: 59px;
}
@media screen and (min-width: 576px) {
  .fs-sm-59-px {
    font-size: 59px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-59-px {
    font-size: 59px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-59-px {
    font-size: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-59-px {
    font-size: 59px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-59-px {
    font-size: 59px;
  }
}

.fs-60-px {
  font-size: 60px;
}
@media screen and (min-width: 576px) {
  .fs-sm-60-px {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-60-px {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-60-px {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-60-px {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-60-px {
    font-size: 60px;
  }
}

.fs-61-px {
  font-size: 61px;
}
@media screen and (min-width: 576px) {
  .fs-sm-61-px {
    font-size: 61px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-61-px {
    font-size: 61px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-61-px {
    font-size: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-61-px {
    font-size: 61px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-61-px {
    font-size: 61px;
  }
}

.fs-62-px {
  font-size: 62px;
}
@media screen and (min-width: 576px) {
  .fs-sm-62-px {
    font-size: 62px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-62-px {
    font-size: 62px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-62-px {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-62-px {
    font-size: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-62-px {
    font-size: 62px;
  }
}

.fs-63-px {
  font-size: 63px;
}
@media screen and (min-width: 576px) {
  .fs-sm-63-px {
    font-size: 63px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-63-px {
    font-size: 63px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-63-px {
    font-size: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-63-px {
    font-size: 63px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-63-px {
    font-size: 63px;
  }
}

.fs-64-px {
  font-size: 64px;
}
@media screen and (min-width: 576px) {
  .fs-sm-64-px {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-64-px {
    font-size: 64px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-64-px {
    font-size: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-64-px {
    font-size: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-64-px {
    font-size: 64px;
  }
}

.fs-65-px {
  font-size: 65px;
}
@media screen and (min-width: 576px) {
  .fs-sm-65-px {
    font-size: 65px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-65-px {
    font-size: 65px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-65-px {
    font-size: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-65-px {
    font-size: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-65-px {
    font-size: 65px;
  }
}

.fs-66-px {
  font-size: 66px;
}
@media screen and (min-width: 576px) {
  .fs-sm-66-px {
    font-size: 66px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-66-px {
    font-size: 66px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-66-px {
    font-size: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-66-px {
    font-size: 66px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-66-px {
    font-size: 66px;
  }
}

.fs-67-px {
  font-size: 67px;
}
@media screen and (min-width: 576px) {
  .fs-sm-67-px {
    font-size: 67px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-67-px {
    font-size: 67px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-67-px {
    font-size: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-67-px {
    font-size: 67px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-67-px {
    font-size: 67px;
  }
}

.fs-68-px {
  font-size: 68px;
}
@media screen and (min-width: 576px) {
  .fs-sm-68-px {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-68-px {
    font-size: 68px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-68-px {
    font-size: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-68-px {
    font-size: 68px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-68-px {
    font-size: 68px;
  }
}

.fs-69-px {
  font-size: 69px;
}
@media screen and (min-width: 576px) {
  .fs-sm-69-px {
    font-size: 69px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-69-px {
    font-size: 69px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-69-px {
    font-size: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-69-px {
    font-size: 69px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-69-px {
    font-size: 69px;
  }
}

.fs-70-px {
  font-size: 70px;
}
@media screen and (min-width: 576px) {
  .fs-sm-70-px {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-70-px {
    font-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-70-px {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-70-px {
    font-size: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-70-px {
    font-size: 70px;
  }
}

.fs-71-px {
  font-size: 71px;
}
@media screen and (min-width: 576px) {
  .fs-sm-71-px {
    font-size: 71px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-71-px {
    font-size: 71px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-71-px {
    font-size: 71px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-71-px {
    font-size: 71px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-71-px {
    font-size: 71px;
  }
}

.fs-72-px {
  font-size: 72px;
}
@media screen and (min-width: 576px) {
  .fs-sm-72-px {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-72-px {
    font-size: 72px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-72-px {
    font-size: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-72-px {
    font-size: 72px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-72-px {
    font-size: 72px;
  }
}

.fs-73-px {
  font-size: 73px;
}
@media screen and (min-width: 576px) {
  .fs-sm-73-px {
    font-size: 73px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-73-px {
    font-size: 73px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-73-px {
    font-size: 73px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-73-px {
    font-size: 73px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-73-px {
    font-size: 73px;
  }
}

.fs-74-px {
  font-size: 74px;
}
@media screen and (min-width: 576px) {
  .fs-sm-74-px {
    font-size: 74px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-74-px {
    font-size: 74px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-74-px {
    font-size: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-74-px {
    font-size: 74px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-74-px {
    font-size: 74px;
  }
}

.fs-75-px {
  font-size: 75px;
}
@media screen and (min-width: 576px) {
  .fs-sm-75-px {
    font-size: 75px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-75-px {
    font-size: 75px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-75-px {
    font-size: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-75-px {
    font-size: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-75-px {
    font-size: 75px;
  }
}

.fs-76-px {
  font-size: 76px;
}
@media screen and (min-width: 576px) {
  .fs-sm-76-px {
    font-size: 76px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-76-px {
    font-size: 76px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-76-px {
    font-size: 76px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-76-px {
    font-size: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-76-px {
    font-size: 76px;
  }
}

.fs-77-px {
  font-size: 77px;
}
@media screen and (min-width: 576px) {
  .fs-sm-77-px {
    font-size: 77px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-77-px {
    font-size: 77px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-77-px {
    font-size: 77px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-77-px {
    font-size: 77px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-77-px {
    font-size: 77px;
  }
}

.fs-78-px {
  font-size: 78px;
}
@media screen and (min-width: 576px) {
  .fs-sm-78-px {
    font-size: 78px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-78-px {
    font-size: 78px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-78-px {
    font-size: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-78-px {
    font-size: 78px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-78-px {
    font-size: 78px;
  }
}

.fs-79-px {
  font-size: 79px;
}
@media screen and (min-width: 576px) {
  .fs-sm-79-px {
    font-size: 79px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-79-px {
    font-size: 79px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-79-px {
    font-size: 79px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-79-px {
    font-size: 79px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-79-px {
    font-size: 79px;
  }
}

.fs-80-px {
  font-size: 80px;
}
@media screen and (min-width: 576px) {
  .fs-sm-80-px {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-80-px {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-80-px {
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-80-px {
    font-size: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-80-px {
    font-size: 80px;
  }
}

.fs-81-px {
  font-size: 81px;
}
@media screen and (min-width: 576px) {
  .fs-sm-81-px {
    font-size: 81px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-81-px {
    font-size: 81px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-81-px {
    font-size: 81px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-81-px {
    font-size: 81px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-81-px {
    font-size: 81px;
  }
}

.fs-82-px {
  font-size: 82px;
}
@media screen and (min-width: 576px) {
  .fs-sm-82-px {
    font-size: 82px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-82-px {
    font-size: 82px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-82-px {
    font-size: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-82-px {
    font-size: 82px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-82-px {
    font-size: 82px;
  }
}

.fs-83-px {
  font-size: 83px;
}
@media screen and (min-width: 576px) {
  .fs-sm-83-px {
    font-size: 83px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-83-px {
    font-size: 83px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-83-px {
    font-size: 83px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-83-px {
    font-size: 83px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-83-px {
    font-size: 83px;
  }
}

.fs-84-px {
  font-size: 84px;
}
@media screen and (min-width: 576px) {
  .fs-sm-84-px {
    font-size: 84px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-84-px {
    font-size: 84px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-84-px {
    font-size: 84px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-84-px {
    font-size: 84px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-84-px {
    font-size: 84px;
  }
}

.fs-85-px {
  font-size: 85px;
}
@media screen and (min-width: 576px) {
  .fs-sm-85-px {
    font-size: 85px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-85-px {
    font-size: 85px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-85-px {
    font-size: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-85-px {
    font-size: 85px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-85-px {
    font-size: 85px;
  }
}

.fs-86-px {
  font-size: 86px;
}
@media screen and (min-width: 576px) {
  .fs-sm-86-px {
    font-size: 86px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-86-px {
    font-size: 86px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-86-px {
    font-size: 86px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-86-px {
    font-size: 86px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-86-px {
    font-size: 86px;
  }
}

.fs-87-px {
  font-size: 87px;
}
@media screen and (min-width: 576px) {
  .fs-sm-87-px {
    font-size: 87px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-87-px {
    font-size: 87px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-87-px {
    font-size: 87px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-87-px {
    font-size: 87px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-87-px {
    font-size: 87px;
  }
}

.fs-88-px {
  font-size: 88px;
}
@media screen and (min-width: 576px) {
  .fs-sm-88-px {
    font-size: 88px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-88-px {
    font-size: 88px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-88-px {
    font-size: 88px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-88-px {
    font-size: 88px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-88-px {
    font-size: 88px;
  }
}

.fs-89-px {
  font-size: 89px;
}
@media screen and (min-width: 576px) {
  .fs-sm-89-px {
    font-size: 89px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-89-px {
    font-size: 89px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-89-px {
    font-size: 89px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-89-px {
    font-size: 89px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-89-px {
    font-size: 89px;
  }
}

.fs-90-px {
  font-size: 90px;
}
@media screen and (min-width: 576px) {
  .fs-sm-90-px {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-90-px {
    font-size: 90px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-90-px {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-90-px {
    font-size: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-90-px {
    font-size: 90px;
  }
}

.fs-91-px {
  font-size: 91px;
}
@media screen and (min-width: 576px) {
  .fs-sm-91-px {
    font-size: 91px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-91-px {
    font-size: 91px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-91-px {
    font-size: 91px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-91-px {
    font-size: 91px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-91-px {
    font-size: 91px;
  }
}

.fs-92-px {
  font-size: 92px;
}
@media screen and (min-width: 576px) {
  .fs-sm-92-px {
    font-size: 92px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-92-px {
    font-size: 92px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-92-px {
    font-size: 92px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-92-px {
    font-size: 92px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-92-px {
    font-size: 92px;
  }
}

.fs-93-px {
  font-size: 93px;
}
@media screen and (min-width: 576px) {
  .fs-sm-93-px {
    font-size: 93px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-93-px {
    font-size: 93px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-93-px {
    font-size: 93px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-93-px {
    font-size: 93px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-93-px {
    font-size: 93px;
  }
}

.fs-94-px {
  font-size: 94px;
}
@media screen and (min-width: 576px) {
  .fs-sm-94-px {
    font-size: 94px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-94-px {
    font-size: 94px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-94-px {
    font-size: 94px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-94-px {
    font-size: 94px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-94-px {
    font-size: 94px;
  }
}

.fs-95-px {
  font-size: 95px;
}
@media screen and (min-width: 576px) {
  .fs-sm-95-px {
    font-size: 95px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-95-px {
    font-size: 95px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-95-px {
    font-size: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-95-px {
    font-size: 95px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-95-px {
    font-size: 95px;
  }
}

.fs-96-px {
  font-size: 96px;
}
@media screen and (min-width: 576px) {
  .fs-sm-96-px {
    font-size: 96px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-96-px {
    font-size: 96px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-96-px {
    font-size: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-96-px {
    font-size: 96px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-96-px {
    font-size: 96px;
  }
}

.fs-97-px {
  font-size: 97px;
}
@media screen and (min-width: 576px) {
  .fs-sm-97-px {
    font-size: 97px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-97-px {
    font-size: 97px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-97-px {
    font-size: 97px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-97-px {
    font-size: 97px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-97-px {
    font-size: 97px;
  }
}

.fs-98-px {
  font-size: 98px;
}
@media screen and (min-width: 576px) {
  .fs-sm-98-px {
    font-size: 98px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-98-px {
    font-size: 98px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-98-px {
    font-size: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-98-px {
    font-size: 98px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-98-px {
    font-size: 98px;
  }
}

.fs-99-px {
  font-size: 99px;
}
@media screen and (min-width: 576px) {
  .fs-sm-99-px {
    font-size: 99px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-99-px {
    font-size: 99px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-99-px {
    font-size: 99px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-99-px {
    font-size: 99px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-99-px {
    font-size: 99px;
  }
}

.fs-100-px {
  font-size: 100px;
}
@media screen and (min-width: 576px) {
  .fs-sm-100-px {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-100-px {
    font-size: 100px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-100-px {
    font-size: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-100-px {
    font-size: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-100-px {
    font-size: 100px;
  }
}

.fs-101-px {
  font-size: 101px;
}
@media screen and (min-width: 576px) {
  .fs-sm-101-px {
    font-size: 101px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-101-px {
    font-size: 101px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-101-px {
    font-size: 101px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-101-px {
    font-size: 101px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-101-px {
    font-size: 101px;
  }
}

.fs-102-px {
  font-size: 102px;
}
@media screen and (min-width: 576px) {
  .fs-sm-102-px {
    font-size: 102px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-102-px {
    font-size: 102px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-102-px {
    font-size: 102px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-102-px {
    font-size: 102px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-102-px {
    font-size: 102px;
  }
}

.fs-103-px {
  font-size: 103px;
}
@media screen and (min-width: 576px) {
  .fs-sm-103-px {
    font-size: 103px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-103-px {
    font-size: 103px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-103-px {
    font-size: 103px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-103-px {
    font-size: 103px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-103-px {
    font-size: 103px;
  }
}

.fs-104-px {
  font-size: 104px;
}
@media screen and (min-width: 576px) {
  .fs-sm-104-px {
    font-size: 104px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-104-px {
    font-size: 104px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-104-px {
    font-size: 104px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-104-px {
    font-size: 104px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-104-px {
    font-size: 104px;
  }
}

.fs-105-px {
  font-size: 105px;
}
@media screen and (min-width: 576px) {
  .fs-sm-105-px {
    font-size: 105px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-105-px {
    font-size: 105px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-105-px {
    font-size: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-105-px {
    font-size: 105px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-105-px {
    font-size: 105px;
  }
}

.fs-106-px {
  font-size: 106px;
}
@media screen and (min-width: 576px) {
  .fs-sm-106-px {
    font-size: 106px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-106-px {
    font-size: 106px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-106-px {
    font-size: 106px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-106-px {
    font-size: 106px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-106-px {
    font-size: 106px;
  }
}

.fs-107-px {
  font-size: 107px;
}
@media screen and (min-width: 576px) {
  .fs-sm-107-px {
    font-size: 107px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-107-px {
    font-size: 107px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-107-px {
    font-size: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-107-px {
    font-size: 107px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-107-px {
    font-size: 107px;
  }
}

.fs-108-px {
  font-size: 108px;
}
@media screen and (min-width: 576px) {
  .fs-sm-108-px {
    font-size: 108px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-108-px {
    font-size: 108px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-108-px {
    font-size: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-108-px {
    font-size: 108px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-108-px {
    font-size: 108px;
  }
}

.fs-109-px {
  font-size: 109px;
}
@media screen and (min-width: 576px) {
  .fs-sm-109-px {
    font-size: 109px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-109-px {
    font-size: 109px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-109-px {
    font-size: 109px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-109-px {
    font-size: 109px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-109-px {
    font-size: 109px;
  }
}

.fs-110-px {
  font-size: 110px;
}
@media screen and (min-width: 576px) {
  .fs-sm-110-px {
    font-size: 110px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-110-px {
    font-size: 110px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-110-px {
    font-size: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-110-px {
    font-size: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-110-px {
    font-size: 110px;
  }
}

.fs-111-px {
  font-size: 111px;
}
@media screen and (min-width: 576px) {
  .fs-sm-111-px {
    font-size: 111px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-111-px {
    font-size: 111px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-111-px {
    font-size: 111px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-111-px {
    font-size: 111px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-111-px {
    font-size: 111px;
  }
}

.fs-112-px {
  font-size: 112px;
}
@media screen and (min-width: 576px) {
  .fs-sm-112-px {
    font-size: 112px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-112-px {
    font-size: 112px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-112-px {
    font-size: 112px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-112-px {
    font-size: 112px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-112-px {
    font-size: 112px;
  }
}

.fs-113-px {
  font-size: 113px;
}
@media screen and (min-width: 576px) {
  .fs-sm-113-px {
    font-size: 113px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-113-px {
    font-size: 113px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-113-px {
    font-size: 113px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-113-px {
    font-size: 113px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-113-px {
    font-size: 113px;
  }
}

.fs-114-px {
  font-size: 114px;
}
@media screen and (min-width: 576px) {
  .fs-sm-114-px {
    font-size: 114px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-114-px {
    font-size: 114px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-114-px {
    font-size: 114px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-114-px {
    font-size: 114px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-114-px {
    font-size: 114px;
  }
}

.fs-115-px {
  font-size: 115px;
}
@media screen and (min-width: 576px) {
  .fs-sm-115-px {
    font-size: 115px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-115-px {
    font-size: 115px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-115-px {
    font-size: 115px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-115-px {
    font-size: 115px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-115-px {
    font-size: 115px;
  }
}

.fs-116-px {
  font-size: 116px;
}
@media screen and (min-width: 576px) {
  .fs-sm-116-px {
    font-size: 116px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-116-px {
    font-size: 116px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-116-px {
    font-size: 116px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-116-px {
    font-size: 116px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-116-px {
    font-size: 116px;
  }
}

.fs-117-px {
  font-size: 117px;
}
@media screen and (min-width: 576px) {
  .fs-sm-117-px {
    font-size: 117px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-117-px {
    font-size: 117px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-117-px {
    font-size: 117px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-117-px {
    font-size: 117px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-117-px {
    font-size: 117px;
  }
}

.fs-118-px {
  font-size: 118px;
}
@media screen and (min-width: 576px) {
  .fs-sm-118-px {
    font-size: 118px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-118-px {
    font-size: 118px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-118-px {
    font-size: 118px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-118-px {
    font-size: 118px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-118-px {
    font-size: 118px;
  }
}

.fs-119-px {
  font-size: 119px;
}
@media screen and (min-width: 576px) {
  .fs-sm-119-px {
    font-size: 119px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-119-px {
    font-size: 119px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-119-px {
    font-size: 119px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-119-px {
    font-size: 119px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-119-px {
    font-size: 119px;
  }
}

.fs-120-px {
  font-size: 120px;
}
@media screen and (min-width: 576px) {
  .fs-sm-120-px {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-120-px {
    font-size: 120px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-120-px {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-120-px {
    font-size: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-120-px {
    font-size: 120px;
  }
}

.fs-121-px {
  font-size: 121px;
}
@media screen and (min-width: 576px) {
  .fs-sm-121-px {
    font-size: 121px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-121-px {
    font-size: 121px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-121-px {
    font-size: 121px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-121-px {
    font-size: 121px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-121-px {
    font-size: 121px;
  }
}

.fs-122-px {
  font-size: 122px;
}
@media screen and (min-width: 576px) {
  .fs-sm-122-px {
    font-size: 122px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-122-px {
    font-size: 122px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-122-px {
    font-size: 122px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-122-px {
    font-size: 122px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-122-px {
    font-size: 122px;
  }
}

.fs-123-px {
  font-size: 123px;
}
@media screen and (min-width: 576px) {
  .fs-sm-123-px {
    font-size: 123px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-123-px {
    font-size: 123px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-123-px {
    font-size: 123px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-123-px {
    font-size: 123px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-123-px {
    font-size: 123px;
  }
}

.fs-124-px {
  font-size: 124px;
}
@media screen and (min-width: 576px) {
  .fs-sm-124-px {
    font-size: 124px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-124-px {
    font-size: 124px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-124-px {
    font-size: 124px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-124-px {
    font-size: 124px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-124-px {
    font-size: 124px;
  }
}

.fs-125-px {
  font-size: 125px;
}
@media screen and (min-width: 576px) {
  .fs-sm-125-px {
    font-size: 125px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-125-px {
    font-size: 125px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-125-px {
    font-size: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-125-px {
    font-size: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-125-px {
    font-size: 125px;
  }
}

.fs-126-px {
  font-size: 126px;
}
@media screen and (min-width: 576px) {
  .fs-sm-126-px {
    font-size: 126px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-126-px {
    font-size: 126px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-126-px {
    font-size: 126px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-126-px {
    font-size: 126px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-126-px {
    font-size: 126px;
  }
}

.fs-127-px {
  font-size: 127px;
}
@media screen and (min-width: 576px) {
  .fs-sm-127-px {
    font-size: 127px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-127-px {
    font-size: 127px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-127-px {
    font-size: 127px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-127-px {
    font-size: 127px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-127-px {
    font-size: 127px;
  }
}

.fs-128-px {
  font-size: 128px;
}
@media screen and (min-width: 576px) {
  .fs-sm-128-px {
    font-size: 128px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-128-px {
    font-size: 128px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-128-px {
    font-size: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-128-px {
    font-size: 128px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-128-px {
    font-size: 128px;
  }
}

.fs-129-px {
  font-size: 129px;
}
@media screen and (min-width: 576px) {
  .fs-sm-129-px {
    font-size: 129px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-129-px {
    font-size: 129px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-129-px {
    font-size: 129px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-129-px {
    font-size: 129px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-129-px {
    font-size: 129px;
  }
}

.fs-130-px {
  font-size: 130px;
}
@media screen and (min-width: 576px) {
  .fs-sm-130-px {
    font-size: 130px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-130-px {
    font-size: 130px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-130-px {
    font-size: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-130-px {
    font-size: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-130-px {
    font-size: 130px;
  }
}

.fs-131-px {
  font-size: 131px;
}
@media screen and (min-width: 576px) {
  .fs-sm-131-px {
    font-size: 131px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-131-px {
    font-size: 131px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-131-px {
    font-size: 131px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-131-px {
    font-size: 131px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-131-px {
    font-size: 131px;
  }
}

.fs-132-px {
  font-size: 132px;
}
@media screen and (min-width: 576px) {
  .fs-sm-132-px {
    font-size: 132px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-132-px {
    font-size: 132px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-132-px {
    font-size: 132px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-132-px {
    font-size: 132px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-132-px {
    font-size: 132px;
  }
}

.fs-133-px {
  font-size: 133px;
}
@media screen and (min-width: 576px) {
  .fs-sm-133-px {
    font-size: 133px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-133-px {
    font-size: 133px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-133-px {
    font-size: 133px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-133-px {
    font-size: 133px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-133-px {
    font-size: 133px;
  }
}

.fs-134-px {
  font-size: 134px;
}
@media screen and (min-width: 576px) {
  .fs-sm-134-px {
    font-size: 134px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-134-px {
    font-size: 134px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-134-px {
    font-size: 134px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-134-px {
    font-size: 134px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-134-px {
    font-size: 134px;
  }
}

.fs-135-px {
  font-size: 135px;
}
@media screen and (min-width: 576px) {
  .fs-sm-135-px {
    font-size: 135px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-135-px {
    font-size: 135px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-135-px {
    font-size: 135px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-135-px {
    font-size: 135px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-135-px {
    font-size: 135px;
  }
}

.fs-136-px {
  font-size: 136px;
}
@media screen and (min-width: 576px) {
  .fs-sm-136-px {
    font-size: 136px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-136-px {
    font-size: 136px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-136-px {
    font-size: 136px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-136-px {
    font-size: 136px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-136-px {
    font-size: 136px;
  }
}

.fs-137-px {
  font-size: 137px;
}
@media screen and (min-width: 576px) {
  .fs-sm-137-px {
    font-size: 137px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-137-px {
    font-size: 137px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-137-px {
    font-size: 137px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-137-px {
    font-size: 137px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-137-px {
    font-size: 137px;
  }
}

.fs-138-px {
  font-size: 138px;
}
@media screen and (min-width: 576px) {
  .fs-sm-138-px {
    font-size: 138px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-138-px {
    font-size: 138px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-138-px {
    font-size: 138px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-138-px {
    font-size: 138px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-138-px {
    font-size: 138px;
  }
}

.fs-139-px {
  font-size: 139px;
}
@media screen and (min-width: 576px) {
  .fs-sm-139-px {
    font-size: 139px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-139-px {
    font-size: 139px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-139-px {
    font-size: 139px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-139-px {
    font-size: 139px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-139-px {
    font-size: 139px;
  }
}

.fs-140-px {
  font-size: 140px;
}
@media screen and (min-width: 576px) {
  .fs-sm-140-px {
    font-size: 140px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-140-px {
    font-size: 140px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-140-px {
    font-size: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-140-px {
    font-size: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-140-px {
    font-size: 140px;
  }
}

.fs-141-px {
  font-size: 141px;
}
@media screen and (min-width: 576px) {
  .fs-sm-141-px {
    font-size: 141px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-141-px {
    font-size: 141px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-141-px {
    font-size: 141px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-141-px {
    font-size: 141px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-141-px {
    font-size: 141px;
  }
}

.fs-142-px {
  font-size: 142px;
}
@media screen and (min-width: 576px) {
  .fs-sm-142-px {
    font-size: 142px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-142-px {
    font-size: 142px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-142-px {
    font-size: 142px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-142-px {
    font-size: 142px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-142-px {
    font-size: 142px;
  }
}

.fs-143-px {
  font-size: 143px;
}
@media screen and (min-width: 576px) {
  .fs-sm-143-px {
    font-size: 143px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-143-px {
    font-size: 143px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-143-px {
    font-size: 143px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-143-px {
    font-size: 143px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-143-px {
    font-size: 143px;
  }
}

.fs-144-px {
  font-size: 144px;
}
@media screen and (min-width: 576px) {
  .fs-sm-144-px {
    font-size: 144px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-144-px {
    font-size: 144px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-144-px {
    font-size: 144px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-144-px {
    font-size: 144px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-144-px {
    font-size: 144px;
  }
}

.fs-145-px {
  font-size: 145px;
}
@media screen and (min-width: 576px) {
  .fs-sm-145-px {
    font-size: 145px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-145-px {
    font-size: 145px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-145-px {
    font-size: 145px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-145-px {
    font-size: 145px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-145-px {
    font-size: 145px;
  }
}

.fs-146-px {
  font-size: 146px;
}
@media screen and (min-width: 576px) {
  .fs-sm-146-px {
    font-size: 146px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-146-px {
    font-size: 146px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-146-px {
    font-size: 146px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-146-px {
    font-size: 146px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-146-px {
    font-size: 146px;
  }
}

.fs-147-px {
  font-size: 147px;
}
@media screen and (min-width: 576px) {
  .fs-sm-147-px {
    font-size: 147px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-147-px {
    font-size: 147px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-147-px {
    font-size: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-147-px {
    font-size: 147px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-147-px {
    font-size: 147px;
  }
}

.fs-148-px {
  font-size: 148px;
}
@media screen and (min-width: 576px) {
  .fs-sm-148-px {
    font-size: 148px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-148-px {
    font-size: 148px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-148-px {
    font-size: 148px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-148-px {
    font-size: 148px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-148-px {
    font-size: 148px;
  }
}

.fs-149-px {
  font-size: 149px;
}
@media screen and (min-width: 576px) {
  .fs-sm-149-px {
    font-size: 149px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-149-px {
    font-size: 149px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-149-px {
    font-size: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-149-px {
    font-size: 149px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-149-px {
    font-size: 149px;
  }
}

.fs-150-px {
  font-size: 150px;
}
@media screen and (min-width: 576px) {
  .fs-sm-150-px {
    font-size: 150px;
  }
}
@media screen and (min-width: 768px) {
  .fs-md-150-px {
    font-size: 150px;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-150-px {
    font-size: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .fs-xl-150-px {
    font-size: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-xxl-150-px {
    font-size: 150px;
  }
}

.line-height-10 {
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-10 {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-10 {
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-10 {
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-10 {
    line-height: 1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-10 {
    line-height: 1;
  }
}

.line-height-11 {
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-11 {
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-11 {
    line-height: 1.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-11 {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-11 {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-11 {
    line-height: 1.1;
  }
}

.line-height-12 {
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-12 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-12 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-12 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-12 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-12 {
    line-height: 1.2;
  }
}

.line-height-13 {
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-13 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-13 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-13 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-13 {
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-13 {
    line-height: 1.3;
  }
}

.line-height-14 {
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-14 {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-14 {
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-14 {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-14 {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-14 {
    line-height: 1.4;
  }
}

.line-height-15 {
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-15 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-15 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-15 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-15 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-15 {
    line-height: 1.5;
  }
}

.line-height-16 {
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-16 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-16 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-16 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-16 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-16 {
    line-height: 1.6;
  }
}

.line-height-17 {
  line-height: 1.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-17 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-17 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-17 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-17 {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-17 {
    line-height: 1.7;
  }
}

.line-height-18 {
  line-height: 1.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-18 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-18 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-18 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-18 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-18 {
    line-height: 1.8;
  }
}

.line-height-19 {
  line-height: 1.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-19 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-19 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-19 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-19 {
    line-height: 1.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-19 {
    line-height: 1.9;
  }
}

.line-height-20 {
  line-height: 2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-20 {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-20 {
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-20 {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-20 {
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-20 {
    line-height: 2;
  }
}

.line-height-21 {
  line-height: 2.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-21 {
    line-height: 2.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-21 {
    line-height: 2.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-21 {
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-21 {
    line-height: 2.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-21 {
    line-height: 2.1;
  }
}

.line-height-22 {
  line-height: 2.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-22 {
    line-height: 2.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-22 {
    line-height: 2.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-22 {
    line-height: 2.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-22 {
    line-height: 2.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-22 {
    line-height: 2.2;
  }
}

.line-height-23 {
  line-height: 2.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-23 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-23 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-23 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-23 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-23 {
    line-height: 2.3;
  }
}

.line-height-24 {
  line-height: 2.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-24 {
    line-height: 2.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-24 {
    line-height: 2.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-24 {
    line-height: 2.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-24 {
    line-height: 2.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-24 {
    line-height: 2.4;
  }
}

.line-height-25 {
  line-height: 2.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-25 {
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-25 {
    line-height: 2.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-25 {
    line-height: 2.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-25 {
    line-height: 2.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-25 {
    line-height: 2.5;
  }
}

.line-height-26 {
  line-height: 2.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-26 {
    line-height: 2.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-26 {
    line-height: 2.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-26 {
    line-height: 2.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-26 {
    line-height: 2.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-26 {
    line-height: 2.6;
  }
}

.line-height-27 {
  line-height: 2.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-27 {
    line-height: 2.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-27 {
    line-height: 2.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-27 {
    line-height: 2.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-27 {
    line-height: 2.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-27 {
    line-height: 2.7;
  }
}

.line-height-28 {
  line-height: 2.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-28 {
    line-height: 2.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-28 {
    line-height: 2.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-28 {
    line-height: 2.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-28 {
    line-height: 2.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-28 {
    line-height: 2.8;
  }
}

.line-height-29 {
  line-height: 2.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-29 {
    line-height: 2.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-29 {
    line-height: 2.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-29 {
    line-height: 2.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-29 {
    line-height: 2.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-29 {
    line-height: 2.9;
  }
}

.line-height-30 {
  line-height: 3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-30 {
    line-height: 3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-30 {
    line-height: 3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-30 {
    line-height: 3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-30 {
    line-height: 3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-30 {
    line-height: 3;
  }
}

.line-height-31 {
  line-height: 3.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-31 {
    line-height: 3.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-31 {
    line-height: 3.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-31 {
    line-height: 3.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-31 {
    line-height: 3.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-31 {
    line-height: 3.1;
  }
}

.line-height-32 {
  line-height: 3.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-32 {
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-32 {
    line-height: 3.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-32 {
    line-height: 3.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-32 {
    line-height: 3.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-32 {
    line-height: 3.2;
  }
}

.line-height-33 {
  line-height: 3.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-33 {
    line-height: 3.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-33 {
    line-height: 3.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-33 {
    line-height: 3.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-33 {
    line-height: 3.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-33 {
    line-height: 3.3;
  }
}

.line-height-34 {
  line-height: 3.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-34 {
    line-height: 3.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-34 {
    line-height: 3.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-34 {
    line-height: 3.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-34 {
    line-height: 3.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-34 {
    line-height: 3.4;
  }
}

.line-height-35 {
  line-height: 3.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-35 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-35 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-35 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-35 {
    line-height: 3.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-35 {
    line-height: 3.5;
  }
}

.line-height-36 {
  line-height: 3.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-36 {
    line-height: 3.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-36 {
    line-height: 3.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-36 {
    line-height: 3.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-36 {
    line-height: 3.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-36 {
    line-height: 3.6;
  }
}

.line-height-37 {
  line-height: 3.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-37 {
    line-height: 3.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-37 {
    line-height: 3.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-37 {
    line-height: 3.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-37 {
    line-height: 3.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-37 {
    line-height: 3.7;
  }
}

.line-height-38 {
  line-height: 3.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-38 {
    line-height: 3.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-38 {
    line-height: 3.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-38 {
    line-height: 3.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-38 {
    line-height: 3.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-38 {
    line-height: 3.8;
  }
}

.line-height-39 {
  line-height: 3.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-39 {
    line-height: 3.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-39 {
    line-height: 3.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-39 {
    line-height: 3.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-39 {
    line-height: 3.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-39 {
    line-height: 3.9;
  }
}

.line-height-40 {
  line-height: 4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-40 {
    line-height: 4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-40 {
    line-height: 4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-40 {
    line-height: 4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-40 {
    line-height: 4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-40 {
    line-height: 4;
  }
}

.line-height-41 {
  line-height: 4.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-41 {
    line-height: 4.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-41 {
    line-height: 4.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-41 {
    line-height: 4.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-41 {
    line-height: 4.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-41 {
    line-height: 4.1;
  }
}

.line-height-42 {
  line-height: 4.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-42 {
    line-height: 4.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-42 {
    line-height: 4.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-42 {
    line-height: 4.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-42 {
    line-height: 4.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-42 {
    line-height: 4.2;
  }
}

.line-height-43 {
  line-height: 4.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-43 {
    line-height: 4.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-43 {
    line-height: 4.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-43 {
    line-height: 4.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-43 {
    line-height: 4.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-43 {
    line-height: 4.3;
  }
}

.line-height-44 {
  line-height: 4.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-44 {
    line-height: 4.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-44 {
    line-height: 4.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-44 {
    line-height: 4.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-44 {
    line-height: 4.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-44 {
    line-height: 4.4;
  }
}

.line-height-45 {
  line-height: 4.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-45 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-45 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-45 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-45 {
    line-height: 4.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-45 {
    line-height: 4.5;
  }
}

.line-height-46 {
  line-height: 4.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-46 {
    line-height: 4.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-46 {
    line-height: 4.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-46 {
    line-height: 4.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-46 {
    line-height: 4.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-46 {
    line-height: 4.6;
  }
}

.line-height-47 {
  line-height: 4.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-47 {
    line-height: 4.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-47 {
    line-height: 4.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-47 {
    line-height: 4.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-47 {
    line-height: 4.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-47 {
    line-height: 4.7;
  }
}

.line-height-48 {
  line-height: 4.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-48 {
    line-height: 4.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-48 {
    line-height: 4.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-48 {
    line-height: 4.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-48 {
    line-height: 4.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-48 {
    line-height: 4.8;
  }
}

.line-height-49 {
  line-height: 4.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-49 {
    line-height: 4.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-49 {
    line-height: 4.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-49 {
    line-height: 4.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-49 {
    line-height: 4.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-49 {
    line-height: 4.9;
  }
}

.line-height-50 {
  line-height: 5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-50 {
    line-height: 5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-50 {
    line-height: 5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-50 {
    line-height: 5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-50 {
    line-height: 5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-50 {
    line-height: 5;
  }
}

.line-height-51 {
  line-height: 5.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-51 {
    line-height: 5.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-51 {
    line-height: 5.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-51 {
    line-height: 5.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-51 {
    line-height: 5.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-51 {
    line-height: 5.1;
  }
}

.line-height-52 {
  line-height: 5.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-52 {
    line-height: 5.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-52 {
    line-height: 5.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-52 {
    line-height: 5.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-52 {
    line-height: 5.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-52 {
    line-height: 5.2;
  }
}

.line-height-53 {
  line-height: 5.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-53 {
    line-height: 5.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-53 {
    line-height: 5.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-53 {
    line-height: 5.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-53 {
    line-height: 5.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-53 {
    line-height: 5.3;
  }
}

.line-height-54 {
  line-height: 5.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-54 {
    line-height: 5.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-54 {
    line-height: 5.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-54 {
    line-height: 5.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-54 {
    line-height: 5.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-54 {
    line-height: 5.4;
  }
}

.line-height-55 {
  line-height: 5.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-55 {
    line-height: 5.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-55 {
    line-height: 5.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-55 {
    line-height: 5.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-55 {
    line-height: 5.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-55 {
    line-height: 5.5;
  }
}

.line-height-56 {
  line-height: 5.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-56 {
    line-height: 5.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-56 {
    line-height: 5.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-56 {
    line-height: 5.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-56 {
    line-height: 5.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-56 {
    line-height: 5.6;
  }
}

.line-height-57 {
  line-height: 5.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-57 {
    line-height: 5.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-57 {
    line-height: 5.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-57 {
    line-height: 5.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-57 {
    line-height: 5.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-57 {
    line-height: 5.7;
  }
}

.line-height-58 {
  line-height: 5.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-58 {
    line-height: 5.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-58 {
    line-height: 5.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-58 {
    line-height: 5.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-58 {
    line-height: 5.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-58 {
    line-height: 5.8;
  }
}

.line-height-59 {
  line-height: 5.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-59 {
    line-height: 5.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-59 {
    line-height: 5.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-59 {
    line-height: 5.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-59 {
    line-height: 5.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-59 {
    line-height: 5.9;
  }
}

.line-height-60 {
  line-height: 6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-60 {
    line-height: 6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-60 {
    line-height: 6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-60 {
    line-height: 6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-60 {
    line-height: 6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-60 {
    line-height: 6;
  }
}

.line-height-61 {
  line-height: 6.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-61 {
    line-height: 6.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-61 {
    line-height: 6.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-61 {
    line-height: 6.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-61 {
    line-height: 6.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-61 {
    line-height: 6.1;
  }
}

.line-height-62 {
  line-height: 6.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-62 {
    line-height: 6.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-62 {
    line-height: 6.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-62 {
    line-height: 6.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-62 {
    line-height: 6.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-62 {
    line-height: 6.2;
  }
}

.line-height-63 {
  line-height: 6.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-63 {
    line-height: 6.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-63 {
    line-height: 6.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-63 {
    line-height: 6.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-63 {
    line-height: 6.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-63 {
    line-height: 6.3;
  }
}

.line-height-64 {
  line-height: 6.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-64 {
    line-height: 6.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-64 {
    line-height: 6.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-64 {
    line-height: 6.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-64 {
    line-height: 6.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-64 {
    line-height: 6.4;
  }
}

.line-height-65 {
  line-height: 6.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-65 {
    line-height: 6.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-65 {
    line-height: 6.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-65 {
    line-height: 6.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-65 {
    line-height: 6.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-65 {
    line-height: 6.5;
  }
}

.line-height-66 {
  line-height: 6.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-66 {
    line-height: 6.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-66 {
    line-height: 6.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-66 {
    line-height: 6.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-66 {
    line-height: 6.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-66 {
    line-height: 6.6;
  }
}

.line-height-67 {
  line-height: 6.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-67 {
    line-height: 6.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-67 {
    line-height: 6.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-67 {
    line-height: 6.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-67 {
    line-height: 6.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-67 {
    line-height: 6.7;
  }
}

.line-height-68 {
  line-height: 6.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-68 {
    line-height: 6.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-68 {
    line-height: 6.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-68 {
    line-height: 6.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-68 {
    line-height: 6.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-68 {
    line-height: 6.8;
  }
}

.line-height-69 {
  line-height: 6.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-69 {
    line-height: 6.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-69 {
    line-height: 6.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-69 {
    line-height: 6.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-69 {
    line-height: 6.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-69 {
    line-height: 6.9;
  }
}

.line-height-70 {
  line-height: 7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-70 {
    line-height: 7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-70 {
    line-height: 7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-70 {
    line-height: 7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-70 {
    line-height: 7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-70 {
    line-height: 7;
  }
}

.line-height-71 {
  line-height: 7.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-71 {
    line-height: 7.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-71 {
    line-height: 7.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-71 {
    line-height: 7.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-71 {
    line-height: 7.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-71 {
    line-height: 7.1;
  }
}

.line-height-72 {
  line-height: 7.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-72 {
    line-height: 7.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-72 {
    line-height: 7.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-72 {
    line-height: 7.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-72 {
    line-height: 7.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-72 {
    line-height: 7.2;
  }
}

.line-height-73 {
  line-height: 7.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-73 {
    line-height: 7.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-73 {
    line-height: 7.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-73 {
    line-height: 7.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-73 {
    line-height: 7.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-73 {
    line-height: 7.3;
  }
}

.line-height-74 {
  line-height: 7.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-74 {
    line-height: 7.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-74 {
    line-height: 7.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-74 {
    line-height: 7.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-74 {
    line-height: 7.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-74 {
    line-height: 7.4;
  }
}

.line-height-75 {
  line-height: 7.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-75 {
    line-height: 7.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-75 {
    line-height: 7.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-75 {
    line-height: 7.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-75 {
    line-height: 7.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-75 {
    line-height: 7.5;
  }
}

.line-height-76 {
  line-height: 7.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-76 {
    line-height: 7.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-76 {
    line-height: 7.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-76 {
    line-height: 7.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-76 {
    line-height: 7.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-76 {
    line-height: 7.6;
  }
}

.line-height-77 {
  line-height: 7.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-77 {
    line-height: 7.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-77 {
    line-height: 7.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-77 {
    line-height: 7.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-77 {
    line-height: 7.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-77 {
    line-height: 7.7;
  }
}

.line-height-78 {
  line-height: 7.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-78 {
    line-height: 7.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-78 {
    line-height: 7.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-78 {
    line-height: 7.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-78 {
    line-height: 7.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-78 {
    line-height: 7.8;
  }
}

.line-height-79 {
  line-height: 7.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-79 {
    line-height: 7.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-79 {
    line-height: 7.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-79 {
    line-height: 7.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-79 {
    line-height: 7.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-79 {
    line-height: 7.9;
  }
}

.line-height-80 {
  line-height: 8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-80 {
    line-height: 8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-80 {
    line-height: 8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-80 {
    line-height: 8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-80 {
    line-height: 8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-80 {
    line-height: 8;
  }
}

.line-height-81 {
  line-height: 8.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-81 {
    line-height: 8.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-81 {
    line-height: 8.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-81 {
    line-height: 8.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-81 {
    line-height: 8.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-81 {
    line-height: 8.1;
  }
}

.line-height-82 {
  line-height: 8.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-82 {
    line-height: 8.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-82 {
    line-height: 8.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-82 {
    line-height: 8.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-82 {
    line-height: 8.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-82 {
    line-height: 8.2;
  }
}

.line-height-83 {
  line-height: 8.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-83 {
    line-height: 8.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-83 {
    line-height: 8.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-83 {
    line-height: 8.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-83 {
    line-height: 8.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-83 {
    line-height: 8.3;
  }
}

.line-height-84 {
  line-height: 8.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-84 {
    line-height: 8.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-84 {
    line-height: 8.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-84 {
    line-height: 8.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-84 {
    line-height: 8.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-84 {
    line-height: 8.4;
  }
}

.line-height-85 {
  line-height: 8.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-85 {
    line-height: 8.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-85 {
    line-height: 8.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-85 {
    line-height: 8.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-85 {
    line-height: 8.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-85 {
    line-height: 8.5;
  }
}

.line-height-86 {
  line-height: 8.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-86 {
    line-height: 8.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-86 {
    line-height: 8.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-86 {
    line-height: 8.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-86 {
    line-height: 8.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-86 {
    line-height: 8.6;
  }
}

.line-height-87 {
  line-height: 8.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-87 {
    line-height: 8.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-87 {
    line-height: 8.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-87 {
    line-height: 8.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-87 {
    line-height: 8.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-87 {
    line-height: 8.7;
  }
}

.line-height-88 {
  line-height: 8.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-88 {
    line-height: 8.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-88 {
    line-height: 8.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-88 {
    line-height: 8.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-88 {
    line-height: 8.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-88 {
    line-height: 8.8;
  }
}

.line-height-89 {
  line-height: 8.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-89 {
    line-height: 8.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-89 {
    line-height: 8.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-89 {
    line-height: 8.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-89 {
    line-height: 8.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-89 {
    line-height: 8.9;
  }
}

.line-height-90 {
  line-height: 9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-90 {
    line-height: 9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-90 {
    line-height: 9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-90 {
    line-height: 9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-90 {
    line-height: 9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-90 {
    line-height: 9;
  }
}

.line-height-91 {
  line-height: 9.1;
}
@media screen and (min-width: 576px) {
  .line-height-sm-91 {
    line-height: 9.1;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-91 {
    line-height: 9.1;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-91 {
    line-height: 9.1;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-91 {
    line-height: 9.1;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-91 {
    line-height: 9.1;
  }
}

.line-height-92 {
  line-height: 9.2;
}
@media screen and (min-width: 576px) {
  .line-height-sm-92 {
    line-height: 9.2;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-92 {
    line-height: 9.2;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-92 {
    line-height: 9.2;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-92 {
    line-height: 9.2;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-92 {
    line-height: 9.2;
  }
}

.line-height-93 {
  line-height: 9.3;
}
@media screen and (min-width: 576px) {
  .line-height-sm-93 {
    line-height: 9.3;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-93 {
    line-height: 9.3;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-93 {
    line-height: 9.3;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-93 {
    line-height: 9.3;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-93 {
    line-height: 9.3;
  }
}

.line-height-94 {
  line-height: 9.4;
}
@media screen and (min-width: 576px) {
  .line-height-sm-94 {
    line-height: 9.4;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-94 {
    line-height: 9.4;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-94 {
    line-height: 9.4;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-94 {
    line-height: 9.4;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-94 {
    line-height: 9.4;
  }
}

.line-height-95 {
  line-height: 9.5;
}
@media screen and (min-width: 576px) {
  .line-height-sm-95 {
    line-height: 9.5;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-95 {
    line-height: 9.5;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-95 {
    line-height: 9.5;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-95 {
    line-height: 9.5;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-95 {
    line-height: 9.5;
  }
}

.line-height-96 {
  line-height: 9.6;
}
@media screen and (min-width: 576px) {
  .line-height-sm-96 {
    line-height: 9.6;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-96 {
    line-height: 9.6;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-96 {
    line-height: 9.6;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-96 {
    line-height: 9.6;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-96 {
    line-height: 9.6;
  }
}

.line-height-97 {
  line-height: 9.7;
}
@media screen and (min-width: 576px) {
  .line-height-sm-97 {
    line-height: 9.7;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-97 {
    line-height: 9.7;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-97 {
    line-height: 9.7;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-97 {
    line-height: 9.7;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-97 {
    line-height: 9.7;
  }
}

.line-height-98 {
  line-height: 9.8;
}
@media screen and (min-width: 576px) {
  .line-height-sm-98 {
    line-height: 9.8;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-98 {
    line-height: 9.8;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-98 {
    line-height: 9.8;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-98 {
    line-height: 9.8;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-98 {
    line-height: 9.8;
  }
}

.line-height-99 {
  line-height: 9.9;
}
@media screen and (min-width: 576px) {
  .line-height-sm-99 {
    line-height: 9.9;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-99 {
    line-height: 9.9;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-99 {
    line-height: 9.9;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-99 {
    line-height: 9.9;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-99 {
    line-height: 9.9;
  }
}

.line-height-100 {
  line-height: 10;
}
@media screen and (min-width: 576px) {
  .line-height-sm-100 {
    line-height: 10;
  }
}
@media screen and (min-width: 768px) {
  .line-height-md-100 {
    line-height: 10;
  }
}
@media screen and (min-width: 992px) {
  .line-height-lg-100 {
    line-height: 10;
  }
}
@media screen and (min-width: 1200px) {
  .line-height-xl-100 {
    line-height: 10;
  }
}
@media screen and (min-width: 1400px) {
  .line-height-xxl-100 {
    line-height: 10;
  }
}

.accordion-button {
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent !important;
  border: none;
  color: inherit !important;
  padding: 0.5rem 0;
  border-radius: 0 !important;
}
.accordion-button::before {
  content: unset !important;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25);
}
.accordion-button:not(.section-title)::after {
  font-family: "bootstrap-icons", sans-serif;
  line-height: 1;
  width: unset;
  height: unset;
}
.accordion-button:not(.section-title):not(.collapsed)::after {
  content: "\f63b";
  transform: unset;
  background-image: none !important;
}
.accordion-button:not(.section-title).collapsed::after {
  content: "\f64d";
  transform: unset;
  background-image: none !important;
}
.accordion-body {
  line-height: 1.5;
}
body#checkout .accordion-flush .accordion-item, body#checkout .accordion-flush .accordion-body, body#checkout .accordion-flush .accordion-button {
  padding: 0;
  background-color: transparent;
}
body#checkout .accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: inherit;
}
.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='%23000000'%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");
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.page-b2b-account .page-header {
  border-bottom: 1px solid #cccccc;
}

.bg-primary {
  background-color: #DF7E00 !important;
}
.bg-primary-light {
  background-color: #EBE4DA !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-theme {
  background-color: #004F35 !important;
}
.bg-theme-light {
  background-color: #25664C !important;
}

body {
  background-color: #F0F3F2;
}

html, body {
  overflow-x: clip;
}

.border-radius-0 {
  border-radius: 0px !important;
}
.border-radius-1 {
  border-radius: 1px !important;
}
.border-radius-2 {
  border-radius: 2px !important;
}
.border-radius-3 {
  border-radius: 3px !important;
}
.border-radius-4 {
  border-radius: 4px !important;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.border-radius-6 {
  border-radius: 6px !important;
}
.border-radius-7 {
  border-radius: 7px !important;
}
.border-radius-8 {
  border-radius: 8px !important;
}
.border-radius-9 {
  border-radius: 9px !important;
}
.border-radius-10 {
  border-radius: 10px !important;
}
.border-radius-11 {
  border-radius: 11px !important;
}
.border-radius-12 {
  border-radius: 12px !important;
}
.border-radius-13 {
  border-radius: 13px !important;
}
.border-radius-14 {
  border-radius: 14px !important;
}
.border-radius-15 {
  border-radius: 15px !important;
}
.border-color-silver {
  border-color: #cccccc !important;
}
.border-color-theme {
  border-color: #004F35 !important;
}
.border-color-primary {
  border-color: #DF7E00 !important;
}
.border-color-checkout {
  border-color: #999999 !important;
}
.border-style-dashed {
  border-style: dashed !important;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 1rem 0;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0 0 10px 0;
}
#index .breadcrumb {
  display: none !important;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.breadcrumb ol li {
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb ol li span {
  font-size: 14px;
  color: #181c1a;
}
.breadcrumb ol li a {
  font-weight: normal;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  color: #181c1a;
  white-space: nowrap;
}
.breadcrumb ol li a::after {
  font-family: "bootstrap-icons";
  content: "\f27b";
  color: #cccccc;
  font-size: 15px;
  position: absolute;
  right: 0.45rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}

.btn {
  border-radius: 4px;
  border-width: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(1rem - 2px) calc(1.375rem - 2px);
  line-height: 1;
}
.btn:focus {
  outline: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: #DF7E00;
  border-color: #DF7E00;
}
.btn-primary a {
  color: #ffffff;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #DF7E00;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary:hover a, .btn-primary:focus a, .btn-primary.active a {
  color: #1e2021;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 126, 0, 0.25) !important;
}
.btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #DF7E00;
  border-color: #DF7E00;
  opacity: 0.5;
  pointer-events: none;
}
.btn-theme, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default {
  color: #ffffff;
  background-color: #004F35;
  border-color: #004F35;
}
.btn-theme a, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default a {
  color: #ffffff;
  text-decoration: none;
}
.btn-theme:hover, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default:hover, .btn-theme:focus, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default:focus, .btn-theme.active, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .active.btn-default {
  color: #004F35;
  background-color: #ffffff;
  border-color: #004F35;
}
.btn-theme:hover a, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default:hover a, .btn-theme:focus a, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default:focus a, .btn-theme.active a, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .active.btn-default a {
  color: #1e2021;
}
.btn-theme:focus, body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) .btn-default:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25) !important;
}
.btn-white {
  color: #004F35;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white.active {
  color: #ffffff;
  background-color: #DF7E00;
  border-color: #DF7E00;
}
.btn-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25) !important;
}
.btn-dark {
  color: #ffffff;
  background-color: #1e2021;
  border-color: #1e2021;
}
.btn-dark a {
  color: #ffffff;
  text-decoration: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.active {
  color: #ffffff;
  background-color: #004F35;
  border-color: #004F35;
}
.btn-dark:hover a, .btn-dark:focus a, .btn-dark.active a {
  color: #ffffff;
}
.btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25) !important;
}
.btn-silver {
  color: #1e2021;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-silver a, .btn-silver .bi {
  color: #1e2021;
  text-decoration: none;
}
.btn-silver:hover, .btn-silver:focus, .btn-silver.active {
  color: #cccccc;
  background-color: #1e2021;
  border-color: #1e2021;
}
.btn-silver:hover a, .btn-silver:focus a, .btn-silver.active a {
  color: #cccccc;
}
.btn-silver:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.25) !important;
}
.btn-link {
  color: #1e2021;
}
.btn-link:hover {
  color: #004F35;
  text-decoration: none;
}
.btn-link:focus {
  box-shadow: none;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 16px !important;
  font-weight: bold;
  padding: 15px 35px !important;
}
.input-group .btn {
  z-index: 1;
}

.button-group {
  display: flex;
  height: 55px;
}
.button-group > * {
  border-radius: 0;
  border-right: 3px solid #004F35;
}
.button-group > *:first-child {
  border-radius: 10px 0 0 10px;
}
.button-group > *:last-child {
  border-radius: 0 10px 10px 0 !important;
  border-right: 0;
  overflow: clip;
}
.button-group .user-info > a:last-child {
  margin-left: 3px;
}
.button-group .user-info > a:first-child {
  margin-left: 0;
}

.bubble {
  cursor: pointer;
}
.bubble::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  margin-left: 0.35rem;
  font-size: 12px;
}
.bubble-content {
  display: none;
}
.bubble.open::after {
  content: "\f286";
}
.bubble.open + .bubble-content {
  display: block;
}

.card {
  border-color: #004F35;
  border-radius: 10px;
  overflow: clip;
  padding-top: 1rem;
}
.card-flat-top {
  border-radius: 0 0 10px 10px;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0 1rem 1rem 1rem;
}
.card-theme {
  background-color: #004F35;
  color: #ffffff;
}
.card-theme .card-header,
.card-theme .card-body,
.card-theme .card-footer {
  background-color: #004F35;
  color: #ffffff;
  border-color: #004F35;
}
.card-theme .card-header a,
.card-theme .card-body a,
.card-theme .card-footer a {
  color: #ffffff;
  text-decoration: none;
}
.card-theme .card-header a:hover, .card-theme .card-header a.active,
.card-theme .card-body a:hover,
.card-theme .card-body a.active,
.card-theme .card-footer a:hover,
.card-theme .card-footer a.active {
  text-decoration: underline;
}
.card-theme .card-header a.active,
.card-theme .card-body a.active,
.card-theme .card-footer a.active {
  font-weight: bold;
}
.card-borderless {
  border: 0;
}
.card-borderless .card-header,
.card-borderless .card-body,
.card-borderless .card-footer {
  border: 0;
}

.carousel-caption {
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: start;
  line-height: 1;
}
.carousel-control-prev, .carousel-control-next {
  display: none;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.carousel-indicators {
  z-index: 1;
}
.carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
  display: flex;
}

.category-description p {
  font-size: 1rem;
}
@media screen and (max-width: 1399px) {
  body#index #sidebar .category-tree, body#category #sidebar .category-tree {
    display: none;
  }
}
.category-tree, .category-filters {
  max-height: 500px;
  border-radius: 0 0 10px 10px;
}
#index .category-tree, #index .category-filters {
  height: 100%;
}

.category-tree > ul, .category-filters > ul {
  border-radius: 0 0 10px 10px;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.category-tree > ul > li > .dropdown-item.active, .category-filters > ul > li > .dropdown-item.active {
  background-color: #004F35;
}
.category-tree > ul > li > .dropdown-item.active:hover, .category-filters > ul > li > .dropdown-item.active:hover {
  background-color: #25664C;
}
.category-tree ul, .category-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-tree ul li a, .category-filters ul li a {
  display: block;
  padding: 1rem 1.375rem;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}
.category-tree ul li a.active, .category-filters ul li a.active {
  color: #DF7E00;
}
.category-tree ul li:not(:last-child) a::after, .category-filters ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 1.375rem;
  left: 1.375rem;
  border: 0 !important;
  border-bottom: 1px solid #25664C !important;
}
.category-tree .dropdown-toggle.show, .category-filters .dropdown-toggle.show {
  background-color: #25664C !important;
}
.category-tree .dropdown-menu, .category-filters .dropdown-menu {
  border: 0;
  padding: 0.625rem;
  grid-gap: 0.625rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1200px) {
  .category-tree .dropdown-menu, .category-filters .dropdown-menu {
    grid-template-columns: repeat(auto-fit, minmax(0, 208px));
    max-width: 895px;
  }
}
@media screen and (min-width: 1400px) {
  .category-tree .dropdown-menu, .category-filters .dropdown-menu {
    grid-template-columns: repeat(auto-fit, minmax(0, 242px));
    max-width: 1030px;
  }
}
.category-tree .dropdown-menu.show, .category-filters .dropdown-menu.show {
  display: grid;
}
.category-tree .dropdown-menu a, .category-filters .dropdown-menu a {
  background-color: #004F35;
  border-radius: 5px;
}
.category-tree .dropdown-menu a:hover, .category-filters .dropdown-menu a:hover {
  background-color: #DF7E00 !important;
  color: #ffffff !important;
}
.category-tree .dropdown-menu a.active, .category-filters .dropdown-menu a.active {
  color: #DF7E00;
}
.category-tree .dropdown-menu a.active:hover, .category-filters .dropdown-menu a.active:hover {
  color: #ffffff;
}
.category-tree .section-title, .category-filters .section-title {
  position: relative;
  min-height: 2px;
}
@media screen and (max-width: 991px) {
  .category-tree .section-title, .category-filters .section-title {
    border-bottom: 1px solid #cccccc;
  }
}
.category-tree .section-title::before, .category-filters .section-title::before {
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 991px) {
  .category-tree .section-title::before, .category-filters .section-title::before {
    content: "\f282";
    font-family: "bootstrap-icons";
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .category-tree .section-title::before, .category-filters .section-title::before {
    content: "";
    left: 0;
    border-top: 1px solid #cccccc;
    z-index: -1;
  }
}
.category-tree .section-title > span, .category-filters .section-title > span {
  background-color: #ffffff;
  padding-right: 0.25rem;
}
.category-tree#js-active-search-filters .section-title, .category-filters#js-active-search-filters .section-title {
  position: relative;
  min-height: 2px;
}
@media screen and (max-width: 991px) {
  .category-tree#js-active-search-filters .section-title, .category-filters#js-active-search-filters .section-title {
    border-bottom: 0;
  }
}
.category-tree#js-active-search-filters .section-title::before, .category-filters#js-active-search-filters .section-title::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  left: 0;
  border-top: 1px solid #cccccc;
  z-index: -1;
}
.category-tree#js-active-search-filters .section-title > span, .category-filters#js-active-search-filters .section-title > span {
  background-color: #ffffff;
  padding-right: 0.25rem;
}
.category-tree a, .category-filters a {
  text-decoration: none;
  color: #1e2021;
}
.category-tree a.active, .category-tree a:hover, .category-filters a.active, .category-filters a:hover {
  color: #004F35;
}
@media screen and (max-width: 991px) {
  .category-tree ul.category-list, .category-filters ul.category-list {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .category-tree .filter-attribute, .category-filters .filter-attribute {
    display: none;
  }
}
.category-tree .filter-attribute > div, .category-filters .filter-attribute > div {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.category-tree .filter-attribute .custom-filter-checkbox input, .category-filters .filter-attribute .custom-filter-checkbox input {
  display: none;
}
.category-tree .filter-attribute .custom-filter-checkbox input + span.checkbox, .category-filters .filter-attribute .custom-filter-checkbox input + span.checkbox {
  display: inline-block;
  border-radius: 0.25em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 0.35em;
  vertical-align: top;
  background-color: #ffffff;
  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;
}
.category-tree .filter-attribute .custom-filter-checkbox input:checked + span.checkbox, .category-filters .filter-attribute .custom-filter-checkbox input:checked + span.checkbox {
  border-color: #004F35;
  background-color: #004F35;
  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");
}
.category-tree .filter-attribute .custom-filter-checkbox input:focus + span.checkbox, .category-filters .filter-attribute .custom-filter-checkbox input:focus + span.checkbox {
  border-color: #004F35;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25);
}
@media screen and (max-width: 991px) {
  .category-tree.active .section-title::before, .category-filters.active .section-title::before {
    content: "\f286";
  }
}
@media screen and (max-width: 991px) {
  .category-tree.active .filter-attribute, .category-filters.active .filter-attribute {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .category-tree.active .category-list, .category-filters.active .category-list {
    display: block;
  }
}
.category-tree .arrows .bi, .category-filters .arrows .bi {
  cursor: pointer;
}
.category-tree .arrows[aria-expanded=true] .bi-plus, .category-filters .arrows[aria-expanded=true] .bi-plus {
  display: none;
}
.category-tree .arrows[aria-expanded=false] .bi-dash, .category-filters .arrows[aria-expanded=false] .bi-dash {
  display: none;
}
.category-tree.bg-theme a, .category-filters.bg-theme a {
  color: #ffffff;
}
.category-tree.bg-theme a:hover, .category-tree.bg-theme a .active, .category-filters.bg-theme a:hover, .category-filters.bg-theme a .active {
  background-color: #25664C;
}

body#checkout {
  padding: 0;
}
body#checkout [data-field-name=alias] {
  display: none;
}
body#checkout .fieldset {
  border-radius: 4px;
  overflow: clip;
  border: 1px solid #999999;
  background-color: #ffffff;
}
body#checkout .fieldset label {
  margin: 0;
}
body#checkout .fieldset .row > div {
  padding: 1rem;
}
body#checkout .fieldset .row > div:has(input, select, textarea) {
  padding: 0;
}
body#checkout .fieldset input, body#checkout .fieldset select, body#checkout .fieldset textarea {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 1rem;
}
body#checkout .fieldset input:focus, body#checkout .fieldset select:focus, body#checkout .fieldset textarea:focus {
  box-shadow: none;
}
body#checkout .fieldset:has(input:focus, select:focus, textarea:focus) {
  border-color: #004F35;
  box-shadow: 0 0 0 0.25rem rgba(0, 79, 53, 0.25);
}
body#checkout .fieldset.has-error {
  border-color: #842029;
}
body#checkout .fieldset.has-error:has(input:focus, select:focus, textarea:focus) {
  border-color: #842029;
  box-shadow: 0 0 0 0.25rem rgba(132, 32, 41, 0.25);
}
body#checkout .fieldset .help-block {
  margin: 0;
}
body#checkout .fieldset .help-block ul {
  margin: 0;
  padding: 0;
}
body#checkout .fieldset .help-block li {
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  body#checkout {
    background: linear-gradient(90deg, #F0F3F2 0%, #F0F3F2 50%, #004F35 50%, #004F35 100%);
  }
}
body#checkout .checkout-nav {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
body#checkout .checkout-nav .logo {
  display: block;
  margin-right: 1rem;
}
body#checkout .checkout-nav .logo > img {
  height: 75px;
}
body#checkout .checkout-nav .logo span {
  display: none;
}
body#checkout .checkout-nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
body#checkout .checkout-nav ul li {
  padding-right: 1.5rem;
  position: relative;
}
body#checkout .checkout-nav ul li a {
  padding: 1rem;
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
}
body#checkout .checkout-nav ul li a:hover {
  color: #181c1a;
}
body#checkout .checkout-nav ul li a.active {
  font-weight: bold;
  color: #004F35;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  body#checkout .checkout-nav ul li:not(:last-of-type)::after {
    content: "/";
    color: #999999;
    position: absolute;
    right: 7px;
  }
}
body#checkout .checkout-container {
  min-height: 100vh;
  overflow-y: auto;
  background-color: #F0F3F2;
}
body#checkout .checkout-sidebar {
  background-color: #004F35;
  min-height: 100vh;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body#checkout .checkout-sidebar {
    padding-top: 107px;
  }
}
body#checkout .checkout-product-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 0.75rem 0;
  margin: 0;
}
body#checkout .checkout-product-list > .row {
  padding: 1.5rem 0 1rem;
}
body#checkout .checkout-product-list > .row:not(:last-of-type) {
  border-bottom: 1px solid #999999;
}
body#checkout .checkout-product-list > .row a {
  text-decoration: none;
}
body#checkout .checkout-product-list > .row a:hover {
  text-decoration: underline;
}
body#checkout .checkout-product-list .product-customization {
  margin-bottom: 0 !important;
}
body#checkout .delivery-options {
  border-bottom: 1px solid #999999;
}
body#checkout .delivery-options .delivery-option:not(:first-child) input + label {
  border-top: 1px solid #999999;
}
body#checkout .delivery-options .delivery-option input {
  display: none;
}
body#checkout .delivery-options .delivery-option input + label {
  cursor: pointer;
  padding: 1.5rem 0;
  margin: 0;
  display: flex;
  align-items: center;
}
body#checkout .delivery-options .delivery-option input + label .radio-input {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px #1e2021;
  border: 5px solid #ffffff;
  border-radius: 50%;
  flex: none;
}
body#checkout .delivery-options .delivery-option input + label .carrier {
  line-height: 1.4;
}
body#checkout .delivery-options .delivery-option input + label .carrier-name, body#checkout .delivery-options .delivery-option input + label .carrier-price {
  font-size: 22px;
  color: #1e2021;
  font-weight: bold;
}
body#checkout .delivery-options .delivery-option input + label .carrier-delay {
  font-size: 14px;
  color: #999999;
}
body#checkout .delivery-options .delivery-option input + label .carrier-logo img {
  display: block;
  width: 41px;
  height: auto;
}
body#checkout .delivery-options .delivery-option input:checked + label .radio-input {
  background-color: #1e2021;
}
body#checkout .delivery-options .delivery-option p {
  font-size: 1rem;
}
body#checkout .delivery-options .delivery-option ~ div:not(.delivery-option) {
  margin-top: -1rem;
  padding-bottom: 1rem;
}
body#checkout .payment-options .payment-option input {
  display: none;
}
body#checkout .payment-options .payment-option input + label {
  cursor: pointer;
  padding: 1.5rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999999;
}
body#checkout .payment-options .payment-option input + label .radio-input {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px #1e2021;
  border: 5px solid #ffffff;
  border-radius: 50%;
  flex: none;
}
body#checkout .payment-options .payment-option input + label .payment {
  line-height: 1.4;
}
body#checkout .payment-options .payment-option input + label .payment-name {
  font-size: 22px;
  color: #1e2021;
  font-weight: bold;
}
body#checkout .payment-options .payment-option input + label .payment-delay {
  font-size: 14px;
  color: #999999;
}
body#checkout .payment-options .payment-option input + label .payment-logo img {
  display: block;
  width: 41px;
  height: auto;
}
body#checkout .payment-options .payment-option input:checked + label .radio-input {
  background-color: #1e2021;
}
body#checkout .payment-options .payment-option section {
  padding: 0;
}
body#checkout .payment-options .payment-option section p {
  font-size: 1rem;
}
body#checkout .address-selector .address-item input {
  display: none;
}
body#checkout .address-selector .address-item input + label .radio-input {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px #1e2021;
  border: 5px solid #ffffff;
  border-radius: 50%;
  flex: none;
}
body#checkout .address-selector .address-item input:checked + label {
  background-color: #f5f5f5;
}
body#checkout .address-selector .address-item input:checked + label .radio-input {
  background-color: #1e2021;
}
body#checkout .cart-summary-products {
  position: relative;
}

.color-primary {
  color: #DF7E00 !important;
}
.color-primary a {
  color: #DF7E00 !important;
}
a.color-primary:hover {
  color: #ffffff !important;
}

.color-theme {
  color: #004F35 !important;
}
.color-theme a {
  color: #004F35 !important;
}
a.color-theme:hover {
  color: #181c1a !important;
}

.color-text {
  color: #181c1a !important;
}
.color-text a {
  color: #181c1a !important;
}
.color-dark {
  color: #181c1a !important;
}
.color-dark a {
  color: #181c1a !important;
}
.color-white {
  color: #ffffff !important;
}
.color-white a {
  color: #ffffff !important;
}
.color-bg {
  color: #1e2021 !important;
}
.color-bg a {
  color: #1e2021 !important;
}
.color-grey-dark {
  color: #666666 !important;
}
.color-grey-dark a {
  color: #666666 !important;
}
.color-silver {
  color: #cccccc !important;
}
.color-silver a {
  color: #cccccc !important;
}
.color-checkout-label {
  color: #ffffff !important;
}
.color-checkout-label a {
  color: #ffffff !important;
}

#header .header-nav .contact-info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
}
#header .header-nav .contact-info li a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.page-customer-account .page-header {
  border-bottom: 1px solid #cccccc;
}

.dropdown-toggle:has(> .bi)::after {
  content: unset;
}
.dropdown-lang-and-currency .dropdown-menu {
  padding: 0.5rem 0.5rem 0 0 !important;
}
.dropdown-lang-and-currency .dropdown-menu.show {
  display: flex;
  flex-wrap: nowrap;
}
.dropdown-lang-and-currency .dropdown-menu > * {
  margin: 0 0 0.5rem 0.5rem;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  background-color: #EBE4DA;
}
.dropdown-lang-and-currency .dropdown-menu > * ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: clip;
  border-radius: 0.375rem;
}
.dropdown-lang-and-currency .dropdown-item-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #004F35;
  font-weight: bold;
  padding: 0 1rem 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ffffff;
  white-space: nowrap;
}
.dropdown-menu {
  border-radius: 10px;
}
.dropdown-menu-dark {
  background-color: #1e2021;
}
.dropdown-menu-dark .dropdown-item {
  color: #cccccc;
}
.dropdown-menu-dark .dropdown-item:active, .dropdown-menu-dark .dropdown-item.active {
  background-color: #cccccc;
  color: #181c1a;
}
.dropdown-menu li .dropdown-item:active, .dropdown-menu li .dropdown-item.active, .dropdown-menu li .dropdown-item:hover {
  background-color: #EBE4DA;
  color: #DF7E00;
}
.dropdown-menu li .dropdown-item-text {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #004F35;
  color: #ffffff;
}
.dropdown-menu li:not(:first-of-type) .dropdown-item-text {
  margin-top: 0.5rem;
}
.dropdown.floating-categories > .btn {
  font-weight: bold;
  width: 100%;
  margin: 0.25rem 0;
  padding: calc(0.75rem - 2px) calc(1.375rem - 2px);
  text-transform: uppercase;
  justify-content: space-between;
}
.dropdown.floating-categories > .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #DF7E00;
}
.dropdown.floating-categories > .btn.show, .dropdown.floating-categories > .btn.show:hover {
  background-color: #004F35;
  border-color: #004F35;
  color: #DF7E00;
  margin: 0;
  padding: calc(1rem - 2px) calc(1.375rem - 2px);
  border-radius: 0;
}
.dropdown.floating-categories > .btn.show:focus {
  box-shadow: none !important;
}
.dropdown.floating-categories > .dropdown-menu {
  border-radius: 0 0 10px 10px;
  border: 0;
  background-color: #004F35;
  color: #ffffff;
  margin-top: -2px !important;
  width: 100%;
  padding: 0;
}

#footer {
  background-color: #004F35;
  color: #ffffff;
  padding-top: 0;
  overflow-x: clip;
}
#footer .footer-before ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
}
#footer .footer-before ul li a {
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}
#footer .footer-before ul li a.active, #footer .footer-before ul li a:hover {
  text-decoration: underline;
}
#footer .logo img {
  filter: contrast(0) brightness(10);
  margin: 0;
  width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
#footer img {
  max-width: 100%;
  height: auto;
  display: block;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer ul li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .payment-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#footer .payment-logos img {
  width: 45px;
}
#footer .payment-logos > *:not(:last-child) {
  margin-right: 1rem;
}
#footer .copyright {
  margin-top: 3rem;
  padding: 1rem 0;
  font-size: 14px;
  border-top: 1px solid #25664C;
}

.inline-form {
  display: flex;
  border-radius: 5px;
  border: 1px solid #666666;
  background-color: #ffffff;
  padding: 3px;
}
.inline-form input {
  border: 1px solid #ffffff;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
}
.inline-form input:focus-visible {
  outline: 0;
}
.inline-form .btn {
  padding: 6.5px 14px;
}
.inline-form:has(input:focus-visible) {
  box-shadow: 0 0 0 0.25rem rgba(142, 142, 142, 0.25);
}
.inline-form p {
  margin-bottom: 0;
  width: 100%;
}
.inline-form p ~ * {
  display: none !important;
}

.invisible-form {
  line-height: 1.1;
}
.invisible-form input {
  width: 100%;
  border: 0;
}
.invisible-form input::-moz-placeholder {
  color: #cccccc;
}
.invisible-form input::placeholder {
  color: #cccccc;
}
.invisible-form input:focus-visible {
  outline: 0;
  box-shadow: 0px 1px 0px 0px rgb(0, 0, 0);
}

.form-check-input:checked {
  background-color: #DF7E00;
  border-color: #DF7E00;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(223, 126, 0, 0.25);
  border-color: rgba(223, 126, 0, 0.25);
}
.form-select, .form-control {
  border-color: #999999;
  padding: 0.5rem 1rem;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #cccccc;
}
.form-select::placeholder, .form-control::placeholder {
  color: #cccccc;
}
.form-select:focus, .form-control:focus {
  outline: 0;
  border-color: #181c1a;
  box-shadow: 0 0 0 0.25rem rgba(24, 28, 26, 0.25);
}
.form-select-comment, .form-control-comment {
  display: inline-block;
  line-height: 1.2;
  color: #cccccc;
  font-size: 12px;
  margin-top: 0.35rem;
  padding: 0 0.25rem;
}
.form-select + .help-block ul, .form-control + .help-block ul {
  padding: 0;
  margin: 0.35rem 0 0;
}
.form-select + .help-block ul li, .form-control + .help-block ul li {
  margin: 0;
}
.form-select.password, .form-control.password {
  padding-right: 3.5rem;
}
.form-select.password + button, .form-control.password + button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: calc(0.75rem + 9px);
  left: 8px;
  z-index: 0;
}
.custom-checkbox input[type=checkbox] + label {
  cursor: pointer;
  padding: 0.75rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-checkbox input[type=checkbox] + label .checkbox-input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #1e2021;
  border-radius: 3px;
  flex: none;
}
.custom-checkbox input[type=checkbox] + label > a {
  margin: 0 3px;
}
.custom-checkbox input[type=checkbox] + label > a:hover {
  text-decoration: none;
  color: #004F35;
}
.custom-checkbox input[type=checkbox]:checked + label .checkbox-input {
  background-color: #1e2021;
}
.custom-checkbox input[type=checkbox]:checked + label .checkbox-input::after {
  content: "\f26e";
  font-family: "bootstrap-icons";
  color: #ffffff;
}
.custom-checkbox em {
  display: inline-block;
  line-height: 1.2;
  color: #cccccc;
  font-size: 12px;
}
.custom-checkbox em > a,
.custom-checkbox em + a {
  display: inline-block;
  line-height: 1.2;
  color: #cccccc;
  font-size: 12px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
  cursor: pointer;
}

strong {
  font-weight: bold !important;
}

.h-1-vh {
  height: 1vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-1-vh {
    height: 1vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-1-vh {
    height: 1vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-1-vh {
    height: 1vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-1-vh {
    height: 1vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-1-vh {
    height: 1vh !important;
  }
}

.min-h-1-vh {
  min-height: 1vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-1-vh {
    min-height: 1vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-1-vh {
    min-height: 1vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-1-vh {
    min-height: 1vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-1-vh {
    min-height: 1vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-1-vh {
    min-height: 1vh !important;
  }
}

.h-2-vh {
  height: 2vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-2-vh {
    height: 2vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-2-vh {
    height: 2vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-2-vh {
    height: 2vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-2-vh {
    height: 2vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-2-vh {
    height: 2vh !important;
  }
}

.min-h-2-vh {
  min-height: 2vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-2-vh {
    min-height: 2vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-2-vh {
    min-height: 2vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-2-vh {
    min-height: 2vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-2-vh {
    min-height: 2vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-2-vh {
    min-height: 2vh !important;
  }
}

.h-3-vh {
  height: 3vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-3-vh {
    height: 3vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-3-vh {
    height: 3vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-3-vh {
    height: 3vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-3-vh {
    height: 3vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-3-vh {
    height: 3vh !important;
  }
}

.min-h-3-vh {
  min-height: 3vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-3-vh {
    min-height: 3vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-3-vh {
    min-height: 3vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-3-vh {
    min-height: 3vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-3-vh {
    min-height: 3vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-3-vh {
    min-height: 3vh !important;
  }
}

.h-4-vh {
  height: 4vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-4-vh {
    height: 4vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-4-vh {
    height: 4vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-4-vh {
    height: 4vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-4-vh {
    height: 4vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-4-vh {
    height: 4vh !important;
  }
}

.min-h-4-vh {
  min-height: 4vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-4-vh {
    min-height: 4vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-4-vh {
    min-height: 4vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-4-vh {
    min-height: 4vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-4-vh {
    min-height: 4vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-4-vh {
    min-height: 4vh !important;
  }
}

.h-5-vh {
  height: 5vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-5-vh {
    height: 5vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-5-vh {
    height: 5vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-5-vh {
    height: 5vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-5-vh {
    height: 5vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-5-vh {
    height: 5vh !important;
  }
}

.min-h-5-vh {
  min-height: 5vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-5-vh {
    min-height: 5vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-5-vh {
    min-height: 5vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-5-vh {
    min-height: 5vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-5-vh {
    min-height: 5vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-5-vh {
    min-height: 5vh !important;
  }
}

.h-6-vh {
  height: 6vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-6-vh {
    height: 6vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-6-vh {
    height: 6vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-6-vh {
    height: 6vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-6-vh {
    height: 6vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-6-vh {
    height: 6vh !important;
  }
}

.min-h-6-vh {
  min-height: 6vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-6-vh {
    min-height: 6vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-6-vh {
    min-height: 6vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-6-vh {
    min-height: 6vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-6-vh {
    min-height: 6vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-6-vh {
    min-height: 6vh !important;
  }
}

.h-7-vh {
  height: 7vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-7-vh {
    height: 7vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-7-vh {
    height: 7vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-7-vh {
    height: 7vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-7-vh {
    height: 7vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-7-vh {
    height: 7vh !important;
  }
}

.min-h-7-vh {
  min-height: 7vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-7-vh {
    min-height: 7vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-7-vh {
    min-height: 7vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-7-vh {
    min-height: 7vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-7-vh {
    min-height: 7vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-7-vh {
    min-height: 7vh !important;
  }
}

.h-8-vh {
  height: 8vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-8-vh {
    height: 8vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-8-vh {
    height: 8vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-8-vh {
    height: 8vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-8-vh {
    height: 8vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-8-vh {
    height: 8vh !important;
  }
}

.min-h-8-vh {
  min-height: 8vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-8-vh {
    min-height: 8vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-8-vh {
    min-height: 8vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-8-vh {
    min-height: 8vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-8-vh {
    min-height: 8vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-8-vh {
    min-height: 8vh !important;
  }
}

.h-9-vh {
  height: 9vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-9-vh {
    height: 9vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-9-vh {
    height: 9vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-9-vh {
    height: 9vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-9-vh {
    height: 9vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-9-vh {
    height: 9vh !important;
  }
}

.min-h-9-vh {
  min-height: 9vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-9-vh {
    min-height: 9vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-9-vh {
    min-height: 9vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-9-vh {
    min-height: 9vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-9-vh {
    min-height: 9vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-9-vh {
    min-height: 9vh !important;
  }
}

.h-10-vh {
  height: 10vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-10-vh {
    height: 10vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-10-vh {
    height: 10vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-10-vh {
    height: 10vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-10-vh {
    height: 10vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-10-vh {
    height: 10vh !important;
  }
}

.min-h-10-vh {
  min-height: 10vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-10-vh {
    min-height: 10vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-10-vh {
    min-height: 10vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-10-vh {
    min-height: 10vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-10-vh {
    min-height: 10vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-10-vh {
    min-height: 10vh !important;
  }
}

.h-11-vh {
  height: 11vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-11-vh {
    height: 11vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-11-vh {
    height: 11vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-11-vh {
    height: 11vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-11-vh {
    height: 11vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-11-vh {
    height: 11vh !important;
  }
}

.min-h-11-vh {
  min-height: 11vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-11-vh {
    min-height: 11vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-11-vh {
    min-height: 11vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-11-vh {
    min-height: 11vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-11-vh {
    min-height: 11vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-11-vh {
    min-height: 11vh !important;
  }
}

.h-12-vh {
  height: 12vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-12-vh {
    height: 12vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-12-vh {
    height: 12vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-12-vh {
    height: 12vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-12-vh {
    height: 12vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-12-vh {
    height: 12vh !important;
  }
}

.min-h-12-vh {
  min-height: 12vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-12-vh {
    min-height: 12vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-12-vh {
    min-height: 12vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-12-vh {
    min-height: 12vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-12-vh {
    min-height: 12vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-12-vh {
    min-height: 12vh !important;
  }
}

.h-13-vh {
  height: 13vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-13-vh {
    height: 13vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-13-vh {
    height: 13vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-13-vh {
    height: 13vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-13-vh {
    height: 13vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-13-vh {
    height: 13vh !important;
  }
}

.min-h-13-vh {
  min-height: 13vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-13-vh {
    min-height: 13vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-13-vh {
    min-height: 13vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-13-vh {
    min-height: 13vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-13-vh {
    min-height: 13vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-13-vh {
    min-height: 13vh !important;
  }
}

.h-14-vh {
  height: 14vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-14-vh {
    height: 14vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-14-vh {
    height: 14vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-14-vh {
    height: 14vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-14-vh {
    height: 14vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-14-vh {
    height: 14vh !important;
  }
}

.min-h-14-vh {
  min-height: 14vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-14-vh {
    min-height: 14vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-14-vh {
    min-height: 14vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-14-vh {
    min-height: 14vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-14-vh {
    min-height: 14vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-14-vh {
    min-height: 14vh !important;
  }
}

.h-15-vh {
  height: 15vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-15-vh {
    height: 15vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-15-vh {
    height: 15vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-15-vh {
    height: 15vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-15-vh {
    height: 15vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-15-vh {
    height: 15vh !important;
  }
}

.min-h-15-vh {
  min-height: 15vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-15-vh {
    min-height: 15vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-15-vh {
    min-height: 15vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-15-vh {
    min-height: 15vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-15-vh {
    min-height: 15vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-15-vh {
    min-height: 15vh !important;
  }
}

.h-16-vh {
  height: 16vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-16-vh {
    height: 16vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-16-vh {
    height: 16vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-16-vh {
    height: 16vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-16-vh {
    height: 16vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-16-vh {
    height: 16vh !important;
  }
}

.min-h-16-vh {
  min-height: 16vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-16-vh {
    min-height: 16vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-16-vh {
    min-height: 16vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-16-vh {
    min-height: 16vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-16-vh {
    min-height: 16vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-16-vh {
    min-height: 16vh !important;
  }
}

.h-17-vh {
  height: 17vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-17-vh {
    height: 17vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-17-vh {
    height: 17vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-17-vh {
    height: 17vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-17-vh {
    height: 17vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-17-vh {
    height: 17vh !important;
  }
}

.min-h-17-vh {
  min-height: 17vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-17-vh {
    min-height: 17vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-17-vh {
    min-height: 17vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-17-vh {
    min-height: 17vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-17-vh {
    min-height: 17vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-17-vh {
    min-height: 17vh !important;
  }
}

.h-18-vh {
  height: 18vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-18-vh {
    height: 18vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-18-vh {
    height: 18vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-18-vh {
    height: 18vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-18-vh {
    height: 18vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-18-vh {
    height: 18vh !important;
  }
}

.min-h-18-vh {
  min-height: 18vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-18-vh {
    min-height: 18vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-18-vh {
    min-height: 18vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-18-vh {
    min-height: 18vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-18-vh {
    min-height: 18vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-18-vh {
    min-height: 18vh !important;
  }
}

.h-19-vh {
  height: 19vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-19-vh {
    height: 19vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-19-vh {
    height: 19vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-19-vh {
    height: 19vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-19-vh {
    height: 19vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-19-vh {
    height: 19vh !important;
  }
}

.min-h-19-vh {
  min-height: 19vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-19-vh {
    min-height: 19vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-19-vh {
    min-height: 19vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-19-vh {
    min-height: 19vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-19-vh {
    min-height: 19vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-19-vh {
    min-height: 19vh !important;
  }
}

.h-20-vh {
  height: 20vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-20-vh {
    height: 20vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-20-vh {
    height: 20vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-20-vh {
    height: 20vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-20-vh {
    height: 20vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-20-vh {
    height: 20vh !important;
  }
}

.min-h-20-vh {
  min-height: 20vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-20-vh {
    min-height: 20vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-20-vh {
    min-height: 20vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-20-vh {
    min-height: 20vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-20-vh {
    min-height: 20vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-20-vh {
    min-height: 20vh !important;
  }
}

.h-21-vh {
  height: 21vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-21-vh {
    height: 21vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-21-vh {
    height: 21vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-21-vh {
    height: 21vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-21-vh {
    height: 21vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-21-vh {
    height: 21vh !important;
  }
}

.min-h-21-vh {
  min-height: 21vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-21-vh {
    min-height: 21vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-21-vh {
    min-height: 21vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-21-vh {
    min-height: 21vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-21-vh {
    min-height: 21vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-21-vh {
    min-height: 21vh !important;
  }
}

.h-22-vh {
  height: 22vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-22-vh {
    height: 22vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-22-vh {
    height: 22vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-22-vh {
    height: 22vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-22-vh {
    height: 22vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-22-vh {
    height: 22vh !important;
  }
}

.min-h-22-vh {
  min-height: 22vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-22-vh {
    min-height: 22vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-22-vh {
    min-height: 22vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-22-vh {
    min-height: 22vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-22-vh {
    min-height: 22vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-22-vh {
    min-height: 22vh !important;
  }
}

.h-23-vh {
  height: 23vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-23-vh {
    height: 23vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-23-vh {
    height: 23vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-23-vh {
    height: 23vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-23-vh {
    height: 23vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-23-vh {
    height: 23vh !important;
  }
}

.min-h-23-vh {
  min-height: 23vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-23-vh {
    min-height: 23vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-23-vh {
    min-height: 23vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-23-vh {
    min-height: 23vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-23-vh {
    min-height: 23vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-23-vh {
    min-height: 23vh !important;
  }
}

.h-24-vh {
  height: 24vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-24-vh {
    height: 24vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-24-vh {
    height: 24vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-24-vh {
    height: 24vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-24-vh {
    height: 24vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-24-vh {
    height: 24vh !important;
  }
}

.min-h-24-vh {
  min-height: 24vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-24-vh {
    min-height: 24vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-24-vh {
    min-height: 24vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-24-vh {
    min-height: 24vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-24-vh {
    min-height: 24vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-24-vh {
    min-height: 24vh !important;
  }
}

.h-25-vh {
  height: 25vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-25-vh {
    height: 25vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-25-vh {
    height: 25vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-25-vh {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-25-vh {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-25-vh {
    height: 25vh !important;
  }
}

.min-h-25-vh {
  min-height: 25vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-25-vh {
    min-height: 25vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-25-vh {
    min-height: 25vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-25-vh {
    min-height: 25vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-25-vh {
    min-height: 25vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-25-vh {
    min-height: 25vh !important;
  }
}

.h-26-vh {
  height: 26vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-26-vh {
    height: 26vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-26-vh {
    height: 26vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-26-vh {
    height: 26vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-26-vh {
    height: 26vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-26-vh {
    height: 26vh !important;
  }
}

.min-h-26-vh {
  min-height: 26vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-26-vh {
    min-height: 26vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-26-vh {
    min-height: 26vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-26-vh {
    min-height: 26vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-26-vh {
    min-height: 26vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-26-vh {
    min-height: 26vh !important;
  }
}

.h-27-vh {
  height: 27vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-27-vh {
    height: 27vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-27-vh {
    height: 27vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-27-vh {
    height: 27vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-27-vh {
    height: 27vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-27-vh {
    height: 27vh !important;
  }
}

.min-h-27-vh {
  min-height: 27vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-27-vh {
    min-height: 27vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-27-vh {
    min-height: 27vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-27-vh {
    min-height: 27vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-27-vh {
    min-height: 27vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-27-vh {
    min-height: 27vh !important;
  }
}

.h-28-vh {
  height: 28vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-28-vh {
    height: 28vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-28-vh {
    height: 28vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-28-vh {
    height: 28vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-28-vh {
    height: 28vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-28-vh {
    height: 28vh !important;
  }
}

.min-h-28-vh {
  min-height: 28vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-28-vh {
    min-height: 28vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-28-vh {
    min-height: 28vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-28-vh {
    min-height: 28vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-28-vh {
    min-height: 28vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-28-vh {
    min-height: 28vh !important;
  }
}

.h-29-vh {
  height: 29vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-29-vh {
    height: 29vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-29-vh {
    height: 29vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-29-vh {
    height: 29vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-29-vh {
    height: 29vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-29-vh {
    height: 29vh !important;
  }
}

.min-h-29-vh {
  min-height: 29vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-29-vh {
    min-height: 29vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-29-vh {
    min-height: 29vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-29-vh {
    min-height: 29vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-29-vh {
    min-height: 29vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-29-vh {
    min-height: 29vh !important;
  }
}

.h-30-vh {
  height: 30vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-30-vh {
    height: 30vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-30-vh {
    height: 30vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-30-vh {
    height: 30vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-30-vh {
    height: 30vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-30-vh {
    height: 30vh !important;
  }
}

.min-h-30-vh {
  min-height: 30vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-30-vh {
    min-height: 30vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-30-vh {
    min-height: 30vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-30-vh {
    min-height: 30vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-30-vh {
    min-height: 30vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-30-vh {
    min-height: 30vh !important;
  }
}

.h-31-vh {
  height: 31vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-31-vh {
    height: 31vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-31-vh {
    height: 31vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-31-vh {
    height: 31vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-31-vh {
    height: 31vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-31-vh {
    height: 31vh !important;
  }
}

.min-h-31-vh {
  min-height: 31vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-31-vh {
    min-height: 31vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-31-vh {
    min-height: 31vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-31-vh {
    min-height: 31vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-31-vh {
    min-height: 31vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-31-vh {
    min-height: 31vh !important;
  }
}

.h-32-vh {
  height: 32vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-32-vh {
    height: 32vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-32-vh {
    height: 32vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-32-vh {
    height: 32vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-32-vh {
    height: 32vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-32-vh {
    height: 32vh !important;
  }
}

.min-h-32-vh {
  min-height: 32vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-32-vh {
    min-height: 32vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-32-vh {
    min-height: 32vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-32-vh {
    min-height: 32vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-32-vh {
    min-height: 32vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-32-vh {
    min-height: 32vh !important;
  }
}

.h-33-vh {
  height: 33vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-33-vh {
    height: 33vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-33-vh {
    height: 33vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-33-vh {
    height: 33vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-33-vh {
    height: 33vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-33-vh {
    height: 33vh !important;
  }
}

.min-h-33-vh {
  min-height: 33vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-33-vh {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-33-vh {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-33-vh {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-33-vh {
    min-height: 33vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-33-vh {
    min-height: 33vh !important;
  }
}

.h-34-vh {
  height: 34vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-34-vh {
    height: 34vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-34-vh {
    height: 34vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-34-vh {
    height: 34vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-34-vh {
    height: 34vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-34-vh {
    height: 34vh !important;
  }
}

.min-h-34-vh {
  min-height: 34vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-34-vh {
    min-height: 34vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-34-vh {
    min-height: 34vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-34-vh {
    min-height: 34vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-34-vh {
    min-height: 34vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-34-vh {
    min-height: 34vh !important;
  }
}

.h-35-vh {
  height: 35vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-35-vh {
    height: 35vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-35-vh {
    height: 35vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-35-vh {
    height: 35vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-35-vh {
    height: 35vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-35-vh {
    height: 35vh !important;
  }
}

.min-h-35-vh {
  min-height: 35vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-35-vh {
    min-height: 35vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-35-vh {
    min-height: 35vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-35-vh {
    min-height: 35vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-35-vh {
    min-height: 35vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-35-vh {
    min-height: 35vh !important;
  }
}

.h-36-vh {
  height: 36vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-36-vh {
    height: 36vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-36-vh {
    height: 36vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-36-vh {
    height: 36vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-36-vh {
    height: 36vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-36-vh {
    height: 36vh !important;
  }
}

.min-h-36-vh {
  min-height: 36vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-36-vh {
    min-height: 36vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-36-vh {
    min-height: 36vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-36-vh {
    min-height: 36vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-36-vh {
    min-height: 36vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-36-vh {
    min-height: 36vh !important;
  }
}

.h-37-vh {
  height: 37vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-37-vh {
    height: 37vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-37-vh {
    height: 37vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-37-vh {
    height: 37vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-37-vh {
    height: 37vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-37-vh {
    height: 37vh !important;
  }
}

.min-h-37-vh {
  min-height: 37vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-37-vh {
    min-height: 37vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-37-vh {
    min-height: 37vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-37-vh {
    min-height: 37vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-37-vh {
    min-height: 37vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-37-vh {
    min-height: 37vh !important;
  }
}

.h-38-vh {
  height: 38vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-38-vh {
    height: 38vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-38-vh {
    height: 38vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-38-vh {
    height: 38vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-38-vh {
    height: 38vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-38-vh {
    height: 38vh !important;
  }
}

.min-h-38-vh {
  min-height: 38vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-38-vh {
    min-height: 38vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-38-vh {
    min-height: 38vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-38-vh {
    min-height: 38vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-38-vh {
    min-height: 38vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-38-vh {
    min-height: 38vh !important;
  }
}

.h-39-vh {
  height: 39vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-39-vh {
    height: 39vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-39-vh {
    height: 39vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-39-vh {
    height: 39vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-39-vh {
    height: 39vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-39-vh {
    height: 39vh !important;
  }
}

.min-h-39-vh {
  min-height: 39vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-39-vh {
    min-height: 39vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-39-vh {
    min-height: 39vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-39-vh {
    min-height: 39vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-39-vh {
    min-height: 39vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-39-vh {
    min-height: 39vh !important;
  }
}

.h-40-vh {
  height: 40vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-40-vh {
    height: 40vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-40-vh {
    height: 40vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-40-vh {
    height: 40vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-40-vh {
    height: 40vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-40-vh {
    height: 40vh !important;
  }
}

.min-h-40-vh {
  min-height: 40vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-40-vh {
    min-height: 40vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-40-vh {
    min-height: 40vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-40-vh {
    min-height: 40vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-40-vh {
    min-height: 40vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-40-vh {
    min-height: 40vh !important;
  }
}

.h-41-vh {
  height: 41vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-41-vh {
    height: 41vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-41-vh {
    height: 41vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-41-vh {
    height: 41vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-41-vh {
    height: 41vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-41-vh {
    height: 41vh !important;
  }
}

.min-h-41-vh {
  min-height: 41vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-41-vh {
    min-height: 41vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-41-vh {
    min-height: 41vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-41-vh {
    min-height: 41vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-41-vh {
    min-height: 41vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-41-vh {
    min-height: 41vh !important;
  }
}

.h-42-vh {
  height: 42vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-42-vh {
    height: 42vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-42-vh {
    height: 42vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-42-vh {
    height: 42vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-42-vh {
    height: 42vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-42-vh {
    height: 42vh !important;
  }
}

.min-h-42-vh {
  min-height: 42vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-42-vh {
    min-height: 42vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-42-vh {
    min-height: 42vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-42-vh {
    min-height: 42vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-42-vh {
    min-height: 42vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-42-vh {
    min-height: 42vh !important;
  }
}

.h-43-vh {
  height: 43vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-43-vh {
    height: 43vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-43-vh {
    height: 43vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-43-vh {
    height: 43vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-43-vh {
    height: 43vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-43-vh {
    height: 43vh !important;
  }
}

.min-h-43-vh {
  min-height: 43vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-43-vh {
    min-height: 43vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-43-vh {
    min-height: 43vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-43-vh {
    min-height: 43vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-43-vh {
    min-height: 43vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-43-vh {
    min-height: 43vh !important;
  }
}

.h-44-vh {
  height: 44vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-44-vh {
    height: 44vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-44-vh {
    height: 44vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-44-vh {
    height: 44vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-44-vh {
    height: 44vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-44-vh {
    height: 44vh !important;
  }
}

.min-h-44-vh {
  min-height: 44vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-44-vh {
    min-height: 44vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-44-vh {
    min-height: 44vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-44-vh {
    min-height: 44vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-44-vh {
    min-height: 44vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-44-vh {
    min-height: 44vh !important;
  }
}

.h-45-vh {
  height: 45vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-45-vh {
    height: 45vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-45-vh {
    height: 45vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-45-vh {
    height: 45vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-45-vh {
    height: 45vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-45-vh {
    height: 45vh !important;
  }
}

.min-h-45-vh {
  min-height: 45vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-45-vh {
    min-height: 45vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-45-vh {
    min-height: 45vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-45-vh {
    min-height: 45vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-45-vh {
    min-height: 45vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-45-vh {
    min-height: 45vh !important;
  }
}

.h-46-vh {
  height: 46vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-46-vh {
    height: 46vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-46-vh {
    height: 46vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-46-vh {
    height: 46vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-46-vh {
    height: 46vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-46-vh {
    height: 46vh !important;
  }
}

.min-h-46-vh {
  min-height: 46vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-46-vh {
    min-height: 46vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-46-vh {
    min-height: 46vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-46-vh {
    min-height: 46vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-46-vh {
    min-height: 46vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-46-vh {
    min-height: 46vh !important;
  }
}

.h-47-vh {
  height: 47vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-47-vh {
    height: 47vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-47-vh {
    height: 47vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-47-vh {
    height: 47vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-47-vh {
    height: 47vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-47-vh {
    height: 47vh !important;
  }
}

.min-h-47-vh {
  min-height: 47vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-47-vh {
    min-height: 47vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-47-vh {
    min-height: 47vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-47-vh {
    min-height: 47vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-47-vh {
    min-height: 47vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-47-vh {
    min-height: 47vh !important;
  }
}

.h-48-vh {
  height: 48vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-48-vh {
    height: 48vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-48-vh {
    height: 48vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-48-vh {
    height: 48vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-48-vh {
    height: 48vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-48-vh {
    height: 48vh !important;
  }
}

.min-h-48-vh {
  min-height: 48vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-48-vh {
    min-height: 48vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-48-vh {
    min-height: 48vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-48-vh {
    min-height: 48vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-48-vh {
    min-height: 48vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-48-vh {
    min-height: 48vh !important;
  }
}

.h-49-vh {
  height: 49vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-49-vh {
    height: 49vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-49-vh {
    height: 49vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-49-vh {
    height: 49vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-49-vh {
    height: 49vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-49-vh {
    height: 49vh !important;
  }
}

.min-h-49-vh {
  min-height: 49vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-49-vh {
    min-height: 49vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-49-vh {
    min-height: 49vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-49-vh {
    min-height: 49vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-49-vh {
    min-height: 49vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-49-vh {
    min-height: 49vh !important;
  }
}

.h-50-vh {
  height: 50vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-50-vh {
    height: 50vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-50-vh {
    height: 50vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-50-vh {
    height: 50vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-50-vh {
    height: 50vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-50-vh {
    height: 50vh !important;
  }
}

.min-h-50-vh {
  min-height: 50vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-50-vh {
    min-height: 50vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-50-vh {
    min-height: 50vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-50-vh {
    min-height: 50vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-50-vh {
    min-height: 50vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-50-vh {
    min-height: 50vh !important;
  }
}

.h-51-vh {
  height: 51vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-51-vh {
    height: 51vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-51-vh {
    height: 51vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-51-vh {
    height: 51vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-51-vh {
    height: 51vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-51-vh {
    height: 51vh !important;
  }
}

.min-h-51-vh {
  min-height: 51vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-51-vh {
    min-height: 51vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-51-vh {
    min-height: 51vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-51-vh {
    min-height: 51vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-51-vh {
    min-height: 51vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-51-vh {
    min-height: 51vh !important;
  }
}

.h-52-vh {
  height: 52vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-52-vh {
    height: 52vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-52-vh {
    height: 52vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-52-vh {
    height: 52vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-52-vh {
    height: 52vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-52-vh {
    height: 52vh !important;
  }
}

.min-h-52-vh {
  min-height: 52vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-52-vh {
    min-height: 52vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-52-vh {
    min-height: 52vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-52-vh {
    min-height: 52vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-52-vh {
    min-height: 52vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-52-vh {
    min-height: 52vh !important;
  }
}

.h-53-vh {
  height: 53vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-53-vh {
    height: 53vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-53-vh {
    height: 53vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-53-vh {
    height: 53vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-53-vh {
    height: 53vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-53-vh {
    height: 53vh !important;
  }
}

.min-h-53-vh {
  min-height: 53vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-53-vh {
    min-height: 53vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-53-vh {
    min-height: 53vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-53-vh {
    min-height: 53vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-53-vh {
    min-height: 53vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-53-vh {
    min-height: 53vh !important;
  }
}

.h-54-vh {
  height: 54vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-54-vh {
    height: 54vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-54-vh {
    height: 54vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-54-vh {
    height: 54vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-54-vh {
    height: 54vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-54-vh {
    height: 54vh !important;
  }
}

.min-h-54-vh {
  min-height: 54vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-54-vh {
    min-height: 54vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-54-vh {
    min-height: 54vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-54-vh {
    min-height: 54vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-54-vh {
    min-height: 54vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-54-vh {
    min-height: 54vh !important;
  }
}

.h-55-vh {
  height: 55vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-55-vh {
    height: 55vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-55-vh {
    height: 55vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-55-vh {
    height: 55vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-55-vh {
    height: 55vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-55-vh {
    height: 55vh !important;
  }
}

.min-h-55-vh {
  min-height: 55vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-55-vh {
    min-height: 55vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-55-vh {
    min-height: 55vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-55-vh {
    min-height: 55vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-55-vh {
    min-height: 55vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-55-vh {
    min-height: 55vh !important;
  }
}

.h-56-vh {
  height: 56vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-56-vh {
    height: 56vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-56-vh {
    height: 56vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-56-vh {
    height: 56vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-56-vh {
    height: 56vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-56-vh {
    height: 56vh !important;
  }
}

.min-h-56-vh {
  min-height: 56vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-56-vh {
    min-height: 56vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-56-vh {
    min-height: 56vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-56-vh {
    min-height: 56vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-56-vh {
    min-height: 56vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-56-vh {
    min-height: 56vh !important;
  }
}

.h-57-vh {
  height: 57vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-57-vh {
    height: 57vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-57-vh {
    height: 57vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-57-vh {
    height: 57vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-57-vh {
    height: 57vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-57-vh {
    height: 57vh !important;
  }
}

.min-h-57-vh {
  min-height: 57vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-57-vh {
    min-height: 57vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-57-vh {
    min-height: 57vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-57-vh {
    min-height: 57vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-57-vh {
    min-height: 57vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-57-vh {
    min-height: 57vh !important;
  }
}

.h-58-vh {
  height: 58vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-58-vh {
    height: 58vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-58-vh {
    height: 58vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-58-vh {
    height: 58vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-58-vh {
    height: 58vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-58-vh {
    height: 58vh !important;
  }
}

.min-h-58-vh {
  min-height: 58vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-58-vh {
    min-height: 58vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-58-vh {
    min-height: 58vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-58-vh {
    min-height: 58vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-58-vh {
    min-height: 58vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-58-vh {
    min-height: 58vh !important;
  }
}

.h-59-vh {
  height: 59vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-59-vh {
    height: 59vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-59-vh {
    height: 59vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-59-vh {
    height: 59vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-59-vh {
    height: 59vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-59-vh {
    height: 59vh !important;
  }
}

.min-h-59-vh {
  min-height: 59vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-59-vh {
    min-height: 59vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-59-vh {
    min-height: 59vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-59-vh {
    min-height: 59vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-59-vh {
    min-height: 59vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-59-vh {
    min-height: 59vh !important;
  }
}

.h-60-vh {
  height: 60vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-60-vh {
    height: 60vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-60-vh {
    height: 60vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-60-vh {
    height: 60vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-60-vh {
    height: 60vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-60-vh {
    height: 60vh !important;
  }
}

.min-h-60-vh {
  min-height: 60vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-60-vh {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-60-vh {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-60-vh {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-60-vh {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-60-vh {
    min-height: 60vh !important;
  }
}

.h-61-vh {
  height: 61vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-61-vh {
    height: 61vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-61-vh {
    height: 61vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-61-vh {
    height: 61vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-61-vh {
    height: 61vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-61-vh {
    height: 61vh !important;
  }
}

.min-h-61-vh {
  min-height: 61vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-61-vh {
    min-height: 61vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-61-vh {
    min-height: 61vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-61-vh {
    min-height: 61vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-61-vh {
    min-height: 61vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-61-vh {
    min-height: 61vh !important;
  }
}

.h-62-vh {
  height: 62vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-62-vh {
    height: 62vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-62-vh {
    height: 62vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-62-vh {
    height: 62vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-62-vh {
    height: 62vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-62-vh {
    height: 62vh !important;
  }
}

.min-h-62-vh {
  min-height: 62vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-62-vh {
    min-height: 62vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-62-vh {
    min-height: 62vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-62-vh {
    min-height: 62vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-62-vh {
    min-height: 62vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-62-vh {
    min-height: 62vh !important;
  }
}

.h-63-vh {
  height: 63vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-63-vh {
    height: 63vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-63-vh {
    height: 63vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-63-vh {
    height: 63vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-63-vh {
    height: 63vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-63-vh {
    height: 63vh !important;
  }
}

.min-h-63-vh {
  min-height: 63vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-63-vh {
    min-height: 63vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-63-vh {
    min-height: 63vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-63-vh {
    min-height: 63vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-63-vh {
    min-height: 63vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-63-vh {
    min-height: 63vh !important;
  }
}

.h-64-vh {
  height: 64vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-64-vh {
    height: 64vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-64-vh {
    height: 64vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-64-vh {
    height: 64vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-64-vh {
    height: 64vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-64-vh {
    height: 64vh !important;
  }
}

.min-h-64-vh {
  min-height: 64vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-64-vh {
    min-height: 64vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-64-vh {
    min-height: 64vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-64-vh {
    min-height: 64vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-64-vh {
    min-height: 64vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-64-vh {
    min-height: 64vh !important;
  }
}

.h-65-vh {
  height: 65vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-65-vh {
    height: 65vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-65-vh {
    height: 65vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-65-vh {
    height: 65vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-65-vh {
    height: 65vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-65-vh {
    height: 65vh !important;
  }
}

.min-h-65-vh {
  min-height: 65vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-65-vh {
    min-height: 65vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-65-vh {
    min-height: 65vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-65-vh {
    min-height: 65vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-65-vh {
    min-height: 65vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-65-vh {
    min-height: 65vh !important;
  }
}

.h-66-vh {
  height: 66vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-66-vh {
    height: 66vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-66-vh {
    height: 66vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-66-vh {
    height: 66vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-66-vh {
    height: 66vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-66-vh {
    height: 66vh !important;
  }
}

.min-h-66-vh {
  min-height: 66vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-66-vh {
    min-height: 66vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-66-vh {
    min-height: 66vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-66-vh {
    min-height: 66vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-66-vh {
    min-height: 66vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-66-vh {
    min-height: 66vh !important;
  }
}

.h-67-vh {
  height: 67vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-67-vh {
    height: 67vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-67-vh {
    height: 67vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-67-vh {
    height: 67vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-67-vh {
    height: 67vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-67-vh {
    height: 67vh !important;
  }
}

.min-h-67-vh {
  min-height: 67vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-67-vh {
    min-height: 67vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-67-vh {
    min-height: 67vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-67-vh {
    min-height: 67vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-67-vh {
    min-height: 67vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-67-vh {
    min-height: 67vh !important;
  }
}

.h-68-vh {
  height: 68vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-68-vh {
    height: 68vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-68-vh {
    height: 68vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-68-vh {
    height: 68vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-68-vh {
    height: 68vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-68-vh {
    height: 68vh !important;
  }
}

.min-h-68-vh {
  min-height: 68vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-68-vh {
    min-height: 68vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-68-vh {
    min-height: 68vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-68-vh {
    min-height: 68vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-68-vh {
    min-height: 68vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-68-vh {
    min-height: 68vh !important;
  }
}

.h-69-vh {
  height: 69vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-69-vh {
    height: 69vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-69-vh {
    height: 69vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-69-vh {
    height: 69vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-69-vh {
    height: 69vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-69-vh {
    height: 69vh !important;
  }
}

.min-h-69-vh {
  min-height: 69vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-69-vh {
    min-height: 69vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-69-vh {
    min-height: 69vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-69-vh {
    min-height: 69vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-69-vh {
    min-height: 69vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-69-vh {
    min-height: 69vh !important;
  }
}

.h-70-vh {
  height: 70vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-70-vh {
    height: 70vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-70-vh {
    height: 70vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-70-vh {
    height: 70vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-70-vh {
    height: 70vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-70-vh {
    height: 70vh !important;
  }
}

.min-h-70-vh {
  min-height: 70vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-70-vh {
    min-height: 70vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-70-vh {
    min-height: 70vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-70-vh {
    min-height: 70vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-70-vh {
    min-height: 70vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-70-vh {
    min-height: 70vh !important;
  }
}

.h-71-vh {
  height: 71vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-71-vh {
    height: 71vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-71-vh {
    height: 71vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-71-vh {
    height: 71vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-71-vh {
    height: 71vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-71-vh {
    height: 71vh !important;
  }
}

.min-h-71-vh {
  min-height: 71vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-71-vh {
    min-height: 71vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-71-vh {
    min-height: 71vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-71-vh {
    min-height: 71vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-71-vh {
    min-height: 71vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-71-vh {
    min-height: 71vh !important;
  }
}

.h-72-vh {
  height: 72vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-72-vh {
    height: 72vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-72-vh {
    height: 72vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-72-vh {
    height: 72vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-72-vh {
    height: 72vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-72-vh {
    height: 72vh !important;
  }
}

.min-h-72-vh {
  min-height: 72vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-72-vh {
    min-height: 72vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-72-vh {
    min-height: 72vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-72-vh {
    min-height: 72vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-72-vh {
    min-height: 72vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-72-vh {
    min-height: 72vh !important;
  }
}

.h-73-vh {
  height: 73vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-73-vh {
    height: 73vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-73-vh {
    height: 73vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-73-vh {
    height: 73vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-73-vh {
    height: 73vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-73-vh {
    height: 73vh !important;
  }
}

.min-h-73-vh {
  min-height: 73vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-73-vh {
    min-height: 73vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-73-vh {
    min-height: 73vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-73-vh {
    min-height: 73vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-73-vh {
    min-height: 73vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-73-vh {
    min-height: 73vh !important;
  }
}

.h-74-vh {
  height: 74vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-74-vh {
    height: 74vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-74-vh {
    height: 74vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-74-vh {
    height: 74vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-74-vh {
    height: 74vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-74-vh {
    height: 74vh !important;
  }
}

.min-h-74-vh {
  min-height: 74vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-74-vh {
    min-height: 74vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-74-vh {
    min-height: 74vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-74-vh {
    min-height: 74vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-74-vh {
    min-height: 74vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-74-vh {
    min-height: 74vh !important;
  }
}

.h-75-vh {
  height: 75vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-75-vh {
    height: 75vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-75-vh {
    height: 75vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-75-vh {
    height: 75vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-75-vh {
    height: 75vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-75-vh {
    height: 75vh !important;
  }
}

.min-h-75-vh {
  min-height: 75vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-75-vh {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-75-vh {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-75-vh {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-75-vh {
    min-height: 75vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-75-vh {
    min-height: 75vh !important;
  }
}

.h-76-vh {
  height: 76vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-76-vh {
    height: 76vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-76-vh {
    height: 76vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-76-vh {
    height: 76vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-76-vh {
    height: 76vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-76-vh {
    height: 76vh !important;
  }
}

.min-h-76-vh {
  min-height: 76vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-76-vh {
    min-height: 76vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-76-vh {
    min-height: 76vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-76-vh {
    min-height: 76vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-76-vh {
    min-height: 76vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-76-vh {
    min-height: 76vh !important;
  }
}

.h-77-vh {
  height: 77vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-77-vh {
    height: 77vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-77-vh {
    height: 77vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-77-vh {
    height: 77vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-77-vh {
    height: 77vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-77-vh {
    height: 77vh !important;
  }
}

.min-h-77-vh {
  min-height: 77vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-77-vh {
    min-height: 77vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-77-vh {
    min-height: 77vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-77-vh {
    min-height: 77vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-77-vh {
    min-height: 77vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-77-vh {
    min-height: 77vh !important;
  }
}

.h-78-vh {
  height: 78vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-78-vh {
    height: 78vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-78-vh {
    height: 78vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-78-vh {
    height: 78vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-78-vh {
    height: 78vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-78-vh {
    height: 78vh !important;
  }
}

.min-h-78-vh {
  min-height: 78vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-78-vh {
    min-height: 78vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-78-vh {
    min-height: 78vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-78-vh {
    min-height: 78vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-78-vh {
    min-height: 78vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-78-vh {
    min-height: 78vh !important;
  }
}

.h-79-vh {
  height: 79vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-79-vh {
    height: 79vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-79-vh {
    height: 79vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-79-vh {
    height: 79vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-79-vh {
    height: 79vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-79-vh {
    height: 79vh !important;
  }
}

.min-h-79-vh {
  min-height: 79vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-79-vh {
    min-height: 79vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-79-vh {
    min-height: 79vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-79-vh {
    min-height: 79vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-79-vh {
    min-height: 79vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-79-vh {
    min-height: 79vh !important;
  }
}

.h-80-vh {
  height: 80vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-80-vh {
    height: 80vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-80-vh {
    height: 80vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-80-vh {
    height: 80vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-80-vh {
    height: 80vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-80-vh {
    height: 80vh !important;
  }
}

.min-h-80-vh {
  min-height: 80vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-80-vh {
    min-height: 80vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-80-vh {
    min-height: 80vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-80-vh {
    min-height: 80vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-80-vh {
    min-height: 80vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-80-vh {
    min-height: 80vh !important;
  }
}

.h-81-vh {
  height: 81vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-81-vh {
    height: 81vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-81-vh {
    height: 81vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-81-vh {
    height: 81vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-81-vh {
    height: 81vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-81-vh {
    height: 81vh !important;
  }
}

.min-h-81-vh {
  min-height: 81vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-81-vh {
    min-height: 81vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-81-vh {
    min-height: 81vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-81-vh {
    min-height: 81vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-81-vh {
    min-height: 81vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-81-vh {
    min-height: 81vh !important;
  }
}

.h-82-vh {
  height: 82vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-82-vh {
    height: 82vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-82-vh {
    height: 82vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-82-vh {
    height: 82vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-82-vh {
    height: 82vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-82-vh {
    height: 82vh !important;
  }
}

.min-h-82-vh {
  min-height: 82vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-82-vh {
    min-height: 82vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-82-vh {
    min-height: 82vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-82-vh {
    min-height: 82vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-82-vh {
    min-height: 82vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-82-vh {
    min-height: 82vh !important;
  }
}

.h-83-vh {
  height: 83vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-83-vh {
    height: 83vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-83-vh {
    height: 83vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-83-vh {
    height: 83vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-83-vh {
    height: 83vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-83-vh {
    height: 83vh !important;
  }
}

.min-h-83-vh {
  min-height: 83vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-83-vh {
    min-height: 83vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-83-vh {
    min-height: 83vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-83-vh {
    min-height: 83vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-83-vh {
    min-height: 83vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-83-vh {
    min-height: 83vh !important;
  }
}

.h-84-vh {
  height: 84vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-84-vh {
    height: 84vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-84-vh {
    height: 84vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-84-vh {
    height: 84vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-84-vh {
    height: 84vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-84-vh {
    height: 84vh !important;
  }
}

.min-h-84-vh {
  min-height: 84vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-84-vh {
    min-height: 84vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-84-vh {
    min-height: 84vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-84-vh {
    min-height: 84vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-84-vh {
    min-height: 84vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-84-vh {
    min-height: 84vh !important;
  }
}

.h-85-vh {
  height: 85vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-85-vh {
    height: 85vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-85-vh {
    height: 85vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-85-vh {
    height: 85vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-85-vh {
    height: 85vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-85-vh {
    height: 85vh !important;
  }
}

.min-h-85-vh {
  min-height: 85vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-85-vh {
    min-height: 85vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-85-vh {
    min-height: 85vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-85-vh {
    min-height: 85vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-85-vh {
    min-height: 85vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-85-vh {
    min-height: 85vh !important;
  }
}

.h-86-vh {
  height: 86vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-86-vh {
    height: 86vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-86-vh {
    height: 86vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-86-vh {
    height: 86vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-86-vh {
    height: 86vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-86-vh {
    height: 86vh !important;
  }
}

.min-h-86-vh {
  min-height: 86vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-86-vh {
    min-height: 86vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-86-vh {
    min-height: 86vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-86-vh {
    min-height: 86vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-86-vh {
    min-height: 86vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-86-vh {
    min-height: 86vh !important;
  }
}

.h-87-vh {
  height: 87vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-87-vh {
    height: 87vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-87-vh {
    height: 87vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-87-vh {
    height: 87vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-87-vh {
    height: 87vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-87-vh {
    height: 87vh !important;
  }
}

.min-h-87-vh {
  min-height: 87vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-87-vh {
    min-height: 87vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-87-vh {
    min-height: 87vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-87-vh {
    min-height: 87vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-87-vh {
    min-height: 87vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-87-vh {
    min-height: 87vh !important;
  }
}

.h-88-vh {
  height: 88vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-88-vh {
    height: 88vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-88-vh {
    height: 88vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-88-vh {
    height: 88vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-88-vh {
    height: 88vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-88-vh {
    height: 88vh !important;
  }
}

.min-h-88-vh {
  min-height: 88vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-88-vh {
    min-height: 88vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-88-vh {
    min-height: 88vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-88-vh {
    min-height: 88vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-88-vh {
    min-height: 88vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-88-vh {
    min-height: 88vh !important;
  }
}

.h-89-vh {
  height: 89vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-89-vh {
    height: 89vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-89-vh {
    height: 89vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-89-vh {
    height: 89vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-89-vh {
    height: 89vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-89-vh {
    height: 89vh !important;
  }
}

.min-h-89-vh {
  min-height: 89vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-89-vh {
    min-height: 89vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-89-vh {
    min-height: 89vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-89-vh {
    min-height: 89vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-89-vh {
    min-height: 89vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-89-vh {
    min-height: 89vh !important;
  }
}

.h-90-vh {
  height: 90vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-90-vh {
    height: 90vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-90-vh {
    height: 90vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-90-vh {
    height: 90vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-90-vh {
    height: 90vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-90-vh {
    height: 90vh !important;
  }
}

.min-h-90-vh {
  min-height: 90vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-90-vh {
    min-height: 90vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-90-vh {
    min-height: 90vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-90-vh {
    min-height: 90vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-90-vh {
    min-height: 90vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-90-vh {
    min-height: 90vh !important;
  }
}

.h-91-vh {
  height: 91vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-91-vh {
    height: 91vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-91-vh {
    height: 91vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-91-vh {
    height: 91vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-91-vh {
    height: 91vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-91-vh {
    height: 91vh !important;
  }
}

.min-h-91-vh {
  min-height: 91vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-91-vh {
    min-height: 91vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-91-vh {
    min-height: 91vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-91-vh {
    min-height: 91vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-91-vh {
    min-height: 91vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-91-vh {
    min-height: 91vh !important;
  }
}

.h-92-vh {
  height: 92vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-92-vh {
    height: 92vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-92-vh {
    height: 92vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-92-vh {
    height: 92vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-92-vh {
    height: 92vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-92-vh {
    height: 92vh !important;
  }
}

.min-h-92-vh {
  min-height: 92vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-92-vh {
    min-height: 92vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-92-vh {
    min-height: 92vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-92-vh {
    min-height: 92vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-92-vh {
    min-height: 92vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-92-vh {
    min-height: 92vh !important;
  }
}

.h-93-vh {
  height: 93vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-93-vh {
    height: 93vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-93-vh {
    height: 93vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-93-vh {
    height: 93vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-93-vh {
    height: 93vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-93-vh {
    height: 93vh !important;
  }
}

.min-h-93-vh {
  min-height: 93vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-93-vh {
    min-height: 93vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-93-vh {
    min-height: 93vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-93-vh {
    min-height: 93vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-93-vh {
    min-height: 93vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-93-vh {
    min-height: 93vh !important;
  }
}

.h-94-vh {
  height: 94vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-94-vh {
    height: 94vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-94-vh {
    height: 94vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-94-vh {
    height: 94vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-94-vh {
    height: 94vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-94-vh {
    height: 94vh !important;
  }
}

.min-h-94-vh {
  min-height: 94vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-94-vh {
    min-height: 94vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-94-vh {
    min-height: 94vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-94-vh {
    min-height: 94vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-94-vh {
    min-height: 94vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-94-vh {
    min-height: 94vh !important;
  }
}

.h-95-vh {
  height: 95vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-95-vh {
    height: 95vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-95-vh {
    height: 95vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-95-vh {
    height: 95vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-95-vh {
    height: 95vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-95-vh {
    height: 95vh !important;
  }
}

.min-h-95-vh {
  min-height: 95vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-95-vh {
    min-height: 95vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-95-vh {
    min-height: 95vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-95-vh {
    min-height: 95vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-95-vh {
    min-height: 95vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-95-vh {
    min-height: 95vh !important;
  }
}

.h-96-vh {
  height: 96vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-96-vh {
    height: 96vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-96-vh {
    height: 96vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-96-vh {
    height: 96vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-96-vh {
    height: 96vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-96-vh {
    height: 96vh !important;
  }
}

.min-h-96-vh {
  min-height: 96vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-96-vh {
    min-height: 96vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-96-vh {
    min-height: 96vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-96-vh {
    min-height: 96vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-96-vh {
    min-height: 96vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-96-vh {
    min-height: 96vh !important;
  }
}

.h-97-vh {
  height: 97vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-97-vh {
    height: 97vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-97-vh {
    height: 97vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-97-vh {
    height: 97vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-97-vh {
    height: 97vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-97-vh {
    height: 97vh !important;
  }
}

.min-h-97-vh {
  min-height: 97vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-97-vh {
    min-height: 97vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-97-vh {
    min-height: 97vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-97-vh {
    min-height: 97vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-97-vh {
    min-height: 97vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-97-vh {
    min-height: 97vh !important;
  }
}

.h-98-vh {
  height: 98vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-98-vh {
    height: 98vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-98-vh {
    height: 98vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-98-vh {
    height: 98vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-98-vh {
    height: 98vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-98-vh {
    height: 98vh !important;
  }
}

.min-h-98-vh {
  min-height: 98vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-98-vh {
    min-height: 98vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-98-vh {
    min-height: 98vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-98-vh {
    min-height: 98vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-98-vh {
    min-height: 98vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-98-vh {
    min-height: 98vh !important;
  }
}

.h-99-vh {
  height: 99vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-99-vh {
    height: 99vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-99-vh {
    height: 99vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-99-vh {
    height: 99vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-99-vh {
    height: 99vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-99-vh {
    height: 99vh !important;
  }
}

.min-h-99-vh {
  min-height: 99vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-99-vh {
    min-height: 99vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-99-vh {
    min-height: 99vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-99-vh {
    min-height: 99vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-99-vh {
    min-height: 99vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-99-vh {
    min-height: 99vh !important;
  }
}

.h-100-vh {
  height: 100vh !important;
}
@media screen and (min-width: 576px) {
  .h-sm-100-vh {
    height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-100-vh {
    height: 100vh !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-100-vh {
    height: 100vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-100-vh {
    height: 100vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-100-vh {
    height: 100vh !important;
  }
}

.min-h-100-vh {
  min-height: 100vh !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-100-vh {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-100-vh {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-100-vh {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-100-vh {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-100-vh {
    min-height: 100vh !important;
  }
}

.h-50-px {
  height: 50px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-50-px {
    height: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-50-px {
    height: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-50-px {
    height: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-50-px {
    height: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-50-px {
    height: 50px !important;
  }
}

.min-h-50-px {
  min-height: 50px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-50-px {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-50-px {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-50-px {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-50-px {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-50-px {
    min-height: 50px !important;
  }
}

.h-51-px {
  height: 51px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-51-px {
    height: 51px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-51-px {
    height: 51px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-51-px {
    height: 51px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-51-px {
    height: 51px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-51-px {
    height: 51px !important;
  }
}

.min-h-51-px {
  min-height: 51px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-51-px {
    min-height: 51px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-51-px {
    min-height: 51px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-51-px {
    min-height: 51px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-51-px {
    min-height: 51px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-51-px {
    min-height: 51px !important;
  }
}

.h-52-px {
  height: 52px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-52-px {
    height: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-52-px {
    height: 52px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-52-px {
    height: 52px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-52-px {
    height: 52px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-52-px {
    height: 52px !important;
  }
}

.min-h-52-px {
  min-height: 52px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-52-px {
    min-height: 52px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-52-px {
    min-height: 52px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-52-px {
    min-height: 52px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-52-px {
    min-height: 52px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-52-px {
    min-height: 52px !important;
  }
}

.h-53-px {
  height: 53px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-53-px {
    height: 53px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-53-px {
    height: 53px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-53-px {
    height: 53px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-53-px {
    height: 53px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-53-px {
    height: 53px !important;
  }
}

.min-h-53-px {
  min-height: 53px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-53-px {
    min-height: 53px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-53-px {
    min-height: 53px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-53-px {
    min-height: 53px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-53-px {
    min-height: 53px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-53-px {
    min-height: 53px !important;
  }
}

.h-54-px {
  height: 54px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-54-px {
    height: 54px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-54-px {
    height: 54px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-54-px {
    height: 54px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-54-px {
    height: 54px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-54-px {
    height: 54px !important;
  }
}

.min-h-54-px {
  min-height: 54px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-54-px {
    min-height: 54px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-54-px {
    min-height: 54px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-54-px {
    min-height: 54px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-54-px {
    min-height: 54px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-54-px {
    min-height: 54px !important;
  }
}

.h-55-px {
  height: 55px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-55-px {
    height: 55px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-55-px {
    height: 55px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-55-px {
    height: 55px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-55-px {
    height: 55px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-55-px {
    height: 55px !important;
  }
}

.min-h-55-px {
  min-height: 55px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-55-px {
    min-height: 55px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-55-px {
    min-height: 55px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-55-px {
    min-height: 55px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-55-px {
    min-height: 55px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-55-px {
    min-height: 55px !important;
  }
}

.h-56-px {
  height: 56px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-56-px {
    height: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-56-px {
    height: 56px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-56-px {
    height: 56px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-56-px {
    height: 56px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-56-px {
    height: 56px !important;
  }
}

.min-h-56-px {
  min-height: 56px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-56-px {
    min-height: 56px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-56-px {
    min-height: 56px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-56-px {
    min-height: 56px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-56-px {
    min-height: 56px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-56-px {
    min-height: 56px !important;
  }
}

.h-57-px {
  height: 57px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-57-px {
    height: 57px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-57-px {
    height: 57px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-57-px {
    height: 57px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-57-px {
    height: 57px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-57-px {
    height: 57px !important;
  }
}

.min-h-57-px {
  min-height: 57px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-57-px {
    min-height: 57px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-57-px {
    min-height: 57px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-57-px {
    min-height: 57px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-57-px {
    min-height: 57px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-57-px {
    min-height: 57px !important;
  }
}

.h-58-px {
  height: 58px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-58-px {
    height: 58px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-58-px {
    height: 58px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-58-px {
    height: 58px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-58-px {
    height: 58px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-58-px {
    height: 58px !important;
  }
}

.min-h-58-px {
  min-height: 58px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-58-px {
    min-height: 58px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-58-px {
    min-height: 58px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-58-px {
    min-height: 58px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-58-px {
    min-height: 58px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-58-px {
    min-height: 58px !important;
  }
}

.h-59-px {
  height: 59px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-59-px {
    height: 59px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-59-px {
    height: 59px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-59-px {
    height: 59px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-59-px {
    height: 59px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-59-px {
    height: 59px !important;
  }
}

.min-h-59-px {
  min-height: 59px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-59-px {
    min-height: 59px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-59-px {
    min-height: 59px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-59-px {
    min-height: 59px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-59-px {
    min-height: 59px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-59-px {
    min-height: 59px !important;
  }
}

.h-60-px {
  height: 60px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-60-px {
    height: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-60-px {
    height: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-60-px {
    height: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-60-px {
    height: 60px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-60-px {
    height: 60px !important;
  }
}

.min-h-60-px {
  min-height: 60px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-60-px {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-60-px {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-60-px {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-60-px {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-60-px {
    min-height: 60px !important;
  }
}

.h-61-px {
  height: 61px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-61-px {
    height: 61px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-61-px {
    height: 61px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-61-px {
    height: 61px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-61-px {
    height: 61px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-61-px {
    height: 61px !important;
  }
}

.min-h-61-px {
  min-height: 61px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-61-px {
    min-height: 61px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-61-px {
    min-height: 61px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-61-px {
    min-height: 61px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-61-px {
    min-height: 61px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-61-px {
    min-height: 61px !important;
  }
}

.h-62-px {
  height: 62px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-62-px {
    height: 62px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-62-px {
    height: 62px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-62-px {
    height: 62px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-62-px {
    height: 62px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-62-px {
    height: 62px !important;
  }
}

.min-h-62-px {
  min-height: 62px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-62-px {
    min-height: 62px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-62-px {
    min-height: 62px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-62-px {
    min-height: 62px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-62-px {
    min-height: 62px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-62-px {
    min-height: 62px !important;
  }
}

.h-63-px {
  height: 63px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-63-px {
    height: 63px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-63-px {
    height: 63px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-63-px {
    height: 63px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-63-px {
    height: 63px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-63-px {
    height: 63px !important;
  }
}

.min-h-63-px {
  min-height: 63px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-63-px {
    min-height: 63px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-63-px {
    min-height: 63px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-63-px {
    min-height: 63px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-63-px {
    min-height: 63px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-63-px {
    min-height: 63px !important;
  }
}

.h-64-px {
  height: 64px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-64-px {
    height: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-64-px {
    height: 64px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-64-px {
    height: 64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-64-px {
    height: 64px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-64-px {
    height: 64px !important;
  }
}

.min-h-64-px {
  min-height: 64px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-64-px {
    min-height: 64px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-64-px {
    min-height: 64px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-64-px {
    min-height: 64px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-64-px {
    min-height: 64px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-64-px {
    min-height: 64px !important;
  }
}

.h-65-px {
  height: 65px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-65-px {
    height: 65px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-65-px {
    height: 65px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-65-px {
    height: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-65-px {
    height: 65px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-65-px {
    height: 65px !important;
  }
}

.min-h-65-px {
  min-height: 65px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-65-px {
    min-height: 65px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-65-px {
    min-height: 65px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-65-px {
    min-height: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-65-px {
    min-height: 65px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-65-px {
    min-height: 65px !important;
  }
}

.h-66-px {
  height: 66px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-66-px {
    height: 66px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-66-px {
    height: 66px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-66-px {
    height: 66px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-66-px {
    height: 66px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-66-px {
    height: 66px !important;
  }
}

.min-h-66-px {
  min-height: 66px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-66-px {
    min-height: 66px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-66-px {
    min-height: 66px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-66-px {
    min-height: 66px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-66-px {
    min-height: 66px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-66-px {
    min-height: 66px !important;
  }
}

.h-67-px {
  height: 67px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-67-px {
    height: 67px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-67-px {
    height: 67px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-67-px {
    height: 67px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-67-px {
    height: 67px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-67-px {
    height: 67px !important;
  }
}

.min-h-67-px {
  min-height: 67px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-67-px {
    min-height: 67px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-67-px {
    min-height: 67px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-67-px {
    min-height: 67px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-67-px {
    min-height: 67px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-67-px {
    min-height: 67px !important;
  }
}

.h-68-px {
  height: 68px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-68-px {
    height: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-68-px {
    height: 68px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-68-px {
    height: 68px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-68-px {
    height: 68px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-68-px {
    height: 68px !important;
  }
}

.min-h-68-px {
  min-height: 68px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-68-px {
    min-height: 68px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-68-px {
    min-height: 68px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-68-px {
    min-height: 68px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-68-px {
    min-height: 68px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-68-px {
    min-height: 68px !important;
  }
}

.h-69-px {
  height: 69px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-69-px {
    height: 69px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-69-px {
    height: 69px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-69-px {
    height: 69px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-69-px {
    height: 69px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-69-px {
    height: 69px !important;
  }
}

.min-h-69-px {
  min-height: 69px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-69-px {
    min-height: 69px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-69-px {
    min-height: 69px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-69-px {
    min-height: 69px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-69-px {
    min-height: 69px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-69-px {
    min-height: 69px !important;
  }
}

.h-70-px {
  height: 70px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-70-px {
    height: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-70-px {
    height: 70px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-70-px {
    height: 70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-70-px {
    height: 70px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-70-px {
    height: 70px !important;
  }
}

.min-h-70-px {
  min-height: 70px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-70-px {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-70-px {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-70-px {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-70-px {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-70-px {
    min-height: 70px !important;
  }
}

.h-71-px {
  height: 71px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-71-px {
    height: 71px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-71-px {
    height: 71px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-71-px {
    height: 71px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-71-px {
    height: 71px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-71-px {
    height: 71px !important;
  }
}

.min-h-71-px {
  min-height: 71px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-71-px {
    min-height: 71px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-71-px {
    min-height: 71px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-71-px {
    min-height: 71px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-71-px {
    min-height: 71px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-71-px {
    min-height: 71px !important;
  }
}

.h-72-px {
  height: 72px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-72-px {
    height: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-72-px {
    height: 72px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-72-px {
    height: 72px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-72-px {
    height: 72px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-72-px {
    height: 72px !important;
  }
}

.min-h-72-px {
  min-height: 72px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-72-px {
    min-height: 72px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-72-px {
    min-height: 72px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-72-px {
    min-height: 72px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-72-px {
    min-height: 72px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-72-px {
    min-height: 72px !important;
  }
}

.h-73-px {
  height: 73px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-73-px {
    height: 73px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-73-px {
    height: 73px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-73-px {
    height: 73px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-73-px {
    height: 73px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-73-px {
    height: 73px !important;
  }
}

.min-h-73-px {
  min-height: 73px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-73-px {
    min-height: 73px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-73-px {
    min-height: 73px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-73-px {
    min-height: 73px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-73-px {
    min-height: 73px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-73-px {
    min-height: 73px !important;
  }
}

.h-74-px {
  height: 74px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-74-px {
    height: 74px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-74-px {
    height: 74px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-74-px {
    height: 74px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-74-px {
    height: 74px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-74-px {
    height: 74px !important;
  }
}

.min-h-74-px {
  min-height: 74px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-74-px {
    min-height: 74px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-74-px {
    min-height: 74px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-74-px {
    min-height: 74px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-74-px {
    min-height: 74px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-74-px {
    min-height: 74px !important;
  }
}

.h-75-px {
  height: 75px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-75-px {
    height: 75px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-75-px {
    height: 75px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-75-px {
    height: 75px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-75-px {
    height: 75px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-75-px {
    height: 75px !important;
  }
}

.min-h-75-px {
  min-height: 75px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-75-px {
    min-height: 75px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-75-px {
    min-height: 75px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-75-px {
    min-height: 75px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-75-px {
    min-height: 75px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-75-px {
    min-height: 75px !important;
  }
}

.h-76-px {
  height: 76px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-76-px {
    height: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-76-px {
    height: 76px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-76-px {
    height: 76px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-76-px {
    height: 76px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-76-px {
    height: 76px !important;
  }
}

.min-h-76-px {
  min-height: 76px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-76-px {
    min-height: 76px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-76-px {
    min-height: 76px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-76-px {
    min-height: 76px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-76-px {
    min-height: 76px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-76-px {
    min-height: 76px !important;
  }
}

.h-77-px {
  height: 77px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-77-px {
    height: 77px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-77-px {
    height: 77px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-77-px {
    height: 77px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-77-px {
    height: 77px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-77-px {
    height: 77px !important;
  }
}

.min-h-77-px {
  min-height: 77px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-77-px {
    min-height: 77px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-77-px {
    min-height: 77px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-77-px {
    min-height: 77px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-77-px {
    min-height: 77px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-77-px {
    min-height: 77px !important;
  }
}

.h-78-px {
  height: 78px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-78-px {
    height: 78px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-78-px {
    height: 78px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-78-px {
    height: 78px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-78-px {
    height: 78px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-78-px {
    height: 78px !important;
  }
}

.min-h-78-px {
  min-height: 78px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-78-px {
    min-height: 78px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-78-px {
    min-height: 78px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-78-px {
    min-height: 78px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-78-px {
    min-height: 78px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-78-px {
    min-height: 78px !important;
  }
}

.h-79-px {
  height: 79px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-79-px {
    height: 79px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-79-px {
    height: 79px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-79-px {
    height: 79px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-79-px {
    height: 79px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-79-px {
    height: 79px !important;
  }
}

.min-h-79-px {
  min-height: 79px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-79-px {
    min-height: 79px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-79-px {
    min-height: 79px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-79-px {
    min-height: 79px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-79-px {
    min-height: 79px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-79-px {
    min-height: 79px !important;
  }
}

.h-80-px {
  height: 80px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-80-px {
    height: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-80-px {
    height: 80px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-80-px {
    height: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-80-px {
    height: 80px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-80-px {
    height: 80px !important;
  }
}

.min-h-80-px {
  min-height: 80px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-80-px {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-80-px {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-80-px {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-80-px {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-80-px {
    min-height: 80px !important;
  }
}

.h-81-px {
  height: 81px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-81-px {
    height: 81px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-81-px {
    height: 81px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-81-px {
    height: 81px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-81-px {
    height: 81px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-81-px {
    height: 81px !important;
  }
}

.min-h-81-px {
  min-height: 81px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-81-px {
    min-height: 81px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-81-px {
    min-height: 81px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-81-px {
    min-height: 81px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-81-px {
    min-height: 81px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-81-px {
    min-height: 81px !important;
  }
}

.h-82-px {
  height: 82px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-82-px {
    height: 82px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-82-px {
    height: 82px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-82-px {
    height: 82px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-82-px {
    height: 82px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-82-px {
    height: 82px !important;
  }
}

.min-h-82-px {
  min-height: 82px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-82-px {
    min-height: 82px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-82-px {
    min-height: 82px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-82-px {
    min-height: 82px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-82-px {
    min-height: 82px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-82-px {
    min-height: 82px !important;
  }
}

.h-83-px {
  height: 83px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-83-px {
    height: 83px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-83-px {
    height: 83px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-83-px {
    height: 83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-83-px {
    height: 83px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-83-px {
    height: 83px !important;
  }
}

.min-h-83-px {
  min-height: 83px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-83-px {
    min-height: 83px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-83-px {
    min-height: 83px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-83-px {
    min-height: 83px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-83-px {
    min-height: 83px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-83-px {
    min-height: 83px !important;
  }
}

.h-84-px {
  height: 84px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-84-px {
    height: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-84-px {
    height: 84px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-84-px {
    height: 84px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-84-px {
    height: 84px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-84-px {
    height: 84px !important;
  }
}

.min-h-84-px {
  min-height: 84px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-84-px {
    min-height: 84px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-84-px {
    min-height: 84px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-84-px {
    min-height: 84px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-84-px {
    min-height: 84px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-84-px {
    min-height: 84px !important;
  }
}

.h-85-px {
  height: 85px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-85-px {
    height: 85px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-85-px {
    height: 85px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-85-px {
    height: 85px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-85-px {
    height: 85px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-85-px {
    height: 85px !important;
  }
}

.min-h-85-px {
  min-height: 85px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-85-px {
    min-height: 85px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-85-px {
    min-height: 85px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-85-px {
    min-height: 85px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-85-px {
    min-height: 85px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-85-px {
    min-height: 85px !important;
  }
}

.h-86-px {
  height: 86px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-86-px {
    height: 86px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-86-px {
    height: 86px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-86-px {
    height: 86px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-86-px {
    height: 86px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-86-px {
    height: 86px !important;
  }
}

.min-h-86-px {
  min-height: 86px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-86-px {
    min-height: 86px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-86-px {
    min-height: 86px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-86-px {
    min-height: 86px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-86-px {
    min-height: 86px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-86-px {
    min-height: 86px !important;
  }
}

.h-87-px {
  height: 87px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-87-px {
    height: 87px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-87-px {
    height: 87px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-87-px {
    height: 87px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-87-px {
    height: 87px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-87-px {
    height: 87px !important;
  }
}

.min-h-87-px {
  min-height: 87px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-87-px {
    min-height: 87px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-87-px {
    min-height: 87px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-87-px {
    min-height: 87px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-87-px {
    min-height: 87px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-87-px {
    min-height: 87px !important;
  }
}

.h-88-px {
  height: 88px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-88-px {
    height: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-88-px {
    height: 88px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-88-px {
    height: 88px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-88-px {
    height: 88px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-88-px {
    height: 88px !important;
  }
}

.min-h-88-px {
  min-height: 88px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-88-px {
    min-height: 88px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-88-px {
    min-height: 88px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-88-px {
    min-height: 88px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-88-px {
    min-height: 88px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-88-px {
    min-height: 88px !important;
  }
}

.h-89-px {
  height: 89px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-89-px {
    height: 89px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-89-px {
    height: 89px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-89-px {
    height: 89px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-89-px {
    height: 89px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-89-px {
    height: 89px !important;
  }
}

.min-h-89-px {
  min-height: 89px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-89-px {
    min-height: 89px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-89-px {
    min-height: 89px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-89-px {
    min-height: 89px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-89-px {
    min-height: 89px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-89-px {
    min-height: 89px !important;
  }
}

.h-90-px {
  height: 90px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-90-px {
    height: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-90-px {
    height: 90px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-90-px {
    height: 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-90-px {
    height: 90px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-90-px {
    height: 90px !important;
  }
}

.min-h-90-px {
  min-height: 90px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-90-px {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-90-px {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-90-px {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-90-px {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-90-px {
    min-height: 90px !important;
  }
}

.h-91-px {
  height: 91px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-91-px {
    height: 91px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-91-px {
    height: 91px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-91-px {
    height: 91px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-91-px {
    height: 91px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-91-px {
    height: 91px !important;
  }
}

.min-h-91-px {
  min-height: 91px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-91-px {
    min-height: 91px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-91-px {
    min-height: 91px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-91-px {
    min-height: 91px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-91-px {
    min-height: 91px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-91-px {
    min-height: 91px !important;
  }
}

.h-92-px {
  height: 92px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-92-px {
    height: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-92-px {
    height: 92px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-92-px {
    height: 92px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-92-px {
    height: 92px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-92-px {
    height: 92px !important;
  }
}

.min-h-92-px {
  min-height: 92px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-92-px {
    min-height: 92px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-92-px {
    min-height: 92px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-92-px {
    min-height: 92px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-92-px {
    min-height: 92px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-92-px {
    min-height: 92px !important;
  }
}

.h-93-px {
  height: 93px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-93-px {
    height: 93px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-93-px {
    height: 93px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-93-px {
    height: 93px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-93-px {
    height: 93px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-93-px {
    height: 93px !important;
  }
}

.min-h-93-px {
  min-height: 93px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-93-px {
    min-height: 93px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-93-px {
    min-height: 93px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-93-px {
    min-height: 93px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-93-px {
    min-height: 93px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-93-px {
    min-height: 93px !important;
  }
}

.h-94-px {
  height: 94px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-94-px {
    height: 94px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-94-px {
    height: 94px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-94-px {
    height: 94px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-94-px {
    height: 94px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-94-px {
    height: 94px !important;
  }
}

.min-h-94-px {
  min-height: 94px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-94-px {
    min-height: 94px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-94-px {
    min-height: 94px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-94-px {
    min-height: 94px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-94-px {
    min-height: 94px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-94-px {
    min-height: 94px !important;
  }
}

.h-95-px {
  height: 95px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-95-px {
    height: 95px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-95-px {
    height: 95px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-95-px {
    height: 95px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-95-px {
    height: 95px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-95-px {
    height: 95px !important;
  }
}

.min-h-95-px {
  min-height: 95px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-95-px {
    min-height: 95px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-95-px {
    min-height: 95px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-95-px {
    min-height: 95px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-95-px {
    min-height: 95px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-95-px {
    min-height: 95px !important;
  }
}

.h-96-px {
  height: 96px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-96-px {
    height: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-96-px {
    height: 96px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-96-px {
    height: 96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-96-px {
    height: 96px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-96-px {
    height: 96px !important;
  }
}

.min-h-96-px {
  min-height: 96px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-96-px {
    min-height: 96px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-96-px {
    min-height: 96px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-96-px {
    min-height: 96px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-96-px {
    min-height: 96px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-96-px {
    min-height: 96px !important;
  }
}

.h-97-px {
  height: 97px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-97-px {
    height: 97px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-97-px {
    height: 97px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-97-px {
    height: 97px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-97-px {
    height: 97px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-97-px {
    height: 97px !important;
  }
}

.min-h-97-px {
  min-height: 97px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-97-px {
    min-height: 97px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-97-px {
    min-height: 97px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-97-px {
    min-height: 97px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-97-px {
    min-height: 97px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-97-px {
    min-height: 97px !important;
  }
}

.h-98-px {
  height: 98px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-98-px {
    height: 98px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-98-px {
    height: 98px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-98-px {
    height: 98px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-98-px {
    height: 98px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-98-px {
    height: 98px !important;
  }
}

.min-h-98-px {
  min-height: 98px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-98-px {
    min-height: 98px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-98-px {
    min-height: 98px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-98-px {
    min-height: 98px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-98-px {
    min-height: 98px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-98-px {
    min-height: 98px !important;
  }
}

.h-99-px {
  height: 99px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-99-px {
    height: 99px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-99-px {
    height: 99px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-99-px {
    height: 99px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-99-px {
    height: 99px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-99-px {
    height: 99px !important;
  }
}

.min-h-99-px {
  min-height: 99px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-99-px {
    min-height: 99px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-99-px {
    min-height: 99px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-99-px {
    min-height: 99px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-99-px {
    min-height: 99px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-99-px {
    min-height: 99px !important;
  }
}

.h-100-px {
  height: 100px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-100-px {
    height: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-100-px {
    height: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-100-px {
    height: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-100-px {
    height: 100px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-100-px {
    height: 100px !important;
  }
}

.min-h-100-px {
  min-height: 100px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-100-px {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-100-px {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-100-px {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-100-px {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-100-px {
    min-height: 100px !important;
  }
}

.h-101-px {
  height: 101px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-101-px {
    height: 101px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-101-px {
    height: 101px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-101-px {
    height: 101px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-101-px {
    height: 101px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-101-px {
    height: 101px !important;
  }
}

.min-h-101-px {
  min-height: 101px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-101-px {
    min-height: 101px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-101-px {
    min-height: 101px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-101-px {
    min-height: 101px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-101-px {
    min-height: 101px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-101-px {
    min-height: 101px !important;
  }
}

.h-102-px {
  height: 102px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-102-px {
    height: 102px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-102-px {
    height: 102px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-102-px {
    height: 102px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-102-px {
    height: 102px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-102-px {
    height: 102px !important;
  }
}

.min-h-102-px {
  min-height: 102px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-102-px {
    min-height: 102px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-102-px {
    min-height: 102px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-102-px {
    min-height: 102px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-102-px {
    min-height: 102px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-102-px {
    min-height: 102px !important;
  }
}

.h-103-px {
  height: 103px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-103-px {
    height: 103px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-103-px {
    height: 103px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-103-px {
    height: 103px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-103-px {
    height: 103px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-103-px {
    height: 103px !important;
  }
}

.min-h-103-px {
  min-height: 103px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-103-px {
    min-height: 103px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-103-px {
    min-height: 103px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-103-px {
    min-height: 103px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-103-px {
    min-height: 103px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-103-px {
    min-height: 103px !important;
  }
}

.h-104-px {
  height: 104px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-104-px {
    height: 104px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-104-px {
    height: 104px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-104-px {
    height: 104px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-104-px {
    height: 104px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-104-px {
    height: 104px !important;
  }
}

.min-h-104-px {
  min-height: 104px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-104-px {
    min-height: 104px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-104-px {
    min-height: 104px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-104-px {
    min-height: 104px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-104-px {
    min-height: 104px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-104-px {
    min-height: 104px !important;
  }
}

.h-105-px {
  height: 105px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-105-px {
    height: 105px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-105-px {
    height: 105px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-105-px {
    height: 105px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-105-px {
    height: 105px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-105-px {
    height: 105px !important;
  }
}

.min-h-105-px {
  min-height: 105px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-105-px {
    min-height: 105px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-105-px {
    min-height: 105px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-105-px {
    min-height: 105px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-105-px {
    min-height: 105px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-105-px {
    min-height: 105px !important;
  }
}

.h-106-px {
  height: 106px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-106-px {
    height: 106px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-106-px {
    height: 106px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-106-px {
    height: 106px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-106-px {
    height: 106px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-106-px {
    height: 106px !important;
  }
}

.min-h-106-px {
  min-height: 106px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-106-px {
    min-height: 106px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-106-px {
    min-height: 106px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-106-px {
    min-height: 106px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-106-px {
    min-height: 106px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-106-px {
    min-height: 106px !important;
  }
}

.h-107-px {
  height: 107px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-107-px {
    height: 107px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-107-px {
    height: 107px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-107-px {
    height: 107px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-107-px {
    height: 107px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-107-px {
    height: 107px !important;
  }
}

.min-h-107-px {
  min-height: 107px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-107-px {
    min-height: 107px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-107-px {
    min-height: 107px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-107-px {
    min-height: 107px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-107-px {
    min-height: 107px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-107-px {
    min-height: 107px !important;
  }
}

.h-108-px {
  height: 108px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-108-px {
    height: 108px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-108-px {
    height: 108px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-108-px {
    height: 108px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-108-px {
    height: 108px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-108-px {
    height: 108px !important;
  }
}

.min-h-108-px {
  min-height: 108px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-108-px {
    min-height: 108px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-108-px {
    min-height: 108px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-108-px {
    min-height: 108px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-108-px {
    min-height: 108px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-108-px {
    min-height: 108px !important;
  }
}

.h-109-px {
  height: 109px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-109-px {
    height: 109px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-109-px {
    height: 109px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-109-px {
    height: 109px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-109-px {
    height: 109px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-109-px {
    height: 109px !important;
  }
}

.min-h-109-px {
  min-height: 109px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-109-px {
    min-height: 109px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-109-px {
    min-height: 109px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-109-px {
    min-height: 109px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-109-px {
    min-height: 109px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-109-px {
    min-height: 109px !important;
  }
}

.h-110-px {
  height: 110px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-110-px {
    height: 110px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-110-px {
    height: 110px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-110-px {
    height: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-110-px {
    height: 110px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-110-px {
    height: 110px !important;
  }
}

.min-h-110-px {
  min-height: 110px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-110-px {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-110-px {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-110-px {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-110-px {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-110-px {
    min-height: 110px !important;
  }
}

.h-111-px {
  height: 111px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-111-px {
    height: 111px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-111-px {
    height: 111px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-111-px {
    height: 111px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-111-px {
    height: 111px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-111-px {
    height: 111px !important;
  }
}

.min-h-111-px {
  min-height: 111px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-111-px {
    min-height: 111px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-111-px {
    min-height: 111px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-111-px {
    min-height: 111px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-111-px {
    min-height: 111px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-111-px {
    min-height: 111px !important;
  }
}

.h-112-px {
  height: 112px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-112-px {
    height: 112px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-112-px {
    height: 112px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-112-px {
    height: 112px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-112-px {
    height: 112px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-112-px {
    height: 112px !important;
  }
}

.min-h-112-px {
  min-height: 112px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-112-px {
    min-height: 112px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-112-px {
    min-height: 112px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-112-px {
    min-height: 112px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-112-px {
    min-height: 112px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-112-px {
    min-height: 112px !important;
  }
}

.h-113-px {
  height: 113px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-113-px {
    height: 113px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-113-px {
    height: 113px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-113-px {
    height: 113px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-113-px {
    height: 113px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-113-px {
    height: 113px !important;
  }
}

.min-h-113-px {
  min-height: 113px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-113-px {
    min-height: 113px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-113-px {
    min-height: 113px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-113-px {
    min-height: 113px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-113-px {
    min-height: 113px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-113-px {
    min-height: 113px !important;
  }
}

.h-114-px {
  height: 114px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-114-px {
    height: 114px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-114-px {
    height: 114px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-114-px {
    height: 114px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-114-px {
    height: 114px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-114-px {
    height: 114px !important;
  }
}

.min-h-114-px {
  min-height: 114px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-114-px {
    min-height: 114px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-114-px {
    min-height: 114px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-114-px {
    min-height: 114px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-114-px {
    min-height: 114px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-114-px {
    min-height: 114px !important;
  }
}

.h-115-px {
  height: 115px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-115-px {
    height: 115px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-115-px {
    height: 115px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-115-px {
    height: 115px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-115-px {
    height: 115px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-115-px {
    height: 115px !important;
  }
}

.min-h-115-px {
  min-height: 115px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-115-px {
    min-height: 115px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-115-px {
    min-height: 115px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-115-px {
    min-height: 115px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-115-px {
    min-height: 115px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-115-px {
    min-height: 115px !important;
  }
}

.h-116-px {
  height: 116px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-116-px {
    height: 116px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-116-px {
    height: 116px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-116-px {
    height: 116px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-116-px {
    height: 116px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-116-px {
    height: 116px !important;
  }
}

.min-h-116-px {
  min-height: 116px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-116-px {
    min-height: 116px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-116-px {
    min-height: 116px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-116-px {
    min-height: 116px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-116-px {
    min-height: 116px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-116-px {
    min-height: 116px !important;
  }
}

.h-117-px {
  height: 117px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-117-px {
    height: 117px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-117-px {
    height: 117px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-117-px {
    height: 117px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-117-px {
    height: 117px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-117-px {
    height: 117px !important;
  }
}

.min-h-117-px {
  min-height: 117px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-117-px {
    min-height: 117px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-117-px {
    min-height: 117px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-117-px {
    min-height: 117px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-117-px {
    min-height: 117px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-117-px {
    min-height: 117px !important;
  }
}

.h-118-px {
  height: 118px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-118-px {
    height: 118px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-118-px {
    height: 118px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-118-px {
    height: 118px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-118-px {
    height: 118px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-118-px {
    height: 118px !important;
  }
}

.min-h-118-px {
  min-height: 118px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-118-px {
    min-height: 118px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-118-px {
    min-height: 118px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-118-px {
    min-height: 118px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-118-px {
    min-height: 118px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-118-px {
    min-height: 118px !important;
  }
}

.h-119-px {
  height: 119px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-119-px {
    height: 119px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-119-px {
    height: 119px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-119-px {
    height: 119px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-119-px {
    height: 119px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-119-px {
    height: 119px !important;
  }
}

.min-h-119-px {
  min-height: 119px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-119-px {
    min-height: 119px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-119-px {
    min-height: 119px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-119-px {
    min-height: 119px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-119-px {
    min-height: 119px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-119-px {
    min-height: 119px !important;
  }
}

.h-120-px {
  height: 120px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-120-px {
    height: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-120-px {
    height: 120px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-120-px {
    height: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-120-px {
    height: 120px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-120-px {
    height: 120px !important;
  }
}

.min-h-120-px {
  min-height: 120px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-120-px {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-120-px {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-120-px {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-120-px {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-120-px {
    min-height: 120px !important;
  }
}

.h-121-px {
  height: 121px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-121-px {
    height: 121px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-121-px {
    height: 121px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-121-px {
    height: 121px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-121-px {
    height: 121px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-121-px {
    height: 121px !important;
  }
}

.min-h-121-px {
  min-height: 121px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-121-px {
    min-height: 121px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-121-px {
    min-height: 121px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-121-px {
    min-height: 121px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-121-px {
    min-height: 121px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-121-px {
    min-height: 121px !important;
  }
}

.h-122-px {
  height: 122px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-122-px {
    height: 122px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-122-px {
    height: 122px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-122-px {
    height: 122px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-122-px {
    height: 122px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-122-px {
    height: 122px !important;
  }
}

.min-h-122-px {
  min-height: 122px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-122-px {
    min-height: 122px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-122-px {
    min-height: 122px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-122-px {
    min-height: 122px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-122-px {
    min-height: 122px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-122-px {
    min-height: 122px !important;
  }
}

.h-123-px {
  height: 123px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-123-px {
    height: 123px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-123-px {
    height: 123px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-123-px {
    height: 123px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-123-px {
    height: 123px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-123-px {
    height: 123px !important;
  }
}

.min-h-123-px {
  min-height: 123px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-123-px {
    min-height: 123px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-123-px {
    min-height: 123px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-123-px {
    min-height: 123px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-123-px {
    min-height: 123px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-123-px {
    min-height: 123px !important;
  }
}

.h-124-px {
  height: 124px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-124-px {
    height: 124px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-124-px {
    height: 124px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-124-px {
    height: 124px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-124-px {
    height: 124px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-124-px {
    height: 124px !important;
  }
}

.min-h-124-px {
  min-height: 124px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-124-px {
    min-height: 124px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-124-px {
    min-height: 124px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-124-px {
    min-height: 124px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-124-px {
    min-height: 124px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-124-px {
    min-height: 124px !important;
  }
}

.h-125-px {
  height: 125px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-125-px {
    height: 125px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-125-px {
    height: 125px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-125-px {
    height: 125px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-125-px {
    height: 125px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-125-px {
    height: 125px !important;
  }
}

.min-h-125-px {
  min-height: 125px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-125-px {
    min-height: 125px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-125-px {
    min-height: 125px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-125-px {
    min-height: 125px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-125-px {
    min-height: 125px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-125-px {
    min-height: 125px !important;
  }
}

.h-126-px {
  height: 126px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-126-px {
    height: 126px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-126-px {
    height: 126px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-126-px {
    height: 126px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-126-px {
    height: 126px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-126-px {
    height: 126px !important;
  }
}

.min-h-126-px {
  min-height: 126px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-126-px {
    min-height: 126px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-126-px {
    min-height: 126px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-126-px {
    min-height: 126px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-126-px {
    min-height: 126px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-126-px {
    min-height: 126px !important;
  }
}

.h-127-px {
  height: 127px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-127-px {
    height: 127px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-127-px {
    height: 127px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-127-px {
    height: 127px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-127-px {
    height: 127px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-127-px {
    height: 127px !important;
  }
}

.min-h-127-px {
  min-height: 127px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-127-px {
    min-height: 127px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-127-px {
    min-height: 127px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-127-px {
    min-height: 127px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-127-px {
    min-height: 127px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-127-px {
    min-height: 127px !important;
  }
}

.h-128-px {
  height: 128px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-128-px {
    height: 128px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-128-px {
    height: 128px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-128-px {
    height: 128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-128-px {
    height: 128px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-128-px {
    height: 128px !important;
  }
}

.min-h-128-px {
  min-height: 128px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-128-px {
    min-height: 128px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-128-px {
    min-height: 128px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-128-px {
    min-height: 128px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-128-px {
    min-height: 128px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-128-px {
    min-height: 128px !important;
  }
}

.h-129-px {
  height: 129px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-129-px {
    height: 129px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-129-px {
    height: 129px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-129-px {
    height: 129px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-129-px {
    height: 129px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-129-px {
    height: 129px !important;
  }
}

.min-h-129-px {
  min-height: 129px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-129-px {
    min-height: 129px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-129-px {
    min-height: 129px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-129-px {
    min-height: 129px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-129-px {
    min-height: 129px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-129-px {
    min-height: 129px !important;
  }
}

.h-130-px {
  height: 130px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-130-px {
    height: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-130-px {
    height: 130px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-130-px {
    height: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-130-px {
    height: 130px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-130-px {
    height: 130px !important;
  }
}

.min-h-130-px {
  min-height: 130px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-130-px {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-130-px {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-130-px {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-130-px {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-130-px {
    min-height: 130px !important;
  }
}

.h-131-px {
  height: 131px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-131-px {
    height: 131px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-131-px {
    height: 131px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-131-px {
    height: 131px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-131-px {
    height: 131px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-131-px {
    height: 131px !important;
  }
}

.min-h-131-px {
  min-height: 131px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-131-px {
    min-height: 131px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-131-px {
    min-height: 131px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-131-px {
    min-height: 131px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-131-px {
    min-height: 131px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-131-px {
    min-height: 131px !important;
  }
}

.h-132-px {
  height: 132px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-132-px {
    height: 132px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-132-px {
    height: 132px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-132-px {
    height: 132px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-132-px {
    height: 132px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-132-px {
    height: 132px !important;
  }
}

.min-h-132-px {
  min-height: 132px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-132-px {
    min-height: 132px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-132-px {
    min-height: 132px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-132-px {
    min-height: 132px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-132-px {
    min-height: 132px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-132-px {
    min-height: 132px !important;
  }
}

.h-133-px {
  height: 133px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-133-px {
    height: 133px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-133-px {
    height: 133px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-133-px {
    height: 133px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-133-px {
    height: 133px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-133-px {
    height: 133px !important;
  }
}

.min-h-133-px {
  min-height: 133px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-133-px {
    min-height: 133px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-133-px {
    min-height: 133px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-133-px {
    min-height: 133px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-133-px {
    min-height: 133px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-133-px {
    min-height: 133px !important;
  }
}

.h-134-px {
  height: 134px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-134-px {
    height: 134px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-134-px {
    height: 134px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-134-px {
    height: 134px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-134-px {
    height: 134px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-134-px {
    height: 134px !important;
  }
}

.min-h-134-px {
  min-height: 134px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-134-px {
    min-height: 134px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-134-px {
    min-height: 134px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-134-px {
    min-height: 134px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-134-px {
    min-height: 134px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-134-px {
    min-height: 134px !important;
  }
}

.h-135-px {
  height: 135px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-135-px {
    height: 135px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-135-px {
    height: 135px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-135-px {
    height: 135px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-135-px {
    height: 135px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-135-px {
    height: 135px !important;
  }
}

.min-h-135-px {
  min-height: 135px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-135-px {
    min-height: 135px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-135-px {
    min-height: 135px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-135-px {
    min-height: 135px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-135-px {
    min-height: 135px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-135-px {
    min-height: 135px !important;
  }
}

.h-136-px {
  height: 136px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-136-px {
    height: 136px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-136-px {
    height: 136px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-136-px {
    height: 136px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-136-px {
    height: 136px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-136-px {
    height: 136px !important;
  }
}

.min-h-136-px {
  min-height: 136px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-136-px {
    min-height: 136px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-136-px {
    min-height: 136px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-136-px {
    min-height: 136px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-136-px {
    min-height: 136px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-136-px {
    min-height: 136px !important;
  }
}

.h-137-px {
  height: 137px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-137-px {
    height: 137px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-137-px {
    height: 137px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-137-px {
    height: 137px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-137-px {
    height: 137px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-137-px {
    height: 137px !important;
  }
}

.min-h-137-px {
  min-height: 137px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-137-px {
    min-height: 137px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-137-px {
    min-height: 137px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-137-px {
    min-height: 137px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-137-px {
    min-height: 137px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-137-px {
    min-height: 137px !important;
  }
}

.h-138-px {
  height: 138px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-138-px {
    height: 138px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-138-px {
    height: 138px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-138-px {
    height: 138px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-138-px {
    height: 138px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-138-px {
    height: 138px !important;
  }
}

.min-h-138-px {
  min-height: 138px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-138-px {
    min-height: 138px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-138-px {
    min-height: 138px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-138-px {
    min-height: 138px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-138-px {
    min-height: 138px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-138-px {
    min-height: 138px !important;
  }
}

.h-139-px {
  height: 139px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-139-px {
    height: 139px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-139-px {
    height: 139px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-139-px {
    height: 139px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-139-px {
    height: 139px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-139-px {
    height: 139px !important;
  }
}

.min-h-139-px {
  min-height: 139px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-139-px {
    min-height: 139px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-139-px {
    min-height: 139px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-139-px {
    min-height: 139px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-139-px {
    min-height: 139px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-139-px {
    min-height: 139px !important;
  }
}

.h-140-px {
  height: 140px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-140-px {
    height: 140px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-140-px {
    height: 140px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-140-px {
    height: 140px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-140-px {
    height: 140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-140-px {
    height: 140px !important;
  }
}

.min-h-140-px {
  min-height: 140px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-140-px {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-140-px {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-140-px {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-140-px {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-140-px {
    min-height: 140px !important;
  }
}

.h-141-px {
  height: 141px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-141-px {
    height: 141px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-141-px {
    height: 141px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-141-px {
    height: 141px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-141-px {
    height: 141px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-141-px {
    height: 141px !important;
  }
}

.min-h-141-px {
  min-height: 141px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-141-px {
    min-height: 141px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-141-px {
    min-height: 141px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-141-px {
    min-height: 141px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-141-px {
    min-height: 141px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-141-px {
    min-height: 141px !important;
  }
}

.h-142-px {
  height: 142px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-142-px {
    height: 142px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-142-px {
    height: 142px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-142-px {
    height: 142px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-142-px {
    height: 142px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-142-px {
    height: 142px !important;
  }
}

.min-h-142-px {
  min-height: 142px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-142-px {
    min-height: 142px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-142-px {
    min-height: 142px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-142-px {
    min-height: 142px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-142-px {
    min-height: 142px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-142-px {
    min-height: 142px !important;
  }
}

.h-143-px {
  height: 143px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-143-px {
    height: 143px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-143-px {
    height: 143px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-143-px {
    height: 143px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-143-px {
    height: 143px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-143-px {
    height: 143px !important;
  }
}

.min-h-143-px {
  min-height: 143px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-143-px {
    min-height: 143px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-143-px {
    min-height: 143px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-143-px {
    min-height: 143px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-143-px {
    min-height: 143px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-143-px {
    min-height: 143px !important;
  }
}

.h-144-px {
  height: 144px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-144-px {
    height: 144px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-144-px {
    height: 144px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-144-px {
    height: 144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-144-px {
    height: 144px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-144-px {
    height: 144px !important;
  }
}

.min-h-144-px {
  min-height: 144px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-144-px {
    min-height: 144px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-144-px {
    min-height: 144px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-144-px {
    min-height: 144px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-144-px {
    min-height: 144px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-144-px {
    min-height: 144px !important;
  }
}

.h-145-px {
  height: 145px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-145-px {
    height: 145px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-145-px {
    height: 145px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-145-px {
    height: 145px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-145-px {
    height: 145px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-145-px {
    height: 145px !important;
  }
}

.min-h-145-px {
  min-height: 145px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-145-px {
    min-height: 145px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-145-px {
    min-height: 145px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-145-px {
    min-height: 145px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-145-px {
    min-height: 145px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-145-px {
    min-height: 145px !important;
  }
}

.h-146-px {
  height: 146px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-146-px {
    height: 146px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-146-px {
    height: 146px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-146-px {
    height: 146px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-146-px {
    height: 146px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-146-px {
    height: 146px !important;
  }
}

.min-h-146-px {
  min-height: 146px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-146-px {
    min-height: 146px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-146-px {
    min-height: 146px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-146-px {
    min-height: 146px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-146-px {
    min-height: 146px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-146-px {
    min-height: 146px !important;
  }
}

.h-147-px {
  height: 147px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-147-px {
    height: 147px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-147-px {
    height: 147px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-147-px {
    height: 147px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-147-px {
    height: 147px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-147-px {
    height: 147px !important;
  }
}

.min-h-147-px {
  min-height: 147px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-147-px {
    min-height: 147px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-147-px {
    min-height: 147px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-147-px {
    min-height: 147px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-147-px {
    min-height: 147px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-147-px {
    min-height: 147px !important;
  }
}

.h-148-px {
  height: 148px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-148-px {
    height: 148px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-148-px {
    height: 148px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-148-px {
    height: 148px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-148-px {
    height: 148px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-148-px {
    height: 148px !important;
  }
}

.min-h-148-px {
  min-height: 148px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-148-px {
    min-height: 148px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-148-px {
    min-height: 148px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-148-px {
    min-height: 148px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-148-px {
    min-height: 148px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-148-px {
    min-height: 148px !important;
  }
}

.h-149-px {
  height: 149px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-149-px {
    height: 149px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-149-px {
    height: 149px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-149-px {
    height: 149px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-149-px {
    height: 149px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-149-px {
    height: 149px !important;
  }
}

.min-h-149-px {
  min-height: 149px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-149-px {
    min-height: 149px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-149-px {
    min-height: 149px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-149-px {
    min-height: 149px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-149-px {
    min-height: 149px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-149-px {
    min-height: 149px !important;
  }
}

.h-150-px {
  height: 150px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-150-px {
    height: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-150-px {
    height: 150px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-150-px {
    height: 150px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-150-px {
    height: 150px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-150-px {
    height: 150px !important;
  }
}

.min-h-150-px {
  min-height: 150px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-150-px {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-150-px {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-150-px {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-150-px {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-150-px {
    min-height: 150px !important;
  }
}

.h-151-px {
  height: 151px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-151-px {
    height: 151px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-151-px {
    height: 151px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-151-px {
    height: 151px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-151-px {
    height: 151px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-151-px {
    height: 151px !important;
  }
}

.min-h-151-px {
  min-height: 151px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-151-px {
    min-height: 151px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-151-px {
    min-height: 151px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-151-px {
    min-height: 151px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-151-px {
    min-height: 151px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-151-px {
    min-height: 151px !important;
  }
}

.h-152-px {
  height: 152px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-152-px {
    height: 152px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-152-px {
    height: 152px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-152-px {
    height: 152px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-152-px {
    height: 152px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-152-px {
    height: 152px !important;
  }
}

.min-h-152-px {
  min-height: 152px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-152-px {
    min-height: 152px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-152-px {
    min-height: 152px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-152-px {
    min-height: 152px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-152-px {
    min-height: 152px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-152-px {
    min-height: 152px !important;
  }
}

.h-153-px {
  height: 153px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-153-px {
    height: 153px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-153-px {
    height: 153px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-153-px {
    height: 153px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-153-px {
    height: 153px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-153-px {
    height: 153px !important;
  }
}

.min-h-153-px {
  min-height: 153px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-153-px {
    min-height: 153px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-153-px {
    min-height: 153px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-153-px {
    min-height: 153px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-153-px {
    min-height: 153px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-153-px {
    min-height: 153px !important;
  }
}

.h-154-px {
  height: 154px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-154-px {
    height: 154px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-154-px {
    height: 154px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-154-px {
    height: 154px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-154-px {
    height: 154px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-154-px {
    height: 154px !important;
  }
}

.min-h-154-px {
  min-height: 154px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-154-px {
    min-height: 154px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-154-px {
    min-height: 154px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-154-px {
    min-height: 154px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-154-px {
    min-height: 154px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-154-px {
    min-height: 154px !important;
  }
}

.h-155-px {
  height: 155px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-155-px {
    height: 155px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-155-px {
    height: 155px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-155-px {
    height: 155px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-155-px {
    height: 155px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-155-px {
    height: 155px !important;
  }
}

.min-h-155-px {
  min-height: 155px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-155-px {
    min-height: 155px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-155-px {
    min-height: 155px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-155-px {
    min-height: 155px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-155-px {
    min-height: 155px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-155-px {
    min-height: 155px !important;
  }
}

.h-156-px {
  height: 156px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-156-px {
    height: 156px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-156-px {
    height: 156px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-156-px {
    height: 156px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-156-px {
    height: 156px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-156-px {
    height: 156px !important;
  }
}

.min-h-156-px {
  min-height: 156px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-156-px {
    min-height: 156px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-156-px {
    min-height: 156px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-156-px {
    min-height: 156px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-156-px {
    min-height: 156px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-156-px {
    min-height: 156px !important;
  }
}

.h-157-px {
  height: 157px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-157-px {
    height: 157px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-157-px {
    height: 157px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-157-px {
    height: 157px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-157-px {
    height: 157px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-157-px {
    height: 157px !important;
  }
}

.min-h-157-px {
  min-height: 157px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-157-px {
    min-height: 157px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-157-px {
    min-height: 157px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-157-px {
    min-height: 157px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-157-px {
    min-height: 157px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-157-px {
    min-height: 157px !important;
  }
}

.h-158-px {
  height: 158px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-158-px {
    height: 158px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-158-px {
    height: 158px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-158-px {
    height: 158px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-158-px {
    height: 158px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-158-px {
    height: 158px !important;
  }
}

.min-h-158-px {
  min-height: 158px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-158-px {
    min-height: 158px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-158-px {
    min-height: 158px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-158-px {
    min-height: 158px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-158-px {
    min-height: 158px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-158-px {
    min-height: 158px !important;
  }
}

.h-159-px {
  height: 159px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-159-px {
    height: 159px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-159-px {
    height: 159px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-159-px {
    height: 159px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-159-px {
    height: 159px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-159-px {
    height: 159px !important;
  }
}

.min-h-159-px {
  min-height: 159px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-159-px {
    min-height: 159px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-159-px {
    min-height: 159px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-159-px {
    min-height: 159px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-159-px {
    min-height: 159px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-159-px {
    min-height: 159px !important;
  }
}

.h-160-px {
  height: 160px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-160-px {
    height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-160-px {
    height: 160px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-160-px {
    height: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-160-px {
    height: 160px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-160-px {
    height: 160px !important;
  }
}

.min-h-160-px {
  min-height: 160px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-160-px {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-160-px {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-160-px {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-160-px {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-160-px {
    min-height: 160px !important;
  }
}

.h-161-px {
  height: 161px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-161-px {
    height: 161px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-161-px {
    height: 161px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-161-px {
    height: 161px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-161-px {
    height: 161px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-161-px {
    height: 161px !important;
  }
}

.min-h-161-px {
  min-height: 161px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-161-px {
    min-height: 161px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-161-px {
    min-height: 161px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-161-px {
    min-height: 161px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-161-px {
    min-height: 161px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-161-px {
    min-height: 161px !important;
  }
}

.h-162-px {
  height: 162px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-162-px {
    height: 162px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-162-px {
    height: 162px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-162-px {
    height: 162px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-162-px {
    height: 162px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-162-px {
    height: 162px !important;
  }
}

.min-h-162-px {
  min-height: 162px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-162-px {
    min-height: 162px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-162-px {
    min-height: 162px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-162-px {
    min-height: 162px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-162-px {
    min-height: 162px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-162-px {
    min-height: 162px !important;
  }
}

.h-163-px {
  height: 163px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-163-px {
    height: 163px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-163-px {
    height: 163px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-163-px {
    height: 163px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-163-px {
    height: 163px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-163-px {
    height: 163px !important;
  }
}

.min-h-163-px {
  min-height: 163px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-163-px {
    min-height: 163px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-163-px {
    min-height: 163px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-163-px {
    min-height: 163px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-163-px {
    min-height: 163px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-163-px {
    min-height: 163px !important;
  }
}

.h-164-px {
  height: 164px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-164-px {
    height: 164px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-164-px {
    height: 164px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-164-px {
    height: 164px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-164-px {
    height: 164px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-164-px {
    height: 164px !important;
  }
}

.min-h-164-px {
  min-height: 164px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-164-px {
    min-height: 164px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-164-px {
    min-height: 164px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-164-px {
    min-height: 164px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-164-px {
    min-height: 164px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-164-px {
    min-height: 164px !important;
  }
}

.h-165-px {
  height: 165px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-165-px {
    height: 165px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-165-px {
    height: 165px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-165-px {
    height: 165px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-165-px {
    height: 165px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-165-px {
    height: 165px !important;
  }
}

.min-h-165-px {
  min-height: 165px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-165-px {
    min-height: 165px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-165-px {
    min-height: 165px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-165-px {
    min-height: 165px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-165-px {
    min-height: 165px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-165-px {
    min-height: 165px !important;
  }
}

.h-166-px {
  height: 166px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-166-px {
    height: 166px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-166-px {
    height: 166px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-166-px {
    height: 166px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-166-px {
    height: 166px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-166-px {
    height: 166px !important;
  }
}

.min-h-166-px {
  min-height: 166px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-166-px {
    min-height: 166px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-166-px {
    min-height: 166px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-166-px {
    min-height: 166px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-166-px {
    min-height: 166px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-166-px {
    min-height: 166px !important;
  }
}

.h-167-px {
  height: 167px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-167-px {
    height: 167px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-167-px {
    height: 167px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-167-px {
    height: 167px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-167-px {
    height: 167px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-167-px {
    height: 167px !important;
  }
}

.min-h-167-px {
  min-height: 167px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-167-px {
    min-height: 167px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-167-px {
    min-height: 167px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-167-px {
    min-height: 167px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-167-px {
    min-height: 167px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-167-px {
    min-height: 167px !important;
  }
}

.h-168-px {
  height: 168px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-168-px {
    height: 168px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-168-px {
    height: 168px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-168-px {
    height: 168px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-168-px {
    height: 168px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-168-px {
    height: 168px !important;
  }
}

.min-h-168-px {
  min-height: 168px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-168-px {
    min-height: 168px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-168-px {
    min-height: 168px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-168-px {
    min-height: 168px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-168-px {
    min-height: 168px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-168-px {
    min-height: 168px !important;
  }
}

.h-169-px {
  height: 169px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-169-px {
    height: 169px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-169-px {
    height: 169px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-169-px {
    height: 169px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-169-px {
    height: 169px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-169-px {
    height: 169px !important;
  }
}

.min-h-169-px {
  min-height: 169px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-169-px {
    min-height: 169px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-169-px {
    min-height: 169px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-169-px {
    min-height: 169px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-169-px {
    min-height: 169px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-169-px {
    min-height: 169px !important;
  }
}

.h-170-px {
  height: 170px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-170-px {
    height: 170px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-170-px {
    height: 170px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-170-px {
    height: 170px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-170-px {
    height: 170px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-170-px {
    height: 170px !important;
  }
}

.min-h-170-px {
  min-height: 170px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-170-px {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-170-px {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-170-px {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-170-px {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-170-px {
    min-height: 170px !important;
  }
}

.h-171-px {
  height: 171px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-171-px {
    height: 171px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-171-px {
    height: 171px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-171-px {
    height: 171px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-171-px {
    height: 171px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-171-px {
    height: 171px !important;
  }
}

.min-h-171-px {
  min-height: 171px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-171-px {
    min-height: 171px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-171-px {
    min-height: 171px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-171-px {
    min-height: 171px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-171-px {
    min-height: 171px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-171-px {
    min-height: 171px !important;
  }
}

.h-172-px {
  height: 172px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-172-px {
    height: 172px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-172-px {
    height: 172px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-172-px {
    height: 172px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-172-px {
    height: 172px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-172-px {
    height: 172px !important;
  }
}

.min-h-172-px {
  min-height: 172px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-172-px {
    min-height: 172px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-172-px {
    min-height: 172px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-172-px {
    min-height: 172px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-172-px {
    min-height: 172px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-172-px {
    min-height: 172px !important;
  }
}

.h-173-px {
  height: 173px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-173-px {
    height: 173px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-173-px {
    height: 173px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-173-px {
    height: 173px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-173-px {
    height: 173px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-173-px {
    height: 173px !important;
  }
}

.min-h-173-px {
  min-height: 173px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-173-px {
    min-height: 173px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-173-px {
    min-height: 173px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-173-px {
    min-height: 173px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-173-px {
    min-height: 173px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-173-px {
    min-height: 173px !important;
  }
}

.h-174-px {
  height: 174px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-174-px {
    height: 174px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-174-px {
    height: 174px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-174-px {
    height: 174px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-174-px {
    height: 174px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-174-px {
    height: 174px !important;
  }
}

.min-h-174-px {
  min-height: 174px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-174-px {
    min-height: 174px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-174-px {
    min-height: 174px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-174-px {
    min-height: 174px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-174-px {
    min-height: 174px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-174-px {
    min-height: 174px !important;
  }
}

.h-175-px {
  height: 175px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-175-px {
    height: 175px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-175-px {
    height: 175px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-175-px {
    height: 175px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-175-px {
    height: 175px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-175-px {
    height: 175px !important;
  }
}

.min-h-175-px {
  min-height: 175px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-175-px {
    min-height: 175px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-175-px {
    min-height: 175px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-175-px {
    min-height: 175px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-175-px {
    min-height: 175px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-175-px {
    min-height: 175px !important;
  }
}

.h-176-px {
  height: 176px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-176-px {
    height: 176px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-176-px {
    height: 176px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-176-px {
    height: 176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-176-px {
    height: 176px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-176-px {
    height: 176px !important;
  }
}

.min-h-176-px {
  min-height: 176px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-176-px {
    min-height: 176px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-176-px {
    min-height: 176px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-176-px {
    min-height: 176px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-176-px {
    min-height: 176px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-176-px {
    min-height: 176px !important;
  }
}

.h-177-px {
  height: 177px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-177-px {
    height: 177px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-177-px {
    height: 177px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-177-px {
    height: 177px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-177-px {
    height: 177px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-177-px {
    height: 177px !important;
  }
}

.min-h-177-px {
  min-height: 177px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-177-px {
    min-height: 177px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-177-px {
    min-height: 177px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-177-px {
    min-height: 177px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-177-px {
    min-height: 177px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-177-px {
    min-height: 177px !important;
  }
}

.h-178-px {
  height: 178px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-178-px {
    height: 178px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-178-px {
    height: 178px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-178-px {
    height: 178px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-178-px {
    height: 178px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-178-px {
    height: 178px !important;
  }
}

.min-h-178-px {
  min-height: 178px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-178-px {
    min-height: 178px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-178-px {
    min-height: 178px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-178-px {
    min-height: 178px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-178-px {
    min-height: 178px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-178-px {
    min-height: 178px !important;
  }
}

.h-179-px {
  height: 179px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-179-px {
    height: 179px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-179-px {
    height: 179px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-179-px {
    height: 179px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-179-px {
    height: 179px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-179-px {
    height: 179px !important;
  }
}

.min-h-179-px {
  min-height: 179px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-179-px {
    min-height: 179px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-179-px {
    min-height: 179px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-179-px {
    min-height: 179px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-179-px {
    min-height: 179px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-179-px {
    min-height: 179px !important;
  }
}

.h-180-px {
  height: 180px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-180-px {
    height: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-180-px {
    height: 180px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-180-px {
    height: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-180-px {
    height: 180px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-180-px {
    height: 180px !important;
  }
}

.min-h-180-px {
  min-height: 180px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-180-px {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-180-px {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-180-px {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-180-px {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-180-px {
    min-height: 180px !important;
  }
}

.h-181-px {
  height: 181px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-181-px {
    height: 181px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-181-px {
    height: 181px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-181-px {
    height: 181px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-181-px {
    height: 181px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-181-px {
    height: 181px !important;
  }
}

.min-h-181-px {
  min-height: 181px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-181-px {
    min-height: 181px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-181-px {
    min-height: 181px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-181-px {
    min-height: 181px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-181-px {
    min-height: 181px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-181-px {
    min-height: 181px !important;
  }
}

.h-182-px {
  height: 182px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-182-px {
    height: 182px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-182-px {
    height: 182px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-182-px {
    height: 182px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-182-px {
    height: 182px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-182-px {
    height: 182px !important;
  }
}

.min-h-182-px {
  min-height: 182px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-182-px {
    min-height: 182px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-182-px {
    min-height: 182px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-182-px {
    min-height: 182px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-182-px {
    min-height: 182px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-182-px {
    min-height: 182px !important;
  }
}

.h-183-px {
  height: 183px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-183-px {
    height: 183px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-183-px {
    height: 183px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-183-px {
    height: 183px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-183-px {
    height: 183px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-183-px {
    height: 183px !important;
  }
}

.min-h-183-px {
  min-height: 183px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-183-px {
    min-height: 183px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-183-px {
    min-height: 183px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-183-px {
    min-height: 183px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-183-px {
    min-height: 183px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-183-px {
    min-height: 183px !important;
  }
}

.h-184-px {
  height: 184px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-184-px {
    height: 184px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-184-px {
    height: 184px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-184-px {
    height: 184px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-184-px {
    height: 184px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-184-px {
    height: 184px !important;
  }
}

.min-h-184-px {
  min-height: 184px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-184-px {
    min-height: 184px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-184-px {
    min-height: 184px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-184-px {
    min-height: 184px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-184-px {
    min-height: 184px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-184-px {
    min-height: 184px !important;
  }
}

.h-185-px {
  height: 185px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-185-px {
    height: 185px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-185-px {
    height: 185px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-185-px {
    height: 185px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-185-px {
    height: 185px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-185-px {
    height: 185px !important;
  }
}

.min-h-185-px {
  min-height: 185px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-185-px {
    min-height: 185px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-185-px {
    min-height: 185px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-185-px {
    min-height: 185px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-185-px {
    min-height: 185px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-185-px {
    min-height: 185px !important;
  }
}

.h-186-px {
  height: 186px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-186-px {
    height: 186px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-186-px {
    height: 186px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-186-px {
    height: 186px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-186-px {
    height: 186px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-186-px {
    height: 186px !important;
  }
}

.min-h-186-px {
  min-height: 186px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-186-px {
    min-height: 186px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-186-px {
    min-height: 186px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-186-px {
    min-height: 186px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-186-px {
    min-height: 186px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-186-px {
    min-height: 186px !important;
  }
}

.h-187-px {
  height: 187px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-187-px {
    height: 187px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-187-px {
    height: 187px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-187-px {
    height: 187px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-187-px {
    height: 187px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-187-px {
    height: 187px !important;
  }
}

.min-h-187-px {
  min-height: 187px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-187-px {
    min-height: 187px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-187-px {
    min-height: 187px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-187-px {
    min-height: 187px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-187-px {
    min-height: 187px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-187-px {
    min-height: 187px !important;
  }
}

.h-188-px {
  height: 188px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-188-px {
    height: 188px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-188-px {
    height: 188px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-188-px {
    height: 188px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-188-px {
    height: 188px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-188-px {
    height: 188px !important;
  }
}

.min-h-188-px {
  min-height: 188px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-188-px {
    min-height: 188px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-188-px {
    min-height: 188px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-188-px {
    min-height: 188px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-188-px {
    min-height: 188px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-188-px {
    min-height: 188px !important;
  }
}

.h-189-px {
  height: 189px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-189-px {
    height: 189px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-189-px {
    height: 189px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-189-px {
    height: 189px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-189-px {
    height: 189px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-189-px {
    height: 189px !important;
  }
}

.min-h-189-px {
  min-height: 189px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-189-px {
    min-height: 189px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-189-px {
    min-height: 189px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-189-px {
    min-height: 189px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-189-px {
    min-height: 189px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-189-px {
    min-height: 189px !important;
  }
}

.h-190-px {
  height: 190px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-190-px {
    height: 190px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-190-px {
    height: 190px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-190-px {
    height: 190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-190-px {
    height: 190px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-190-px {
    height: 190px !important;
  }
}

.min-h-190-px {
  min-height: 190px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-190-px {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-190-px {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-190-px {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-190-px {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-190-px {
    min-height: 190px !important;
  }
}

.h-191-px {
  height: 191px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-191-px {
    height: 191px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-191-px {
    height: 191px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-191-px {
    height: 191px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-191-px {
    height: 191px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-191-px {
    height: 191px !important;
  }
}

.min-h-191-px {
  min-height: 191px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-191-px {
    min-height: 191px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-191-px {
    min-height: 191px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-191-px {
    min-height: 191px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-191-px {
    min-height: 191px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-191-px {
    min-height: 191px !important;
  }
}

.h-192-px {
  height: 192px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-192-px {
    height: 192px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-192-px {
    height: 192px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-192-px {
    height: 192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-192-px {
    height: 192px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-192-px {
    height: 192px !important;
  }
}

.min-h-192-px {
  min-height: 192px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-192-px {
    min-height: 192px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-192-px {
    min-height: 192px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-192-px {
    min-height: 192px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-192-px {
    min-height: 192px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-192-px {
    min-height: 192px !important;
  }
}

.h-193-px {
  height: 193px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-193-px {
    height: 193px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-193-px {
    height: 193px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-193-px {
    height: 193px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-193-px {
    height: 193px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-193-px {
    height: 193px !important;
  }
}

.min-h-193-px {
  min-height: 193px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-193-px {
    min-height: 193px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-193-px {
    min-height: 193px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-193-px {
    min-height: 193px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-193-px {
    min-height: 193px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-193-px {
    min-height: 193px !important;
  }
}

.h-194-px {
  height: 194px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-194-px {
    height: 194px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-194-px {
    height: 194px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-194-px {
    height: 194px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-194-px {
    height: 194px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-194-px {
    height: 194px !important;
  }
}

.min-h-194-px {
  min-height: 194px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-194-px {
    min-height: 194px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-194-px {
    min-height: 194px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-194-px {
    min-height: 194px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-194-px {
    min-height: 194px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-194-px {
    min-height: 194px !important;
  }
}

.h-195-px {
  height: 195px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-195-px {
    height: 195px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-195-px {
    height: 195px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-195-px {
    height: 195px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-195-px {
    height: 195px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-195-px {
    height: 195px !important;
  }
}

.min-h-195-px {
  min-height: 195px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-195-px {
    min-height: 195px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-195-px {
    min-height: 195px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-195-px {
    min-height: 195px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-195-px {
    min-height: 195px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-195-px {
    min-height: 195px !important;
  }
}

.h-196-px {
  height: 196px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-196-px {
    height: 196px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-196-px {
    height: 196px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-196-px {
    height: 196px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-196-px {
    height: 196px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-196-px {
    height: 196px !important;
  }
}

.min-h-196-px {
  min-height: 196px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-196-px {
    min-height: 196px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-196-px {
    min-height: 196px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-196-px {
    min-height: 196px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-196-px {
    min-height: 196px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-196-px {
    min-height: 196px !important;
  }
}

.h-197-px {
  height: 197px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-197-px {
    height: 197px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-197-px {
    height: 197px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-197-px {
    height: 197px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-197-px {
    height: 197px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-197-px {
    height: 197px !important;
  }
}

.min-h-197-px {
  min-height: 197px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-197-px {
    min-height: 197px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-197-px {
    min-height: 197px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-197-px {
    min-height: 197px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-197-px {
    min-height: 197px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-197-px {
    min-height: 197px !important;
  }
}

.h-198-px {
  height: 198px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-198-px {
    height: 198px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-198-px {
    height: 198px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-198-px {
    height: 198px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-198-px {
    height: 198px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-198-px {
    height: 198px !important;
  }
}

.min-h-198-px {
  min-height: 198px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-198-px {
    min-height: 198px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-198-px {
    min-height: 198px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-198-px {
    min-height: 198px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-198-px {
    min-height: 198px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-198-px {
    min-height: 198px !important;
  }
}

.h-199-px {
  height: 199px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-199-px {
    height: 199px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-199-px {
    height: 199px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-199-px {
    height: 199px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-199-px {
    height: 199px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-199-px {
    height: 199px !important;
  }
}

.min-h-199-px {
  min-height: 199px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-199-px {
    min-height: 199px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-199-px {
    min-height: 199px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-199-px {
    min-height: 199px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-199-px {
    min-height: 199px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-199-px {
    min-height: 199px !important;
  }
}

.h-200-px {
  height: 200px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-200-px {
    height: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-200-px {
    height: 200px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-200-px {
    height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-200-px {
    height: 200px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-200-px {
    height: 200px !important;
  }
}

.min-h-200-px {
  min-height: 200px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-200-px {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-200-px {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-200-px {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-200-px {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-200-px {
    min-height: 200px !important;
  }
}

.h-201-px {
  height: 201px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-201-px {
    height: 201px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-201-px {
    height: 201px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-201-px {
    height: 201px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-201-px {
    height: 201px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-201-px {
    height: 201px !important;
  }
}

.min-h-201-px {
  min-height: 201px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-201-px {
    min-height: 201px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-201-px {
    min-height: 201px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-201-px {
    min-height: 201px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-201-px {
    min-height: 201px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-201-px {
    min-height: 201px !important;
  }
}

.h-202-px {
  height: 202px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-202-px {
    height: 202px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-202-px {
    height: 202px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-202-px {
    height: 202px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-202-px {
    height: 202px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-202-px {
    height: 202px !important;
  }
}

.min-h-202-px {
  min-height: 202px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-202-px {
    min-height: 202px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-202-px {
    min-height: 202px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-202-px {
    min-height: 202px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-202-px {
    min-height: 202px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-202-px {
    min-height: 202px !important;
  }
}

.h-203-px {
  height: 203px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-203-px {
    height: 203px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-203-px {
    height: 203px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-203-px {
    height: 203px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-203-px {
    height: 203px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-203-px {
    height: 203px !important;
  }
}

.min-h-203-px {
  min-height: 203px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-203-px {
    min-height: 203px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-203-px {
    min-height: 203px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-203-px {
    min-height: 203px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-203-px {
    min-height: 203px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-203-px {
    min-height: 203px !important;
  }
}

.h-204-px {
  height: 204px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-204-px {
    height: 204px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-204-px {
    height: 204px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-204-px {
    height: 204px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-204-px {
    height: 204px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-204-px {
    height: 204px !important;
  }
}

.min-h-204-px {
  min-height: 204px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-204-px {
    min-height: 204px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-204-px {
    min-height: 204px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-204-px {
    min-height: 204px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-204-px {
    min-height: 204px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-204-px {
    min-height: 204px !important;
  }
}

.h-205-px {
  height: 205px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-205-px {
    height: 205px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-205-px {
    height: 205px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-205-px {
    height: 205px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-205-px {
    height: 205px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-205-px {
    height: 205px !important;
  }
}

.min-h-205-px {
  min-height: 205px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-205-px {
    min-height: 205px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-205-px {
    min-height: 205px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-205-px {
    min-height: 205px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-205-px {
    min-height: 205px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-205-px {
    min-height: 205px !important;
  }
}

.h-206-px {
  height: 206px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-206-px {
    height: 206px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-206-px {
    height: 206px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-206-px {
    height: 206px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-206-px {
    height: 206px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-206-px {
    height: 206px !important;
  }
}

.min-h-206-px {
  min-height: 206px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-206-px {
    min-height: 206px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-206-px {
    min-height: 206px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-206-px {
    min-height: 206px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-206-px {
    min-height: 206px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-206-px {
    min-height: 206px !important;
  }
}

.h-207-px {
  height: 207px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-207-px {
    height: 207px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-207-px {
    height: 207px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-207-px {
    height: 207px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-207-px {
    height: 207px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-207-px {
    height: 207px !important;
  }
}

.min-h-207-px {
  min-height: 207px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-207-px {
    min-height: 207px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-207-px {
    min-height: 207px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-207-px {
    min-height: 207px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-207-px {
    min-height: 207px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-207-px {
    min-height: 207px !important;
  }
}

.h-208-px {
  height: 208px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-208-px {
    height: 208px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-208-px {
    height: 208px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-208-px {
    height: 208px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-208-px {
    height: 208px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-208-px {
    height: 208px !important;
  }
}

.min-h-208-px {
  min-height: 208px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-208-px {
    min-height: 208px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-208-px {
    min-height: 208px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-208-px {
    min-height: 208px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-208-px {
    min-height: 208px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-208-px {
    min-height: 208px !important;
  }
}

.h-209-px {
  height: 209px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-209-px {
    height: 209px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-209-px {
    height: 209px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-209-px {
    height: 209px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-209-px {
    height: 209px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-209-px {
    height: 209px !important;
  }
}

.min-h-209-px {
  min-height: 209px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-209-px {
    min-height: 209px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-209-px {
    min-height: 209px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-209-px {
    min-height: 209px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-209-px {
    min-height: 209px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-209-px {
    min-height: 209px !important;
  }
}

.h-210-px {
  height: 210px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-210-px {
    height: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-210-px {
    height: 210px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-210-px {
    height: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-210-px {
    height: 210px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-210-px {
    height: 210px !important;
  }
}

.min-h-210-px {
  min-height: 210px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-210-px {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-210-px {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-210-px {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-210-px {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-210-px {
    min-height: 210px !important;
  }
}

.h-211-px {
  height: 211px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-211-px {
    height: 211px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-211-px {
    height: 211px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-211-px {
    height: 211px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-211-px {
    height: 211px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-211-px {
    height: 211px !important;
  }
}

.min-h-211-px {
  min-height: 211px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-211-px {
    min-height: 211px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-211-px {
    min-height: 211px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-211-px {
    min-height: 211px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-211-px {
    min-height: 211px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-211-px {
    min-height: 211px !important;
  }
}

.h-212-px {
  height: 212px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-212-px {
    height: 212px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-212-px {
    height: 212px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-212-px {
    height: 212px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-212-px {
    height: 212px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-212-px {
    height: 212px !important;
  }
}

.min-h-212-px {
  min-height: 212px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-212-px {
    min-height: 212px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-212-px {
    min-height: 212px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-212-px {
    min-height: 212px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-212-px {
    min-height: 212px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-212-px {
    min-height: 212px !important;
  }
}

.h-213-px {
  height: 213px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-213-px {
    height: 213px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-213-px {
    height: 213px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-213-px {
    height: 213px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-213-px {
    height: 213px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-213-px {
    height: 213px !important;
  }
}

.min-h-213-px {
  min-height: 213px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-213-px {
    min-height: 213px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-213-px {
    min-height: 213px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-213-px {
    min-height: 213px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-213-px {
    min-height: 213px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-213-px {
    min-height: 213px !important;
  }
}

.h-214-px {
  height: 214px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-214-px {
    height: 214px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-214-px {
    height: 214px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-214-px {
    height: 214px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-214-px {
    height: 214px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-214-px {
    height: 214px !important;
  }
}

.min-h-214-px {
  min-height: 214px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-214-px {
    min-height: 214px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-214-px {
    min-height: 214px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-214-px {
    min-height: 214px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-214-px {
    min-height: 214px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-214-px {
    min-height: 214px !important;
  }
}

.h-215-px {
  height: 215px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-215-px {
    height: 215px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-215-px {
    height: 215px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-215-px {
    height: 215px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-215-px {
    height: 215px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-215-px {
    height: 215px !important;
  }
}

.min-h-215-px {
  min-height: 215px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-215-px {
    min-height: 215px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-215-px {
    min-height: 215px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-215-px {
    min-height: 215px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-215-px {
    min-height: 215px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-215-px {
    min-height: 215px !important;
  }
}

.h-216-px {
  height: 216px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-216-px {
    height: 216px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-216-px {
    height: 216px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-216-px {
    height: 216px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-216-px {
    height: 216px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-216-px {
    height: 216px !important;
  }
}

.min-h-216-px {
  min-height: 216px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-216-px {
    min-height: 216px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-216-px {
    min-height: 216px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-216-px {
    min-height: 216px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-216-px {
    min-height: 216px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-216-px {
    min-height: 216px !important;
  }
}

.h-217-px {
  height: 217px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-217-px {
    height: 217px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-217-px {
    height: 217px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-217-px {
    height: 217px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-217-px {
    height: 217px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-217-px {
    height: 217px !important;
  }
}

.min-h-217-px {
  min-height: 217px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-217-px {
    min-height: 217px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-217-px {
    min-height: 217px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-217-px {
    min-height: 217px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-217-px {
    min-height: 217px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-217-px {
    min-height: 217px !important;
  }
}

.h-218-px {
  height: 218px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-218-px {
    height: 218px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-218-px {
    height: 218px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-218-px {
    height: 218px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-218-px {
    height: 218px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-218-px {
    height: 218px !important;
  }
}

.min-h-218-px {
  min-height: 218px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-218-px {
    min-height: 218px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-218-px {
    min-height: 218px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-218-px {
    min-height: 218px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-218-px {
    min-height: 218px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-218-px {
    min-height: 218px !important;
  }
}

.h-219-px {
  height: 219px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-219-px {
    height: 219px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-219-px {
    height: 219px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-219-px {
    height: 219px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-219-px {
    height: 219px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-219-px {
    height: 219px !important;
  }
}

.min-h-219-px {
  min-height: 219px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-219-px {
    min-height: 219px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-219-px {
    min-height: 219px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-219-px {
    min-height: 219px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-219-px {
    min-height: 219px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-219-px {
    min-height: 219px !important;
  }
}

.h-220-px {
  height: 220px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-220-px {
    height: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-220-px {
    height: 220px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-220-px {
    height: 220px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-220-px {
    height: 220px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-220-px {
    height: 220px !important;
  }
}

.min-h-220-px {
  min-height: 220px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-220-px {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-220-px {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-220-px {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-220-px {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-220-px {
    min-height: 220px !important;
  }
}

.h-221-px {
  height: 221px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-221-px {
    height: 221px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-221-px {
    height: 221px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-221-px {
    height: 221px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-221-px {
    height: 221px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-221-px {
    height: 221px !important;
  }
}

.min-h-221-px {
  min-height: 221px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-221-px {
    min-height: 221px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-221-px {
    min-height: 221px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-221-px {
    min-height: 221px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-221-px {
    min-height: 221px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-221-px {
    min-height: 221px !important;
  }
}

.h-222-px {
  height: 222px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-222-px {
    height: 222px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-222-px {
    height: 222px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-222-px {
    height: 222px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-222-px {
    height: 222px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-222-px {
    height: 222px !important;
  }
}

.min-h-222-px {
  min-height: 222px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-222-px {
    min-height: 222px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-222-px {
    min-height: 222px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-222-px {
    min-height: 222px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-222-px {
    min-height: 222px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-222-px {
    min-height: 222px !important;
  }
}

.h-223-px {
  height: 223px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-223-px {
    height: 223px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-223-px {
    height: 223px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-223-px {
    height: 223px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-223-px {
    height: 223px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-223-px {
    height: 223px !important;
  }
}

.min-h-223-px {
  min-height: 223px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-223-px {
    min-height: 223px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-223-px {
    min-height: 223px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-223-px {
    min-height: 223px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-223-px {
    min-height: 223px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-223-px {
    min-height: 223px !important;
  }
}

.h-224-px {
  height: 224px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-224-px {
    height: 224px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-224-px {
    height: 224px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-224-px {
    height: 224px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-224-px {
    height: 224px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-224-px {
    height: 224px !important;
  }
}

.min-h-224-px {
  min-height: 224px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-224-px {
    min-height: 224px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-224-px {
    min-height: 224px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-224-px {
    min-height: 224px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-224-px {
    min-height: 224px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-224-px {
    min-height: 224px !important;
  }
}

.h-225-px {
  height: 225px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-225-px {
    height: 225px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-225-px {
    height: 225px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-225-px {
    height: 225px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-225-px {
    height: 225px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-225-px {
    height: 225px !important;
  }
}

.min-h-225-px {
  min-height: 225px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-225-px {
    min-height: 225px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-225-px {
    min-height: 225px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-225-px {
    min-height: 225px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-225-px {
    min-height: 225px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-225-px {
    min-height: 225px !important;
  }
}

.h-226-px {
  height: 226px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-226-px {
    height: 226px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-226-px {
    height: 226px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-226-px {
    height: 226px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-226-px {
    height: 226px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-226-px {
    height: 226px !important;
  }
}

.min-h-226-px {
  min-height: 226px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-226-px {
    min-height: 226px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-226-px {
    min-height: 226px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-226-px {
    min-height: 226px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-226-px {
    min-height: 226px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-226-px {
    min-height: 226px !important;
  }
}

.h-227-px {
  height: 227px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-227-px {
    height: 227px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-227-px {
    height: 227px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-227-px {
    height: 227px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-227-px {
    height: 227px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-227-px {
    height: 227px !important;
  }
}

.min-h-227-px {
  min-height: 227px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-227-px {
    min-height: 227px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-227-px {
    min-height: 227px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-227-px {
    min-height: 227px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-227-px {
    min-height: 227px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-227-px {
    min-height: 227px !important;
  }
}

.h-228-px {
  height: 228px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-228-px {
    height: 228px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-228-px {
    height: 228px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-228-px {
    height: 228px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-228-px {
    height: 228px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-228-px {
    height: 228px !important;
  }
}

.min-h-228-px {
  min-height: 228px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-228-px {
    min-height: 228px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-228-px {
    min-height: 228px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-228-px {
    min-height: 228px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-228-px {
    min-height: 228px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-228-px {
    min-height: 228px !important;
  }
}

.h-229-px {
  height: 229px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-229-px {
    height: 229px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-229-px {
    height: 229px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-229-px {
    height: 229px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-229-px {
    height: 229px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-229-px {
    height: 229px !important;
  }
}

.min-h-229-px {
  min-height: 229px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-229-px {
    min-height: 229px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-229-px {
    min-height: 229px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-229-px {
    min-height: 229px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-229-px {
    min-height: 229px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-229-px {
    min-height: 229px !important;
  }
}

.h-230-px {
  height: 230px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-230-px {
    height: 230px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-230-px {
    height: 230px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-230-px {
    height: 230px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-230-px {
    height: 230px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-230-px {
    height: 230px !important;
  }
}

.min-h-230-px {
  min-height: 230px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-230-px {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-230-px {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-230-px {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-230-px {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-230-px {
    min-height: 230px !important;
  }
}

.h-231-px {
  height: 231px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-231-px {
    height: 231px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-231-px {
    height: 231px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-231-px {
    height: 231px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-231-px {
    height: 231px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-231-px {
    height: 231px !important;
  }
}

.min-h-231-px {
  min-height: 231px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-231-px {
    min-height: 231px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-231-px {
    min-height: 231px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-231-px {
    min-height: 231px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-231-px {
    min-height: 231px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-231-px {
    min-height: 231px !important;
  }
}

.h-232-px {
  height: 232px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-232-px {
    height: 232px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-232-px {
    height: 232px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-232-px {
    height: 232px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-232-px {
    height: 232px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-232-px {
    height: 232px !important;
  }
}

.min-h-232-px {
  min-height: 232px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-232-px {
    min-height: 232px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-232-px {
    min-height: 232px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-232-px {
    min-height: 232px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-232-px {
    min-height: 232px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-232-px {
    min-height: 232px !important;
  }
}

.h-233-px {
  height: 233px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-233-px {
    height: 233px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-233-px {
    height: 233px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-233-px {
    height: 233px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-233-px {
    height: 233px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-233-px {
    height: 233px !important;
  }
}

.min-h-233-px {
  min-height: 233px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-233-px {
    min-height: 233px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-233-px {
    min-height: 233px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-233-px {
    min-height: 233px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-233-px {
    min-height: 233px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-233-px {
    min-height: 233px !important;
  }
}

.h-234-px {
  height: 234px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-234-px {
    height: 234px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-234-px {
    height: 234px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-234-px {
    height: 234px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-234-px {
    height: 234px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-234-px {
    height: 234px !important;
  }
}

.min-h-234-px {
  min-height: 234px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-234-px {
    min-height: 234px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-234-px {
    min-height: 234px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-234-px {
    min-height: 234px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-234-px {
    min-height: 234px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-234-px {
    min-height: 234px !important;
  }
}

.h-235-px {
  height: 235px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-235-px {
    height: 235px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-235-px {
    height: 235px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-235-px {
    height: 235px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-235-px {
    height: 235px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-235-px {
    height: 235px !important;
  }
}

.min-h-235-px {
  min-height: 235px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-235-px {
    min-height: 235px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-235-px {
    min-height: 235px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-235-px {
    min-height: 235px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-235-px {
    min-height: 235px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-235-px {
    min-height: 235px !important;
  }
}

.h-236-px {
  height: 236px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-236-px {
    height: 236px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-236-px {
    height: 236px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-236-px {
    height: 236px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-236-px {
    height: 236px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-236-px {
    height: 236px !important;
  }
}

.min-h-236-px {
  min-height: 236px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-236-px {
    min-height: 236px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-236-px {
    min-height: 236px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-236-px {
    min-height: 236px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-236-px {
    min-height: 236px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-236-px {
    min-height: 236px !important;
  }
}

.h-237-px {
  height: 237px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-237-px {
    height: 237px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-237-px {
    height: 237px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-237-px {
    height: 237px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-237-px {
    height: 237px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-237-px {
    height: 237px !important;
  }
}

.min-h-237-px {
  min-height: 237px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-237-px {
    min-height: 237px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-237-px {
    min-height: 237px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-237-px {
    min-height: 237px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-237-px {
    min-height: 237px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-237-px {
    min-height: 237px !important;
  }
}

.h-238-px {
  height: 238px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-238-px {
    height: 238px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-238-px {
    height: 238px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-238-px {
    height: 238px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-238-px {
    height: 238px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-238-px {
    height: 238px !important;
  }
}

.min-h-238-px {
  min-height: 238px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-238-px {
    min-height: 238px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-238-px {
    min-height: 238px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-238-px {
    min-height: 238px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-238-px {
    min-height: 238px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-238-px {
    min-height: 238px !important;
  }
}

.h-239-px {
  height: 239px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-239-px {
    height: 239px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-239-px {
    height: 239px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-239-px {
    height: 239px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-239-px {
    height: 239px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-239-px {
    height: 239px !important;
  }
}

.min-h-239-px {
  min-height: 239px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-239-px {
    min-height: 239px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-239-px {
    min-height: 239px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-239-px {
    min-height: 239px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-239-px {
    min-height: 239px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-239-px {
    min-height: 239px !important;
  }
}

.h-240-px {
  height: 240px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-240-px {
    height: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-240-px {
    height: 240px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-240-px {
    height: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-240-px {
    height: 240px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-240-px {
    height: 240px !important;
  }
}

.min-h-240-px {
  min-height: 240px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-240-px {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-240-px {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-240-px {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-240-px {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-240-px {
    min-height: 240px !important;
  }
}

.h-241-px {
  height: 241px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-241-px {
    height: 241px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-241-px {
    height: 241px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-241-px {
    height: 241px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-241-px {
    height: 241px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-241-px {
    height: 241px !important;
  }
}

.min-h-241-px {
  min-height: 241px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-241-px {
    min-height: 241px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-241-px {
    min-height: 241px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-241-px {
    min-height: 241px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-241-px {
    min-height: 241px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-241-px {
    min-height: 241px !important;
  }
}

.h-242-px {
  height: 242px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-242-px {
    height: 242px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-242-px {
    height: 242px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-242-px {
    height: 242px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-242-px {
    height: 242px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-242-px {
    height: 242px !important;
  }
}

.min-h-242-px {
  min-height: 242px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-242-px {
    min-height: 242px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-242-px {
    min-height: 242px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-242-px {
    min-height: 242px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-242-px {
    min-height: 242px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-242-px {
    min-height: 242px !important;
  }
}

.h-243-px {
  height: 243px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-243-px {
    height: 243px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-243-px {
    height: 243px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-243-px {
    height: 243px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-243-px {
    height: 243px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-243-px {
    height: 243px !important;
  }
}

.min-h-243-px {
  min-height: 243px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-243-px {
    min-height: 243px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-243-px {
    min-height: 243px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-243-px {
    min-height: 243px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-243-px {
    min-height: 243px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-243-px {
    min-height: 243px !important;
  }
}

.h-244-px {
  height: 244px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-244-px {
    height: 244px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-244-px {
    height: 244px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-244-px {
    height: 244px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-244-px {
    height: 244px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-244-px {
    height: 244px !important;
  }
}

.min-h-244-px {
  min-height: 244px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-244-px {
    min-height: 244px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-244-px {
    min-height: 244px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-244-px {
    min-height: 244px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-244-px {
    min-height: 244px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-244-px {
    min-height: 244px !important;
  }
}

.h-245-px {
  height: 245px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-245-px {
    height: 245px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-245-px {
    height: 245px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-245-px {
    height: 245px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-245-px {
    height: 245px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-245-px {
    height: 245px !important;
  }
}

.min-h-245-px {
  min-height: 245px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-245-px {
    min-height: 245px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-245-px {
    min-height: 245px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-245-px {
    min-height: 245px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-245-px {
    min-height: 245px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-245-px {
    min-height: 245px !important;
  }
}

.h-246-px {
  height: 246px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-246-px {
    height: 246px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-246-px {
    height: 246px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-246-px {
    height: 246px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-246-px {
    height: 246px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-246-px {
    height: 246px !important;
  }
}

.min-h-246-px {
  min-height: 246px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-246-px {
    min-height: 246px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-246-px {
    min-height: 246px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-246-px {
    min-height: 246px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-246-px {
    min-height: 246px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-246-px {
    min-height: 246px !important;
  }
}

.h-247-px {
  height: 247px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-247-px {
    height: 247px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-247-px {
    height: 247px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-247-px {
    height: 247px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-247-px {
    height: 247px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-247-px {
    height: 247px !important;
  }
}

.min-h-247-px {
  min-height: 247px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-247-px {
    min-height: 247px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-247-px {
    min-height: 247px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-247-px {
    min-height: 247px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-247-px {
    min-height: 247px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-247-px {
    min-height: 247px !important;
  }
}

.h-248-px {
  height: 248px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-248-px {
    height: 248px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-248-px {
    height: 248px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-248-px {
    height: 248px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-248-px {
    height: 248px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-248-px {
    height: 248px !important;
  }
}

.min-h-248-px {
  min-height: 248px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-248-px {
    min-height: 248px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-248-px {
    min-height: 248px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-248-px {
    min-height: 248px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-248-px {
    min-height: 248px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-248-px {
    min-height: 248px !important;
  }
}

.h-249-px {
  height: 249px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-249-px {
    height: 249px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-249-px {
    height: 249px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-249-px {
    height: 249px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-249-px {
    height: 249px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-249-px {
    height: 249px !important;
  }
}

.min-h-249-px {
  min-height: 249px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-249-px {
    min-height: 249px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-249-px {
    min-height: 249px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-249-px {
    min-height: 249px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-249-px {
    min-height: 249px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-249-px {
    min-height: 249px !important;
  }
}

.h-250-px {
  height: 250px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-250-px {
    height: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-250-px {
    height: 250px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-250-px {
    height: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-250-px {
    height: 250px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-250-px {
    height: 250px !important;
  }
}

.min-h-250-px {
  min-height: 250px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-250-px {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-250-px {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-250-px {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-250-px {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-250-px {
    min-height: 250px !important;
  }
}

.h-251-px {
  height: 251px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-251-px {
    height: 251px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-251-px {
    height: 251px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-251-px {
    height: 251px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-251-px {
    height: 251px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-251-px {
    height: 251px !important;
  }
}

.min-h-251-px {
  min-height: 251px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-251-px {
    min-height: 251px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-251-px {
    min-height: 251px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-251-px {
    min-height: 251px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-251-px {
    min-height: 251px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-251-px {
    min-height: 251px !important;
  }
}

.h-252-px {
  height: 252px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-252-px {
    height: 252px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-252-px {
    height: 252px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-252-px {
    height: 252px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-252-px {
    height: 252px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-252-px {
    height: 252px !important;
  }
}

.min-h-252-px {
  min-height: 252px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-252-px {
    min-height: 252px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-252-px {
    min-height: 252px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-252-px {
    min-height: 252px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-252-px {
    min-height: 252px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-252-px {
    min-height: 252px !important;
  }
}

.h-253-px {
  height: 253px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-253-px {
    height: 253px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-253-px {
    height: 253px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-253-px {
    height: 253px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-253-px {
    height: 253px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-253-px {
    height: 253px !important;
  }
}

.min-h-253-px {
  min-height: 253px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-253-px {
    min-height: 253px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-253-px {
    min-height: 253px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-253-px {
    min-height: 253px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-253-px {
    min-height: 253px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-253-px {
    min-height: 253px !important;
  }
}

.h-254-px {
  height: 254px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-254-px {
    height: 254px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-254-px {
    height: 254px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-254-px {
    height: 254px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-254-px {
    height: 254px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-254-px {
    height: 254px !important;
  }
}

.min-h-254-px {
  min-height: 254px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-254-px {
    min-height: 254px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-254-px {
    min-height: 254px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-254-px {
    min-height: 254px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-254-px {
    min-height: 254px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-254-px {
    min-height: 254px !important;
  }
}

.h-255-px {
  height: 255px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-255-px {
    height: 255px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-255-px {
    height: 255px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-255-px {
    height: 255px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-255-px {
    height: 255px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-255-px {
    height: 255px !important;
  }
}

.min-h-255-px {
  min-height: 255px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-255-px {
    min-height: 255px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-255-px {
    min-height: 255px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-255-px {
    min-height: 255px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-255-px {
    min-height: 255px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-255-px {
    min-height: 255px !important;
  }
}

.h-256-px {
  height: 256px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-256-px {
    height: 256px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-256-px {
    height: 256px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-256-px {
    height: 256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-256-px {
    height: 256px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-256-px {
    height: 256px !important;
  }
}

.min-h-256-px {
  min-height: 256px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-256-px {
    min-height: 256px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-256-px {
    min-height: 256px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-256-px {
    min-height: 256px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-256-px {
    min-height: 256px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-256-px {
    min-height: 256px !important;
  }
}

.h-257-px {
  height: 257px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-257-px {
    height: 257px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-257-px {
    height: 257px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-257-px {
    height: 257px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-257-px {
    height: 257px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-257-px {
    height: 257px !important;
  }
}

.min-h-257-px {
  min-height: 257px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-257-px {
    min-height: 257px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-257-px {
    min-height: 257px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-257-px {
    min-height: 257px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-257-px {
    min-height: 257px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-257-px {
    min-height: 257px !important;
  }
}

.h-258-px {
  height: 258px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-258-px {
    height: 258px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-258-px {
    height: 258px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-258-px {
    height: 258px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-258-px {
    height: 258px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-258-px {
    height: 258px !important;
  }
}

.min-h-258-px {
  min-height: 258px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-258-px {
    min-height: 258px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-258-px {
    min-height: 258px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-258-px {
    min-height: 258px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-258-px {
    min-height: 258px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-258-px {
    min-height: 258px !important;
  }
}

.h-259-px {
  height: 259px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-259-px {
    height: 259px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-259-px {
    height: 259px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-259-px {
    height: 259px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-259-px {
    height: 259px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-259-px {
    height: 259px !important;
  }
}

.min-h-259-px {
  min-height: 259px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-259-px {
    min-height: 259px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-259-px {
    min-height: 259px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-259-px {
    min-height: 259px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-259-px {
    min-height: 259px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-259-px {
    min-height: 259px !important;
  }
}

.h-260-px {
  height: 260px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-260-px {
    height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-260-px {
    height: 260px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-260-px {
    height: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-260-px {
    height: 260px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-260-px {
    height: 260px !important;
  }
}

.min-h-260-px {
  min-height: 260px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-260-px {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-260-px {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-260-px {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-260-px {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-260-px {
    min-height: 260px !important;
  }
}

.h-261-px {
  height: 261px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-261-px {
    height: 261px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-261-px {
    height: 261px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-261-px {
    height: 261px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-261-px {
    height: 261px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-261-px {
    height: 261px !important;
  }
}

.min-h-261-px {
  min-height: 261px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-261-px {
    min-height: 261px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-261-px {
    min-height: 261px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-261-px {
    min-height: 261px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-261-px {
    min-height: 261px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-261-px {
    min-height: 261px !important;
  }
}

.h-262-px {
  height: 262px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-262-px {
    height: 262px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-262-px {
    height: 262px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-262-px {
    height: 262px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-262-px {
    height: 262px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-262-px {
    height: 262px !important;
  }
}

.min-h-262-px {
  min-height: 262px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-262-px {
    min-height: 262px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-262-px {
    min-height: 262px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-262-px {
    min-height: 262px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-262-px {
    min-height: 262px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-262-px {
    min-height: 262px !important;
  }
}

.h-263-px {
  height: 263px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-263-px {
    height: 263px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-263-px {
    height: 263px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-263-px {
    height: 263px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-263-px {
    height: 263px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-263-px {
    height: 263px !important;
  }
}

.min-h-263-px {
  min-height: 263px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-263-px {
    min-height: 263px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-263-px {
    min-height: 263px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-263-px {
    min-height: 263px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-263-px {
    min-height: 263px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-263-px {
    min-height: 263px !important;
  }
}

.h-264-px {
  height: 264px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-264-px {
    height: 264px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-264-px {
    height: 264px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-264-px {
    height: 264px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-264-px {
    height: 264px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-264-px {
    height: 264px !important;
  }
}

.min-h-264-px {
  min-height: 264px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-264-px {
    min-height: 264px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-264-px {
    min-height: 264px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-264-px {
    min-height: 264px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-264-px {
    min-height: 264px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-264-px {
    min-height: 264px !important;
  }
}

.h-265-px {
  height: 265px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-265-px {
    height: 265px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-265-px {
    height: 265px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-265-px {
    height: 265px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-265-px {
    height: 265px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-265-px {
    height: 265px !important;
  }
}

.min-h-265-px {
  min-height: 265px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-265-px {
    min-height: 265px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-265-px {
    min-height: 265px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-265-px {
    min-height: 265px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-265-px {
    min-height: 265px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-265-px {
    min-height: 265px !important;
  }
}

.h-266-px {
  height: 266px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-266-px {
    height: 266px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-266-px {
    height: 266px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-266-px {
    height: 266px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-266-px {
    height: 266px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-266-px {
    height: 266px !important;
  }
}

.min-h-266-px {
  min-height: 266px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-266-px {
    min-height: 266px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-266-px {
    min-height: 266px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-266-px {
    min-height: 266px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-266-px {
    min-height: 266px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-266-px {
    min-height: 266px !important;
  }
}

.h-267-px {
  height: 267px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-267-px {
    height: 267px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-267-px {
    height: 267px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-267-px {
    height: 267px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-267-px {
    height: 267px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-267-px {
    height: 267px !important;
  }
}

.min-h-267-px {
  min-height: 267px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-267-px {
    min-height: 267px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-267-px {
    min-height: 267px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-267-px {
    min-height: 267px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-267-px {
    min-height: 267px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-267-px {
    min-height: 267px !important;
  }
}

.h-268-px {
  height: 268px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-268-px {
    height: 268px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-268-px {
    height: 268px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-268-px {
    height: 268px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-268-px {
    height: 268px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-268-px {
    height: 268px !important;
  }
}

.min-h-268-px {
  min-height: 268px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-268-px {
    min-height: 268px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-268-px {
    min-height: 268px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-268-px {
    min-height: 268px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-268-px {
    min-height: 268px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-268-px {
    min-height: 268px !important;
  }
}

.h-269-px {
  height: 269px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-269-px {
    height: 269px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-269-px {
    height: 269px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-269-px {
    height: 269px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-269-px {
    height: 269px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-269-px {
    height: 269px !important;
  }
}

.min-h-269-px {
  min-height: 269px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-269-px {
    min-height: 269px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-269-px {
    min-height: 269px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-269-px {
    min-height: 269px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-269-px {
    min-height: 269px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-269-px {
    min-height: 269px !important;
  }
}

.h-270-px {
  height: 270px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-270-px {
    height: 270px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-270-px {
    height: 270px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-270-px {
    height: 270px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-270-px {
    height: 270px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-270-px {
    height: 270px !important;
  }
}

.min-h-270-px {
  min-height: 270px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-270-px {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-270-px {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-270-px {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-270-px {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-270-px {
    min-height: 270px !important;
  }
}

.h-271-px {
  height: 271px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-271-px {
    height: 271px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-271-px {
    height: 271px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-271-px {
    height: 271px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-271-px {
    height: 271px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-271-px {
    height: 271px !important;
  }
}

.min-h-271-px {
  min-height: 271px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-271-px {
    min-height: 271px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-271-px {
    min-height: 271px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-271-px {
    min-height: 271px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-271-px {
    min-height: 271px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-271-px {
    min-height: 271px !important;
  }
}

.h-272-px {
  height: 272px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-272-px {
    height: 272px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-272-px {
    height: 272px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-272-px {
    height: 272px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-272-px {
    height: 272px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-272-px {
    height: 272px !important;
  }
}

.min-h-272-px {
  min-height: 272px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-272-px {
    min-height: 272px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-272-px {
    min-height: 272px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-272-px {
    min-height: 272px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-272-px {
    min-height: 272px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-272-px {
    min-height: 272px !important;
  }
}

.h-273-px {
  height: 273px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-273-px {
    height: 273px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-273-px {
    height: 273px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-273-px {
    height: 273px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-273-px {
    height: 273px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-273-px {
    height: 273px !important;
  }
}

.min-h-273-px {
  min-height: 273px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-273-px {
    min-height: 273px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-273-px {
    min-height: 273px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-273-px {
    min-height: 273px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-273-px {
    min-height: 273px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-273-px {
    min-height: 273px !important;
  }
}

.h-274-px {
  height: 274px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-274-px {
    height: 274px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-274-px {
    height: 274px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-274-px {
    height: 274px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-274-px {
    height: 274px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-274-px {
    height: 274px !important;
  }
}

.min-h-274-px {
  min-height: 274px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-274-px {
    min-height: 274px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-274-px {
    min-height: 274px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-274-px {
    min-height: 274px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-274-px {
    min-height: 274px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-274-px {
    min-height: 274px !important;
  }
}

.h-275-px {
  height: 275px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-275-px {
    height: 275px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-275-px {
    height: 275px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-275-px {
    height: 275px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-275-px {
    height: 275px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-275-px {
    height: 275px !important;
  }
}

.min-h-275-px {
  min-height: 275px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-275-px {
    min-height: 275px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-275-px {
    min-height: 275px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-275-px {
    min-height: 275px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-275-px {
    min-height: 275px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-275-px {
    min-height: 275px !important;
  }
}

.h-276-px {
  height: 276px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-276-px {
    height: 276px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-276-px {
    height: 276px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-276-px {
    height: 276px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-276-px {
    height: 276px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-276-px {
    height: 276px !important;
  }
}

.min-h-276-px {
  min-height: 276px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-276-px {
    min-height: 276px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-276-px {
    min-height: 276px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-276-px {
    min-height: 276px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-276-px {
    min-height: 276px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-276-px {
    min-height: 276px !important;
  }
}

.h-277-px {
  height: 277px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-277-px {
    height: 277px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-277-px {
    height: 277px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-277-px {
    height: 277px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-277-px {
    height: 277px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-277-px {
    height: 277px !important;
  }
}

.min-h-277-px {
  min-height: 277px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-277-px {
    min-height: 277px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-277-px {
    min-height: 277px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-277-px {
    min-height: 277px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-277-px {
    min-height: 277px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-277-px {
    min-height: 277px !important;
  }
}

.h-278-px {
  height: 278px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-278-px {
    height: 278px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-278-px {
    height: 278px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-278-px {
    height: 278px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-278-px {
    height: 278px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-278-px {
    height: 278px !important;
  }
}

.min-h-278-px {
  min-height: 278px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-278-px {
    min-height: 278px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-278-px {
    min-height: 278px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-278-px {
    min-height: 278px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-278-px {
    min-height: 278px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-278-px {
    min-height: 278px !important;
  }
}

.h-279-px {
  height: 279px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-279-px {
    height: 279px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-279-px {
    height: 279px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-279-px {
    height: 279px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-279-px {
    height: 279px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-279-px {
    height: 279px !important;
  }
}

.min-h-279-px {
  min-height: 279px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-279-px {
    min-height: 279px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-279-px {
    min-height: 279px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-279-px {
    min-height: 279px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-279-px {
    min-height: 279px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-279-px {
    min-height: 279px !important;
  }
}

.h-280-px {
  height: 280px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-280-px {
    height: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-280-px {
    height: 280px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-280-px {
    height: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-280-px {
    height: 280px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-280-px {
    height: 280px !important;
  }
}

.min-h-280-px {
  min-height: 280px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-280-px {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-280-px {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-280-px {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-280-px {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-280-px {
    min-height: 280px !important;
  }
}

.h-281-px {
  height: 281px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-281-px {
    height: 281px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-281-px {
    height: 281px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-281-px {
    height: 281px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-281-px {
    height: 281px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-281-px {
    height: 281px !important;
  }
}

.min-h-281-px {
  min-height: 281px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-281-px {
    min-height: 281px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-281-px {
    min-height: 281px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-281-px {
    min-height: 281px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-281-px {
    min-height: 281px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-281-px {
    min-height: 281px !important;
  }
}

.h-282-px {
  height: 282px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-282-px {
    height: 282px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-282-px {
    height: 282px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-282-px {
    height: 282px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-282-px {
    height: 282px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-282-px {
    height: 282px !important;
  }
}

.min-h-282-px {
  min-height: 282px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-282-px {
    min-height: 282px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-282-px {
    min-height: 282px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-282-px {
    min-height: 282px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-282-px {
    min-height: 282px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-282-px {
    min-height: 282px !important;
  }
}

.h-283-px {
  height: 283px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-283-px {
    height: 283px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-283-px {
    height: 283px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-283-px {
    height: 283px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-283-px {
    height: 283px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-283-px {
    height: 283px !important;
  }
}

.min-h-283-px {
  min-height: 283px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-283-px {
    min-height: 283px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-283-px {
    min-height: 283px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-283-px {
    min-height: 283px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-283-px {
    min-height: 283px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-283-px {
    min-height: 283px !important;
  }
}

.h-284-px {
  height: 284px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-284-px {
    height: 284px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-284-px {
    height: 284px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-284-px {
    height: 284px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-284-px {
    height: 284px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-284-px {
    height: 284px !important;
  }
}

.min-h-284-px {
  min-height: 284px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-284-px {
    min-height: 284px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-284-px {
    min-height: 284px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-284-px {
    min-height: 284px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-284-px {
    min-height: 284px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-284-px {
    min-height: 284px !important;
  }
}

.h-285-px {
  height: 285px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-285-px {
    height: 285px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-285-px {
    height: 285px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-285-px {
    height: 285px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-285-px {
    height: 285px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-285-px {
    height: 285px !important;
  }
}

.min-h-285-px {
  min-height: 285px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-285-px {
    min-height: 285px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-285-px {
    min-height: 285px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-285-px {
    min-height: 285px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-285-px {
    min-height: 285px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-285-px {
    min-height: 285px !important;
  }
}

.h-286-px {
  height: 286px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-286-px {
    height: 286px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-286-px {
    height: 286px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-286-px {
    height: 286px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-286-px {
    height: 286px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-286-px {
    height: 286px !important;
  }
}

.min-h-286-px {
  min-height: 286px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-286-px {
    min-height: 286px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-286-px {
    min-height: 286px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-286-px {
    min-height: 286px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-286-px {
    min-height: 286px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-286-px {
    min-height: 286px !important;
  }
}

.h-287-px {
  height: 287px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-287-px {
    height: 287px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-287-px {
    height: 287px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-287-px {
    height: 287px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-287-px {
    height: 287px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-287-px {
    height: 287px !important;
  }
}

.min-h-287-px {
  min-height: 287px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-287-px {
    min-height: 287px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-287-px {
    min-height: 287px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-287-px {
    min-height: 287px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-287-px {
    min-height: 287px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-287-px {
    min-height: 287px !important;
  }
}

.h-288-px {
  height: 288px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-288-px {
    height: 288px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-288-px {
    height: 288px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-288-px {
    height: 288px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-288-px {
    height: 288px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-288-px {
    height: 288px !important;
  }
}

.min-h-288-px {
  min-height: 288px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-288-px {
    min-height: 288px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-288-px {
    min-height: 288px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-288-px {
    min-height: 288px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-288-px {
    min-height: 288px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-288-px {
    min-height: 288px !important;
  }
}

.h-289-px {
  height: 289px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-289-px {
    height: 289px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-289-px {
    height: 289px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-289-px {
    height: 289px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-289-px {
    height: 289px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-289-px {
    height: 289px !important;
  }
}

.min-h-289-px {
  min-height: 289px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-289-px {
    min-height: 289px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-289-px {
    min-height: 289px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-289-px {
    min-height: 289px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-289-px {
    min-height: 289px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-289-px {
    min-height: 289px !important;
  }
}

.h-290-px {
  height: 290px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-290-px {
    height: 290px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-290-px {
    height: 290px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-290-px {
    height: 290px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-290-px {
    height: 290px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-290-px {
    height: 290px !important;
  }
}

.min-h-290-px {
  min-height: 290px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-290-px {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-290-px {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-290-px {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-290-px {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-290-px {
    min-height: 290px !important;
  }
}

.h-291-px {
  height: 291px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-291-px {
    height: 291px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-291-px {
    height: 291px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-291-px {
    height: 291px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-291-px {
    height: 291px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-291-px {
    height: 291px !important;
  }
}

.min-h-291-px {
  min-height: 291px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-291-px {
    min-height: 291px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-291-px {
    min-height: 291px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-291-px {
    min-height: 291px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-291-px {
    min-height: 291px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-291-px {
    min-height: 291px !important;
  }
}

.h-292-px {
  height: 292px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-292-px {
    height: 292px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-292-px {
    height: 292px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-292-px {
    height: 292px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-292-px {
    height: 292px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-292-px {
    height: 292px !important;
  }
}

.min-h-292-px {
  min-height: 292px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-292-px {
    min-height: 292px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-292-px {
    min-height: 292px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-292-px {
    min-height: 292px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-292-px {
    min-height: 292px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-292-px {
    min-height: 292px !important;
  }
}

.h-293-px {
  height: 293px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-293-px {
    height: 293px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-293-px {
    height: 293px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-293-px {
    height: 293px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-293-px {
    height: 293px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-293-px {
    height: 293px !important;
  }
}

.min-h-293-px {
  min-height: 293px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-293-px {
    min-height: 293px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-293-px {
    min-height: 293px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-293-px {
    min-height: 293px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-293-px {
    min-height: 293px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-293-px {
    min-height: 293px !important;
  }
}

.h-294-px {
  height: 294px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-294-px {
    height: 294px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-294-px {
    height: 294px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-294-px {
    height: 294px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-294-px {
    height: 294px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-294-px {
    height: 294px !important;
  }
}

.min-h-294-px {
  min-height: 294px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-294-px {
    min-height: 294px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-294-px {
    min-height: 294px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-294-px {
    min-height: 294px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-294-px {
    min-height: 294px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-294-px {
    min-height: 294px !important;
  }
}

.h-295-px {
  height: 295px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-295-px {
    height: 295px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-295-px {
    height: 295px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-295-px {
    height: 295px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-295-px {
    height: 295px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-295-px {
    height: 295px !important;
  }
}

.min-h-295-px {
  min-height: 295px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-295-px {
    min-height: 295px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-295-px {
    min-height: 295px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-295-px {
    min-height: 295px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-295-px {
    min-height: 295px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-295-px {
    min-height: 295px !important;
  }
}

.h-296-px {
  height: 296px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-296-px {
    height: 296px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-296-px {
    height: 296px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-296-px {
    height: 296px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-296-px {
    height: 296px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-296-px {
    height: 296px !important;
  }
}

.min-h-296-px {
  min-height: 296px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-296-px {
    min-height: 296px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-296-px {
    min-height: 296px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-296-px {
    min-height: 296px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-296-px {
    min-height: 296px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-296-px {
    min-height: 296px !important;
  }
}

.h-297-px {
  height: 297px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-297-px {
    height: 297px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-297-px {
    height: 297px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-297-px {
    height: 297px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-297-px {
    height: 297px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-297-px {
    height: 297px !important;
  }
}

.min-h-297-px {
  min-height: 297px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-297-px {
    min-height: 297px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-297-px {
    min-height: 297px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-297-px {
    min-height: 297px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-297-px {
    min-height: 297px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-297-px {
    min-height: 297px !important;
  }
}

.h-298-px {
  height: 298px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-298-px {
    height: 298px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-298-px {
    height: 298px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-298-px {
    height: 298px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-298-px {
    height: 298px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-298-px {
    height: 298px !important;
  }
}

.min-h-298-px {
  min-height: 298px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-298-px {
    min-height: 298px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-298-px {
    min-height: 298px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-298-px {
    min-height: 298px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-298-px {
    min-height: 298px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-298-px {
    min-height: 298px !important;
  }
}

.h-299-px {
  height: 299px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-299-px {
    height: 299px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-299-px {
    height: 299px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-299-px {
    height: 299px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-299-px {
    height: 299px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-299-px {
    height: 299px !important;
  }
}

.min-h-299-px {
  min-height: 299px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-299-px {
    min-height: 299px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-299-px {
    min-height: 299px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-299-px {
    min-height: 299px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-299-px {
    min-height: 299px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-299-px {
    min-height: 299px !important;
  }
}

.h-300-px {
  height: 300px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-300-px {
    height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-300-px {
    height: 300px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-300-px {
    height: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-300-px {
    height: 300px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-300-px {
    height: 300px !important;
  }
}

.min-h-300-px {
  min-height: 300px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-300-px {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-300-px {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-300-px {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-300-px {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-300-px {
    min-height: 300px !important;
  }
}

.h-301-px {
  height: 301px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-301-px {
    height: 301px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-301-px {
    height: 301px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-301-px {
    height: 301px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-301-px {
    height: 301px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-301-px {
    height: 301px !important;
  }
}

.min-h-301-px {
  min-height: 301px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-301-px {
    min-height: 301px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-301-px {
    min-height: 301px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-301-px {
    min-height: 301px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-301-px {
    min-height: 301px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-301-px {
    min-height: 301px !important;
  }
}

.h-302-px {
  height: 302px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-302-px {
    height: 302px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-302-px {
    height: 302px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-302-px {
    height: 302px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-302-px {
    height: 302px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-302-px {
    height: 302px !important;
  }
}

.min-h-302-px {
  min-height: 302px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-302-px {
    min-height: 302px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-302-px {
    min-height: 302px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-302-px {
    min-height: 302px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-302-px {
    min-height: 302px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-302-px {
    min-height: 302px !important;
  }
}

.h-303-px {
  height: 303px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-303-px {
    height: 303px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-303-px {
    height: 303px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-303-px {
    height: 303px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-303-px {
    height: 303px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-303-px {
    height: 303px !important;
  }
}

.min-h-303-px {
  min-height: 303px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-303-px {
    min-height: 303px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-303-px {
    min-height: 303px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-303-px {
    min-height: 303px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-303-px {
    min-height: 303px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-303-px {
    min-height: 303px !important;
  }
}

.h-304-px {
  height: 304px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-304-px {
    height: 304px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-304-px {
    height: 304px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-304-px {
    height: 304px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-304-px {
    height: 304px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-304-px {
    height: 304px !important;
  }
}

.min-h-304-px {
  min-height: 304px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-304-px {
    min-height: 304px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-304-px {
    min-height: 304px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-304-px {
    min-height: 304px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-304-px {
    min-height: 304px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-304-px {
    min-height: 304px !important;
  }
}

.h-305-px {
  height: 305px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-305-px {
    height: 305px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-305-px {
    height: 305px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-305-px {
    height: 305px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-305-px {
    height: 305px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-305-px {
    height: 305px !important;
  }
}

.min-h-305-px {
  min-height: 305px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-305-px {
    min-height: 305px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-305-px {
    min-height: 305px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-305-px {
    min-height: 305px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-305-px {
    min-height: 305px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-305-px {
    min-height: 305px !important;
  }
}

.h-306-px {
  height: 306px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-306-px {
    height: 306px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-306-px {
    height: 306px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-306-px {
    height: 306px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-306-px {
    height: 306px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-306-px {
    height: 306px !important;
  }
}

.min-h-306-px {
  min-height: 306px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-306-px {
    min-height: 306px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-306-px {
    min-height: 306px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-306-px {
    min-height: 306px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-306-px {
    min-height: 306px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-306-px {
    min-height: 306px !important;
  }
}

.h-307-px {
  height: 307px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-307-px {
    height: 307px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-307-px {
    height: 307px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-307-px {
    height: 307px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-307-px {
    height: 307px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-307-px {
    height: 307px !important;
  }
}

.min-h-307-px {
  min-height: 307px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-307-px {
    min-height: 307px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-307-px {
    min-height: 307px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-307-px {
    min-height: 307px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-307-px {
    min-height: 307px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-307-px {
    min-height: 307px !important;
  }
}

.h-308-px {
  height: 308px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-308-px {
    height: 308px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-308-px {
    height: 308px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-308-px {
    height: 308px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-308-px {
    height: 308px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-308-px {
    height: 308px !important;
  }
}

.min-h-308-px {
  min-height: 308px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-308-px {
    min-height: 308px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-308-px {
    min-height: 308px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-308-px {
    min-height: 308px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-308-px {
    min-height: 308px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-308-px {
    min-height: 308px !important;
  }
}

.h-309-px {
  height: 309px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-309-px {
    height: 309px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-309-px {
    height: 309px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-309-px {
    height: 309px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-309-px {
    height: 309px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-309-px {
    height: 309px !important;
  }
}

.min-h-309-px {
  min-height: 309px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-309-px {
    min-height: 309px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-309-px {
    min-height: 309px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-309-px {
    min-height: 309px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-309-px {
    min-height: 309px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-309-px {
    min-height: 309px !important;
  }
}

.h-310-px {
  height: 310px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-310-px {
    height: 310px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-310-px {
    height: 310px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-310-px {
    height: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-310-px {
    height: 310px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-310-px {
    height: 310px !important;
  }
}

.min-h-310-px {
  min-height: 310px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-310-px {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-310-px {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-310-px {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-310-px {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-310-px {
    min-height: 310px !important;
  }
}

.h-311-px {
  height: 311px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-311-px {
    height: 311px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-311-px {
    height: 311px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-311-px {
    height: 311px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-311-px {
    height: 311px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-311-px {
    height: 311px !important;
  }
}

.min-h-311-px {
  min-height: 311px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-311-px {
    min-height: 311px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-311-px {
    min-height: 311px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-311-px {
    min-height: 311px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-311-px {
    min-height: 311px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-311-px {
    min-height: 311px !important;
  }
}

.h-312-px {
  height: 312px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-312-px {
    height: 312px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-312-px {
    height: 312px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-312-px {
    height: 312px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-312-px {
    height: 312px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-312-px {
    height: 312px !important;
  }
}

.min-h-312-px {
  min-height: 312px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-312-px {
    min-height: 312px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-312-px {
    min-height: 312px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-312-px {
    min-height: 312px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-312-px {
    min-height: 312px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-312-px {
    min-height: 312px !important;
  }
}

.h-313-px {
  height: 313px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-313-px {
    height: 313px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-313-px {
    height: 313px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-313-px {
    height: 313px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-313-px {
    height: 313px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-313-px {
    height: 313px !important;
  }
}

.min-h-313-px {
  min-height: 313px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-313-px {
    min-height: 313px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-313-px {
    min-height: 313px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-313-px {
    min-height: 313px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-313-px {
    min-height: 313px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-313-px {
    min-height: 313px !important;
  }
}

.h-314-px {
  height: 314px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-314-px {
    height: 314px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-314-px {
    height: 314px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-314-px {
    height: 314px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-314-px {
    height: 314px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-314-px {
    height: 314px !important;
  }
}

.min-h-314-px {
  min-height: 314px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-314-px {
    min-height: 314px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-314-px {
    min-height: 314px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-314-px {
    min-height: 314px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-314-px {
    min-height: 314px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-314-px {
    min-height: 314px !important;
  }
}

.h-315-px {
  height: 315px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-315-px {
    height: 315px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-315-px {
    height: 315px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-315-px {
    height: 315px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-315-px {
    height: 315px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-315-px {
    height: 315px !important;
  }
}

.min-h-315-px {
  min-height: 315px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-315-px {
    min-height: 315px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-315-px {
    min-height: 315px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-315-px {
    min-height: 315px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-315-px {
    min-height: 315px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-315-px {
    min-height: 315px !important;
  }
}

.h-316-px {
  height: 316px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-316-px {
    height: 316px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-316-px {
    height: 316px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-316-px {
    height: 316px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-316-px {
    height: 316px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-316-px {
    height: 316px !important;
  }
}

.min-h-316-px {
  min-height: 316px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-316-px {
    min-height: 316px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-316-px {
    min-height: 316px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-316-px {
    min-height: 316px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-316-px {
    min-height: 316px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-316-px {
    min-height: 316px !important;
  }
}

.h-317-px {
  height: 317px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-317-px {
    height: 317px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-317-px {
    height: 317px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-317-px {
    height: 317px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-317-px {
    height: 317px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-317-px {
    height: 317px !important;
  }
}

.min-h-317-px {
  min-height: 317px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-317-px {
    min-height: 317px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-317-px {
    min-height: 317px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-317-px {
    min-height: 317px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-317-px {
    min-height: 317px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-317-px {
    min-height: 317px !important;
  }
}

.h-318-px {
  height: 318px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-318-px {
    height: 318px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-318-px {
    height: 318px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-318-px {
    height: 318px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-318-px {
    height: 318px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-318-px {
    height: 318px !important;
  }
}

.min-h-318-px {
  min-height: 318px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-318-px {
    min-height: 318px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-318-px {
    min-height: 318px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-318-px {
    min-height: 318px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-318-px {
    min-height: 318px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-318-px {
    min-height: 318px !important;
  }
}

.h-319-px {
  height: 319px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-319-px {
    height: 319px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-319-px {
    height: 319px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-319-px {
    height: 319px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-319-px {
    height: 319px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-319-px {
    height: 319px !important;
  }
}

.min-h-319-px {
  min-height: 319px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-319-px {
    min-height: 319px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-319-px {
    min-height: 319px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-319-px {
    min-height: 319px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-319-px {
    min-height: 319px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-319-px {
    min-height: 319px !important;
  }
}

.h-320-px {
  height: 320px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-320-px {
    height: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-320-px {
    height: 320px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-320-px {
    height: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-320-px {
    height: 320px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-320-px {
    height: 320px !important;
  }
}

.min-h-320-px {
  min-height: 320px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-320-px {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-320-px {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-320-px {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-320-px {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-320-px {
    min-height: 320px !important;
  }
}

.h-321-px {
  height: 321px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-321-px {
    height: 321px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-321-px {
    height: 321px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-321-px {
    height: 321px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-321-px {
    height: 321px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-321-px {
    height: 321px !important;
  }
}

.min-h-321-px {
  min-height: 321px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-321-px {
    min-height: 321px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-321-px {
    min-height: 321px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-321-px {
    min-height: 321px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-321-px {
    min-height: 321px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-321-px {
    min-height: 321px !important;
  }
}

.h-322-px {
  height: 322px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-322-px {
    height: 322px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-322-px {
    height: 322px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-322-px {
    height: 322px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-322-px {
    height: 322px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-322-px {
    height: 322px !important;
  }
}

.min-h-322-px {
  min-height: 322px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-322-px {
    min-height: 322px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-322-px {
    min-height: 322px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-322-px {
    min-height: 322px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-322-px {
    min-height: 322px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-322-px {
    min-height: 322px !important;
  }
}

.h-323-px {
  height: 323px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-323-px {
    height: 323px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-323-px {
    height: 323px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-323-px {
    height: 323px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-323-px {
    height: 323px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-323-px {
    height: 323px !important;
  }
}

.min-h-323-px {
  min-height: 323px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-323-px {
    min-height: 323px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-323-px {
    min-height: 323px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-323-px {
    min-height: 323px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-323-px {
    min-height: 323px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-323-px {
    min-height: 323px !important;
  }
}

.h-324-px {
  height: 324px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-324-px {
    height: 324px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-324-px {
    height: 324px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-324-px {
    height: 324px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-324-px {
    height: 324px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-324-px {
    height: 324px !important;
  }
}

.min-h-324-px {
  min-height: 324px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-324-px {
    min-height: 324px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-324-px {
    min-height: 324px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-324-px {
    min-height: 324px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-324-px {
    min-height: 324px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-324-px {
    min-height: 324px !important;
  }
}

.h-325-px {
  height: 325px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-325-px {
    height: 325px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-325-px {
    height: 325px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-325-px {
    height: 325px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-325-px {
    height: 325px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-325-px {
    height: 325px !important;
  }
}

.min-h-325-px {
  min-height: 325px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-325-px {
    min-height: 325px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-325-px {
    min-height: 325px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-325-px {
    min-height: 325px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-325-px {
    min-height: 325px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-325-px {
    min-height: 325px !important;
  }
}

.h-326-px {
  height: 326px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-326-px {
    height: 326px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-326-px {
    height: 326px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-326-px {
    height: 326px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-326-px {
    height: 326px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-326-px {
    height: 326px !important;
  }
}

.min-h-326-px {
  min-height: 326px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-326-px {
    min-height: 326px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-326-px {
    min-height: 326px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-326-px {
    min-height: 326px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-326-px {
    min-height: 326px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-326-px {
    min-height: 326px !important;
  }
}

.h-327-px {
  height: 327px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-327-px {
    height: 327px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-327-px {
    height: 327px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-327-px {
    height: 327px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-327-px {
    height: 327px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-327-px {
    height: 327px !important;
  }
}

.min-h-327-px {
  min-height: 327px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-327-px {
    min-height: 327px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-327-px {
    min-height: 327px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-327-px {
    min-height: 327px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-327-px {
    min-height: 327px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-327-px {
    min-height: 327px !important;
  }
}

.h-328-px {
  height: 328px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-328-px {
    height: 328px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-328-px {
    height: 328px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-328-px {
    height: 328px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-328-px {
    height: 328px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-328-px {
    height: 328px !important;
  }
}

.min-h-328-px {
  min-height: 328px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-328-px {
    min-height: 328px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-328-px {
    min-height: 328px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-328-px {
    min-height: 328px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-328-px {
    min-height: 328px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-328-px {
    min-height: 328px !important;
  }
}

.h-329-px {
  height: 329px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-329-px {
    height: 329px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-329-px {
    height: 329px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-329-px {
    height: 329px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-329-px {
    height: 329px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-329-px {
    height: 329px !important;
  }
}

.min-h-329-px {
  min-height: 329px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-329-px {
    min-height: 329px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-329-px {
    min-height: 329px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-329-px {
    min-height: 329px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-329-px {
    min-height: 329px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-329-px {
    min-height: 329px !important;
  }
}

.h-330-px {
  height: 330px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-330-px {
    height: 330px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-330-px {
    height: 330px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-330-px {
    height: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-330-px {
    height: 330px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-330-px {
    height: 330px !important;
  }
}

.min-h-330-px {
  min-height: 330px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-330-px {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-330-px {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-330-px {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-330-px {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-330-px {
    min-height: 330px !important;
  }
}

.h-331-px {
  height: 331px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-331-px {
    height: 331px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-331-px {
    height: 331px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-331-px {
    height: 331px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-331-px {
    height: 331px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-331-px {
    height: 331px !important;
  }
}

.min-h-331-px {
  min-height: 331px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-331-px {
    min-height: 331px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-331-px {
    min-height: 331px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-331-px {
    min-height: 331px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-331-px {
    min-height: 331px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-331-px {
    min-height: 331px !important;
  }
}

.h-332-px {
  height: 332px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-332-px {
    height: 332px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-332-px {
    height: 332px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-332-px {
    height: 332px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-332-px {
    height: 332px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-332-px {
    height: 332px !important;
  }
}

.min-h-332-px {
  min-height: 332px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-332-px {
    min-height: 332px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-332-px {
    min-height: 332px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-332-px {
    min-height: 332px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-332-px {
    min-height: 332px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-332-px {
    min-height: 332px !important;
  }
}

.h-333-px {
  height: 333px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-333-px {
    height: 333px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-333-px {
    height: 333px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-333-px {
    height: 333px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-333-px {
    height: 333px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-333-px {
    height: 333px !important;
  }
}

.min-h-333-px {
  min-height: 333px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-333-px {
    min-height: 333px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-333-px {
    min-height: 333px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-333-px {
    min-height: 333px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-333-px {
    min-height: 333px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-333-px {
    min-height: 333px !important;
  }
}

.h-334-px {
  height: 334px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-334-px {
    height: 334px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-334-px {
    height: 334px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-334-px {
    height: 334px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-334-px {
    height: 334px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-334-px {
    height: 334px !important;
  }
}

.min-h-334-px {
  min-height: 334px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-334-px {
    min-height: 334px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-334-px {
    min-height: 334px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-334-px {
    min-height: 334px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-334-px {
    min-height: 334px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-334-px {
    min-height: 334px !important;
  }
}

.h-335-px {
  height: 335px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-335-px {
    height: 335px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-335-px {
    height: 335px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-335-px {
    height: 335px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-335-px {
    height: 335px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-335-px {
    height: 335px !important;
  }
}

.min-h-335-px {
  min-height: 335px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-335-px {
    min-height: 335px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-335-px {
    min-height: 335px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-335-px {
    min-height: 335px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-335-px {
    min-height: 335px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-335-px {
    min-height: 335px !important;
  }
}

.h-336-px {
  height: 336px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-336-px {
    height: 336px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-336-px {
    height: 336px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-336-px {
    height: 336px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-336-px {
    height: 336px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-336-px {
    height: 336px !important;
  }
}

.min-h-336-px {
  min-height: 336px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-336-px {
    min-height: 336px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-336-px {
    min-height: 336px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-336-px {
    min-height: 336px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-336-px {
    min-height: 336px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-336-px {
    min-height: 336px !important;
  }
}

.h-337-px {
  height: 337px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-337-px {
    height: 337px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-337-px {
    height: 337px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-337-px {
    height: 337px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-337-px {
    height: 337px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-337-px {
    height: 337px !important;
  }
}

.min-h-337-px {
  min-height: 337px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-337-px {
    min-height: 337px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-337-px {
    min-height: 337px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-337-px {
    min-height: 337px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-337-px {
    min-height: 337px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-337-px {
    min-height: 337px !important;
  }
}

.h-338-px {
  height: 338px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-338-px {
    height: 338px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-338-px {
    height: 338px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-338-px {
    height: 338px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-338-px {
    height: 338px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-338-px {
    height: 338px !important;
  }
}

.min-h-338-px {
  min-height: 338px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-338-px {
    min-height: 338px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-338-px {
    min-height: 338px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-338-px {
    min-height: 338px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-338-px {
    min-height: 338px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-338-px {
    min-height: 338px !important;
  }
}

.h-339-px {
  height: 339px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-339-px {
    height: 339px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-339-px {
    height: 339px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-339-px {
    height: 339px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-339-px {
    height: 339px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-339-px {
    height: 339px !important;
  }
}

.min-h-339-px {
  min-height: 339px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-339-px {
    min-height: 339px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-339-px {
    min-height: 339px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-339-px {
    min-height: 339px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-339-px {
    min-height: 339px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-339-px {
    min-height: 339px !important;
  }
}

.h-340-px {
  height: 340px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-340-px {
    height: 340px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-340-px {
    height: 340px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-340-px {
    height: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-340-px {
    height: 340px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-340-px {
    height: 340px !important;
  }
}

.min-h-340-px {
  min-height: 340px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-340-px {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-340-px {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-340-px {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-340-px {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-340-px {
    min-height: 340px !important;
  }
}

.h-341-px {
  height: 341px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-341-px {
    height: 341px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-341-px {
    height: 341px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-341-px {
    height: 341px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-341-px {
    height: 341px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-341-px {
    height: 341px !important;
  }
}

.min-h-341-px {
  min-height: 341px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-341-px {
    min-height: 341px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-341-px {
    min-height: 341px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-341-px {
    min-height: 341px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-341-px {
    min-height: 341px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-341-px {
    min-height: 341px !important;
  }
}

.h-342-px {
  height: 342px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-342-px {
    height: 342px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-342-px {
    height: 342px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-342-px {
    height: 342px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-342-px {
    height: 342px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-342-px {
    height: 342px !important;
  }
}

.min-h-342-px {
  min-height: 342px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-342-px {
    min-height: 342px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-342-px {
    min-height: 342px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-342-px {
    min-height: 342px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-342-px {
    min-height: 342px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-342-px {
    min-height: 342px !important;
  }
}

.h-343-px {
  height: 343px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-343-px {
    height: 343px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-343-px {
    height: 343px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-343-px {
    height: 343px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-343-px {
    height: 343px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-343-px {
    height: 343px !important;
  }
}

.min-h-343-px {
  min-height: 343px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-343-px {
    min-height: 343px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-343-px {
    min-height: 343px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-343-px {
    min-height: 343px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-343-px {
    min-height: 343px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-343-px {
    min-height: 343px !important;
  }
}

.h-344-px {
  height: 344px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-344-px {
    height: 344px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-344-px {
    height: 344px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-344-px {
    height: 344px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-344-px {
    height: 344px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-344-px {
    height: 344px !important;
  }
}

.min-h-344-px {
  min-height: 344px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-344-px {
    min-height: 344px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-344-px {
    min-height: 344px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-344-px {
    min-height: 344px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-344-px {
    min-height: 344px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-344-px {
    min-height: 344px !important;
  }
}

.h-345-px {
  height: 345px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-345-px {
    height: 345px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-345-px {
    height: 345px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-345-px {
    height: 345px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-345-px {
    height: 345px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-345-px {
    height: 345px !important;
  }
}

.min-h-345-px {
  min-height: 345px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-345-px {
    min-height: 345px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-345-px {
    min-height: 345px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-345-px {
    min-height: 345px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-345-px {
    min-height: 345px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-345-px {
    min-height: 345px !important;
  }
}

.h-346-px {
  height: 346px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-346-px {
    height: 346px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-346-px {
    height: 346px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-346-px {
    height: 346px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-346-px {
    height: 346px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-346-px {
    height: 346px !important;
  }
}

.min-h-346-px {
  min-height: 346px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-346-px {
    min-height: 346px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-346-px {
    min-height: 346px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-346-px {
    min-height: 346px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-346-px {
    min-height: 346px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-346-px {
    min-height: 346px !important;
  }
}

.h-347-px {
  height: 347px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-347-px {
    height: 347px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-347-px {
    height: 347px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-347-px {
    height: 347px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-347-px {
    height: 347px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-347-px {
    height: 347px !important;
  }
}

.min-h-347-px {
  min-height: 347px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-347-px {
    min-height: 347px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-347-px {
    min-height: 347px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-347-px {
    min-height: 347px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-347-px {
    min-height: 347px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-347-px {
    min-height: 347px !important;
  }
}

.h-348-px {
  height: 348px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-348-px {
    height: 348px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-348-px {
    height: 348px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-348-px {
    height: 348px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-348-px {
    height: 348px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-348-px {
    height: 348px !important;
  }
}

.min-h-348-px {
  min-height: 348px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-348-px {
    min-height: 348px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-348-px {
    min-height: 348px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-348-px {
    min-height: 348px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-348-px {
    min-height: 348px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-348-px {
    min-height: 348px !important;
  }
}

.h-349-px {
  height: 349px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-349-px {
    height: 349px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-349-px {
    height: 349px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-349-px {
    height: 349px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-349-px {
    height: 349px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-349-px {
    height: 349px !important;
  }
}

.min-h-349-px {
  min-height: 349px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-349-px {
    min-height: 349px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-349-px {
    min-height: 349px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-349-px {
    min-height: 349px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-349-px {
    min-height: 349px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-349-px {
    min-height: 349px !important;
  }
}

.h-350-px {
  height: 350px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-350-px {
    height: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-350-px {
    height: 350px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-350-px {
    height: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-350-px {
    height: 350px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-350-px {
    height: 350px !important;
  }
}

.min-h-350-px {
  min-height: 350px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-350-px {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-350-px {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-350-px {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-350-px {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-350-px {
    min-height: 350px !important;
  }
}

.h-351-px {
  height: 351px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-351-px {
    height: 351px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-351-px {
    height: 351px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-351-px {
    height: 351px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-351-px {
    height: 351px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-351-px {
    height: 351px !important;
  }
}

.min-h-351-px {
  min-height: 351px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-351-px {
    min-height: 351px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-351-px {
    min-height: 351px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-351-px {
    min-height: 351px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-351-px {
    min-height: 351px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-351-px {
    min-height: 351px !important;
  }
}

.h-352-px {
  height: 352px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-352-px {
    height: 352px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-352-px {
    height: 352px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-352-px {
    height: 352px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-352-px {
    height: 352px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-352-px {
    height: 352px !important;
  }
}

.min-h-352-px {
  min-height: 352px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-352-px {
    min-height: 352px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-352-px {
    min-height: 352px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-352-px {
    min-height: 352px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-352-px {
    min-height: 352px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-352-px {
    min-height: 352px !important;
  }
}

.h-353-px {
  height: 353px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-353-px {
    height: 353px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-353-px {
    height: 353px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-353-px {
    height: 353px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-353-px {
    height: 353px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-353-px {
    height: 353px !important;
  }
}

.min-h-353-px {
  min-height: 353px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-353-px {
    min-height: 353px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-353-px {
    min-height: 353px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-353-px {
    min-height: 353px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-353-px {
    min-height: 353px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-353-px {
    min-height: 353px !important;
  }
}

.h-354-px {
  height: 354px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-354-px {
    height: 354px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-354-px {
    height: 354px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-354-px {
    height: 354px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-354-px {
    height: 354px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-354-px {
    height: 354px !important;
  }
}

.min-h-354-px {
  min-height: 354px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-354-px {
    min-height: 354px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-354-px {
    min-height: 354px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-354-px {
    min-height: 354px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-354-px {
    min-height: 354px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-354-px {
    min-height: 354px !important;
  }
}

.h-355-px {
  height: 355px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-355-px {
    height: 355px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-355-px {
    height: 355px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-355-px {
    height: 355px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-355-px {
    height: 355px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-355-px {
    height: 355px !important;
  }
}

.min-h-355-px {
  min-height: 355px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-355-px {
    min-height: 355px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-355-px {
    min-height: 355px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-355-px {
    min-height: 355px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-355-px {
    min-height: 355px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-355-px {
    min-height: 355px !important;
  }
}

.h-356-px {
  height: 356px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-356-px {
    height: 356px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-356-px {
    height: 356px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-356-px {
    height: 356px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-356-px {
    height: 356px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-356-px {
    height: 356px !important;
  }
}

.min-h-356-px {
  min-height: 356px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-356-px {
    min-height: 356px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-356-px {
    min-height: 356px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-356-px {
    min-height: 356px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-356-px {
    min-height: 356px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-356-px {
    min-height: 356px !important;
  }
}

.h-357-px {
  height: 357px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-357-px {
    height: 357px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-357-px {
    height: 357px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-357-px {
    height: 357px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-357-px {
    height: 357px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-357-px {
    height: 357px !important;
  }
}

.min-h-357-px {
  min-height: 357px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-357-px {
    min-height: 357px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-357-px {
    min-height: 357px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-357-px {
    min-height: 357px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-357-px {
    min-height: 357px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-357-px {
    min-height: 357px !important;
  }
}

.h-358-px {
  height: 358px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-358-px {
    height: 358px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-358-px {
    height: 358px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-358-px {
    height: 358px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-358-px {
    height: 358px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-358-px {
    height: 358px !important;
  }
}

.min-h-358-px {
  min-height: 358px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-358-px {
    min-height: 358px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-358-px {
    min-height: 358px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-358-px {
    min-height: 358px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-358-px {
    min-height: 358px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-358-px {
    min-height: 358px !important;
  }
}

.h-359-px {
  height: 359px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-359-px {
    height: 359px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-359-px {
    height: 359px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-359-px {
    height: 359px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-359-px {
    height: 359px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-359-px {
    height: 359px !important;
  }
}

.min-h-359-px {
  min-height: 359px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-359-px {
    min-height: 359px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-359-px {
    min-height: 359px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-359-px {
    min-height: 359px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-359-px {
    min-height: 359px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-359-px {
    min-height: 359px !important;
  }
}

.h-360-px {
  height: 360px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-360-px {
    height: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-360-px {
    height: 360px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-360-px {
    height: 360px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-360-px {
    height: 360px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-360-px {
    height: 360px !important;
  }
}

.min-h-360-px {
  min-height: 360px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-360-px {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-360-px {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-360-px {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-360-px {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-360-px {
    min-height: 360px !important;
  }
}

.h-361-px {
  height: 361px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-361-px {
    height: 361px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-361-px {
    height: 361px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-361-px {
    height: 361px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-361-px {
    height: 361px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-361-px {
    height: 361px !important;
  }
}

.min-h-361-px {
  min-height: 361px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-361-px {
    min-height: 361px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-361-px {
    min-height: 361px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-361-px {
    min-height: 361px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-361-px {
    min-height: 361px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-361-px {
    min-height: 361px !important;
  }
}

.h-362-px {
  height: 362px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-362-px {
    height: 362px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-362-px {
    height: 362px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-362-px {
    height: 362px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-362-px {
    height: 362px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-362-px {
    height: 362px !important;
  }
}

.min-h-362-px {
  min-height: 362px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-362-px {
    min-height: 362px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-362-px {
    min-height: 362px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-362-px {
    min-height: 362px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-362-px {
    min-height: 362px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-362-px {
    min-height: 362px !important;
  }
}

.h-363-px {
  height: 363px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-363-px {
    height: 363px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-363-px {
    height: 363px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-363-px {
    height: 363px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-363-px {
    height: 363px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-363-px {
    height: 363px !important;
  }
}

.min-h-363-px {
  min-height: 363px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-363-px {
    min-height: 363px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-363-px {
    min-height: 363px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-363-px {
    min-height: 363px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-363-px {
    min-height: 363px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-363-px {
    min-height: 363px !important;
  }
}

.h-364-px {
  height: 364px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-364-px {
    height: 364px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-364-px {
    height: 364px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-364-px {
    height: 364px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-364-px {
    height: 364px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-364-px {
    height: 364px !important;
  }
}

.min-h-364-px {
  min-height: 364px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-364-px {
    min-height: 364px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-364-px {
    min-height: 364px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-364-px {
    min-height: 364px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-364-px {
    min-height: 364px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-364-px {
    min-height: 364px !important;
  }
}

.h-365-px {
  height: 365px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-365-px {
    height: 365px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-365-px {
    height: 365px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-365-px {
    height: 365px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-365-px {
    height: 365px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-365-px {
    height: 365px !important;
  }
}

.min-h-365-px {
  min-height: 365px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-365-px {
    min-height: 365px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-365-px {
    min-height: 365px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-365-px {
    min-height: 365px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-365-px {
    min-height: 365px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-365-px {
    min-height: 365px !important;
  }
}

.h-366-px {
  height: 366px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-366-px {
    height: 366px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-366-px {
    height: 366px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-366-px {
    height: 366px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-366-px {
    height: 366px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-366-px {
    height: 366px !important;
  }
}

.min-h-366-px {
  min-height: 366px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-366-px {
    min-height: 366px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-366-px {
    min-height: 366px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-366-px {
    min-height: 366px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-366-px {
    min-height: 366px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-366-px {
    min-height: 366px !important;
  }
}

.h-367-px {
  height: 367px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-367-px {
    height: 367px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-367-px {
    height: 367px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-367-px {
    height: 367px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-367-px {
    height: 367px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-367-px {
    height: 367px !important;
  }
}

.min-h-367-px {
  min-height: 367px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-367-px {
    min-height: 367px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-367-px {
    min-height: 367px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-367-px {
    min-height: 367px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-367-px {
    min-height: 367px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-367-px {
    min-height: 367px !important;
  }
}

.h-368-px {
  height: 368px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-368-px {
    height: 368px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-368-px {
    height: 368px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-368-px {
    height: 368px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-368-px {
    height: 368px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-368-px {
    height: 368px !important;
  }
}

.min-h-368-px {
  min-height: 368px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-368-px {
    min-height: 368px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-368-px {
    min-height: 368px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-368-px {
    min-height: 368px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-368-px {
    min-height: 368px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-368-px {
    min-height: 368px !important;
  }
}

.h-369-px {
  height: 369px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-369-px {
    height: 369px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-369-px {
    height: 369px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-369-px {
    height: 369px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-369-px {
    height: 369px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-369-px {
    height: 369px !important;
  }
}

.min-h-369-px {
  min-height: 369px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-369-px {
    min-height: 369px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-369-px {
    min-height: 369px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-369-px {
    min-height: 369px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-369-px {
    min-height: 369px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-369-px {
    min-height: 369px !important;
  }
}

.h-370-px {
  height: 370px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-370-px {
    height: 370px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-370-px {
    height: 370px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-370-px {
    height: 370px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-370-px {
    height: 370px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-370-px {
    height: 370px !important;
  }
}

.min-h-370-px {
  min-height: 370px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-370-px {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-370-px {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-370-px {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-370-px {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-370-px {
    min-height: 370px !important;
  }
}

.h-371-px {
  height: 371px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-371-px {
    height: 371px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-371-px {
    height: 371px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-371-px {
    height: 371px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-371-px {
    height: 371px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-371-px {
    height: 371px !important;
  }
}

.min-h-371-px {
  min-height: 371px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-371-px {
    min-height: 371px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-371-px {
    min-height: 371px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-371-px {
    min-height: 371px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-371-px {
    min-height: 371px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-371-px {
    min-height: 371px !important;
  }
}

.h-372-px {
  height: 372px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-372-px {
    height: 372px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-372-px {
    height: 372px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-372-px {
    height: 372px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-372-px {
    height: 372px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-372-px {
    height: 372px !important;
  }
}

.min-h-372-px {
  min-height: 372px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-372-px {
    min-height: 372px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-372-px {
    min-height: 372px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-372-px {
    min-height: 372px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-372-px {
    min-height: 372px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-372-px {
    min-height: 372px !important;
  }
}

.h-373-px {
  height: 373px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-373-px {
    height: 373px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-373-px {
    height: 373px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-373-px {
    height: 373px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-373-px {
    height: 373px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-373-px {
    height: 373px !important;
  }
}

.min-h-373-px {
  min-height: 373px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-373-px {
    min-height: 373px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-373-px {
    min-height: 373px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-373-px {
    min-height: 373px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-373-px {
    min-height: 373px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-373-px {
    min-height: 373px !important;
  }
}

.h-374-px {
  height: 374px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-374-px {
    height: 374px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-374-px {
    height: 374px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-374-px {
    height: 374px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-374-px {
    height: 374px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-374-px {
    height: 374px !important;
  }
}

.min-h-374-px {
  min-height: 374px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-374-px {
    min-height: 374px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-374-px {
    min-height: 374px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-374-px {
    min-height: 374px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-374-px {
    min-height: 374px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-374-px {
    min-height: 374px !important;
  }
}

.h-375-px {
  height: 375px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-375-px {
    height: 375px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-375-px {
    height: 375px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-375-px {
    height: 375px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-375-px {
    height: 375px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-375-px {
    height: 375px !important;
  }
}

.min-h-375-px {
  min-height: 375px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-375-px {
    min-height: 375px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-375-px {
    min-height: 375px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-375-px {
    min-height: 375px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-375-px {
    min-height: 375px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-375-px {
    min-height: 375px !important;
  }
}

.h-376-px {
  height: 376px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-376-px {
    height: 376px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-376-px {
    height: 376px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-376-px {
    height: 376px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-376-px {
    height: 376px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-376-px {
    height: 376px !important;
  }
}

.min-h-376-px {
  min-height: 376px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-376-px {
    min-height: 376px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-376-px {
    min-height: 376px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-376-px {
    min-height: 376px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-376-px {
    min-height: 376px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-376-px {
    min-height: 376px !important;
  }
}

.h-377-px {
  height: 377px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-377-px {
    height: 377px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-377-px {
    height: 377px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-377-px {
    height: 377px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-377-px {
    height: 377px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-377-px {
    height: 377px !important;
  }
}

.min-h-377-px {
  min-height: 377px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-377-px {
    min-height: 377px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-377-px {
    min-height: 377px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-377-px {
    min-height: 377px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-377-px {
    min-height: 377px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-377-px {
    min-height: 377px !important;
  }
}

.h-378-px {
  height: 378px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-378-px {
    height: 378px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-378-px {
    height: 378px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-378-px {
    height: 378px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-378-px {
    height: 378px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-378-px {
    height: 378px !important;
  }
}

.min-h-378-px {
  min-height: 378px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-378-px {
    min-height: 378px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-378-px {
    min-height: 378px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-378-px {
    min-height: 378px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-378-px {
    min-height: 378px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-378-px {
    min-height: 378px !important;
  }
}

.h-379-px {
  height: 379px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-379-px {
    height: 379px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-379-px {
    height: 379px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-379-px {
    height: 379px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-379-px {
    height: 379px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-379-px {
    height: 379px !important;
  }
}

.min-h-379-px {
  min-height: 379px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-379-px {
    min-height: 379px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-379-px {
    min-height: 379px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-379-px {
    min-height: 379px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-379-px {
    min-height: 379px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-379-px {
    min-height: 379px !important;
  }
}

.h-380-px {
  height: 380px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-380-px {
    height: 380px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-380-px {
    height: 380px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-380-px {
    height: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-380-px {
    height: 380px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-380-px {
    height: 380px !important;
  }
}

.min-h-380-px {
  min-height: 380px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-380-px {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-380-px {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-380-px {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-380-px {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-380-px {
    min-height: 380px !important;
  }
}

.h-381-px {
  height: 381px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-381-px {
    height: 381px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-381-px {
    height: 381px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-381-px {
    height: 381px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-381-px {
    height: 381px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-381-px {
    height: 381px !important;
  }
}

.min-h-381-px {
  min-height: 381px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-381-px {
    min-height: 381px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-381-px {
    min-height: 381px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-381-px {
    min-height: 381px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-381-px {
    min-height: 381px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-381-px {
    min-height: 381px !important;
  }
}

.h-382-px {
  height: 382px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-382-px {
    height: 382px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-382-px {
    height: 382px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-382-px {
    height: 382px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-382-px {
    height: 382px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-382-px {
    height: 382px !important;
  }
}

.min-h-382-px {
  min-height: 382px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-382-px {
    min-height: 382px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-382-px {
    min-height: 382px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-382-px {
    min-height: 382px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-382-px {
    min-height: 382px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-382-px {
    min-height: 382px !important;
  }
}

.h-383-px {
  height: 383px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-383-px {
    height: 383px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-383-px {
    height: 383px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-383-px {
    height: 383px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-383-px {
    height: 383px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-383-px {
    height: 383px !important;
  }
}

.min-h-383-px {
  min-height: 383px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-383-px {
    min-height: 383px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-383-px {
    min-height: 383px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-383-px {
    min-height: 383px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-383-px {
    min-height: 383px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-383-px {
    min-height: 383px !important;
  }
}

.h-384-px {
  height: 384px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-384-px {
    height: 384px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-384-px {
    height: 384px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-384-px {
    height: 384px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-384-px {
    height: 384px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-384-px {
    height: 384px !important;
  }
}

.min-h-384-px {
  min-height: 384px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-384-px {
    min-height: 384px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-384-px {
    min-height: 384px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-384-px {
    min-height: 384px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-384-px {
    min-height: 384px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-384-px {
    min-height: 384px !important;
  }
}

.h-385-px {
  height: 385px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-385-px {
    height: 385px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-385-px {
    height: 385px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-385-px {
    height: 385px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-385-px {
    height: 385px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-385-px {
    height: 385px !important;
  }
}

.min-h-385-px {
  min-height: 385px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-385-px {
    min-height: 385px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-385-px {
    min-height: 385px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-385-px {
    min-height: 385px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-385-px {
    min-height: 385px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-385-px {
    min-height: 385px !important;
  }
}

.h-386-px {
  height: 386px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-386-px {
    height: 386px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-386-px {
    height: 386px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-386-px {
    height: 386px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-386-px {
    height: 386px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-386-px {
    height: 386px !important;
  }
}

.min-h-386-px {
  min-height: 386px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-386-px {
    min-height: 386px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-386-px {
    min-height: 386px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-386-px {
    min-height: 386px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-386-px {
    min-height: 386px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-386-px {
    min-height: 386px !important;
  }
}

.h-387-px {
  height: 387px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-387-px {
    height: 387px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-387-px {
    height: 387px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-387-px {
    height: 387px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-387-px {
    height: 387px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-387-px {
    height: 387px !important;
  }
}

.min-h-387-px {
  min-height: 387px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-387-px {
    min-height: 387px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-387-px {
    min-height: 387px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-387-px {
    min-height: 387px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-387-px {
    min-height: 387px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-387-px {
    min-height: 387px !important;
  }
}

.h-388-px {
  height: 388px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-388-px {
    height: 388px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-388-px {
    height: 388px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-388-px {
    height: 388px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-388-px {
    height: 388px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-388-px {
    height: 388px !important;
  }
}

.min-h-388-px {
  min-height: 388px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-388-px {
    min-height: 388px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-388-px {
    min-height: 388px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-388-px {
    min-height: 388px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-388-px {
    min-height: 388px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-388-px {
    min-height: 388px !important;
  }
}

.h-389-px {
  height: 389px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-389-px {
    height: 389px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-389-px {
    height: 389px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-389-px {
    height: 389px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-389-px {
    height: 389px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-389-px {
    height: 389px !important;
  }
}

.min-h-389-px {
  min-height: 389px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-389-px {
    min-height: 389px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-389-px {
    min-height: 389px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-389-px {
    min-height: 389px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-389-px {
    min-height: 389px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-389-px {
    min-height: 389px !important;
  }
}

.h-390-px {
  height: 390px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-390-px {
    height: 390px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-390-px {
    height: 390px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-390-px {
    height: 390px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-390-px {
    height: 390px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-390-px {
    height: 390px !important;
  }
}

.min-h-390-px {
  min-height: 390px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-390-px {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-390-px {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-390-px {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-390-px {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-390-px {
    min-height: 390px !important;
  }
}

.h-391-px {
  height: 391px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-391-px {
    height: 391px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-391-px {
    height: 391px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-391-px {
    height: 391px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-391-px {
    height: 391px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-391-px {
    height: 391px !important;
  }
}

.min-h-391-px {
  min-height: 391px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-391-px {
    min-height: 391px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-391-px {
    min-height: 391px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-391-px {
    min-height: 391px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-391-px {
    min-height: 391px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-391-px {
    min-height: 391px !important;
  }
}

.h-392-px {
  height: 392px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-392-px {
    height: 392px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-392-px {
    height: 392px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-392-px {
    height: 392px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-392-px {
    height: 392px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-392-px {
    height: 392px !important;
  }
}

.min-h-392-px {
  min-height: 392px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-392-px {
    min-height: 392px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-392-px {
    min-height: 392px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-392-px {
    min-height: 392px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-392-px {
    min-height: 392px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-392-px {
    min-height: 392px !important;
  }
}

.h-393-px {
  height: 393px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-393-px {
    height: 393px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-393-px {
    height: 393px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-393-px {
    height: 393px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-393-px {
    height: 393px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-393-px {
    height: 393px !important;
  }
}

.min-h-393-px {
  min-height: 393px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-393-px {
    min-height: 393px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-393-px {
    min-height: 393px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-393-px {
    min-height: 393px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-393-px {
    min-height: 393px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-393-px {
    min-height: 393px !important;
  }
}

.h-394-px {
  height: 394px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-394-px {
    height: 394px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-394-px {
    height: 394px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-394-px {
    height: 394px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-394-px {
    height: 394px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-394-px {
    height: 394px !important;
  }
}

.min-h-394-px {
  min-height: 394px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-394-px {
    min-height: 394px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-394-px {
    min-height: 394px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-394-px {
    min-height: 394px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-394-px {
    min-height: 394px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-394-px {
    min-height: 394px !important;
  }
}

.h-395-px {
  height: 395px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-395-px {
    height: 395px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-395-px {
    height: 395px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-395-px {
    height: 395px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-395-px {
    height: 395px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-395-px {
    height: 395px !important;
  }
}

.min-h-395-px {
  min-height: 395px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-395-px {
    min-height: 395px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-395-px {
    min-height: 395px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-395-px {
    min-height: 395px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-395-px {
    min-height: 395px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-395-px {
    min-height: 395px !important;
  }
}

.h-396-px {
  height: 396px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-396-px {
    height: 396px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-396-px {
    height: 396px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-396-px {
    height: 396px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-396-px {
    height: 396px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-396-px {
    height: 396px !important;
  }
}

.min-h-396-px {
  min-height: 396px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-396-px {
    min-height: 396px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-396-px {
    min-height: 396px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-396-px {
    min-height: 396px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-396-px {
    min-height: 396px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-396-px {
    min-height: 396px !important;
  }
}

.h-397-px {
  height: 397px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-397-px {
    height: 397px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-397-px {
    height: 397px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-397-px {
    height: 397px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-397-px {
    height: 397px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-397-px {
    height: 397px !important;
  }
}

.min-h-397-px {
  min-height: 397px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-397-px {
    min-height: 397px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-397-px {
    min-height: 397px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-397-px {
    min-height: 397px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-397-px {
    min-height: 397px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-397-px {
    min-height: 397px !important;
  }
}

.h-398-px {
  height: 398px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-398-px {
    height: 398px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-398-px {
    height: 398px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-398-px {
    height: 398px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-398-px {
    height: 398px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-398-px {
    height: 398px !important;
  }
}

.min-h-398-px {
  min-height: 398px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-398-px {
    min-height: 398px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-398-px {
    min-height: 398px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-398-px {
    min-height: 398px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-398-px {
    min-height: 398px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-398-px {
    min-height: 398px !important;
  }
}

.h-399-px {
  height: 399px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-399-px {
    height: 399px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-399-px {
    height: 399px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-399-px {
    height: 399px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-399-px {
    height: 399px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-399-px {
    height: 399px !important;
  }
}

.min-h-399-px {
  min-height: 399px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-399-px {
    min-height: 399px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-399-px {
    min-height: 399px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-399-px {
    min-height: 399px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-399-px {
    min-height: 399px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-399-px {
    min-height: 399px !important;
  }
}

.h-400-px {
  height: 400px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-400-px {
    height: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-400-px {
    height: 400px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-400-px {
    height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-400-px {
    height: 400px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-400-px {
    height: 400px !important;
  }
}

.min-h-400-px {
  min-height: 400px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-400-px {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-400-px {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-400-px {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-400-px {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-400-px {
    min-height: 400px !important;
  }
}

.h-401-px {
  height: 401px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-401-px {
    height: 401px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-401-px {
    height: 401px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-401-px {
    height: 401px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-401-px {
    height: 401px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-401-px {
    height: 401px !important;
  }
}

.min-h-401-px {
  min-height: 401px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-401-px {
    min-height: 401px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-401-px {
    min-height: 401px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-401-px {
    min-height: 401px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-401-px {
    min-height: 401px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-401-px {
    min-height: 401px !important;
  }
}

.h-402-px {
  height: 402px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-402-px {
    height: 402px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-402-px {
    height: 402px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-402-px {
    height: 402px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-402-px {
    height: 402px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-402-px {
    height: 402px !important;
  }
}

.min-h-402-px {
  min-height: 402px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-402-px {
    min-height: 402px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-402-px {
    min-height: 402px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-402-px {
    min-height: 402px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-402-px {
    min-height: 402px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-402-px {
    min-height: 402px !important;
  }
}

.h-403-px {
  height: 403px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-403-px {
    height: 403px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-403-px {
    height: 403px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-403-px {
    height: 403px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-403-px {
    height: 403px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-403-px {
    height: 403px !important;
  }
}

.min-h-403-px {
  min-height: 403px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-403-px {
    min-height: 403px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-403-px {
    min-height: 403px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-403-px {
    min-height: 403px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-403-px {
    min-height: 403px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-403-px {
    min-height: 403px !important;
  }
}

.h-404-px {
  height: 404px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-404-px {
    height: 404px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-404-px {
    height: 404px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-404-px {
    height: 404px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-404-px {
    height: 404px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-404-px {
    height: 404px !important;
  }
}

.min-h-404-px {
  min-height: 404px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-404-px {
    min-height: 404px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-404-px {
    min-height: 404px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-404-px {
    min-height: 404px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-404-px {
    min-height: 404px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-404-px {
    min-height: 404px !important;
  }
}

.h-405-px {
  height: 405px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-405-px {
    height: 405px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-405-px {
    height: 405px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-405-px {
    height: 405px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-405-px {
    height: 405px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-405-px {
    height: 405px !important;
  }
}

.min-h-405-px {
  min-height: 405px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-405-px {
    min-height: 405px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-405-px {
    min-height: 405px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-405-px {
    min-height: 405px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-405-px {
    min-height: 405px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-405-px {
    min-height: 405px !important;
  }
}

.h-406-px {
  height: 406px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-406-px {
    height: 406px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-406-px {
    height: 406px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-406-px {
    height: 406px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-406-px {
    height: 406px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-406-px {
    height: 406px !important;
  }
}

.min-h-406-px {
  min-height: 406px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-406-px {
    min-height: 406px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-406-px {
    min-height: 406px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-406-px {
    min-height: 406px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-406-px {
    min-height: 406px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-406-px {
    min-height: 406px !important;
  }
}

.h-407-px {
  height: 407px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-407-px {
    height: 407px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-407-px {
    height: 407px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-407-px {
    height: 407px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-407-px {
    height: 407px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-407-px {
    height: 407px !important;
  }
}

.min-h-407-px {
  min-height: 407px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-407-px {
    min-height: 407px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-407-px {
    min-height: 407px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-407-px {
    min-height: 407px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-407-px {
    min-height: 407px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-407-px {
    min-height: 407px !important;
  }
}

.h-408-px {
  height: 408px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-408-px {
    height: 408px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-408-px {
    height: 408px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-408-px {
    height: 408px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-408-px {
    height: 408px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-408-px {
    height: 408px !important;
  }
}

.min-h-408-px {
  min-height: 408px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-408-px {
    min-height: 408px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-408-px {
    min-height: 408px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-408-px {
    min-height: 408px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-408-px {
    min-height: 408px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-408-px {
    min-height: 408px !important;
  }
}

.h-409-px {
  height: 409px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-409-px {
    height: 409px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-409-px {
    height: 409px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-409-px {
    height: 409px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-409-px {
    height: 409px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-409-px {
    height: 409px !important;
  }
}

.min-h-409-px {
  min-height: 409px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-409-px {
    min-height: 409px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-409-px {
    min-height: 409px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-409-px {
    min-height: 409px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-409-px {
    min-height: 409px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-409-px {
    min-height: 409px !important;
  }
}

.h-410-px {
  height: 410px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-410-px {
    height: 410px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-410-px {
    height: 410px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-410-px {
    height: 410px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-410-px {
    height: 410px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-410-px {
    height: 410px !important;
  }
}

.min-h-410-px {
  min-height: 410px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-410-px {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-410-px {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-410-px {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-410-px {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-410-px {
    min-height: 410px !important;
  }
}

.h-411-px {
  height: 411px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-411-px {
    height: 411px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-411-px {
    height: 411px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-411-px {
    height: 411px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-411-px {
    height: 411px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-411-px {
    height: 411px !important;
  }
}

.min-h-411-px {
  min-height: 411px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-411-px {
    min-height: 411px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-411-px {
    min-height: 411px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-411-px {
    min-height: 411px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-411-px {
    min-height: 411px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-411-px {
    min-height: 411px !important;
  }
}

.h-412-px {
  height: 412px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-412-px {
    height: 412px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-412-px {
    height: 412px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-412-px {
    height: 412px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-412-px {
    height: 412px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-412-px {
    height: 412px !important;
  }
}

.min-h-412-px {
  min-height: 412px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-412-px {
    min-height: 412px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-412-px {
    min-height: 412px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-412-px {
    min-height: 412px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-412-px {
    min-height: 412px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-412-px {
    min-height: 412px !important;
  }
}

.h-413-px {
  height: 413px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-413-px {
    height: 413px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-413-px {
    height: 413px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-413-px {
    height: 413px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-413-px {
    height: 413px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-413-px {
    height: 413px !important;
  }
}

.min-h-413-px {
  min-height: 413px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-413-px {
    min-height: 413px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-413-px {
    min-height: 413px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-413-px {
    min-height: 413px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-413-px {
    min-height: 413px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-413-px {
    min-height: 413px !important;
  }
}

.h-414-px {
  height: 414px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-414-px {
    height: 414px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-414-px {
    height: 414px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-414-px {
    height: 414px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-414-px {
    height: 414px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-414-px {
    height: 414px !important;
  }
}

.min-h-414-px {
  min-height: 414px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-414-px {
    min-height: 414px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-414-px {
    min-height: 414px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-414-px {
    min-height: 414px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-414-px {
    min-height: 414px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-414-px {
    min-height: 414px !important;
  }
}

.h-415-px {
  height: 415px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-415-px {
    height: 415px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-415-px {
    height: 415px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-415-px {
    height: 415px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-415-px {
    height: 415px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-415-px {
    height: 415px !important;
  }
}

.min-h-415-px {
  min-height: 415px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-415-px {
    min-height: 415px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-415-px {
    min-height: 415px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-415-px {
    min-height: 415px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-415-px {
    min-height: 415px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-415-px {
    min-height: 415px !important;
  }
}

.h-416-px {
  height: 416px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-416-px {
    height: 416px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-416-px {
    height: 416px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-416-px {
    height: 416px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-416-px {
    height: 416px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-416-px {
    height: 416px !important;
  }
}

.min-h-416-px {
  min-height: 416px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-416-px {
    min-height: 416px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-416-px {
    min-height: 416px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-416-px {
    min-height: 416px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-416-px {
    min-height: 416px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-416-px {
    min-height: 416px !important;
  }
}

.h-417-px {
  height: 417px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-417-px {
    height: 417px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-417-px {
    height: 417px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-417-px {
    height: 417px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-417-px {
    height: 417px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-417-px {
    height: 417px !important;
  }
}

.min-h-417-px {
  min-height: 417px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-417-px {
    min-height: 417px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-417-px {
    min-height: 417px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-417-px {
    min-height: 417px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-417-px {
    min-height: 417px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-417-px {
    min-height: 417px !important;
  }
}

.h-418-px {
  height: 418px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-418-px {
    height: 418px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-418-px {
    height: 418px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-418-px {
    height: 418px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-418-px {
    height: 418px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-418-px {
    height: 418px !important;
  }
}

.min-h-418-px {
  min-height: 418px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-418-px {
    min-height: 418px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-418-px {
    min-height: 418px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-418-px {
    min-height: 418px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-418-px {
    min-height: 418px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-418-px {
    min-height: 418px !important;
  }
}

.h-419-px {
  height: 419px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-419-px {
    height: 419px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-419-px {
    height: 419px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-419-px {
    height: 419px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-419-px {
    height: 419px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-419-px {
    height: 419px !important;
  }
}

.min-h-419-px {
  min-height: 419px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-419-px {
    min-height: 419px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-419-px {
    min-height: 419px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-419-px {
    min-height: 419px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-419-px {
    min-height: 419px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-419-px {
    min-height: 419px !important;
  }
}

.h-420-px {
  height: 420px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-420-px {
    height: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-420-px {
    height: 420px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-420-px {
    height: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-420-px {
    height: 420px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-420-px {
    height: 420px !important;
  }
}

.min-h-420-px {
  min-height: 420px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-420-px {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-420-px {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-420-px {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-420-px {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-420-px {
    min-height: 420px !important;
  }
}

.h-421-px {
  height: 421px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-421-px {
    height: 421px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-421-px {
    height: 421px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-421-px {
    height: 421px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-421-px {
    height: 421px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-421-px {
    height: 421px !important;
  }
}

.min-h-421-px {
  min-height: 421px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-421-px {
    min-height: 421px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-421-px {
    min-height: 421px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-421-px {
    min-height: 421px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-421-px {
    min-height: 421px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-421-px {
    min-height: 421px !important;
  }
}

.h-422-px {
  height: 422px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-422-px {
    height: 422px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-422-px {
    height: 422px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-422-px {
    height: 422px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-422-px {
    height: 422px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-422-px {
    height: 422px !important;
  }
}

.min-h-422-px {
  min-height: 422px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-422-px {
    min-height: 422px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-422-px {
    min-height: 422px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-422-px {
    min-height: 422px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-422-px {
    min-height: 422px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-422-px {
    min-height: 422px !important;
  }
}

.h-423-px {
  height: 423px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-423-px {
    height: 423px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-423-px {
    height: 423px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-423-px {
    height: 423px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-423-px {
    height: 423px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-423-px {
    height: 423px !important;
  }
}

.min-h-423-px {
  min-height: 423px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-423-px {
    min-height: 423px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-423-px {
    min-height: 423px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-423-px {
    min-height: 423px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-423-px {
    min-height: 423px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-423-px {
    min-height: 423px !important;
  }
}

.h-424-px {
  height: 424px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-424-px {
    height: 424px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-424-px {
    height: 424px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-424-px {
    height: 424px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-424-px {
    height: 424px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-424-px {
    height: 424px !important;
  }
}

.min-h-424-px {
  min-height: 424px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-424-px {
    min-height: 424px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-424-px {
    min-height: 424px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-424-px {
    min-height: 424px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-424-px {
    min-height: 424px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-424-px {
    min-height: 424px !important;
  }
}

.h-425-px {
  height: 425px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-425-px {
    height: 425px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-425-px {
    height: 425px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-425-px {
    height: 425px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-425-px {
    height: 425px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-425-px {
    height: 425px !important;
  }
}

.min-h-425-px {
  min-height: 425px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-425-px {
    min-height: 425px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-425-px {
    min-height: 425px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-425-px {
    min-height: 425px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-425-px {
    min-height: 425px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-425-px {
    min-height: 425px !important;
  }
}

.h-426-px {
  height: 426px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-426-px {
    height: 426px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-426-px {
    height: 426px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-426-px {
    height: 426px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-426-px {
    height: 426px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-426-px {
    height: 426px !important;
  }
}

.min-h-426-px {
  min-height: 426px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-426-px {
    min-height: 426px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-426-px {
    min-height: 426px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-426-px {
    min-height: 426px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-426-px {
    min-height: 426px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-426-px {
    min-height: 426px !important;
  }
}

.h-427-px {
  height: 427px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-427-px {
    height: 427px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-427-px {
    height: 427px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-427-px {
    height: 427px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-427-px {
    height: 427px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-427-px {
    height: 427px !important;
  }
}

.min-h-427-px {
  min-height: 427px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-427-px {
    min-height: 427px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-427-px {
    min-height: 427px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-427-px {
    min-height: 427px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-427-px {
    min-height: 427px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-427-px {
    min-height: 427px !important;
  }
}

.h-428-px {
  height: 428px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-428-px {
    height: 428px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-428-px {
    height: 428px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-428-px {
    height: 428px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-428-px {
    height: 428px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-428-px {
    height: 428px !important;
  }
}

.min-h-428-px {
  min-height: 428px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-428-px {
    min-height: 428px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-428-px {
    min-height: 428px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-428-px {
    min-height: 428px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-428-px {
    min-height: 428px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-428-px {
    min-height: 428px !important;
  }
}

.h-429-px {
  height: 429px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-429-px {
    height: 429px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-429-px {
    height: 429px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-429-px {
    height: 429px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-429-px {
    height: 429px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-429-px {
    height: 429px !important;
  }
}

.min-h-429-px {
  min-height: 429px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-429-px {
    min-height: 429px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-429-px {
    min-height: 429px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-429-px {
    min-height: 429px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-429-px {
    min-height: 429px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-429-px {
    min-height: 429px !important;
  }
}

.h-430-px {
  height: 430px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-430-px {
    height: 430px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-430-px {
    height: 430px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-430-px {
    height: 430px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-430-px {
    height: 430px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-430-px {
    height: 430px !important;
  }
}

.min-h-430-px {
  min-height: 430px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-430-px {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-430-px {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-430-px {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-430-px {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-430-px {
    min-height: 430px !important;
  }
}

.h-431-px {
  height: 431px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-431-px {
    height: 431px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-431-px {
    height: 431px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-431-px {
    height: 431px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-431-px {
    height: 431px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-431-px {
    height: 431px !important;
  }
}

.min-h-431-px {
  min-height: 431px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-431-px {
    min-height: 431px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-431-px {
    min-height: 431px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-431-px {
    min-height: 431px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-431-px {
    min-height: 431px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-431-px {
    min-height: 431px !important;
  }
}

.h-432-px {
  height: 432px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-432-px {
    height: 432px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-432-px {
    height: 432px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-432-px {
    height: 432px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-432-px {
    height: 432px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-432-px {
    height: 432px !important;
  }
}

.min-h-432-px {
  min-height: 432px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-432-px {
    min-height: 432px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-432-px {
    min-height: 432px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-432-px {
    min-height: 432px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-432-px {
    min-height: 432px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-432-px {
    min-height: 432px !important;
  }
}

.h-433-px {
  height: 433px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-433-px {
    height: 433px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-433-px {
    height: 433px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-433-px {
    height: 433px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-433-px {
    height: 433px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-433-px {
    height: 433px !important;
  }
}

.min-h-433-px {
  min-height: 433px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-433-px {
    min-height: 433px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-433-px {
    min-height: 433px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-433-px {
    min-height: 433px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-433-px {
    min-height: 433px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-433-px {
    min-height: 433px !important;
  }
}

.h-434-px {
  height: 434px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-434-px {
    height: 434px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-434-px {
    height: 434px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-434-px {
    height: 434px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-434-px {
    height: 434px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-434-px {
    height: 434px !important;
  }
}

.min-h-434-px {
  min-height: 434px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-434-px {
    min-height: 434px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-434-px {
    min-height: 434px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-434-px {
    min-height: 434px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-434-px {
    min-height: 434px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-434-px {
    min-height: 434px !important;
  }
}

.h-435-px {
  height: 435px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-435-px {
    height: 435px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-435-px {
    height: 435px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-435-px {
    height: 435px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-435-px {
    height: 435px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-435-px {
    height: 435px !important;
  }
}

.min-h-435-px {
  min-height: 435px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-435-px {
    min-height: 435px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-435-px {
    min-height: 435px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-435-px {
    min-height: 435px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-435-px {
    min-height: 435px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-435-px {
    min-height: 435px !important;
  }
}

.h-436-px {
  height: 436px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-436-px {
    height: 436px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-436-px {
    height: 436px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-436-px {
    height: 436px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-436-px {
    height: 436px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-436-px {
    height: 436px !important;
  }
}

.min-h-436-px {
  min-height: 436px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-436-px {
    min-height: 436px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-436-px {
    min-height: 436px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-436-px {
    min-height: 436px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-436-px {
    min-height: 436px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-436-px {
    min-height: 436px !important;
  }
}

.h-437-px {
  height: 437px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-437-px {
    height: 437px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-437-px {
    height: 437px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-437-px {
    height: 437px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-437-px {
    height: 437px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-437-px {
    height: 437px !important;
  }
}

.min-h-437-px {
  min-height: 437px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-437-px {
    min-height: 437px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-437-px {
    min-height: 437px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-437-px {
    min-height: 437px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-437-px {
    min-height: 437px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-437-px {
    min-height: 437px !important;
  }
}

.h-438-px {
  height: 438px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-438-px {
    height: 438px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-438-px {
    height: 438px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-438-px {
    height: 438px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-438-px {
    height: 438px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-438-px {
    height: 438px !important;
  }
}

.min-h-438-px {
  min-height: 438px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-438-px {
    min-height: 438px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-438-px {
    min-height: 438px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-438-px {
    min-height: 438px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-438-px {
    min-height: 438px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-438-px {
    min-height: 438px !important;
  }
}

.h-439-px {
  height: 439px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-439-px {
    height: 439px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-439-px {
    height: 439px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-439-px {
    height: 439px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-439-px {
    height: 439px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-439-px {
    height: 439px !important;
  }
}

.min-h-439-px {
  min-height: 439px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-439-px {
    min-height: 439px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-439-px {
    min-height: 439px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-439-px {
    min-height: 439px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-439-px {
    min-height: 439px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-439-px {
    min-height: 439px !important;
  }
}

.h-440-px {
  height: 440px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-440-px {
    height: 440px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-440-px {
    height: 440px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-440-px {
    height: 440px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-440-px {
    height: 440px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-440-px {
    height: 440px !important;
  }
}

.min-h-440-px {
  min-height: 440px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-440-px {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-440-px {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-440-px {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-440-px {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-440-px {
    min-height: 440px !important;
  }
}

.h-441-px {
  height: 441px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-441-px {
    height: 441px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-441-px {
    height: 441px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-441-px {
    height: 441px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-441-px {
    height: 441px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-441-px {
    height: 441px !important;
  }
}

.min-h-441-px {
  min-height: 441px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-441-px {
    min-height: 441px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-441-px {
    min-height: 441px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-441-px {
    min-height: 441px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-441-px {
    min-height: 441px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-441-px {
    min-height: 441px !important;
  }
}

.h-442-px {
  height: 442px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-442-px {
    height: 442px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-442-px {
    height: 442px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-442-px {
    height: 442px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-442-px {
    height: 442px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-442-px {
    height: 442px !important;
  }
}

.min-h-442-px {
  min-height: 442px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-442-px {
    min-height: 442px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-442-px {
    min-height: 442px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-442-px {
    min-height: 442px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-442-px {
    min-height: 442px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-442-px {
    min-height: 442px !important;
  }
}

.h-443-px {
  height: 443px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-443-px {
    height: 443px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-443-px {
    height: 443px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-443-px {
    height: 443px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-443-px {
    height: 443px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-443-px {
    height: 443px !important;
  }
}

.min-h-443-px {
  min-height: 443px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-443-px {
    min-height: 443px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-443-px {
    min-height: 443px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-443-px {
    min-height: 443px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-443-px {
    min-height: 443px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-443-px {
    min-height: 443px !important;
  }
}

.h-444-px {
  height: 444px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-444-px {
    height: 444px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-444-px {
    height: 444px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-444-px {
    height: 444px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-444-px {
    height: 444px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-444-px {
    height: 444px !important;
  }
}

.min-h-444-px {
  min-height: 444px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-444-px {
    min-height: 444px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-444-px {
    min-height: 444px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-444-px {
    min-height: 444px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-444-px {
    min-height: 444px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-444-px {
    min-height: 444px !important;
  }
}

.h-445-px {
  height: 445px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-445-px {
    height: 445px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-445-px {
    height: 445px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-445-px {
    height: 445px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-445-px {
    height: 445px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-445-px {
    height: 445px !important;
  }
}

.min-h-445-px {
  min-height: 445px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-445-px {
    min-height: 445px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-445-px {
    min-height: 445px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-445-px {
    min-height: 445px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-445-px {
    min-height: 445px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-445-px {
    min-height: 445px !important;
  }
}

.h-446-px {
  height: 446px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-446-px {
    height: 446px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-446-px {
    height: 446px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-446-px {
    height: 446px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-446-px {
    height: 446px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-446-px {
    height: 446px !important;
  }
}

.min-h-446-px {
  min-height: 446px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-446-px {
    min-height: 446px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-446-px {
    min-height: 446px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-446-px {
    min-height: 446px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-446-px {
    min-height: 446px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-446-px {
    min-height: 446px !important;
  }
}

.h-447-px {
  height: 447px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-447-px {
    height: 447px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-447-px {
    height: 447px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-447-px {
    height: 447px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-447-px {
    height: 447px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-447-px {
    height: 447px !important;
  }
}

.min-h-447-px {
  min-height: 447px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-447-px {
    min-height: 447px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-447-px {
    min-height: 447px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-447-px {
    min-height: 447px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-447-px {
    min-height: 447px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-447-px {
    min-height: 447px !important;
  }
}

.h-448-px {
  height: 448px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-448-px {
    height: 448px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-448-px {
    height: 448px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-448-px {
    height: 448px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-448-px {
    height: 448px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-448-px {
    height: 448px !important;
  }
}

.min-h-448-px {
  min-height: 448px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-448-px {
    min-height: 448px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-448-px {
    min-height: 448px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-448-px {
    min-height: 448px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-448-px {
    min-height: 448px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-448-px {
    min-height: 448px !important;
  }
}

.h-449-px {
  height: 449px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-449-px {
    height: 449px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-449-px {
    height: 449px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-449-px {
    height: 449px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-449-px {
    height: 449px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-449-px {
    height: 449px !important;
  }
}

.min-h-449-px {
  min-height: 449px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-449-px {
    min-height: 449px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-449-px {
    min-height: 449px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-449-px {
    min-height: 449px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-449-px {
    min-height: 449px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-449-px {
    min-height: 449px !important;
  }
}

.h-450-px {
  height: 450px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-450-px {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-450-px {
    height: 450px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-450-px {
    height: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-450-px {
    height: 450px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-450-px {
    height: 450px !important;
  }
}

.min-h-450-px {
  min-height: 450px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-450-px {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-450-px {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-450-px {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-450-px {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-450-px {
    min-height: 450px !important;
  }
}

.h-451-px {
  height: 451px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-451-px {
    height: 451px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-451-px {
    height: 451px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-451-px {
    height: 451px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-451-px {
    height: 451px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-451-px {
    height: 451px !important;
  }
}

.min-h-451-px {
  min-height: 451px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-451-px {
    min-height: 451px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-451-px {
    min-height: 451px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-451-px {
    min-height: 451px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-451-px {
    min-height: 451px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-451-px {
    min-height: 451px !important;
  }
}

.h-452-px {
  height: 452px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-452-px {
    height: 452px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-452-px {
    height: 452px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-452-px {
    height: 452px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-452-px {
    height: 452px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-452-px {
    height: 452px !important;
  }
}

.min-h-452-px {
  min-height: 452px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-452-px {
    min-height: 452px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-452-px {
    min-height: 452px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-452-px {
    min-height: 452px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-452-px {
    min-height: 452px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-452-px {
    min-height: 452px !important;
  }
}

.h-453-px {
  height: 453px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-453-px {
    height: 453px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-453-px {
    height: 453px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-453-px {
    height: 453px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-453-px {
    height: 453px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-453-px {
    height: 453px !important;
  }
}

.min-h-453-px {
  min-height: 453px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-453-px {
    min-height: 453px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-453-px {
    min-height: 453px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-453-px {
    min-height: 453px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-453-px {
    min-height: 453px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-453-px {
    min-height: 453px !important;
  }
}

.h-454-px {
  height: 454px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-454-px {
    height: 454px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-454-px {
    height: 454px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-454-px {
    height: 454px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-454-px {
    height: 454px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-454-px {
    height: 454px !important;
  }
}

.min-h-454-px {
  min-height: 454px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-454-px {
    min-height: 454px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-454-px {
    min-height: 454px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-454-px {
    min-height: 454px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-454-px {
    min-height: 454px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-454-px {
    min-height: 454px !important;
  }
}

.h-455-px {
  height: 455px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-455-px {
    height: 455px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-455-px {
    height: 455px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-455-px {
    height: 455px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-455-px {
    height: 455px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-455-px {
    height: 455px !important;
  }
}

.min-h-455-px {
  min-height: 455px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-455-px {
    min-height: 455px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-455-px {
    min-height: 455px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-455-px {
    min-height: 455px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-455-px {
    min-height: 455px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-455-px {
    min-height: 455px !important;
  }
}

.h-456-px {
  height: 456px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-456-px {
    height: 456px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-456-px {
    height: 456px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-456-px {
    height: 456px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-456-px {
    height: 456px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-456-px {
    height: 456px !important;
  }
}

.min-h-456-px {
  min-height: 456px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-456-px {
    min-height: 456px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-456-px {
    min-height: 456px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-456-px {
    min-height: 456px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-456-px {
    min-height: 456px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-456-px {
    min-height: 456px !important;
  }
}

.h-457-px {
  height: 457px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-457-px {
    height: 457px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-457-px {
    height: 457px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-457-px {
    height: 457px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-457-px {
    height: 457px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-457-px {
    height: 457px !important;
  }
}

.min-h-457-px {
  min-height: 457px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-457-px {
    min-height: 457px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-457-px {
    min-height: 457px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-457-px {
    min-height: 457px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-457-px {
    min-height: 457px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-457-px {
    min-height: 457px !important;
  }
}

.h-458-px {
  height: 458px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-458-px {
    height: 458px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-458-px {
    height: 458px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-458-px {
    height: 458px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-458-px {
    height: 458px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-458-px {
    height: 458px !important;
  }
}

.min-h-458-px {
  min-height: 458px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-458-px {
    min-height: 458px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-458-px {
    min-height: 458px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-458-px {
    min-height: 458px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-458-px {
    min-height: 458px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-458-px {
    min-height: 458px !important;
  }
}

.h-459-px {
  height: 459px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-459-px {
    height: 459px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-459-px {
    height: 459px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-459-px {
    height: 459px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-459-px {
    height: 459px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-459-px {
    height: 459px !important;
  }
}

.min-h-459-px {
  min-height: 459px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-459-px {
    min-height: 459px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-459-px {
    min-height: 459px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-459-px {
    min-height: 459px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-459-px {
    min-height: 459px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-459-px {
    min-height: 459px !important;
  }
}

.h-460-px {
  height: 460px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-460-px {
    height: 460px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-460-px {
    height: 460px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-460-px {
    height: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-460-px {
    height: 460px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-460-px {
    height: 460px !important;
  }
}

.min-h-460-px {
  min-height: 460px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-460-px {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-460-px {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-460-px {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-460-px {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-460-px {
    min-height: 460px !important;
  }
}

.h-461-px {
  height: 461px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-461-px {
    height: 461px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-461-px {
    height: 461px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-461-px {
    height: 461px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-461-px {
    height: 461px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-461-px {
    height: 461px !important;
  }
}

.min-h-461-px {
  min-height: 461px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-461-px {
    min-height: 461px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-461-px {
    min-height: 461px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-461-px {
    min-height: 461px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-461-px {
    min-height: 461px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-461-px {
    min-height: 461px !important;
  }
}

.h-462-px {
  height: 462px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-462-px {
    height: 462px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-462-px {
    height: 462px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-462-px {
    height: 462px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-462-px {
    height: 462px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-462-px {
    height: 462px !important;
  }
}

.min-h-462-px {
  min-height: 462px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-462-px {
    min-height: 462px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-462-px {
    min-height: 462px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-462-px {
    min-height: 462px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-462-px {
    min-height: 462px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-462-px {
    min-height: 462px !important;
  }
}

.h-463-px {
  height: 463px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-463-px {
    height: 463px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-463-px {
    height: 463px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-463-px {
    height: 463px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-463-px {
    height: 463px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-463-px {
    height: 463px !important;
  }
}

.min-h-463-px {
  min-height: 463px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-463-px {
    min-height: 463px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-463-px {
    min-height: 463px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-463-px {
    min-height: 463px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-463-px {
    min-height: 463px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-463-px {
    min-height: 463px !important;
  }
}

.h-464-px {
  height: 464px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-464-px {
    height: 464px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-464-px {
    height: 464px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-464-px {
    height: 464px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-464-px {
    height: 464px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-464-px {
    height: 464px !important;
  }
}

.min-h-464-px {
  min-height: 464px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-464-px {
    min-height: 464px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-464-px {
    min-height: 464px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-464-px {
    min-height: 464px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-464-px {
    min-height: 464px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-464-px {
    min-height: 464px !important;
  }
}

.h-465-px {
  height: 465px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-465-px {
    height: 465px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-465-px {
    height: 465px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-465-px {
    height: 465px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-465-px {
    height: 465px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-465-px {
    height: 465px !important;
  }
}

.min-h-465-px {
  min-height: 465px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-465-px {
    min-height: 465px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-465-px {
    min-height: 465px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-465-px {
    min-height: 465px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-465-px {
    min-height: 465px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-465-px {
    min-height: 465px !important;
  }
}

.h-466-px {
  height: 466px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-466-px {
    height: 466px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-466-px {
    height: 466px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-466-px {
    height: 466px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-466-px {
    height: 466px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-466-px {
    height: 466px !important;
  }
}

.min-h-466-px {
  min-height: 466px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-466-px {
    min-height: 466px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-466-px {
    min-height: 466px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-466-px {
    min-height: 466px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-466-px {
    min-height: 466px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-466-px {
    min-height: 466px !important;
  }
}

.h-467-px {
  height: 467px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-467-px {
    height: 467px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-467-px {
    height: 467px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-467-px {
    height: 467px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-467-px {
    height: 467px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-467-px {
    height: 467px !important;
  }
}

.min-h-467-px {
  min-height: 467px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-467-px {
    min-height: 467px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-467-px {
    min-height: 467px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-467-px {
    min-height: 467px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-467-px {
    min-height: 467px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-467-px {
    min-height: 467px !important;
  }
}

.h-468-px {
  height: 468px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-468-px {
    height: 468px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-468-px {
    height: 468px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-468-px {
    height: 468px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-468-px {
    height: 468px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-468-px {
    height: 468px !important;
  }
}

.min-h-468-px {
  min-height: 468px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-468-px {
    min-height: 468px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-468-px {
    min-height: 468px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-468-px {
    min-height: 468px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-468-px {
    min-height: 468px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-468-px {
    min-height: 468px !important;
  }
}

.h-469-px {
  height: 469px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-469-px {
    height: 469px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-469-px {
    height: 469px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-469-px {
    height: 469px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-469-px {
    height: 469px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-469-px {
    height: 469px !important;
  }
}

.min-h-469-px {
  min-height: 469px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-469-px {
    min-height: 469px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-469-px {
    min-height: 469px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-469-px {
    min-height: 469px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-469-px {
    min-height: 469px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-469-px {
    min-height: 469px !important;
  }
}

.h-470-px {
  height: 470px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-470-px {
    height: 470px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-470-px {
    height: 470px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-470-px {
    height: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-470-px {
    height: 470px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-470-px {
    height: 470px !important;
  }
}

.min-h-470-px {
  min-height: 470px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-470-px {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-470-px {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-470-px {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-470-px {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-470-px {
    min-height: 470px !important;
  }
}

.h-471-px {
  height: 471px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-471-px {
    height: 471px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-471-px {
    height: 471px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-471-px {
    height: 471px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-471-px {
    height: 471px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-471-px {
    height: 471px !important;
  }
}

.min-h-471-px {
  min-height: 471px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-471-px {
    min-height: 471px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-471-px {
    min-height: 471px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-471-px {
    min-height: 471px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-471-px {
    min-height: 471px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-471-px {
    min-height: 471px !important;
  }
}

.h-472-px {
  height: 472px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-472-px {
    height: 472px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-472-px {
    height: 472px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-472-px {
    height: 472px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-472-px {
    height: 472px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-472-px {
    height: 472px !important;
  }
}

.min-h-472-px {
  min-height: 472px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-472-px {
    min-height: 472px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-472-px {
    min-height: 472px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-472-px {
    min-height: 472px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-472-px {
    min-height: 472px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-472-px {
    min-height: 472px !important;
  }
}

.h-473-px {
  height: 473px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-473-px {
    height: 473px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-473-px {
    height: 473px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-473-px {
    height: 473px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-473-px {
    height: 473px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-473-px {
    height: 473px !important;
  }
}

.min-h-473-px {
  min-height: 473px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-473-px {
    min-height: 473px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-473-px {
    min-height: 473px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-473-px {
    min-height: 473px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-473-px {
    min-height: 473px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-473-px {
    min-height: 473px !important;
  }
}

.h-474-px {
  height: 474px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-474-px {
    height: 474px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-474-px {
    height: 474px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-474-px {
    height: 474px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-474-px {
    height: 474px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-474-px {
    height: 474px !important;
  }
}

.min-h-474-px {
  min-height: 474px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-474-px {
    min-height: 474px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-474-px {
    min-height: 474px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-474-px {
    min-height: 474px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-474-px {
    min-height: 474px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-474-px {
    min-height: 474px !important;
  }
}

.h-475-px {
  height: 475px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-475-px {
    height: 475px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-475-px {
    height: 475px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-475-px {
    height: 475px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-475-px {
    height: 475px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-475-px {
    height: 475px !important;
  }
}

.min-h-475-px {
  min-height: 475px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-475-px {
    min-height: 475px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-475-px {
    min-height: 475px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-475-px {
    min-height: 475px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-475-px {
    min-height: 475px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-475-px {
    min-height: 475px !important;
  }
}

.h-476-px {
  height: 476px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-476-px {
    height: 476px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-476-px {
    height: 476px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-476-px {
    height: 476px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-476-px {
    height: 476px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-476-px {
    height: 476px !important;
  }
}

.min-h-476-px {
  min-height: 476px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-476-px {
    min-height: 476px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-476-px {
    min-height: 476px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-476-px {
    min-height: 476px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-476-px {
    min-height: 476px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-476-px {
    min-height: 476px !important;
  }
}

.h-477-px {
  height: 477px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-477-px {
    height: 477px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-477-px {
    height: 477px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-477-px {
    height: 477px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-477-px {
    height: 477px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-477-px {
    height: 477px !important;
  }
}

.min-h-477-px {
  min-height: 477px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-477-px {
    min-height: 477px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-477-px {
    min-height: 477px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-477-px {
    min-height: 477px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-477-px {
    min-height: 477px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-477-px {
    min-height: 477px !important;
  }
}

.h-478-px {
  height: 478px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-478-px {
    height: 478px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-478-px {
    height: 478px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-478-px {
    height: 478px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-478-px {
    height: 478px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-478-px {
    height: 478px !important;
  }
}

.min-h-478-px {
  min-height: 478px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-478-px {
    min-height: 478px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-478-px {
    min-height: 478px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-478-px {
    min-height: 478px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-478-px {
    min-height: 478px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-478-px {
    min-height: 478px !important;
  }
}

.h-479-px {
  height: 479px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-479-px {
    height: 479px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-479-px {
    height: 479px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-479-px {
    height: 479px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-479-px {
    height: 479px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-479-px {
    height: 479px !important;
  }
}

.min-h-479-px {
  min-height: 479px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-479-px {
    min-height: 479px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-479-px {
    min-height: 479px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-479-px {
    min-height: 479px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-479-px {
    min-height: 479px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-479-px {
    min-height: 479px !important;
  }
}

.h-480-px {
  height: 480px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-480-px {
    height: 480px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-480-px {
    height: 480px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-480-px {
    height: 480px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-480-px {
    height: 480px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-480-px {
    height: 480px !important;
  }
}

.min-h-480-px {
  min-height: 480px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-480-px {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-480-px {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-480-px {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-480-px {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-480-px {
    min-height: 480px !important;
  }
}

.h-481-px {
  height: 481px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-481-px {
    height: 481px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-481-px {
    height: 481px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-481-px {
    height: 481px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-481-px {
    height: 481px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-481-px {
    height: 481px !important;
  }
}

.min-h-481-px {
  min-height: 481px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-481-px {
    min-height: 481px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-481-px {
    min-height: 481px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-481-px {
    min-height: 481px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-481-px {
    min-height: 481px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-481-px {
    min-height: 481px !important;
  }
}

.h-482-px {
  height: 482px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-482-px {
    height: 482px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-482-px {
    height: 482px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-482-px {
    height: 482px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-482-px {
    height: 482px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-482-px {
    height: 482px !important;
  }
}

.min-h-482-px {
  min-height: 482px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-482-px {
    min-height: 482px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-482-px {
    min-height: 482px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-482-px {
    min-height: 482px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-482-px {
    min-height: 482px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-482-px {
    min-height: 482px !important;
  }
}

.h-483-px {
  height: 483px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-483-px {
    height: 483px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-483-px {
    height: 483px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-483-px {
    height: 483px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-483-px {
    height: 483px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-483-px {
    height: 483px !important;
  }
}

.min-h-483-px {
  min-height: 483px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-483-px {
    min-height: 483px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-483-px {
    min-height: 483px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-483-px {
    min-height: 483px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-483-px {
    min-height: 483px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-483-px {
    min-height: 483px !important;
  }
}

.h-484-px {
  height: 484px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-484-px {
    height: 484px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-484-px {
    height: 484px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-484-px {
    height: 484px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-484-px {
    height: 484px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-484-px {
    height: 484px !important;
  }
}

.min-h-484-px {
  min-height: 484px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-484-px {
    min-height: 484px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-484-px {
    min-height: 484px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-484-px {
    min-height: 484px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-484-px {
    min-height: 484px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-484-px {
    min-height: 484px !important;
  }
}

.h-485-px {
  height: 485px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-485-px {
    height: 485px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-485-px {
    height: 485px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-485-px {
    height: 485px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-485-px {
    height: 485px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-485-px {
    height: 485px !important;
  }
}

.min-h-485-px {
  min-height: 485px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-485-px {
    min-height: 485px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-485-px {
    min-height: 485px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-485-px {
    min-height: 485px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-485-px {
    min-height: 485px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-485-px {
    min-height: 485px !important;
  }
}

.h-486-px {
  height: 486px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-486-px {
    height: 486px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-486-px {
    height: 486px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-486-px {
    height: 486px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-486-px {
    height: 486px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-486-px {
    height: 486px !important;
  }
}

.min-h-486-px {
  min-height: 486px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-486-px {
    min-height: 486px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-486-px {
    min-height: 486px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-486-px {
    min-height: 486px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-486-px {
    min-height: 486px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-486-px {
    min-height: 486px !important;
  }
}

.h-487-px {
  height: 487px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-487-px {
    height: 487px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-487-px {
    height: 487px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-487-px {
    height: 487px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-487-px {
    height: 487px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-487-px {
    height: 487px !important;
  }
}

.min-h-487-px {
  min-height: 487px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-487-px {
    min-height: 487px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-487-px {
    min-height: 487px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-487-px {
    min-height: 487px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-487-px {
    min-height: 487px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-487-px {
    min-height: 487px !important;
  }
}

.h-488-px {
  height: 488px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-488-px {
    height: 488px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-488-px {
    height: 488px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-488-px {
    height: 488px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-488-px {
    height: 488px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-488-px {
    height: 488px !important;
  }
}

.min-h-488-px {
  min-height: 488px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-488-px {
    min-height: 488px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-488-px {
    min-height: 488px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-488-px {
    min-height: 488px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-488-px {
    min-height: 488px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-488-px {
    min-height: 488px !important;
  }
}

.h-489-px {
  height: 489px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-489-px {
    height: 489px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-489-px {
    height: 489px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-489-px {
    height: 489px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-489-px {
    height: 489px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-489-px {
    height: 489px !important;
  }
}

.min-h-489-px {
  min-height: 489px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-489-px {
    min-height: 489px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-489-px {
    min-height: 489px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-489-px {
    min-height: 489px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-489-px {
    min-height: 489px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-489-px {
    min-height: 489px !important;
  }
}

.h-490-px {
  height: 490px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-490-px {
    height: 490px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-490-px {
    height: 490px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-490-px {
    height: 490px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-490-px {
    height: 490px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-490-px {
    height: 490px !important;
  }
}

.min-h-490-px {
  min-height: 490px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-490-px {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-490-px {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-490-px {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-490-px {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-490-px {
    min-height: 490px !important;
  }
}

.h-491-px {
  height: 491px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-491-px {
    height: 491px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-491-px {
    height: 491px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-491-px {
    height: 491px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-491-px {
    height: 491px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-491-px {
    height: 491px !important;
  }
}

.min-h-491-px {
  min-height: 491px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-491-px {
    min-height: 491px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-491-px {
    min-height: 491px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-491-px {
    min-height: 491px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-491-px {
    min-height: 491px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-491-px {
    min-height: 491px !important;
  }
}

.h-492-px {
  height: 492px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-492-px {
    height: 492px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-492-px {
    height: 492px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-492-px {
    height: 492px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-492-px {
    height: 492px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-492-px {
    height: 492px !important;
  }
}

.min-h-492-px {
  min-height: 492px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-492-px {
    min-height: 492px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-492-px {
    min-height: 492px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-492-px {
    min-height: 492px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-492-px {
    min-height: 492px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-492-px {
    min-height: 492px !important;
  }
}

.h-493-px {
  height: 493px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-493-px {
    height: 493px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-493-px {
    height: 493px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-493-px {
    height: 493px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-493-px {
    height: 493px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-493-px {
    height: 493px !important;
  }
}

.min-h-493-px {
  min-height: 493px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-493-px {
    min-height: 493px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-493-px {
    min-height: 493px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-493-px {
    min-height: 493px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-493-px {
    min-height: 493px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-493-px {
    min-height: 493px !important;
  }
}

.h-494-px {
  height: 494px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-494-px {
    height: 494px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-494-px {
    height: 494px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-494-px {
    height: 494px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-494-px {
    height: 494px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-494-px {
    height: 494px !important;
  }
}

.min-h-494-px {
  min-height: 494px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-494-px {
    min-height: 494px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-494-px {
    min-height: 494px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-494-px {
    min-height: 494px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-494-px {
    min-height: 494px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-494-px {
    min-height: 494px !important;
  }
}

.h-495-px {
  height: 495px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-495-px {
    height: 495px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-495-px {
    height: 495px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-495-px {
    height: 495px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-495-px {
    height: 495px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-495-px {
    height: 495px !important;
  }
}

.min-h-495-px {
  min-height: 495px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-495-px {
    min-height: 495px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-495-px {
    min-height: 495px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-495-px {
    min-height: 495px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-495-px {
    min-height: 495px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-495-px {
    min-height: 495px !important;
  }
}

.h-496-px {
  height: 496px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-496-px {
    height: 496px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-496-px {
    height: 496px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-496-px {
    height: 496px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-496-px {
    height: 496px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-496-px {
    height: 496px !important;
  }
}

.min-h-496-px {
  min-height: 496px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-496-px {
    min-height: 496px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-496-px {
    min-height: 496px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-496-px {
    min-height: 496px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-496-px {
    min-height: 496px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-496-px {
    min-height: 496px !important;
  }
}

.h-497-px {
  height: 497px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-497-px {
    height: 497px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-497-px {
    height: 497px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-497-px {
    height: 497px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-497-px {
    height: 497px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-497-px {
    height: 497px !important;
  }
}

.min-h-497-px {
  min-height: 497px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-497-px {
    min-height: 497px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-497-px {
    min-height: 497px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-497-px {
    min-height: 497px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-497-px {
    min-height: 497px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-497-px {
    min-height: 497px !important;
  }
}

.h-498-px {
  height: 498px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-498-px {
    height: 498px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-498-px {
    height: 498px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-498-px {
    height: 498px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-498-px {
    height: 498px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-498-px {
    height: 498px !important;
  }
}

.min-h-498-px {
  min-height: 498px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-498-px {
    min-height: 498px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-498-px {
    min-height: 498px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-498-px {
    min-height: 498px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-498-px {
    min-height: 498px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-498-px {
    min-height: 498px !important;
  }
}

.h-499-px {
  height: 499px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-499-px {
    height: 499px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-499-px {
    height: 499px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-499-px {
    height: 499px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-499-px {
    height: 499px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-499-px {
    height: 499px !important;
  }
}

.min-h-499-px {
  min-height: 499px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-499-px {
    min-height: 499px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-499-px {
    min-height: 499px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-499-px {
    min-height: 499px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-499-px {
    min-height: 499px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-499-px {
    min-height: 499px !important;
  }
}

.h-500-px {
  height: 500px !important;
}
@media screen and (min-width: 576px) {
  .h-sm-500-px {
    height: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .h-md-500-px {
    height: 500px !important;
  }
}
@media screen and (min-width: 992px) {
  .h-lg-500-px {
    height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .h-xl-500-px {
    height: 500px !important;
  }
}
@media screen and (min-width: 1400px) {
  .h-xxl-500-px {
    height: 500px !important;
  }
}

.min-h-500-px {
  min-height: 500px !important;
}
@media screen and (min-width: 576px) {
  .min-h-sm-500-px {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-h-md-500-px {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 992px) {
  .min-h-lg-500-px {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-h-xl-500-px {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1400px) {
  .min-h-xxl-500-px {
    min-height: 500px !important;
  }
}

.h-fill {
  max-height: -webkit-fill-available !important;
  max-height: 100%;
}

img.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1 !important;
}

a {
  color: #004F35;
}
a:hover {
  color: #181c1a;
  text-decoration: none;
}

.list-style-none {
  list-style: none !important;
}

.page-my-account-items__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #004F35;
  background-color: #ffffff;
  font-size: 22px;
  text-align: center;
  height: 100%;
}
.page-my-account-items__item a:hover {
  color: #ffffff;
  border-color: #004F35;
  background-color: #25664C;
}
.page-my-account-items__item a#sign-out-link {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}
.page-my-account-items__item a#sign-out-link:hover {
  background-color: #ffffff;
  color: #dc3545;
  border-color: #ffffff;
}
.page-my-account-categories a {
  text-decoration: none;
  color: #181c1a;
}
.page-my-account-categories a:hover {
  color: #004F35;
}

body {
  padding-top: 87px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 127px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 175px;
  }
}

#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #header {
    position: fixed !important;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header.sticked {
    position: fixed !important;
    top: -127px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1399px) {
  #header.sticked #primary-nav.navbar-expand-xxl .navbar-collapse {
    padding-top: calc(2rem + 55px);
  }
}
#header .header-nav {
  background-color: #004F35;
  color: #ffffff;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #header .header-nav .row {
    padding-left: calc(80px + var(--bs-gutter-x) * 0.5);
  }
}
#header .header-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
}
#header .header-nav a:not(.btn) {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}
#header .header-nav a:not(.btn).active, #header .header-nav a:not(.btn):hover {
  text-decoration: underline;
}
#header .header-top {
  padding-top: 0;
  display: flex;
  align-items: center;
  background-color: #004F35;
  color: #ffffff;
}
#header .header-top .logo {
  color: #ffffff;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 0.85;
  height: 55px;
}
@media screen and (max-width: 1199px) {
  #header .header-top .logo {
    font-size: 1.5rem;
  }
}
#header .header-top .logo > img {
  height: 55px;
  filter: contrast(0) brightness(10);
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #header .header-top .logo > img {
    margin-right: 0;
  }
}
#header .header-top .logo > span {
  display: block;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (max-width: 767px) {
  #header .header-top .logo > span {
    display: none;
  }
}
#header .header-top .navbar-toggler {
  padding: 0.5rem 1rem;
}
#header .header-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
}
#header #primary-nav .navbar-collapse .navbar-nav {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav {
  position: relative;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 1.5rem;
  line-height: 1;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link .bi-chevron-down {
  font-size: 12px;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link:hover, #header #primary-nav .navbar-collapse .navbar-nav li .nav-link.active {
  color: #004F35;
  background-color: transparent !important;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu {
  display: none;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu.show {
  display: flex;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu a {
  color: #666666;
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
  font-size: 14px;
}
#header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu a:hover {
  color: #004F35;
}
@media screen and (min-width: 1400px) {
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu {
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
  }
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu:hover {
    display: flex;
    z-index: 1;
  }
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    bottom: 0;
    left: -100vw;
    background-color: #ffffff;
    z-index: -1;
    border-bottom: 1px solid #181c1a;
  }
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link + .sub-menu::after {
    content: "";
    position: absolute;
    top: 100%;
    right: -100vw;
    bottom: -100dvh;
    left: -100vw;
    background-color: rgba(24, 28, 26, 0.85);
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1400px) {
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link.dropdown-item:hover + .sub-menu {
    display: flex;
    z-index: 1;
  }
  #header #primary-nav .navbar-collapse .navbar-nav li .nav-link.dropdown-item:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 4px 4.5px;
    border-color: transparent transparent #cccccc transparent;
    bottom: -1px;
    left: calc(50% - 18px);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1399px) {
  #header #primary-nav.navbar-expand-xxl .navbar-toggler {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-toggler > span {
    width: 25px;
    height: 2px;
    display: block;
    background-color: #ffffff;
    transition: all 0.25s ease;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-toggler:focus > span, #header #primary-nav.navbar-expand-xxl .navbar-toggler:hover > span {
    background-color: #004F35;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-toggler:not(.collapsed) > span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  #header #primary-nav.navbar-expand-xxl .navbar-toggler:not(.collapsed) > span:nth-child(2) {
    opacity: 0;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-toggler:not(.collapsed) > span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: calc(2rem + 89px) 2rem 2rem;
    z-index: -1;
    transform: translateX(calc(100% + 1rem));
    transition: all 0.25s ease;
    height: 100dvh !important;
    border-left: 1px solid #cccccc;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1399px) and (max-width: 575px) {
  #header #primary-nav.navbar-expand-xxl .navbar-collapse {
    border-left: 1px solid #f5f5f5;
    padding-top: calc(2rem + 89px);
  }
}
@media screen and (max-width: 1399px) {
  #header #primary-nav.navbar-expand-xxl .navbar-collapse.show {
    transform: none;
  }
}
@media screen and (max-width: 1399px) {
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .navbar-nav {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1399px) {
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link {
    padding: 0.5rem 0 0.5rem 1.5rem !important;
    display: flex;
    align-items: center;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link > i {
    margin-left: auto;
    padding: 0.25rem 1.75rem 0.25rem 1.5rem;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link > i.open::before {
    content: "\f286";
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link + .sub-menu {
    padding: 0 0 1.5rem 2rem !important;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link + .sub-menu.show > .row {
    display: block;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link + .sub-menu.show > .row > div {
    width: 100%;
  }
  #header #primary-nav.navbar-expand-xxl .navbar-collapse .nav-link + .sub-menu.show > .row > div a {
    color: #666666;
    text-decoration: none;
  }
}
@media screen and (max-width: 1399px) {
  #header #primary-nav.navbar-expand-xxl .navbar-collapse::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -100vw;
    background-color: rgba(24, 28, 26, 0.85);
  }
}

#contentNavbarMobile {
  position: fixed;
  top: 87px;
  right: 0;
  bottom: 0;
  padding-bottom: 1rem;
  background-color: #004F35;
  color: #ffffff;
  overflow-y: auto;
  overflow-x: clip;
  height: calc(100dvh - 87px) !important;
  width: 100vw;
  max-width: 450px;
  transition: all 0.15s ease-in-out !important;
}
@media screen and (min-width: 992px) {
  #contentNavbarMobile {
    top: 127px;
    height: calc(100dvh - 127px) !important;
  }
}
@media screen and (max-width: 450px) {
  #contentNavbarMobile:has(> ul > li > ul.show) > ul {
    transform: translateX(-100vw);
  }
}
@media screen and (min-width: 451px) {
  #contentNavbarMobile:has(> ul > li > ul.show) > ul {
    transform: translateX(-450px);
  }
}
#contentNavbarMobile ul {
  list-style: none;
  margin: 0 0 0 auto !important;
  padding: 0;
  width: 100vw;
  max-width: 450px;
  border-radius: 0;
  border: 0;
  background-color: #004F35 !important;
  color: #ffffff;
  transition: all 0.15s ease-in-out;
  position: static;
  height: calc(100dvh - 87px) !important;
}
@media screen and (min-width: 992px) {
  #contentNavbarMobile ul {
    height: calc(100dvh - 127px) !important;
  }
}
#contentNavbarMobile ul.dropdown-menu.show {
  position: absolute;
}
#contentNavbarMobile ul:last-child li:last-child {
  border-bottom: 0;
}
#contentNavbarMobile ul li {
  border-bottom: 1px solid #25664C;
}
#contentNavbarMobile ul li a {
  font-size: 22px;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
}
#contentNavbarMobile ul li a:focus, #contentNavbarMobile ul li a:active, #contentNavbarMobile ul li a.active {
  background-color: #25664C;
}
#contentNavbarMobile ul li a .bi.bi-plus-lg::before {
  content: "\f138";
}
#contentNavbarMobile.show + .backdrop, #contentNavbarMobile.collapsing + .backdrop {
  position: fixed;
  top: 87px;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background-color: rgba(24, 28, 26, 0.85);
}
@media screen and (min-width: 992px) {
  #contentNavbarMobile.show + .backdrop, #contentNavbarMobile.collapsing + .backdrop {
    top: 127px;
    height: calc(100dvh - 127px) !important;
  }
}

.object-position-left {
  -o-object-position: left;
     object-position: left;
}
.object-position-center {
  -o-object-position: center;
     object-position: center;
}
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}

.animation-ctn {
  text-align: center;
  margin-top: 5em;
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }
  100% {
    stroke-dashoffset: 960px;
  }
}
@keyframes colored-circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
  display: inline;
}

/* .svg img {
    display: none
} */
.icon--order-success svg polyline {
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

.icon--order-success svg circle#colored {
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

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

.help-block ul {
  list-style: none;
}

.dm-cookie-popup {
  border-radius: 5px !important;
}
.dm-cookie-popup-accept-cookies, .dm-cookie-popup-decline-cookies {
  border-radius: 5px !important;
}
.dm-cookie-popup-accept-cookies:hover, .dm-cookie-popup-decline-cookies:hover {
  color: #181c1a !important;
}
.dm-cookie-popup-accept-cookies-save-group, .dm-cookie-popup-decline-cookies-save-group {
  border-radius: 5px !important;
}
.dm-cookie-popup-learn-more:hover {
  color: #181c1a !important;
}

.dm_cookies_variant {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.dm_cookies_variant_item {
  padding: 0.25rem 0;
}

.dm_label_p_all_right,
.dm_label_pl_all_right,
.dm_label_p_all_left,
.dm_label_pl_all_left {
  display: flex !important;
  flex-direction: column;
  z-index: 0 !important;
  list-style: none;
  padding: 0;
  margin: 0;
  left: -0.5rem !important;
}

.labels {
  position: absolute;
  top: calc(1rem - 2px);
  left: calc(1rem - 2px);
  display: flex;
  flex-direction: column;
}
.labels > ul {
  position: static;
}
.labels > ul.dm_color span {
  display: inline-block !important;
}

.lb-outerContainer {
  border-radius: 10px !important;
  overflow: clip;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

iframe {
  margin-bottom: -7px;
}

.g-custom {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
@media screen and (min-width: 576px) {
  .g-sm-custom {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .g-md-custom {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.gy-0 {
  --bs-gutter-y: 0;
}

.overflow-y-auto {
  overflow-y: auto !important;
  overflow-x: hidden;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.pagination .page-item.current .page-link {
  color: #ffffff;
  background-color: #004F35;
  font-weight: bold;
}
.pagination .page-item.disabled .page-link {
  border-color: #F0F3F2;
}
.pagination .page-link {
  color: #004F35;
  border-color: #F0F3F2;
  cursor: pointer;
}
.pagination .page-link.disabled {
  pointer-events: none;
}
.pagination .page-link:hover {
  color: #ffffff;
  background-color: #004F35;
}

@media screen and (min-width: 768px) {
  .product-container .sticky {
    position: sticky;
    top: 5rem;
  }
}
.product-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.product-images .product-cover {
  grid-column: 1/-1;
  position: relative;
}
.product-images .product-cover .labels {
  z-index: 1;
}
.product-images a {
  display: block;
  border-radius: 10px;
  overflow: clip;
  background-color: #ffffff;
}
.product-images a img {
  transition: all 0.15s ease-in-out;
}
.product-images a:hover img {
  opacity: 0.75;
}
.product-images > a {
  grid-column: span 2;
}
.product-images > a:nth-child(2) {
  grid-column: span 3;
}
.product-images > a:nth-child(3) {
  grid-column: span 3;
}
.product-images > a:nth-child(6) {
  position: relative;
}
.product-images > a:nth-child(6)::after {
  content: "\f64d";
  font-family: "bootstrap-icons", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #DF7E00;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-images > a:nth-child(1n+7) {
  display: none;
}
.product-variants ul li label {
  cursor: pointer;
}
.product-variants ul li label input:checked + .color,
.product-variants ul li label input:checked + .radio-label {
  border-color: #004F35;
}
.product-variants ul li label .color,
.product-variants ul li label .radio-label {
  display: block;
  border-radius: 5px;
  position: relative;
}
.product-variants ul li label .radio-label {
  padding: 1rem;
  border: 2px solid #cccccc;
}
.product-variants ul li label .color {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
}
.product-variants ul li label .color .attribute-name {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem;
  border-radius: 4px;
  display: none;
  background-color: rgba(24, 28, 26, 0.85);
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
}
.product-variants ul li label .color .attribute-name::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: rgba(24, 28, 26, 0.85) transparent transparent transparent;
}
.product-variants ul li:not(:last-of-type) {
  margin-right: 0.5rem;
}
.product-variants ul li:hover label .color .attribute-name {
  display: block;
}
.product-description p img {
  max-width: 100%;
  height: auto;
}
.product-information .product-description p, .product-information .product-description a {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 300;
}
.product-customization {
  padding: 0;
}
.product-add-to-cart .inline-form {
  padding: 1px;
}
.product-add-to-cart .qty input[name=qty] {
  -moz-appearance: textfield;
  width: 55px;
  text-align: center;
  font-size: 24px;
}
.product-add-to-cart .qty input[name=qty]::-webkit-outer-spin-button, .product-add-to-cart .qty input[name=qty]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-add-to-cart .qty a {
  color: #999999;
  cursor: pointer;
  height: 16px;
  font-size: 19px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.product-add-to-cart .qty a:hover {
  color: #181c1a;
}
.product-add-to-cart .btn.btn-primary {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 20px;
}

.tabs__items .nav-link {
  color: #181c1a;
  font-size: 1rem;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
}
.tabs__items .nav-link:not(:last-of-type) {
  margin-right: 0.5rem;
}
.tabs__items .nav-link:hover, .tabs__items .nav-link.active {
  color: #ffffff;
  background-color: #004F35;
  text-decoration: none;
}
.tabs .attachment {
  display: flex;
  align-items: center;
  color: #181c1a;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  height: 100%;
  padding: 1rem 1.5rem;
}
.tabs .attachment:hover {
  border-color: #DF7E00;
}

.product-list__item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-miniature a {
  padding: calc(1rem - 2px);
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  color: #181c1a;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease;
  height: 100%;
}
.product-miniature a:hover {
  text-decoration: none;
  border-color: #DF7E00;
}
.product-miniature a img {
  display: block;
  border-radius: 4px;
}
.product-miniature a .divider {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
.product-miniature a .divider > li {
  font-size: 10px;
  padding: 4px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}
.product-miniature a .divider::after {
  content: "";
  border-top: 1px solid #F0F3F2;
  width: 100%;
  height: 0;
  margin-left: 0.625rem;
}
.product-miniature a .product-description {
  margin-top: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-miniature a .product-description .product-title {
  color: #004F35;
  font-weight: 400;
  font-size: 1rem;
  line-height: 115%;
}
.product-miniature a .product-description .product-price-and-shipping {
  line-height: 1.2;
}
.product-miniature a .product-description .product-price-and-shipping .regular-price,
.product-miniature a .product-description .product-price-and-shipping .discount-product,
.product-miniature a .product-description .product-price-and-shipping .price {
  color: #004F35;
  font-weight: bold;
  font-size: 1.25rem;
}
.product-miniature a .product-description .product-price-and-shipping .regular-price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 1rem;
  color: #DF7E00;
  margin-right: 0.25rem;
}
.product-miniature a .product-description .add-to-cart {
  color: #ffffff;
  background-color: #DF7E00;
  border-color: #DF7E00;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.product-miniature a .product-description .add-to-cart:hover {
  background-color: #004F35;
  border-color: #004F35;
}
.product-miniature a .product-flags {
  font-size: 0.6rem;
}
.product-miniature a .labels, .product-miniature a .divider {
  list-style: none;
}
.product-miniature a .labels li, .product-miniature a .divider li {
  border-radius: 3px;
  overflow: hidden;
}
.product-flags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9rem;
}
.product-flags li {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  z-index: 2;
  margin-bottom: 0.25rem;
  display: table;
}
.product-flags li span {
  display: inline-block !important;
  box-shadow: #adadad 4px 6px 20px;
  padding: 0.3rem 0.4rem;
}
.product-flags li:not(.dm_color) span {
  background-color: #004F35;
}
.product-cover .labels li {
  border-radius: 5px;
  overflow: hidden;
}

#search_widget {
  margin-bottom: 0.625rem;
  height: 100%;
  position: relative;
}
#search_widget.static {
  position: static;
}
#search_widget > button {
  background-color: #ffffff;
  border: 0;
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 15.5px 19.5px;
}
@media screen and (min-width: 992px) {
  #search_widget {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #search_widget {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #search_widget {
    min-width: 16.5rem;
  }
}
#search_widget > form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#search_widget > form.absolute {
  top: 79px;
  bottom: unset;
  background-color: #004F35;
  padding: 0.5rem 1rem;
}
#search_widget > form.absolute input[type=search] {
  border-radius: 10px !important;
}
#search_widget > form.absolute .searchbox-form__results {
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
}
#search_widget > form > button {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 15.5px 19.5px;
}
#search_widget > form .clear {
  color: #DF7E00;
}
#search_widget > form input {
  width: 100%;
  height: 55px;
  padding: 20px 20px 20px 55px;
  outline: none;
  background-color: #ffffff;
  border: none;
  font-size: 1rem;
  color: #004F35;
  border-radius: 10px 0 0 10px;
}
#search_widget > form input::-moz-placeholder {
  color: #ccc;
}
#search_widget > form input::placeholder {
  color: #ccc;
}
#search_widget > form .searchbox-form__results {
  position: absolute;
  left: -1px;
  right: -1px;
  min-height: 125px;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #004F35;
  border-radius: 10px;
  padding: 1.5rem 0;
  z-index: 1;
  min-width: 373px;
  width: 100%;
  max-width: 100vw;
}
@media screen and (max-width: 575px) {
  #search_widget > form .searchbox-form__results {
    bottom: calc(100% + 1rem);
    max-height: calc(100dvh - 10rem);
  }
}
@media screen and (min-width: 576px) {
  #search_widget > form .searchbox-form__results {
    top: calc(100% + 0.5rem);
    max-height: 348px;
  }
}
#search_widget > form .searchbox-form__results > a {
  width: 100% !important;
  padding: 0 1.5rem;
  position: relative;
  display: flex;
  height: auto !important;
  text-decoration: none;
}
#search_widget > form .searchbox-form__results > a > .labels {
  left: 0.75rem;
  top: -0.75rem;
}
#search_widget > form .searchbox-form__results > a > .labels .product-flags li {
  font-size: 10px;
}
#search_widget > form .searchbox-form__results > a > .labels > .pb_labels {
  width: 35px;
}
#search_widget > form .searchbox-form__results > a > .thumbnail-top {
  width: 15%;
}
#search_widget > form .searchbox-form__results > a .divider {
  display: none;
}
#search_widget > form .searchbox-form__results > a > .product-description {
  width: 85%;
  padding-left: 1.5rem;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
#search_widget > form .searchbox-form__results > a > .product-description .product-action {
  margin-top: 0 !important;
  margin-left: auto;
  padding: 0 !important;
}
#search_widget > form .searchbox-form__results > a > .product-description .product-action > form {
  margin-left: 1rem;
}
#search_widget > form .searchbox-form__results > a > .product-description h2, #search_widget > form .searchbox-form__results > a > .product-description .h2 {
  color: #181c1a;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
#search_widget > form .searchbox-form__results > a > .product-description .product-price-and-shipping {
  color: #666666;
}
#search_widget > form .searchbox-form__results > a > .product-description .product-price-and-shipping .price {
  font-size: 0.75rem;
}
#search_widget > form .searchbox-form__results > a:not(:last-of-type) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
}
#search_widget > form .searchbox-form__results > a .btn.add-to-cart {
  background-color: #DF7E00;
  color: #ffffff;
}
#search_widget > form .searchbox-form__results > a .btn.add-to-cart > span {
  display: none;
}
#search_widget > form .searchbox-form__results > a .btn.add-to-cart:hover {
  background-color: #004F35;
  border-color: #004F35;
}
#search_widget > form .searchbox-form__results > a:hover > .product-description h2, #search_widget > form .searchbox-form__results > a:hover > .product-description .h2 {
  color: #004F35;
}

.ui-autocomplete.searchbar-autocomplete {
  width: 100%;
  min-height: 100%;
  border: none;
}
@media only screen and (min-width: 768px) {
  .ui-autocomplete.searchbar-autocomplete {
    width: 400px;
    min-height: auto;
    left: auto;
  }
}
.ui-autocomplete.searchbar-autocomplete li a {
  padding: 0.5rem 1rem;
  overflow: auto;
  border: none;
  background: none;
  margin: auto;
  border-radius: 0;
  cursor: pointer;
  display: block;
}
.ui-autocomplete.searchbar-autocomplete li a:hover {
  background-color: #EBE4DA;
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 8px;
}

section {
  padding: 80px 0;
}

#sidebar > * {
  margin-bottom: 1.5rem;
}
#sidebar .accordion {
  background-color: #004F35;
  color: #ffffff;
  overflow: clip;
}
#sidebar .accordion-item {
  background-color: #004F35;
  color: #ffffff;
  border: 0;
}
#sidebar .accordion-item:not(:first-child) .accordion-header .accordion-button {
  border-top: 1px solid #25664C;
}
#sidebar .accordion-header {
  padding: 0 1.375rem;
}
#sidebar .accordion-button {
  text-transform: none;
  padding: 1rem 0;
}
#sidebar .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 #25664C;
}
#sidebar .accordion-body {
  padding: 1rem 1.375rem;
}
#sidebar .accordion-body a {
  color: #ffffff;
  text-decoration: none;
}
#sidebar .accordion .form-check-input {
  border-color: #DF7E00;
  cursor: pointer;
}
#sidebar .accordion .form-check-input:checked {
  background-color: #DF7E00;
  border-color: #DF7E00;
}
#sidebar .accordion .form-check-input:focus {
  border-color: #DF7E00;
  box-shadow: 0 0 0 0.25rem rgba(223, 126, 0, 0.25);
}
#sidebar .accordion label:hover .form-check-input {
  box-shadow: 0 0 0 0.25rem rgba(223, 126, 0, 0.25);
}
#sidebar .category-filters {
  border-radius: 10px;
  background-color: #004F35;
  color: #ffffff;
}

#sidecart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  color: #181c1a;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  box-shadow: 0px 0px 25px 0px rgba(0, 79, 53, 0.5);
  z-index: 55;
  transform: translateX(100%);
  transition: all 0.25s ease;
  max-width: 97.5vw;
  width: 350px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media screen and (max-width: 575px) {
  #sidecart {
    box-shadow: none;
  }
}
#sidecart + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 54;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}
#sidecart.open {
  transform: translateX(0);
}
html:has(#sidecart.open) {
  overflow-y: clip;
  overscroll-behavior-y: none;
}

#sidecart.open + .backdrop {
  display: block;
}
#sidecart .close {
  cursor: pointer;
  color: #cccccc;
}
#sidecart .close:hover {
  color: #181c1a;
}
#sidecart .product-list {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#sidecart .product-list__item {
  position: relative;
}
#sidecart .product-list__item a {
  text-decoration: none;
  color: #181c1a;
}
body#checkout #js-checkout-summary .product-list__item .input-qty-group,
.input-qty-group {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
body#checkout #js-checkout-summary .product-list__item .input-qty-group a,
.input-qty-group a {
  padding: 0.15rem 0.25rem;
  color: #cccccc;
}
body#checkout #js-checkout-summary .product-list__item .input-qty-group a:hover,
.input-qty-group a:hover {
  color: #004F35;
}
#sidecart .product-list__item.disabled {
  pointer-events: none;
  background-color: rgba(245, 245, 245, 0.3) !important;
}
#sidecart .product-list__item.disabled > div {
  opacity: 0.1;
}
#sidecart .product-list__item.disabled::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  display: block;
  border-radius: 50%;
  border: 3px solid #181c1a;
  border-bottom-color: transparent !important;
  animation: rotation 1s infinite linear;
}

#pbcategories a, #subcategories a {
  padding: calc(1rem - 2px);
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #004F35;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #pbcategories a.aspect-ratio-sm-6x4, #subcategories a.aspect-ratio-sm-6x4 {
    aspect-ratio: 6/4;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #pbcategories a.aspect-ratio-lg-6x4, #subcategories a.aspect-ratio-lg-6x4 {
    aspect-ratio: 6/4;
  }
}
#pbcategories a:hover, #subcategories a:hover {
  /*box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);*/
  border-color: #DF7E00;
}
#pbcategories a > img, #subcategories a > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
#pbcategories a > h3, #pbcategories a > .h3, #subcategories a > h3, #subcategories a > .h3 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin: auto 0;
}
#pbcategories a > .btn, #subcategories a > .btn {
  font-weight: bold;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1;
}
#pbcategories a > .btn > .bi, #subcategories a > .btn > .bi {
  font-size: 11px;
}

p:last-child {
  margin-bottom: 0;
}

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

.section-title {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.section-title > * {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 4rem);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  flex-shrink: 0;
}
.section-title > *:not(.btn) {
  color: #004F35;
}
.section-title::before, .section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #DF7E00;
  border-bottom: 1px solid #DF7E00;
  z-index: -1;
}
.section-title::before {
  margin-right: 1rem;
}
.section-title::after {
  margin-left: 1rem;
}

::-moz-selection {
  background: #DF7E00;
  color: #ffffff;
}

::selection {
  background: #DF7E00;
  color: #ffffff;
}

.tooltip {
  position: relative;
  opacity: 1;
  color: #cccccc;
}
.tooltip > span {
  position: absolute;
  right: 100%;
  top: 50%;
  display: none;
  padding: 1rem;
  width: 350px;
  max-width: calc(85vw - 1rem);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  transform: translate(-15px, -50%);
}
.tooltip > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-3.5px, -50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
}
.tooltip:hover > span {
  display: block;
}
.tooltip-question {
  cursor: help;
}

.usp-item {
  background-color: #EBE4DA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
a.usp-item:hover {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .row > div:nth-child(3):has(> .usp-item) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .row > div:nth-child(1n+4):has(> .usp-item) {
    width: 50%;
  }
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: unset;
}
/*# sourceMappingURL=theme.css.map */
